Problem:
While creating a database link, the user is getting insufficient privileges error:
SQL> create database link ASCP_TO_PROD connect to apps_ro identified by apps_ro using 'PROD';
ORA-01031: insufficient privileges while creating a database link
Fix:
SQL> alter session set current_schema = APPS_RO;
Session altered.
SQL> create database link ASCP_TO_PROD connect to apps_ro identified by apps_ro using 'PROD';
Database link created.
Blog dedicated to Oracle Database, E-Business Suite; covers Apps Architecture, Administration and Fusion Middleware
Oracle Management Cloud
Introduction to Oracle Management Cloud We have been seeing so many products of Oracle off late. A new suite from Oracle named Oracle Manage...
Subscribe to:
Post Comments (Atom)
Most Viewed Posts
-
Problem: While creating a database link, the user is getting insufficient privileges error: SQL> create database link ASCP_TO_PROD connec...
-
This post provides with 2 scripts. First to check the Usage of each ASM disk groups. Second to check the free space and percent of ASM dis...
-
Aim: How to clear cache in Oracle Apps R12 without logging into Applications. Procedure: Login to Middletier and use below commands. ...
No comments:
Post a Comment