Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plsql

Oracle PL/SQL: Retrieve list of permissioned procedures for account

How can I create a trigger in PL/SQL that can create a restriction so that they can only put 1 character?

How to show output of dbms_output.put_line used in procedure in sqlplus?

Returning a value from a select statement through EXECUTE IMMEDIATE

oracle-database plsql

Find the greatest version

ORA-04068 with Only Constant in Spec (DB 11.2.0.4)

ORA-22275: invalid LOB locator specified

Pipelining Between PL/SQL Table Functions

How to exit the loop in oracle

plsql plsqldeveloper

From XML to list of paths in Oracle PL/SQL environment

How to store a parameter value in oracle procedure from webservice

c# oracle-database plsql

Converting SQL type to PLSQL collection / converting one collection type to another

Returning dataset with PL/SQL and a variable table name

oracle-database plsql

What is the purpose of the orcacle cursor(select ..) query in Oracle?

oracle-database plsql

Can an Oracle variable of type RECORD be passed between procedures without the procedures knowing its real type?

oracle-database plsql

OWA_COOKIE won't delete

FETCH INTO doesn't raise an exception if the set is empty, does it?