Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plsql

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)

MySQL equivalent session variable for Oracle

"Literal does not match format string" when comparing two date fields

oracle-database plsql

How to perform string interpolation in Oracle PLSQL and SQL. Given a text template with named placeholders, substitute those with variables

oracle-database plsql

Oracle pl/sql code line(row) to variable

oracle-database plsql

last statement of procedure after for loop is not working in pl sql

Trim integer from a string

Split string using pl/sql using connect level on null value

Table is mutating, trigger/function may not see it ORA-06512 [duplicate]

How do I trim date in PLSQL?

Are there alternative methods for saying 'next' in a pl/sql for loop?

What is the best approach for decoupled database design in terms of data sharing?