Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plsql

I want to optimize a stored procedure that uses IN clause and a regex_str function. I am not sure that how I should optimize it more?

Select directly into hierarchical user type

Is using "select *" for a cursor in PL/SQL considered bad programming?

Issue with execution of PLSQL block in Shell script

oracle-database shell plsql

When are aliases needed in a multi-table conditional insert?

DBMS_LOB.LoadFromFile Sanity Check

oracle-database plsql blob

how to find empty tables from list of tables in PL/SQL?

Oracle query for default null and on update current_timestamp

Trying to access a select function from Oracle with PHP

Is it possible to create dynamic varchar2 variable?

sql oracle-database plsql

PLSQL decode NVARCHAR2 from BASE64 to UTF-8

utf-8 plsql oracle12c

Call PL/SQL function returning Oracle type from Java

java sql oracle-database plsql

In a PL/SQL procedure, how do I pass a table name as a parameter?

PIVOT, how to convert other than specified rows to a column?

Detecting the last record in a for loop

ORA-04063: package body "WB_PROD.PLOG" has errors

returning max values from two individual queries

sql plsql max

How to call a PL/SQL stored function through Java EntityManager

java sql plsql entitymanager

Oracle - subprogram or cursor c_tab is out of scope [closed]

PL/SQL EXECUTE IMMEDIATE inside LOOP (procedure to truncate all tables in schema)