Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ora 12839 cannot modify an object

3774940Sep 3 2018 — edited Sep 4 2018

I have a procedure which is perfectly fine when executing from SQL developer by using statement :

Begin

procedure_name;

End;

/

But when I am trying to run this procedure through a shell script being called from a job scheduler software it is failing with error 'ora-12839 cannot modify an object'. I have already done killing the inactive sessions and restarting the database. Can anyone suggest what may be the exact problem?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2018
Added on Sep 3 2018
6 comments
1,311 views