【DataGuard】 TNS:could not resolve the connect identifier specified

楊奇龍發表於2011-09-09
 Duplicate From Active Database Errors : Ora-17627: Ora-12154: Tns:Could Not Resolve The C [ID 1144273.1]
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-12154: TNS:could not resolve the connect identifier specified
ORA-17629: Cannot connect to the remote database server
這裡的錯誤主要有中間的 
ORA-17627: ORA-12154: TNS:could not resolve the connect identifier specified 確定!!
原因:
In the tnsnames.ora of the machine where is the source database, there are 2 services created to connect to auxiliary database that have the same "service name" but different configuration.

解決方法:
1. To be sure that the tnsnames.ora file of each machine (machine where is the source database and machine where is the auxiliary database) has the service name to connect to auxiliary database.
2. Verify that there are not duplicate service_name with different configuration in the tnsnames.ora file.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-707061/,如需轉載,請註明出處,否則將追究法律責任。

相關文章