SQL-Statement after package-body

olk

Member
Hi,

how can i set a SQL-statment at the end of a package script? This statement should update the version of the package in a table. When i run the script in SQL*Plus everything working fine. But when i use the execute button in PLSQL-Developer, i get the message:
ORA-00911 invalid character
 
The Program Window is not really designed for that, but you can add statements and separate them with forward slashes (/). If you use semi-colons, you will get ORA-00911.

------------------
Marco Kalter
Allround Automations
 
Back
Top