How to transfer grant select on a schema's entire tables to another schema
(Doc ID 2213987.1)
Last updated on AUGUST 30, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Goal
If you want to transfer the privilege, select on a schema's all table , to another schema then you can refer the following PL/SQL scripts.
ex:
When there are A,F schemas in DB
[1]. How to transfer the privilege of select on A schema's all table to F schema?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |