Running and Debugging PL/SQL Programs

To execute a PL/SQL program against an online database:

  1. Select Viewthen choose Connection Navigator.
  2. Expand Database and select a database connection.
  3. In the database connection, expand a schema.
  4. In the schema, find a node with the name of the object type (for example, Package), and expand the node.
  5. In the node, right-click the PL/SQL program and choose Run or Debug.
  6. A Run PL/SQL or Debug PL/SQL window displays. Select a target and parameter(s), and click OK.
  7. The program runs or debugs. Check status windows for progress and information.

Notes


Creating, Editing and Using PL/SQL Programs