I developing asp.net site with oracle back end
I imported data from .dmp file to local db and connected to the db from the web application.
When i run the application im getting following error
ORA-04063: package body "WB_PROD.PLOG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "WB_PROD.PLOG"
ORA-06512: at "WB_PROD.WB_PCK_LOG", line 85
ORA-06512: at "WB_PROD.WB_PCK_USERS", line 133
ORA-04063: package body "WB_PROD.PLOG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "WB_PROD.PLOG"
ORA-06512: at line 1
Please let me know how to solve this issue….
Thanks
I solved issues by seeing errors as Justin Cave said. For any one who have the same issue, i run following scripts to solve issue
Which solved problem.