Administrator
|
Is AD_PARALLEL_COMPILE_PKG valid now?
Seems like it is blocked by sqlplus line length. There is workaround and fixes for this.. Just, adding a line break may work, But this is a standard sql and it is Interesting.
That sql runs adpcpspb.pls for creating that package body.. So it must be that pls that causing the problem in the backend.
This might be a carriage return problem in the file... I don't how those files are copied or installed into this server, but it seems sqlplus can not see the carriage return there.. So sqlplus is probably reading it as a one liner and that's where the error comes. Check those sql and pls that I mentioned above, save them by opening with a linux editor.. you may even use dos2unix , it may also useful.. So I think it is related with the file format of those sql and pls files... I think you understand what I mean, so analyze and take the corrective actions.
|