I'm not a programmer, but I tried four vibe coding tools to see if I could build anything at all on my own. Here's what I did and did not accomplish.
A tool to help calling PL/SQL stored procedures from Java procedures easily. Code Generation of a PL/SQL data access layer (aka DAO), and more, for Java applications. Generate all the JDBC from PL/SQL ...
g_schema_name constant varchar2(255) := 'devtest'; -- change to schema where package is installed g_package_name constant varchar2(255) := 'soap_server_pkg'; -- leave ...