HI Experts,
While creating database link i am getting below error. Could anybody of you please have some light on this error. I googled regarding this error and did not get any update.
Oracle version : 11.2.0.3
The user with which i am creating this database link has DBA privilege.
SQL> create database link temp_LINK connect to accountin identified by ******************* using '(DESCRIPTION= (ADDRESS= (COMMUNUITY=tcp.world)(PROTOCOL=TCP)(Host=myself.us.lev.com)(Port=1525)) (CONNECT_DATA=(SID=LNDB1DB)))';
create database link temp_LINK connect to accountin identified by ******************* using '(DESCRIPTION= (ADDRESS= (COMMUNUITY=tcp.world)(PROTOCOL=TCP)(Host=myself.us.lev.com)(Port=1525)) (CONNECT_DATA=(SID=LNDB1DB)))';
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20002: You cannot create database links
ORA-06512: at line 4
Thank you..