New posts in plsql

How to select into a variable in PL/SQL when the result might be null?

PL/SQL ORA-01422: exact fetch returns more than requested number of rows

How to use BOOLEAN type in SELECT statement

How can I get the number of records affected by a stored procedure?

Convert comma separated string to array in PL/SQL

What is the difference between function and procedure in PL/SQL?

How can I drop a "not null" constraint in Oracle when I don't know the name of the constraint?

Pl/sql Error: Identifier 'Record' must be declared

How to return multiple rows from the stored procedure? (Oracle PL/SQL)

UTL_FILE.FOPEN() procedure not accepting path for directory?

Can We use threading in PL/SQL?

Why cannot I use bind variables in DDL/SCL statements in dynamic SQL?

PLSQL JDBC: How to get last row ID?

Oracle SQL Query for listing all Schemas in a DB

SQL to generate a list of numbers from 1 to 100

if (select count(column) from table) > 0 then

Passing an array of data as an input parameter to an Oracle procedure

Different CURRENT_TIMESTAMP and SYSDATE in oracle

DBMS_OUTPUT.PUT_LINE not printing

Creating a Procedure in Oracle to create View in dynamic way please [duplicate]