Query :
SELECT value
FROM v$parameter
WHERE name = 'utl_file_dir';
SELECT value
FROM v$parameter
WHERE name = 'utl_file_dir';
1) Approvals Management Administrator7) Grant data access to users
2) Approvals Management Analyst
3) Approvals Management System Viewer
4) Approvals Management System Administrator
5) Approvals Management Process Owner
1) Login as Administrator.8) Run “Workflow Directory Services User/Role Validation”
2) Select the Functional Administrator responsibility.
3) Select the Grants tab.
4) Click Create Grant.
5) Select Specific User as grantee type.
6) Select the user as grantee key.
7) Select AME Transaction Types as Object
8) Select AME Calling Applications as Set
9) Follow the screen and click on Finish
Query:
SELECT name FROM dba_dependencies WHERE referenced_name = <your table name> UNION SELECT referenced_name FROM dba_dependencies WHERE name = <your table name>;