Hm,
we use the following Statement to make Packages:
-------
CREATE OR REPLACE PACKAGE &PACKOWNER..P_KENALL AUTHID &AUTH. IS
...
BEGIN
...
END;
/
-------
So i get an error with wrap.exe:
PL/SQL Wrapper error: Compilation error(s) for:
CREATE OR REPLACE PACKAGE &PACKOWNER..P_KENALL
When i normally compile the Package throug SQL+ we have to define the Variables &PACKOWNER., &AUTH. with our DB-User, CURRENT_USER.
So may i first replace these Variables before i use it with wrap?