I'm using Oracle 9i, with Delphi6 DOA 4.06
I want to execute with an TOracleScript a wrapped file with create packages instruction.
I do :
OracleScript.Lines.loadfromfile(filename);
OracleScript.execute;
It work fine for a lot of files, but in some case does not work, i think is a bad load of the wrapped file.
The tipical error is :
PLS-00103 : Found symbol "/"
if execute the wrap file with sqlplus, work fine.
Thank's
GB