Hi,
I am not able to create the Database link in my Oracle 11g. My Statement looks like below
and it shows the below error as
Given tns service name is correct
Thanks in Advance
I am not able to create the Database link in my Oracle 11g. My Statement looks like below
Code:
CREATE DATABASE LINK mylink CONNECT TO <username> IDENTIFIED BY <pwd> USING <tns_service_name>;
Code:
Error starting at line 2 in command: CREATE DATABASE LINK mylink CONNECT TO <username> IDENTIFIED BY <pwd> USING <tns_service_name> Error at Command Line:2 Column:70 Error report: SQL Error: ORA-00933: SQL command not properly ended 00933. 00000 - "SQL command not properly ended" *Cause: *Action:
Thanks in Advance
Comment