In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
ORA-12154: TNS:could not resolve the connect identifier specified processing
SQL > select dest_name,status,error from v$archive_dest where rownum show parameter fal
NAME TYPE VALUE
-
Fal_client string orcl_primary
Fal_server string orcl_standby
SQL > show parameter service_name
NAME TYPE VALUE
-
Service_names string orcl_dg
SQL >
Check the Tnsnames.ora configuration on both sides:
Orcl_primary =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.244) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl_pm)
)
)
Orcl_standby =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.245) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl_dg)
)
)
Note: the service in parameter LOG_ARCHIVE_DEST_n Parameter Attributes refers to: net_service_name
When you specify a SERVICE attribute:
You identify remote destinations by specifying the SERVICE attribute with a valid Oracle Net service name (SERVICE=net_service_name) that identifies the remote Oracle database instance to which the redo data will be sent.
The Oracle Net service name that you specify with the SERVICE attribute is translated into a connection descriptor that contains the information necessary for connecting to the remote database.
Therefore: service in log_archive_log_2 refers to net_service_name in tnsnames.ora, not service_name in standby library
Modify the log_archive_log_2 parameter in the main library:
Alter system set log_archive_dest_2='service=orcl_standby async
Valid_for= (online_logfiles,primary_role)
Db_unique_name=orcl_dg' scope=spfile
Modify the standby library:
Alter system set log_archive_dest_2='service=orcl_primary async
Valid_for= (online_logfiles,primary_role)
Db_unique_name=orcl_pm' scope=spfile
Restart the library and listen to OK!
In previous configuration, service_name,unique_name,tnsname is the same, there is no clear understanding of the concept of service in log_archive_dest_2 here.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.