Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
User Priviliges - Propagation

Hello,
I have two schemas with one queue in each of them. I have set up the propagation between these two queues. The propagation works perfectly as long as the propagated messages are not too big. When I try to propagate 2K messages then an blob field is being used and the propagation fails with “Not sufficient privileges” error.
I have fixed this problem with granting the users with DBA permissions. But I would prefer to avoid giving these permissions to the users. Is there any other way to solve this problem? Maybe some more granular permissions?
Best Regards
Weronika
Best Answer
-
Yes it's a very good idea not to hand out DBA privileges - I'd revoke them as soon as possible ! Anyway, this is from the Oracle AQ Admin guide "Payloads containing LOBs require users to grant explicit Select, Insert and Update privileges on the queue table for doing enqueues and dequeues."
Answers
-
Yes it's a very good idea not to hand out DBA privileges - I'd revoke them as soon as possible ! Anyway, this is from the Oracle AQ Admin guide "Payloads containing LOBs require users to grant explicit Select, Insert and Update privileges on the queue table for doing enqueues and dequeues."