About 247,000 results
Open links in new tab
  1. 164 DBMS_SQL - Oracle Help Center

    For example, you can enter a DROP TABLE statement from within a stored procedure by using the PARSE Procedures supplied with the DBMS_SQL package. This chapter contains the following topics: For more information on native dynamic SQL, see Oracle Database PL/SQL Language Reference.

  2. 2.5 DBMS_SQL Examples - MIK

    There are three different ways to change the contents of a table: INSERT, DELETE, and UPDATE. This section shows examples of the first of these DML statements, INSERT, utilizing the array features of DBMS_SQL. The next two sections show examples of …

  3. DBMS_SQL Package

    In this example, the procedure p invokes DBMS_SQL. RETURN_RESULT without the optional to_client parameter (which is TRUE by default). Therefore, DBMS_SQL. RETURN_RESULT returns the query result to the subprogram client (the anonymous block that invokes p).

  4. Oracle PL/SQL Dynamic SQL Tutorial: Execute Immediate & DBMS_SQL

    Nov 21, 2024 · Dynamic SQL is a programming methodology for generating and running statements at run-time. It is mainly used to write the general-purpose and flexible programs where the SQL statements will be created and executed at run-time based on the requirement. PL/SQL provides two ways to write dynamic SQL. What is Dynamic SQL?

  5. SQL Tutorial - GeeksforGeeks

    Mar 7, 2025 · In this detailed SQL tutorial for beginners, we'll explore practical SQL examples for managing employee data within a database. We'll create a table to store employee information and populate it with sample data like Employee_Id, Name, Age, Department, and Salary.

  6. 100 DBMS_SQL - Oracle

    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. For more information on native dynamic SQL, see Oracle Database PL/SQL User's Guide and Reference.

  7. PL/SQL DBMS_SQL.PARSE - Oracle PL/SQL Tutorial

    Oracle’s DBMS_SQL.PARSE procedure is a crucial part of the DBMS_SQL package, which provides an interface to use dynamic SQL in PL/SQL applications. Dynamic SQL allows you to construct SQL statements dynamically at runtime, rather …

  8. How to use dynamic SQL with DBMS_SQL - Caglar's Oracle Blog

    Sep 23, 2023 · We can utilize execute immediate statement or DBMS_SQL package in order to use dynamic sql in PL/SQL. In this post, I prepared a detailed example using DBMS_SQL package. Code snippet is implemented in Oracle 19c. Note that, unlike execute immediate statement, when you use bind variable, DBMS_SQL bind by name, not by position.

  9. DBMS_SQL Examples - Oracle Built-in Packages [Book]

    This section contains extended examples of using the DBMS_SQL package. The dynamic SQL of DBMS_SQL allows you to create completely generic modules to manipulate objects in the Oracle7 Server.

  10. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems. With our online SQL editor, you can edit the SQL statements, and click on a button to view the result.

  11. Some results have been removed
Refresh