Explain ddl statements in pl/sql?
How to return multiple rows from the stored procedure?
What is the life of an sql statement?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What steps server process has to take to execute an update statement?
Can %notfound return null after a fetch?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Determine if oracle date is on a weekend?
How to create a menu in sqlplus or pl/sql?
How to use boolean type in select statement?
How to check if a column is nullable before setting to nullable?
Can we use threading in pl/sql?
Difference between table function and pipelined function?
What is the difference between explicit and implicit cursors in oracle?
How to convert comma separated string to array in pl/sql?