Skip to main content
Solved

Grant permission to database objects

  • October 21, 2019
  • 3 replies
  • 652 views

Peter.Buitenhuis
Sidekick (Former Employee)
Forum|alt.badge.img+8

Is there a smarter way to grant permission to database objects besides doing a rmb on 200 folders one-by-one?

Best answer by dsj

Hi,

 

I hope you have a fair reason to grant permission to database objects of all components :wink:

Attached script will do the job for you (tested in Apps 10).

 

Cheers!

View original
Did this topic help you find an answer to your question?

3 replies

dsj
Superhero (Partner)
Forum|alt.badge.img+22
  • Superhero (Partner)
  • 837 replies
  • Answer
  • October 22, 2019

Hi,

 

I hope you have a fair reason to grant permission to database objects of all components :wink:

Attached script will do the job for you (tested in Apps 10).

 

Cheers!


Peter.Buitenhuis
Sidekick (Former Employee)
Forum|alt.badge.img+8
  • Author
  • Sidekick (Former Employee)
  • 30 replies
  • October 22, 2019

Thanks for the quick reply! We will test the script asap.


durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Superhero (Customer)
  • 525 replies
  • October 22, 2019

If you're interested in granting SELECT privileges on any view or table, you may consider the built-in Oracle way of doing this. You'll need to run this as SYS.

GRANT SELECT ANY TABLE TO it_team;

It might also be helpful to see the instance and data dictionary views, such a V$SESSION or DBA_OBJECTS.

GRANT SELECT ANY DICTIONARY TO it_team;

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings