To convert displays in batch mode:
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. |