oracle db installer in c#
hi
here is the scenario
i hav an .net application which works on Oracle database
1. I created an application installer in .net it worked fine
2. Then i created a database installer in .net which worked fine and all scripts weere executed without any error via msi...
3. but when i check the database i can see all my tables and data thr ....but the package that is installed is indicated as invalid object..
if i try to compile the invalid objects via command ....
alter package packagename compile it gives the following error
1/16 PLS-00103: Encountered the symbol "" when expecting one of the
following:
is authid as compress compiled wrapped
please do respond if any has a way to solve the sme ....
or any other way to create the packages through the installer...
|