DBMS_SQL
This package provides an interface to use dynamic SQL to parse both DML and DDL statements using PL/SQL.
Procedures
The most relevant procedures are:
EXECUTE
: executes a cursorOPEN_CURSOR
: returns the cursor ID number of the new cursorPARSE
: parses the given statementBIND_VARIABLE
: binds a given value to a given variableCLOSE_CURSOR
: closes a given cursor and frees associated memory