How can resolve ORA-12547: TNS: lost contact

I have two database (DEV AND CLONE)

HOW TO CONNECT A COMMAND PROMPT SQL AND RMAN FOR EACH

OS - aix and oacle 11g

whenever I connect with clone
then gives error

SQL * more: version 11.1.0.7.0 - Production kills Apr 19 01:10:59 2011

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

Enter the user name: / as sysdba
ERROR:
ORA-12547: TNS: lost contact

Published by: amal on April 18, 2011 23:12

Amal wrote:
I try with the oracle user

bash-3. $00 ls-l $ORACLE_HOME/bin/oracle
-rwxr-x---x 1 clonedb s/n 209848956 Mar 09 23:15 / u02/oracle/CLONE/db/t
ech_st/11.1.0/bin/Oracle

bash-3. $00 ls-l $ORACLE_HOME/rdbms/lib/config.o
-rw - r - r - 1 clonedb s/n 685 10 Mar 03:45 / u02/oracle/CLONE/db/t
ech_st/11.1.0/RDBMS/lib/Config.o

owner of these files is "clonedb".

You need go to clonedb and then sqlplus:

$ su - clonedb
$ slqplus / as sysdba

Or you can change the owner of these files.

Tags: Database

Similar Questions

  • ORA-12547: TNS: lost contact... How to solve

    Hello
    I just got back my database to the original server. But while he brought to the DB, I get this error:
    ++++++++
    exec(): 0509-036 cannot load program because of the following oraclePCUS01:
    0509-130 symbol resolution failed for usr/lib/libc.a[aio_64.o] because:
    0509-136 symbol kaio_rdwr64 (number 1) is not exported by
    module load/UNIX.
    0509-136 symbol listio64 (number 2) is not exported by
    module load/UNIX.
    0509-136 symbol acancel64 (number 3) is not exported by
    module load/UNIX.
    0509-136 symbol iosuspend64 (number 4) is not exported by
    module load/UNIX.
    0509-136 aio_nwait symbol (number 5) is not exported by
    module load/UNIX.
    0509-136 symbol aio_nwait64 (number 6) is not exported by
    module load/UNIX.
    0509-136 aio_nwait_timeout symbol (number 7) is not exported by
    module load/UNIX.
    0509-136 symbol aio_nwait_timeout64 (number 8) is not exported by
    module load/UNIX.
    0509-026 system error: error 0
    0509-192 review .loader section symbols with the
    command 'dump - Tv.
    ERROR:
    ORA-12547: TNS: lost contact
    ++++++++


    The operating system details > uname - a
    AIX 3 5 00C11C654C00 DOXDB1

    Oracle version: 10.2.0.3


    Please suggest. I tried to rebind the libraries, but without success.
    All the settings as ORACLE_HOME, ORACLE_SID, SHLIB_PATH or LD_LIBRARY_PATH are set correctly

    Regds,
    Malika

    Thanks for sharing.
    You can close the thread as answered.

  • ORA-12547: TNS: lost contact

    Hello

    That's what I did on my AIX unix server to meet the problem.

    I had Oracle 10 g 10.2.0.4 installed binaries and a DB running on this mobile.

    I got to level it to 11g.

    Downloaded and installed 11.2.0.4 version on the AIX server successfully.

    Updated 10g DB 'mobile' version 11g dbua utility.

    all tested fine and good connections.

    Now the next day today, I have to cleanup and delete the binary 10g of the server.

    And YES I used to clean it.

    Apps/opt/oracle/Products/10.2.0/dB/oui/bin/RunInstaller


    After this was done, I deleted manually the files of

    RM - r apps/opt/oracle/products/10.2.0


    Now, I see only binary 11g instead of ORACLE_HOME.


    I'm trying to connect to the database 'mobile' now, and it gives this error.


    hostname > sqlplus / as sysdba

    SQL * more: Production of the version 11.2.0.4.0 Mar 8 15:23:49 Apr 2014

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

    Failed to load oracle program:

    rtld: 0712-001 fc_softc symbol was referenced

    module oracle(), but a definition of runtime

    the symbol could not be found.

    rtld: 0712-002 fatal error: leave.

    ERROR:

    ORA-12547: TNS: lost contact

    Enter the user name:




    Help, please!



    I see my ORACLE_HOME, path of all the other variables are pointing to the correct location of g 11.

    I had a smooth ride that follows the blog below.

    I have relinked the executable and was able to start back again Sqlplus session.

    DBA - Oracle.com: how to create a link to the database software Oracle under UNIX

    I'm also pasting the material here, so that it is useful to others.

    with an Oracle installation program provided.

    -A set of patches Oracle has been applied via an Oracle supplied Installer.

    Reissue of links manually Oracle suggested in the following circumstances

    (even if the OS vendor can not required):

    -An upgrade of the OS has occurred.

    -A change was made to system OS libraries.  This can occur when you apply a patch to the BONE.

    -A new installation has failed during the relinking.

    -An individual Oracle patch has been applied (However, to recreate an explicit link

    instructions are usually included in the Readme or integrated

    the hotfix installation script)

    Step of restoring links:

    [Step 1] Log in the UNIX system as the Oracle software owner:

    ==============================================================================

    This is usually the user 'oracle '.

    [STEP 2] Ensure that your $ORACLE_HOME is correctly set:

    ===============================================================================

    For all platforms and the Versions of Oracle, performs this check of the basic environment

    first:

    % cd $ORACLE_HOME

    % pwd

    This will ensure that $ORACLE_HOME is set properly in your current environment.

    [Step 3] Check and configure the UNIX environment for a reissue of appropriate links:

    ===============================================================================

    For all Versions of Oracle and UNIX platforms:

    Generally, the specific environment variables of platform LIBPATH, LD_LIBRARY_PATH and SHLIB_PATH are already defined to include the locations of library of the system as "/ usr/lib.  In most cases, you need only check they are defined first, and then add the directory of $ORACLE_HOME/lib to them as appropriate.

    for example: setenv LD_LIBRARY_PATH $(ORACLE_HOME) / lib: ${LD_LIBRARY_PATH}

    [Step 4] For all Versions of Oracle and UNIX platforms:

    ===============================================================================

    Make sure you have correctly completed the step 2:

    Make sure you see the absolute path for

    $ORACLE_HOME in the definitions of variables.

    [Step 5] For all Versions of Oracle and UNIX platforms:

    ===============================================================================

    Check the umask is set correctly:

    umask %

    This should return a 022.  If it is not the case, the value of umask 022.

    % umask 022

    umask %

    [Step 6] Run the OS in question Oracle commands:

    ===============================================================================

    Important notes:

    * Before the restoration of the Oracle links, close the database and listener.

    Following commands out lots of text in the window of your session. To capture this release for download in support, redirect the output to a file.

    * If the re-establishment of links an installation of the client, it is expected that certain aspects of the following commands will fail if the components were not initially installed.

    For all UNIX platforms:

    Oracle 8.1.X, 9.X.X, 10.X.X or 11.X.X

    -------------------------------------

    NEW TO 8i AND MORE *.

    A "reissue" script is provided in the directory $ORACLE_HOME/bin.

    % cd $ORACLE_HOME/bin

    relink %... .This will display all the options for the command.

    use: re-edit the link

    accepted parameter values: all, oracle, network, client,.

    interMedia, precomp, utilities, oemagent, client_sharedlib, ldap

    You can bind again most of the executable that is associated with an Oracle Server Installation

    by running the following command:

    % to reissue all the

    11.2.x special instructions (11.2.0.1,11.2.0.2 etc...)

    --------------------------------------

    (A) starting at 11 GR 2 the script to repeat will not accept 'everything' as argument (it is also

    explained in: Oracle 11 g 2 connect new feature).

    See c) the traditional 'make' commands that can be executed independently.

    You can use the following command which will display only errors to the screen, as appropriate,

    but will capture the entire repeat the link in a log file:

    $ORACLE_HOME/Yes/bin/runInstaller - reissue - waitForCompletion - maketargetsxml $ORACLE_HOME/inventory/make/makeorder.xml.

    ORACLE_HOME = $ORACLE_HOME 2 > & 1 | Tee $ORACLE_HOME/install/relink.log | grep-i error | WARNING - iv grep

    (C) running the commands ' do ' independently:

    For executables: oracle exp, imp, sqlldr, tkprof, mig, dbv, orapwd, rman,

    svrmgrl, GMO, ogmsctl

    % cd $ORACLE_HOME /rdbms/lib

    % make install f ins_rdbms.mk

    NOTE: After the restoration of the links the oracle executable, make sure that the

    permissions on executable are 6751 (- rwsr - s - x). If they are

    not, run the following command as the Oracle software owner:

    % cd $ORACLE_HOME/bin

    % chmod 6751 oracle

    For executables: sqlplus

    % cd $ORACLE_HOME/sqlplus/lib

    % make install f ins_sqlplus.mk

    For executables: isqlplus (Oracle9i and above)

    % cd $ORACLE_HOME/sqlplus/lib

    % is install_isqlplus ins_sqlplus.mk f

    For executables: dbsnmp, oemevent, oratclsh

    % cd $ORACLE_HOME/network/lib

    % make install f ins_oemagent.mk

    NOTE: After the restoration of the links the dbsnmp executable, it is necessary to run

    the following commands as root (so that the ownership/permissions on)

    the executable file is correct):

    # cd $ORACLE_HOME/bin

    # chown root dbsnmp

    # chmod 6750 dbsnmp

    For executables: names, namesctl

    % cd $ORACLE_HOME/network/lib

    % make install f ins_names.mk

    For executable files: osslogin, trcasst, trcroute, onrsd, tnsping

    % cd $ORACLE_HOME/network/lib

    % make install f ins_net_client.mk

    For executables: tnslsnr, lsnrctl

    % cd $ORACLE_HOME/network/lib

    % make install f ins_net_server.mk


    How to Tell if Relinking was successful:

    ===============================================================================

    If the restoration of links has been a success, order brand will eventually return to the operating system

    ask without an error. It will NOT be a type 'successful rebinding.

    Message.

    If you receive an error during the reissue of links:

    ===============================================================================

    Check that the message that you have received a fatal error itself says, not a warning. Reissue of links errors usually complete the relinking process and contain the verbiage that is similar to the following:

    "Fatal error", "Ld: fatal', 'Exit Code 1'"

    While the warnings will look like: ' ld: WARNING: choice - YP appears more than once, first affecting decision-making '

    and more often can be ignored.

    If you receive an error that terminates the process of relinking, your first step

    should be to extract the relevant information about the error to do

    output:

    This can be broken down into three basic steps:

    1. determine the usefulness of the BONE that returns the error.

    'ld', 'make', 'cc', 'mv', 'cp', 'ar' is the common sources.

    2. identify the type of error:

    "Permission denied", "Undefined Symbol", "File not found" are common types.

    3. identify the files or the involved symbols.

  • Error message ' ORA-12547: TNS: lost contact "in dbca

    Background info: I am building a cluster RAC test 11.2.0.3 running on a hardware IBM pSeries with AIX 6.1 operating system level. I need to create a cluster, and then adding a new node later practice. Due to availability limited hardware, my initial cluster will be node 1 and I'll add additional nodes later.

    I installed successfully grid Infrastructure. GI and ASM are online and seem to function normally. Today, I installed the 11.2.0.3 database software. Now, I'm trying to create a test using DBCA database. After you have entered all the information database (SID information, where must reside files db, sizing of memory, etc.), the creation of the database starts, then immediately emits the error message ' ORA-12547: TNS: lost contact. "

    I searched MOS (Metalink) and also reviewed a few sites using Google. All the information indicates that this problem most often occurs when you try to connect to an existing database using sqlplus. I have not found that everything about this error message when the database was created.

    Does anyone have advice on how to troubleshoot the problem? Can you point me to some documents that could help with this issue?

    Any help is appreciated. Thank you!

    Search MOS for "ORA-12547 dbca" and you will get a few hits - see if those who help.

    PL also spent the last 100 lines in the Setup log - http://docs.oracle.com/cd/E11882_01/install.112/e24332/app_ts.htm#i1090466

    HTH
    Srini

  • ORA-01565: error in identifying spfile / ORA-12547: TNS: lost contact

    Hello

    just installed 2 node rac rac 11.2, but the instance that b fails to climb!

    SQL > startup;
    ORA-01078: failure in the treatment of system settings
    ORA-01565: error in the identification of file "+ DATA/db/spfile/mydb.ora".
    ORA-17503: ksfdopn:2 could not open the file +DATA/db/spfile/mydb.ora
    ORA-12547: TNS: lost contact
    SQL >

    SPFile exists and the DSO is mounted and upward. same pfile/spfile works fine on the other instance

    Thank you

    In which group is the user to network?
    What group you chose in the group administrator of the ASM?
    Authorities who have your oracle executables (in the House of the grid and Oracle Home)?

    If you cloned Oracle Home, then it is very likely that the oracle Oracle executable Home is owned by oracle: oinstall, but it must be owned by oracle: asmadim (or prabably s/n) in your case.

    Use setasmgidwrap on the oracle executable in the House of the Oracle and this should solve your problem.
    (DBCA imlicitly calls it).

    Concerning
    Sebastian

  • ORA-12547 TNS: lost contact confusion

    Hi all


    We have 15 client linux server with 11gxe each.

    We have installed the database in the Group of 'oracle' userid 'dba '.

    We have an another userid 'apps' apps group "apps".
    I connect on apps and
    Export ORACLE_HOME, ORACLE_SID, PATH

    The I can sqlplus HR/hr and connected ok.

    All 14 servers can connect except 1:(avec perdu contact erreur ora-12547 (mais c'est pas grave si j'utilise l'ID «oracle»))

    They are all configured the same and why making this mistake.

    Help, please...

    Thank you

    Johnny Siad

    I thought that it is appropriate

    Johnny tells Molly
    "I will now leave you."
    And be not afflicted
    At my will disappear
    In addition, we separated
    We will be always true at heart
    And yet once I come back
    In the mild month of May.

    Johnny tells Molly
    "Oh I'll cry for you".
    And I will be saddened
    To your will disappear
    Because you know very well that
    Your absence cry me
    I'm afraid that we burn
    In some strange country

    I hope I get a spanking for being off-topic

  • ORA-12547 TNS LOST during the 12 c dbca on grid infrastructure.

    Hi all

    In my test environment, I installed the 12.1.0.1 9 VMware and REDHAT 6.4grid infrastructure. After a successful installation of the grid infrastructure and database binary when I try to create the database with dbca, show me ORA-12547 TNS LOST.

    Installation is 2 node grid infrastucture ASM on shared disk. Using binary grid and oracle grid and database users respectively.

    I searched forum and METALINK also, I got a part the documents below.

    1. doc ID 1069517.1 : it says to check the permissions on the files binary oracle as below. I thought it was ok.

       - rwsr-s - x 1 184286251 9 August 16:25 /home/oracle/app/oracle/product/11.2/db/bin/oracle asmadmin oracle


    2 many docs suggested to check libaio-*. rpm. I found that libaio x86_64 RPM is installed but libaio i686 rpms were missing. I installed them also.


    But still, I get the error.

    Please suggest.

    Kind regards

    Ashutosh Khare

    After the installation of i686 libaio RPM, I also installed each package contained in the document.

    After the installation of the packages reissue the binary grid with document below.

    How to re-bind the Oracle Grid Infrastructure independent (reboot) Installation or Installation Oracle Grid Infrastructure RAC/Cluster (11.2 or 12 c). (Doc ID 1536057.1)

    After the restoration of the links of the binaries of the grid, I relinked binaries and oracle, but dbca database did not work then also. Then I uninstalled the binary oracle and reinstalled.

    The dbca run fine now... Happiness after frustrating 24 hrs.

  • ORA - 12547:tls lost contact. Intermittent

    Some time, I have the ora-12547 on my dblink of database 11g to a remote database to 10g. Someone can help me. The 11g is on a solaris machine and the 10g on windows server.
    Here is the log
    Fatal OR connect error 12547, connect to:
    (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=host) (PORT = 1522)) (CONNECT_DATA = (SERVICE_NAME = mydatabase) (CID = (PROGRAM = oracle) (HOST = hostname)(USER=)))

    VERSION INFORMATION:
    AMT for Solaris: Version 11.1.0.6.0 - Production
    Oracle leaves NT Protocol adapter for Solaris: Version 11.1.0.6.0 - Production
    Protocol TCP/IP NT to Solaris adapter: Version 11.1.0.6.0 - Production
    Time: 02-AUG-2008 09:42:18
    Tracing not lit.
    AMT error struct:
    NS main err in code: 12547

    Best regards

    Enable SQL * Net follow-up on both servers.

    Also - try Telnet to ip: $listener_port to ensure that it is not a physical network problem.

    Let us know if you anything from the trace.

  • TNS lost Contact

    Hello

    Version RHEL 5.3

    Oracel11g 11.2.0.2.0

    status of $lsnrctl

    AMT-12547: TNS: lost Contact

    AMT-12560: TNS: Protocol adapter error

    AMT-00517: Lost Contact

    Linux error: 104: connection reset by peer.

    is this error because there is no static IP address or because of some other questions... Please suggest.

    978487 wrote:

    Hello

    Version RHEL 5.3

    Oracel11g 11.2.0.2.0

    status of $lsnrctl

    AMT-12547: TNS: lost Contact

    AMT-12560: TNS: Protocol adapter error

    AMT-00517: Lost Contact

    Linux error: 104: connection reset by peer.

    is this error because there is no static IP address or because of some other questions... Please suggest.

    When was the last time SQL * Net worked without error?
    What has changed since then?

    > Linux error: 104: connection reset by peer.

    Indicates the wrong OS/networking configuration

    post the results of the controls of the operating system

    ID

    env | Sorting

    uname - a

    host name

    cat/etc/hosts

    / sbin/ifconfig

  • How can I retrieve a list of contacts SKYPE lost somewhere on my PC?

    How can I retrieve a list of contacts SKYPE lost somewhere on my PC?

    original title: contacts SKYKE

    Hello

    Maybe these will help and you should contact the Skype Support and check in their forums.

    Skype - Support
    https://support.Skype.com/en-us/

    Skype - Forums
    http://Forum.Skype.com/

    --------------------

    If you have deleted something you should not have:

    Have you looked in the trash?

    Recover files from the Recycle Bin - Vista
    http://Windows.Microsoft.com/en-us/Windows-Vista/recover-files-from-the-Recycle-Bin

    Recover files from the Recycle Bin - Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/recover-files-from-the-Recycle-Bin

    How to restore previous Versions of a file and the folder of Vista (Ultimate, Business and Enterprise)
    http://www.Vistax64.com/tutorials/122127-previous-versions-shadow-copy.html

    How to restore files and folders in Windows 7 with previous Versions
    http://www.SevenForums.com/tutorials/85679-previous-versions-restore-files-folders.html

    ----------------------------------------------------------------------------------------------------------------------------

    This could help you recover a file, or a previous version (all versions of Vista and Windows 7).
    http://www.ShadowExplorer.com/

    ShadowExplorer - recover lost files and folders (Vista and Windows 7)
    http://www.SevenForums.com/tutorials/132087-ShadowExplorer-recover-lost-files-folders.html

    ----------------------------------------------------------------------------------------------------------------------------

    Recuva - free - recovers files deleted from your Windows computer, Recycle Bin,
    map of the camera digital or MP3 player. And it's free!
    http://www.Piriform.com/Recuva

    Recuva - Forums - help here
    http://Forum.Piriform.com/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • ORA-03135: connection lost contact for a single user only

    Hi gurus,

    I am puzzled to this problem, no one else is having problem connecting to the database except a user who always gets "ORA-03135: connection lost contact" when you try to connect to the test and Prod environment.

    Oracle@PATEST > sqlplus user@testDB

    SQL * more: release 10.2.0.3.0 - Production Wed Dec 23 13:21:08 2015

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

    Enter the password:

    ERROR:

    ORA-03135: connection lost contact

    Get the same error when you try to connect via EDIVIEW (application) or the prompt of commands or cygwin terminal directly.

    tnsping works fine and return connect credentials

    Here's what I did troubleshooting:

    1. make sure that the user is not locked in the database

    2. place the database restricted and provided this user mode access restricted and tried the connection as long as that user, not luck.

    3A bounced the listener

    4A rebounded from the database

    5. some online forums suggest to increase the timeout setting in sqlnet.ora, in our environment, we use the OID and the sqlnet.ora is the central directory. If this cannot be the issue that everyone can connect.

    6. I checked the sqlnet.log file and there seems to be no incoming connection from this user or machine.

    Information system and database

    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64 bit Production

    Mna3dbts SunOS 5.10 Generic_150400-27 sun4u sparc SUNW, SPARC-Enterprise

    Any advice would be appreciated

    Hello world

    Thanks for everyone came, surprisingly, the problem is solved by simply changing the user password in the database. As soon as the password is reset, I was able to connect using the assigned user name.

  • How can I determine the number of contacts that I have

    How can I determine the number of contacts that I currently have on my iphone

    I don't know of a way on the iPhone, but if you have a Mac, you can go to the Contacts (platform) app and scroll to the bottom where you will find the total.

    Same for iCloud.com on your browser, go to the app, scroll down.

  • How can ensure me that my iphone contacts are saved in the cloud and is not a crucial step if I buy a new iphone.  I have 5

    How can ensure me that my iphone contacts are saved in the cloud and is not a crucial step if I buy a new iphone.  I have 5

    Help here > transfer content from your old iOS device to your new iPhone, iPad, or iPod touch - Apple Support

  • How can I change the Menu Windows Contacts bar to show new Contacts, new Group Contacts, etc.. ?

    I have Windows Vista with Windows Mail. In Windows Mail, my Contacts are displayed, but the Menu bar icons related to the Windows images. How can I change the Menu Windows Contacts bar to show new Contacts, new Group Contacts, etc.. ?

    Original title: Windows Mail with Vista

    Missing the Windows Contacts toolbar buttons
    http://www.wintuts.com/missing-buttons-from-Windows-contacts-toolbar

    Vista - "New Contact" and "Contact Group on new" button missing
    http://www.Vistax64.com/tutorials/186477-new-contact-new-contact-group-button-missing.html

  • How can I print a list of contacts with e-mail addresses of Windows Live Mail?

    How can I print a list of contacts with e-mail addresses of Windows Live Mail?

    For an easy way and by using less paper, try this:
     
    • Open a new message window.
    • Click on the button to.
    • Select all addresses and add them to the field to.
    • Close the message without sending it to save in drafts.
    • Click on the header of message once to highlight.
    • CTRL + F3 will reveal the source of the message, including all of the names and addresses.
    • Copy & paste the addresses into a word processing program and print from there.

Maybe you are looking for