miércoles, 12 de octubre de 2022

DBMS_SQL

Esta es la Buit-in del paquete de oracle DBMS_SQL.

URL: https://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_sql.htm


The DBMS_SQL package provides an interface to use dynamic SQL to parse any data manipulation language (DML) or data definition language (DDL) statement using PL/SQL. For example, you can enter a DROP TABLE statement from within a stored procedure by using the PARSE procedure supplied with the DBMS_SQL package.


This chapter contains the following topics:

Using DBMS_SQL

Overview

Security Model

Constants

Exceptions

Operational Notes

Examples

Data Structures

RECORD TYPES

TABLE TYPES


Summary of DBMS_SQL Subprograms

.....


Fuentes.

Artículo:   "135 DBMS_SQL" Publicado en https://docs.oracle.com. Consultado el 10/10/2022.

URL: https://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_sql.htm

No hay comentarios:

Publicar un comentario