Issue with adcfgclone dualfs 12.1.5

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue with adcfgclone dualfs 12.1.5

satish
Dear Erman,

Thanks for posting the blog "http://ermanarslan.blogspot.com/2014/07/ebs-122-cloning-real-life-example.html" which helped many of us to fix the issue instantly "ORA-12514: TNS:listener does not currently know of service requested in connect"

In our UAT instance,which i have cloned recently.We didnt face any ORA-12514 errors while running adcfgclone dualfs and need to understand the reason


2node rac
sid:UATDB1,UATDB2
databasename:UATDB

From our spfile:

SQL> sho parameter service

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
service_names                        string      UATDB,ebs_patch

SQL> sho parameter local

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
_local_communication_costing_enabled boolean     TRUE
local_listener                       string      UATDB1_LOCAL
parallel_force_local                 boolean     TRUE


[orauat@uatdb1 UATDB_uatdb1]$ tnsping UATDB1_LOCAL

TNS Ping Utility for Linux: Version 12.1.0.2.0 - Production on 11-FEB-2019 16:39:54

Copyright (c) 1997, 2014, Oracle.  All rights reserved.

Used parameter files:
/u02/UATDB/12.1.0/network/admin/UATDB_uatdb1/sqlnet_ifile.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=uatdb1-vip.ttd.com)(PORT=1522)))
OK (0 msec)


None of the listeners are listening for service UATDB1_patch,but adcfgclone dualfs completed successfully and no ORA-12514: TNS:listener errors found.I would like to know why we didnt get any errors in this case.

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Issue with adcfgclone dualfs 12.1.5

ErmanArslansOracleBlog
Administrator
Please describe your cloning activity with all its details.. (the cloning activity for creating your clone named UATDB)
Is this database recreated by cloning activity? Or you just refreshed the apps tier of this clone?

Please describe the process.. (especiall db tier autoconfig run)...

Probably, there is something happening during db tier cloning activities..
it is related with the setting of service_names parameter..
We need to check the cloning related logs and see why this parameter is set in UAT instance, and why it is not set in the other iterations.