TenGor
Member³
Hy,
we have here Package-Header like this:
----------------
CREATE OR REPLACE PACKAGE &PACKOWNER.. P_TEST AUTHID &AUTH. IS
...
----------------
so we got in the compiled form:
----------------
CREATE OR REPLACE PACKAGE senso..P_TEST AUTHID Current_User IS
...
----------------
We can't run this direct from Program-Window, but from command-Window where we had first to set the Parameters, no Problem...
But a Problem with the Beautifier, i think:
After running it, the Header has the following format:
----------------
CREATE OR REPLACE PACKAGE &PACKOWNER .. P_TEST AUTHID &AUTH. IS
...
----------------
See the blanks between &PACKOWNER and P_TEST?
When I now run it in Command-Window (or SQL*Plus) the following Error came up:
"ORA-04050: Prozedur, Funktion oder Paketname ung
we have here Package-Header like this:
----------------
CREATE OR REPLACE PACKAGE &PACKOWNER.. P_TEST AUTHID &AUTH. IS
...
----------------
so we got in the compiled form:
----------------
CREATE OR REPLACE PACKAGE senso..P_TEST AUTHID Current_User IS
...
----------------
We can't run this direct from Program-Window, but from command-Window where we had first to set the Parameters, no Problem...
But a Problem with the Beautifier, i think:
After running it, the Header has the following format:
----------------
CREATE OR REPLACE PACKAGE &PACKOWNER .. P_TEST AUTHID &AUTH. IS
...
----------------
See the blanks between &PACKOWNER and P_TEST?
When I now run it in Command-Window (or SQL*Plus) the following Error came up:
"ORA-04050: Prozedur, Funktion oder Paketname ung