New posts in plsql

SQL*Plus how to accept text variable from prompt?

Array in IN() clause oracle PLSQL

Truncating a table in a stored procedure

Splitting comma separated string in a PL/SQL stored proc

IS vs AS keywords for PL/SQL Oracle Function or Procedure Creation [duplicate]

Sleep function in ORACLE

PL/SQL block problem: No data found error

BEGIN - END block atomic transactions in PL/SQL

Functions vs procedures in Oracle

Get a list of all functions and procedures in an Oracle database

How to send email using Oracle 10 g Forms

Why doesn't PL/SQL respect privileges granted by Roles?

Execute multiple queries in single Oracle command in C#

dbms_output.put_line

How to check if a column exists before adding it to an existing table in PL/SQL?

How do I get column datatype in Oracle with PL-SQL with low privileges?

Is there any way to flush output from PL/SQL in Oracle?

Create an Excel File (.xlsx) using PL/SQL

how to validate employee age that it must me greater than 18 before inserting record(tiried using check constraint while creating table but not work)

What does the colon sign ":" do in a SQL query?