Clients unable to connect due to the ORA - 12545 Intermittent in RAC environment

We deal with this problem.
Whenever we connect customer oracle application to our database server.
ounces it connect and the next moment, it shows the error ORA-12545: Connect failed because target host or object does not exist.

After searching on Google, I found many recommendations for this.
the one I like is:

+(source: Internet) +.

Whe LOCAL_LISTENER is nothing or is not set correctly, PMON can record the VIP host name and the physical hostname with the REMOTE_LISTENER. This is incorrect in the CARS, but if this happens, the client may intermittently be routed to an endpoint listens on one of these addresses. If the client cannot resolve the host name physical or even vip host name, the connection will fail with ORA-12545.
And first set is important to check the output for: lsnrctl services < nom_recepteur >
You should not see the physical hostname in the information manager for your RAC instances. Here is an example of a services of incorrect lsnrctl < nom_recepteur > output to a 2 node RAC cluster:
oracle_rac_listener lsnrctl services
Service 'oracle.oracle.com' has 2 occurrences.
'Orcl1' instance, State LOAN, has 2 managers of this service...
Managers:
"DEDICATED" set up: 0 denied: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=myphysicalhost1) (PORT = 1521))
"DEDICATED" set up: 326 refused: 0 status: ready
LOCAL SERVER

"Orcl2", State LOAN, has 1 operation for this service...
Managers:
"DEDICATED" implemented: 394371 refused: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=myphysicalhost2) (PORT = 1521))
Here's an example of what it should look like when LOCAL_LISTENER is configured correctly:
oracle_rac_listener lsnrctl services
Service 'oracle.oracle.com' has 2 occurrences.
'Orcl1' instance, State LOAN, has 2 managers of this service...
Managers:
"DEDICATED" set up: 0 denied: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=myVIP_host1) (PORT = 1521))
"DEDICATED" set up: 326 refused: 0 status: ready
LOCAL SERVER

"Orcl2", State LOAN, has 1 operation for this service...
Managers:
"DEDICATED" implemented: 394371 refused: 0 status: ready
REMOTE SERVER
(ADDRESS = (PROTOCOL = TCP)(HOST=myVIP_host2) (PORT = 1521))
Open a session with privileges to the instance and run the following commands so that LOCAL_LISTENER is correctly configured:
change the value system LOCAL_LISTENER = "(address = (protocol = tcp (host = < your_vip_node1 >))(port=1521)) range = the two sid ="INSTANCE_NAME1";"
Do the same for the 2nd instance where is set to < vip_host_node2 > and the sid is defined for the 2nd instance name.
change the value system LOCAL_LISTENER = "(address = (protocol = tcp (host = < your_vip_node2 >))(port=1521)) range = the two sid ="INSTANCE_NAME2";"
Now the correct address using the VIP host name is registered against the Auditors in the cluster.
The client must be able to resolve all forms of the VIP host through their file/etc/hosts. that is, short name and complete.


now my concern is:

To change the LOCAL_LISTENER parameter in the init.ora/spfile database, it will require a downtime? or it will have a negative impact on our existing RAC databases?
Please suggest?

Thank you

Hello

Good config is already present, then check/confirm below

1 tnsping , tnsping similarly & on nodes
2 sqlplus @/ , sqlplus @/ similarly through the node
3 Local_listener must not be empty it should point to the virtual host entry as below, try it before if everything fails

NAME                                 TYPE                             VALUE
------------------------------------ -------------------------------- ------------------------------
local_listener                       string                            (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=121.244.255.54)(PORT=1522))))

Thank you
Ajay more
http://moreajays.blogspot.com

Tags: Database

Similar Questions

  • Unable to connect even after the user password reset

    Hai all,

    10.2.0.3 on Linux

    Reset a user password and the user is unable to connect as you can see below


    [oracle@testdb 10.2.0] $ sqlplus sys/Manager as sysdba

    SQL * more: release 10.2.0.3.0 - Production on Tue Nov 27 16:20:21 2012

    Copyright (c) 1982, 2006, Oracle. All rights reserved.


    Connected to:
    Oracle Database 10 g Enterprise Edition release 10.2.0.3.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > alter user sysman identified by oracle.

    Modified user.

    SQL > disconnected from Oracle Database 10 g Enterprise Edition release 10.2.0.3.0 - Production
    With partitioning, OLAP and Data Mining options

    [oracle@testdb 10.2.0] $ sqlplus sysman/oracle

    SQL * more: release 10.2.0.3.0 - Production on Tue Nov 27 16:20:32 2012

    Copyright (c) 1982, 2006, Oracle. All rights reserved.

    ERROR:
    ORA-01017: name of user and password invalid. connection refused



    Unable to connect even after the user password reset

    Check
    How to change the password of the database user Sysman (DB control repository schema) [ID 259379.1]
    EMCA 11 g fails with the error "ORA-01017: name of user and password invalid; connection refused"and" username/password invalid name; For DBSNMP or user SYSMAN"[ID 741530.1]

  • I have CS5 on Windows desktop 8.1 which I'm unable to update due to the repeated download error (no error number). I uninstalled and reinstalled CS5 but the same error occurs. I have same CS5 on Windows 7 laptop which seems to be up-to-date. What's wrong

    Issue. I have CS5 on Windows desktop 8.1 which I'm unable to update due to the repeated download error (no error number). I uninstalled and reinstalled CS5 but the same error occurs. I have same CS5 on Windows 7 laptop which seems to be up-to-date. What is the problem please?

    Hi Peter,.

    Please see the updates

    Hope that helps!

    Kind regards

    Sheena

  • FDPSTP failed due to the ORA-20100: error: failure FND_FILE. Cannot create the f

    Hi all

    It seems that I added a thread after another today. I have problems using FND_FILE in the simultaneous program (R12 on W2K2). I tried to google for a solution, but nothing has worked for me. Here is the error message:

    Error ORACLE 20100 in FDPSTP

    Cause: FDPSTP failed due to the ORA-20100: error: failure FND_FILE. Failed to create the file, o2053488.tmp in the c:\temp directory.
    You can find more information in the applications log.
    ORA-06512: at the 'APPS '. FND_FILE', line 417
    ORA-065

    $APPLTMP is set to j:\oracle\VIS\inst\apps\VIS_eviasl\appltmp
    $APPLPTMP is set to j:\temp
    UTL_FILE_DIR is defined as:

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    UTL_FILE_DIR string j:\temp, j:\oracle\VIS\db\tech
    _st\11.1.0\plsql\temp, j:\orac
    le\VIS\db\tech_st\11.1.0\appsu
    til\outbound\VIS_eviasl

    but I still get the message that he seeks in c:\temp.

    Concerning
    Piotr

    Cause: FDPSTP failed due to the ORA-20100: error: failure FND_FILE. Failed to create the file, o2053488.tmp in the c:\temp directory.
    You can find more information in the applications log.
    ORA-06512: at the 'APPS '. FND_FILE', line 417

    Please see old threads that deal with the same subject - http://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-20100&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001

    Thank you
    Hussein

  • fdmload failed due to the ORA-00942 on passage with custom liability

    Hello

    I created a top custom applications R12

    When I go to personal responsibility

    It gives an error

    fdmload failed due to the ORA-00942: table or view doesnot exist

    Thus a long sql code is given

    in the message mentioned tables are fnd_menu_entries_tl and fnd_menu_entries

    APPS Version: 12.1.2
    DB 11.2.0.1

    Hello

    full error message

    APP-FND-01564 error 942 in fdmload
    cause: failed to fdmload EU to ora-00942 table or view doesnot exist

    I also gave access to tables

    Please see (RSOB responsibility: FDMLOAD fails Due to ORA-00942 [337896.1 ID]).

    Thank you
    Hussein

  • Why my icloud unable to connect, he wrote "the maximum number of free account has been enabled on this phone" why? I already reset my iphone and create a new id

    Why my new id icloud unable to connect? He wrote "the maximum number of free account we enabled on this phone, while I already reset my iphone.

    A device can create only three accounts iCloud, after which still attempts to bring the message you see. This is related to the material and there is no way around it - reset makes no difference. What you can do is to create a new account iCloud on another Mac or iOS (not Windows) device, then you can sign in on your phone.

  • WNDR3700 not internet connection due to the storm

    My modem to broadband ISP (ARRIS TM822) was killed during a storm, it was replaced with the same model, and at the beginning, when I plugged my router, the wireless worked well. I'm not in the settings or something, just plugged in, and it worked perfectly. However the next morning, I was unable to connect to the internet.

    I did a lot of troubleshooting:

    • Firstly, I fed all the way down, pulling cables, batteries on the modem, etc and started in sequence. This is done several times without success.

    • I updated the firmware on the router, done the commissioning, no luck

    • Connected on the router, using the routerlogin.net and run the configuration wizard. Got the message saying 'No Internet connection detected' ' Please check connection to the modem cable/DSL and of Internet WAN port.

    • Did a factory reset and used the resource CD. To the tab of preparation, got 'No adapter' ' is either disabled or no Ethernet card Ethernet card is installed on this computer...» "I've updated the driver for the LAN on my computer (it's something RealTek) and uninstalled and re-installed. Same result.

    • In addition, the port is very well. The LED indicator for the Ethernet port is shining green on the router and the computer, the port "lights" to show a good connection. It also works very well when it is connected directly to the modem.

    • The State of the computer shows LAN network data is sent and received when it is connected to the router, quite strangely, even if I can't connect to the internet.

    Thus, it has been a long and frustrating day. I'd appreciate help on solving this problem.

    Thanks in advance.

    Hi Elaine,.

    I couldn't make it work. I pretty well confirmed, however, it is the router. I tried another router and it works very well with the modem, and I had a friend check my router on its network. It did not work there either. I'll have to buy another.

    Maybe it was damaged during the storm that killed the modem. Just very strange that he worked for a while before stopping and that he was not completely killed as the modem, just maybe the internet port. Both have been connected to a surge protector as well! Maybe I can get compensation from the manufacturer. Well...

    Thank you for following it upwards.

  • Unable to connect wireless to the Internet - Atheros - HP Pavilion dm3-1035dx

    Hello

    Laptop: HP Pavilion dm3-1035dx

    I just formatted the computer and the software has been reinstalled. I have the latest Atheros on the Site of HP drivers.

    I'm unable to connect to wireless internet, despite what I do. I will try to connect to a network, and it will then show with the little yellow Triangle showing limited access.

    Troubleshooting of the shows "wireless network connection is not a valid IP configuration [not not fixed]" and "[detected] problem with wireless adapter or access point.

    The wireless router is 2.4 GHz (B + G). Security is WPA2 (AES).

    Once I have disable the security for the wireless router I am able to connect to the internet. However, once I got change back to WPA2 (AES) I can no longer connect.

    I have crossed the wires and haven't found a working solution. If I could get help that would be greatly appreciated, thanks.

    Fixed a problem.

    Don't know what he did but the wireless connection is working now.

    I turned off my windows firewall. I disabled the router security and was able to connect to the internet.

    Then back to WPA2, the connection has failed.

    I tried ipconfig / renew ipconfig/release in commmand invites a few times and ipconfig/release would not work ("..") Unable to contact your dhcp server...). However, after several attempts more to play, I was able to connect wirelessly with WPA2 and windows firewall on.

    Ipconfig displays now, 192.168.0.1 and not 169.254.61.203

    Please help us Erico

  • "unable to connect" iMac to the printer, but other devices peuvent

    I have a HP Officejet which was working fine, then all of a sudden not. When I try to print, I get an error "unable to connect to the printer, will try again in 30 seconds." I deleted the printer several times and added in my preferences, so my iMac can see the printer, but when it comes to print to it, is not going to see it.

    In addition, I have no problem, print on it to my MacBook Pro, nor fact my wife on her MacBook.

    If I type the IP address in a browser on any other device including my iPhone, I can reach HP diagnostics and configuration screen, but my iMac just times out.

    Things I've tried: resetting the printer preferences. Deleting all HP prefs in the library. Updated with the latest version of the software of HP for Snow Leopard. Adding the printer using the IP address. Installed the latest driver from HP, Apple.

    This is a clean installation of 10.6.5 (same OS other Macs are running. This started happening a few days ago and prompted me to do a clean install, as I had other questions. I thought the clean install might clarify the issue, but the problem persists.

    Where did you got your HP software?  Has it labeled as being compatible with 10.6?

    Restart your Mac and your router.

  • Unable to connect, detect, remove the bluetooth mouse

    I have a bluetooth mouse that appear in devices and printers, but I can't connect to it.

    That's what I tried.
    1. I tried to search (add a device) and the mouse discoverable/visible. Windows does not detect it.
    2. I removed the mouse devices and printers. Rebooted yet portable windows, then I tried step 1, do not judge.
    3. once I find the hardware changes in Device Manager, it automatically adds the mouse to devices and printers. I am not able to uninstall this mouse from my system.
    4. I've seen devices hidden in Device Manager and removed the mouse and all bluetooth HID, same enumerator Bluetooth devices. Then I rebooted. I tried the first step. Windows does not detect it. When I check for changes in the Device Manager it add the mouse again.
    I can't figure out how to remove this mouse. I think if can remove it from the registry or somewhere, I can add it again. Therefore, I am unable to remove it or connect.
    I've been using bluetooth during a period of long devices now. I know that for to connect/pair of the device, it must be visible. The mouse is also very well, I can connect to other systems, I can use it even with my cell phone.
    Other information that may be useful.
    Windows 7, Logitech v470
    Service Bluetooth starts automatically. under the local system account logon
    Bluetooth support service will start automatically, logon under the local system account.
    Enumerator Bluetooth is installed.
    I'm using icons improved in devices and printers

    Same problem with the same mouse. Found in some way, by using the system account Local indicates that the Bluetooth service is started, but it doesn't seem to work. I changed Local Service as a user to start the Service of Support of Bluetooth and there's. Everywhere it is documented to change the Local System account, and this does not work! Likewise, it does not detect my BB Phone! Now, all is well with the Local Service.

    OS: Windows 7 64-bit

  • vpshere client unable to connect to vcenter vcva

    Hi all

    I have install esxi on a virtual machine, and I can connect to with vsphere client. I have download vcva and depoy, I configure it from a browser, and it started. but when I try to connect with vsphere client I got an error message: the remote server connection failure are taking too long to respond. (see the attached log file)

    I can ping and I can connect to the web interface from a browser on another machine to configure - what I've done, I would say. I set up the embedded database, etc..


    find attached a log file.

    1. Connect to SSO via vSphere Web Client as user admin@system-domain.
    2. Navigate to Administration > Sign-On and discovery > Configuration > change source of identity for the area.
    3. Change the URL of the backend:
      • Address of global catalog

        For example:

        LDAP: / /global_server: 3268

      • Address Secure Global catalog

        For example:

        LDAPS: / /global_server: 3269

    4. You may need to enter you password if the authentication type is set to password.

    Reference: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2038918

  • Help! Unable to connect USB with the computer!

    Hey... I use bike g 2nd GEN recently, when the options of connectivity usb came... I have disabled by error two options... And now, when I connect my phone with cable USB WHAT DO not come connectivity options to the top! And only charges the phone!

    I also tried the check in the phone settings... But no use... Help, please!

    Go to settings > storage > tap the icon at the top right (3 vertical points) > Connect usb to the computer, you can select the USB options.

  • VM client unable to connect to the network after the migration.

    Hello experts,

    I just migrated a VM from ESX4.0 to ESXi5.5 host, and then upgrade the VM tools already.

    But after that this virtual machine cannot connect to LAN oura.

    Although the network is also configured and fine configuration on the switch.

    Is these any configuration of network related problem on the new host ESXi?

    Thanks in advance.

    Kind regards

    You have several VLANs on your network? If so, you have all shared the VLAN on new esxi host physical?

    You have created virtual machine required with the id portgroup vlan?

    Make sure that the virtual machine network adapter is in a connected state.

    Thank you

    Hentzien

  • Oracle database upgrade failed due to the ORA-600

    Hi team,

    I tried to upgrade my stand-alone database 10.2.0.3 to 11.2.0.1. The OS is AIX 6.0, its HACMP cluster (which one of the nodes is down). During the upgrade to xdb oracle upgrade process failed with error ORA.

    Please let me know what can be done that the upgrade was interrupted between the two.

    of catupgrd.log

    2269 2tWY2pY/umK1A6n4/gYjDbxa / / lwT3KuHx5DmP4f2JH2xNd18ZWYCtlOE9VN7CG9tvYUym/1

    2270 yAgCxuRupEOWlCURc1A67ggoX55JrrdMmdTY + ks3upr7gMLz2CAPZCDiD5YZlnLx6E87TD4K

    2271 zC4NBjAuMRjWDUO1u7Uo7oYNxg is

    2272

    2273.

    CREATE or REPLACE package body enveloped dbms_stats

    *

    ERROR on line 1:

    ORA-03113: end of file on communication channel

    ERROR:

    ORA-03114: not connected to ORACLE

    ERROR:

    ORA-03114: not connected to ORACLE

    ERROR:

    ORA-03114: not connected to ORACLE

    JOURNAL ALERTS:

    The SERVER COMPONENT ID = XML: status = VALID, version = 11.2.0.1.0, timestamp = 2013-07-19 19:47:48

    Fri Jul 19 19:48:42 2013

    Thread 1 cannot allot of new newspapers, sequence 3993

    Checkpoint is not complete

    Currently Journal # 2 seq # 3992 mem # 0: /data/oradata/xxxxxx/redo02.log

    Thread 1 Advanced for you connect to sequence 3993 (switch LGWR)

    Currently Journal # 3 seq # 3993 mem # 0: /data/oradata/xxxxxx/redo03.log

    Fri Jul 19 19:50 2013

    Thread 1 Advanced for you connect to sequence 3994 (switch LGWR)

    Currently journal # 1, seq # 3994 mem # 0: /data/oradata/xxxxxx/redo01.log

    Fri Jul 19 19:50:22 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1353):

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1353/xxxxxx_ora_3817488_i1353.trc

    Fri Jul 19 19:50:42 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1353/xxxxxx_ora_3817488_i1353.trc file:

    ORA-00308: cannot open archived log ' / data/redolog/1_1465_616683947.arc'

    ORA-27037: unable to get file status

    IBM AIX RISC System/6000 error: 2: no such file or directory

    Additional information: 3

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1354):

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1354/xxxxxx_ora_3817488_i1354.trc

    Fri Jul 19 19:50:43 2013

    Scan [inc] [1353]: completed

    Sweep [inc2] [1353]: completed

    Fri Jul 19 19:50:43 2013

    Track of dumping performs id = [cdmp_20130719195043]

    Fri Jul 19 19:51:03 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1355):

    [ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1355/xxxxxx_ora_3817488_i1355.trc

    Fri Jul 19 19:51:03 2013

    Track of dumping performs id = [cdmp_20130719195103]

    Fri Jul 19 19:51:23 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file:

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1356):

    [ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1356/xxxxxx_ora_3817488_i1356.trc

    Fri Jul 19 19:51:24 2013

    Track of dumping performs id = [cdmp_20130719195124]

    Fri Jul 19 19:51:37 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1357):

    [ORA-00700: soft internal error, arguments: [kgerev1], [600], [600], [700] [] [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1357/xxxxxx_ora_3817488_i1357.trc

    Fri Jul 19 19:51:38 2013

    Track of dumping performs id = [cdmp_20130719195138]

    Please let me know how to proceed further.

    Thanks and greetings

    Venkata Sainaba

    Hello

    Check the paths of the library ($LIBPATH = $ORACLE_HOME/lib LD_LIBRARY_PATH = $ORACLE_HOM/lib: $ORACLE_HOME/lib32) and the compatibility parameter set to 11.1.0.0 and begin the upgrade. This should solve the problem.

    RGS

    YVS

  • Unable to connect: icon disappear the password incorrect message/fingerprint reader

    I am unable to log in to my administrator account with my password or fingerprint after the last HP Simplepass update. When I try the password, I get the message 'invalid password' and I can't use the scanner as its icon dissappeared. I can still connect to the guest account, but this is not the administrator settings.
    After you restart the computer several times nothing has changed.

    It is a HP Pavilion dv7 Notebook PC Windows 7 Home Premium 64-bit Service Pack 1.

    Any help would be really appreciated.

    Thank you.

    Hello

    See if you can access the computer in Mode safe mode as follows.

    Shut down the laptop. Tap away at f8 that you start the laptop to enter the Windows Recovery Console.  Use the arrow keys to select Safe mode and press ENTER.

    If you can access your Admin account in this mode, click on the Start Menu, click principally made programs, click Accessories, click System Tools and run the system restore.  Choose a restore point prior to the update SimplePass and then proceed to the restoration.  When you are finished, Windows will restart normally.  See if your scan/finger/password original works now.

    Kind regards

    DP - K

Maybe you are looking for

  • How to access the BIOS on my Satellite 5205 settings?

    Hello I have a laptop of s703/5205 series of satellites. How can I access the bios settings? When I switch on I get the screen "Welcome to toshiba." There are some keys I press during the boot process? On my other laptop I usually press 'DEL' or 'F2

  • Bus driver SM C855D - 12G satellite required Windows 7 64 bit

    Hi all. Can someone please help me find driver for SM BUS controller for Toshiba Satellite C855D - 12GWindows 7 64 bit I've looked everywhere and im just of ideas...

  • Pavilion a1230n w XP: Replace hard disk &amp; recovery disks don't work

    Replace hard disk & recovery disks do not work. Create the new partition & Microsft Recovery Console ONLY the options available on the disk recovery TOOLS. Recovery of Microsoft stops at the page "Preparing the system to install Windows XP".  Pressin

  • Cannot connect printer

    original title: try to connect my lexmark x 125 to my laptop to no success need help try to connect to lexmark x 125 to my laptop to no help available

  • Latitude e7240 good question w/base

    When this laptop is on a docking station, the music and the audio cut out after 30 to 90 seconds. I tried with several new platforms of the same model and it always happens. Dell's Rep says it's the correct docking station for this model laptop. The