This blog is for Oracle SQL and PL/SQL technical issues. Although most articles won’t be directly focused on Method5 they will help explain some of the architecture of Method5.

Avoiding Oracle Quines

Unexpected quines can appear when querying tables like V$SQL. To avoid them you must sometimes add an extra predicate to those queries:

Read More

Avoid Java in Oracle Database

The primary languages of Oracle databases are SQL and PL/SQL. Despite what many official sources claim, Java in the database is a distant third and should be avoided when possible.

Read More