Skip to Main Content

Oracle Database Discussions

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!

Grant oracle job from one schema to another

A-KJan 19 2010 — edited Jan 20 2010
Hi,

I have two schemas A and B.
Grant on all objects of schema A has been given to schema B.
There two jobs scheduled in schema A.
Now i wish to check the status of these job's from schema B.
I know if schema B is given select grant on dba_jobs then schema B can check the status of the jobs running in schema A.
But i dont want to give grant over dba_jobs to schema.
Is there some other way to do this ?

Is there some option, where in we could give grant over jobs like other objects ( tables or procedures ) ?


Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2010
Added on Jan 19 2010
6 comments
2,245 views