A script-enabled browser is required for this page to function properly.

Converting Displays in Batch Mode

To convert displays in batch mode:

  1. Make sure you have converted all PL/SQL libraries attached to the display .
  2. Issue this command:

    Graphics> openfile=temp.ogd upgrade_plsql=yes savefile=temp1.ogd quit=yes

     where:

    Graphics>

    Is the name of the Graphics executable on your platform.

    openfile=temp.ogd

    Opens the display temp.ogd in Graphics.

    upgrade_plsql=yes

    Converts the V1 or V2 PL/SQL.

    savefile=temp1.ogd

    Saves the converted display in temp1.ogd.

    quit=yes

    Closes Graphics after the display is converted.

Usage Notes