| Database link creation [message #575867] |
Mon, 28 January 2013 11:30  |
 |
sarma.shp
Messages: 108 Registered: February 2012
|
Senior Member |
|
|
Hi all,
I have installed oracle database 11gr2 in laptop1 and installed oracle database 11gr2 in laptop2.
Both the laptop's are connected to same internet connection through wifi. So my question is can i create a database link between these two databases using this wifi? please suggest/correct me and give some steps in creation of a database link.
Thanks in advance!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Database link creation [message #575875 is a reply to message #575872] |
Mon, 28 January 2013 12:48   |
joy_division
Messages: 4266 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
Michel Cadot wrote on Mon, 28 January 2013 13:26
In addition, I bet "hr" should be hr without the ".
Hmmm, I seem to recall that when creating database links, case sensitivity did not matter even with the double quotes. I could be remembering incorrectly, but there was a case where forcing lower case with double quotes had no effect.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Database link creation [message #575944 is a reply to message #575943] |
Tue, 29 January 2013 11:27  |
 |
BlackSwan
Messages: 20095 Registered: January 2009
|
Senior Member |
|
|
ORA-12154 ALWAYS only occurs on SQL Client & no SQL*Net packets ever leave client system
ORA-12154 NEVER involves the listener, the database itself or anything on the DB Server.
ORA-12154 occurs when client requests a connection to some DB server system using some connection string.
TNS-03505 is thrown by tnsping & is same error as ORA-12154 thrown by sqlplus or others.
The lookup operation fails because the name provided can NOT be resolved to any remote DB.
The analogous operation would be when you wanted to call somebody, but could not find their name in any phonebook.
The most frequent cause for the ORA-12154 error is when the connection alias can not be found in tnsnames.ora.
The lookup operation of the alias can be impacted by the contents of the sqlnet.ora file; specifically DOMAIN entry.
TROUBLESHOOTING GUIDE: ORA-12154 & TNS-12154 TNS:could not resolve service name [ID 114085.1]
http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/
|
|
|
|