About 50 results
Open links in new tab
  1. Code Library - Oracle Live SQL

    Introduction to SQL This tutorial provides an introduction to the Structured Query Language (SQL), learn how to create t...

  2. Oracle Live SQL - Script: SQL 101

    SQL 101 Script Name SQL 101 Description Full database schema with tables, views, sequences, packages, procedures, functions, et all Area SQL General Contributor Mike Hichwa (Oracle) Created …

  3. Oracle Live SQL - Script: Where to Handle Exception?

    Note: all database objects start with "plch" indicating that this script was taken from the Oracle Dev Gym (formerly known as the PL/SQL Challenge): https://devgym.oracle.com

  4. Code Library - Oracle Live SQL

    Utility to Find Placeholders in Dynamic SQL Strings In the most complicated dynamic SQL scenarios (method 4), you may not know how many bind variables y...

  5. Oracle Live SQL - Script: Table Functions and Ref Cursors

    Table Functions and Ref Cursors Script Name Table Functions and Ref Cursors Description DML in a table function with a REF CURSOR as a parameter. Thats a lot going on. Area PL/SQL General / …

  6. Find COMMITs and ROLLBACKs in Code with PL/Scope 12.2 - Oracle …

    Description With 12.2's enhancement to PL/Scope to also gather data on SQL statements in your PL/SQL code, it's a snap to find all COMMIT and ROLLBACK statements in your code!

  7. Oracle Live SQL - Script: First Time Run

    First Time Run Script Name First Time Run Description sysdate, build a table, populate a table, run a select * from Area SQL General Contributor That Jeff Smith (Oracle) Created Monday October 05, 2015

  8. Oracle Live SQL - Script: Watch Out for Ambiguous Overloading!

    Named notation - explicitly associating the formal parameter with its actual value - is a sweet feature of PL/SQL, but it should not be NECESSARY to get your code to compile. Unfortunately, that's what it …

  9. Oracle Live SQL - Script: sequence generator

    Script Name sequence generator Description generate sequence & reverse sequence generate alternating sequence generate sequence of x Area SQL General Contributor klipare Created Friday …

  10. Oracle Live SQL

    Oracle Live SQL