Vbscript to connect to oracle fails with ORA-12560: TNS:protocol adapter error

I am running a Windows 7, 64 bit system with the Oracle 32 bit client installed.  The 32 bit client is required for use with Oracle's Documaker Studio which is working fine with the current client configuration.  I would like to connect the same database using a vbscript.  Here is the test script I am using:
Option Explicit
Dim strCon
strCon = "Driver={Oracle in OraClient11g_home1_32bit}; " & _
         "CONNECTSTRING=(DESCRIPTION=" & _
         "(ADDRESS=(PROTOCOL=TCP)" & _
         "(HOST={VSTODEEDATxx.xxxxxxx.com})(PORT=1521))" & _
         "(CONNECT_DATA=(SERVICE_NAME=IDMAKER))); uid=xxxxxx;pwd=xxxxxxxx;"
Dim oCon: Set oCon = WScript.CreateObject("ADODB.Connection")
Dim oRs: Set oRs = WScript.CreateObject("ADODB.Recordset")
oCon.Open strCon
Set oRs = oCon.Execute("SELECT TO_CHAR(SYSDATE,'MM-DD-YYYY HH24:MI:SS') AS DateTime FROM DUA")
While Not oRs.EOF
    WSCript.Echo oRs.Fields(0).Value
    oRs.MoveNext
Wend
oCon.Close
Set oRs = Nothing
Set oCon = Nothing
In the connection string I am using the 32 bit driver used succesfully by Documaker.  I provided all the parms to eliminate the need for tnsnames.ora.  However, I do have tnsnames.ora on my system and Documaker is using it.
Since the client is 32 bit, I am using the following command to run the script:
c:\windows\syswow64\cscript.exe c:\temp\oracle\testing\testconnect.vbs
This is suppose to run the script in 32 bit mode and be compatible with the client.
When I run the program I get the following error:
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
c:\temp\oracle\testing\testconnect.vbs(12, 1) Microsoft OLE DB Provider for ODBC
Drivers: [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adapter error
Would someone please advise on how to debug this problem?  Thanks, Gary

"connectstring" is not a valid attribute with Oracle's ODBC driver, so since there is no datasource attribute specified, the app is trying to connect to a local database, and since you don't have one, you get 12560.
To resolve the problem, pass DBQ=      instead of  CONNECTSTRING=
http://docs.oracle.com/cd/B19306_01/server.102/b15658/app_odbc.htm#i1093897
Greg

Similar Messages

  • ORA-12560: TNS:protocol adapter error Oracle 10G

    hi,
    I just installed Oracle 10G Express Edition. Installation was successful, when I tried to connect the database using
    Scott/tiger or hr/hr it does not Connect and throwing an exception :
    ORA-12560: TNS:protocol adapter error
    How can I get rid of this error to connect to the database.
    I am using Windows Vista 64 Bit OS....
    Thanks
    SUDHEER
    Edited by: user9274918 on Mar 4, 2010 8:49 PM

    user9274918 wrote:
    I am using Windows Vista 64 Bit OS....IF you are using DHCP to get the IP address, and you have not installed the Microsoft Loopback Adapter, the chances are very high that you will get 12560.
    It is also possible to get that message is you are not using the same adapter (or do not have networking) when the listener attempts to start or when trying to connect.
    Post the results of
    ipconfig /all
    lsnrctl status
    and the contents of the listener.ora and tnsnames.ora found in the %ORACLE_HOME%\network\admin directory
    And tell us what steps you skipped/missed in the install doc at http://www.oracle.com/pls/xe102/homepage

  • Ora-12560 tns protocol adapter error (can connect with cmd line creds only)

    SQLPLUS returns the following when trying to log in with user/pass:
    ora-12560 tns protocol adapter error
    Have tried setting ORACLE_SID=VMFG, etc, before launching SQLPLUS, still does not work, though if I do this:
    SQLPLUS SYSADM/SYSADM@db1/VMFG
    it works, which is probably something to do with tnsnames.ora or sqlnet.ora which I copied from our database server? I added the SYSADM/SYSADM account and gave it db rights to VMFG (the db name).
    This is a new installation. What am I doing wrong? tnsping db1 returns pongs, testing the service with the oracle client returns success when I change the u/p to SYSADM/SYSADM. Thanks in advance!
    [sqlnet.ora file]
    # sqlnet.ora Network Configuration File: /oracle/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    [tnsnames.ora file]
    # tnsnames.ora Network Configuration File: /oracle/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    VMFG =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = db1.dc.inc)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = VMFG)
    Edited by: 794609 on Sep 13, 2010 8:31 PM

    Client machine that I am working on with the SQLPLUS error is Windows XP running the 11g client. Server is Linux (Ubuntu 10) running 11g
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    uid=1001(oracle) gid=1001(oinstall) groups=1001(oinstall),1002(dba),1003(oper)
    _=/bin/sh
    BLOCKSIZE=K
    EDITOR=vi
    ENV=/home/oracle/.profile
    HOME=/home/oracle
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=lib:/usr/lib:/usr/local/lib:/oracle/db_1/lib
    LOGNAME=oracle
    MAIL=/var/mail/oracle
    MANPATH=/usr/man:/usr/share/man:/usr/X11R6/man:/usr/openwin/man:/usr/local/man:/usr/news/man
    MOZILLA_HOME=/usr/X11R6/lib/netscape
    MOZILLA_NO_ASYNC_DNS=True
    ORACLE_HOME_LISTNER=/oracle/db_1
    ORACLE_HOME=/oracle/db_1
    ORACLE_HOSTNAME=db1
    ORACLE_SID=VMFG
    PAGER=more
    PATH=/dc/bin:/usr/local/bin:/usr/ucb:/usr/ccs/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/openwin/bin:/usr/secure:/usr/secure/bin
    :/usr/local/nwlink/bin:/usr/local/nwlink/scripts:/usr/local/secure:/usr/X11R6/lib/netscape:/usr/contrib/bin:/usr/lib:/usr/local/mysql/bin:/usr/local/sbin:
    /usr/lib/jre:/usr/lib/jre/bin:/usr/lib/jre/ant/bin::/usr/lib/jre/jmeter/bin:/usr/local/pgsql/bin:/opt/kde:/opt/kde/bin:/usr/local/mrtg-2/bin:/oracle/db_1/
    bin:.
    PWD=/home/oracle
    SHELL=/bin/ksh
    TERM=screen
    USER=oracle
    VISUAL=vi
    XDG_SESSION_COOKIE=ab09d2422fd4935e2707cac30000000d-1284435625.90759-907620663
    10.0.2.155 ubuntu # Added by NetworkManager
    127.0.0.1 localhost.localdomain localhost
    ::1 ubuntu localhost6.localdomain6 localhost6
    127.0.1.1 ubuntu
    10.0.2.65 db1.dc.inc db1 dc
    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    Linux db1 2.6.35-20-generic #29-Ubuntu SMP Fri Sep 3 14:55:28 UTC 2010 x86_64 GNU/Linux

  • ORA-12560: TNS:protocol adapter error from ADO ODBC connection in Access VB

    I have an MS Access 2000 VB module that loads data from Access into an Oracle database. This worked when Access was 97 using DAO and Oracle RDBMS was 8i. Now, the database has been upgraded to 9i and Access has been upgraded to 2K using ADO. The error occurs at the time of connection. Here is my code:
    Const OracleDBConnectParm As String = _
    "DSN=tracDemo;USER ID=tracGoldDev;PASSWORD=tracGoldDev;"
    StrSQL = OracleDBName
    errstr = "Open DB: " & OracleDBConnectParm
    Set Oracledbs = New ADODB.Connection
    With Oracledbs
    .Provider = "MSDAORA.1"
    .ConnectionString = StrSQL
    .Open
    End With
    The error I receive is:
    1/6/2003 1:09:12 PM (Main)
    Opening Databases
    Table:<Open DB: DSN=tracDemo;USER ID=tracGoldDev;PASSWORD=tracGoldDev;> Keys:<: >
    VB Error (-2147467259): ORA-12560: TNS:protocol adapter error
    My SQLNet.log shows the following:
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\Program Files\Microsoft Office\Office\MSACCESS.EXE)(HOST=GC88X11)(USER=montolchik))))
    Long postings are being truncated to ~1 kB at this time.

    I need to connect to Oracle tables from within Access Data Project (ADP). I can connect fine from within regular Access .mdb Front End. When I enter the Oracle Server name in the Data Link Properties box I get error
    "Test connection failed because of an error initializing the provider.(DBNETLIB]
    Suggestions
    Thanks!

  • ORA-12560: TNS:protocol adapter error with samples

    hello,
    I am trying to run the cdemo1 sample on Windows 2000 but I keep getting the ORA-12560: TNS:protocol adapter error. I have set the correct username and password in cdemo1.c before compiling.
    I am using Oracle 9i and I have the Oracle Client installed.
    I am able to connect to Oracle using the command line with the following command sqlplus qa/tester@TESTSERV and I am also able to connect to Oracle using the Sqlplus Net8 client interface.
    I have set ORACLE_HOME on the command line to the path of my oracle home directories. And just for kicks I have also set the ORACLE_SID on the command line to TESTSERV
    My tnsnames.ora is configured properly
    TESTSERV.COMPANY.NET =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PEPSI)(PORT = 1521))
    (CONNECT_DATA =
    (SID = TESTSERV)
         (SERVICE_NAME = TESTSERV.COMPANY.NET)     
    None of the methods seem to work.Anyone have any ideas why I can't connect with the cdemo1 but I can connect using command line and SQLPLUS?
    -Will

    I have had a similar problem with 8.1.6 on W2K Server. I have managed to get around it and get into svrmgrl by typing the following at the command prompt: set oracle_sid=sid_name. I am then able to get into svrmgrl without a problem. This always happens after the server has been rebooted. I have no idea why this happens or why setting the sid name works. Hope this helps.

  • Oracle Database 11g Installation Issue: ORA-12560:TNS: protocol adapter error.

    Folks,
    Hello. Initially, my Windows XP host name is "localhost" and IP address 127.0.0.1.
    I installed Oracle Database 11g with Windows XP successfully and all Database clients work with Database instance correctly.
    For some reasons, I uninstalled the entire Database Server and delete the entire installation directory /oracle.
    I configured Windows XP IP address into 192.168.196.101 in order to ping other machines.
    For my need, I installed Oracle Database 11g with Windows XP again. On step 7 of 8: Oracle Database Configuration Assistant, I got this error:
    ORA-12560:TNS: protocol adapter error.
    I click "Password Management" button, there are no rows in this Windows (no username, no lock accounts).
    I check listener as below:
    C:\>lsnrctl
    LSNRCTL>start
    Its output: listener name LISTENER has already been started.
    LSNRCTL>status
    Its output: ......Service DB1 has 1 instance. Instance DB1 status ready. The command completed successfully.
    I check \Oracle\cfgtoollogs\dbca\DB1\trace file, the entry is :
    listen[0]=LISTENER address=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(port=1522))
    I also check \oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\SAMPLE\tnsnames.ora file and listener.ora file, the entries are the same as below
    HOST=localhost  port=1522
    I think HOST=localhost and port=1522 is the cause of the error ORA-12560 because Windows XP has been configured into HOST=192.168.196.101.
    But I don't understand how to solve this issue.
    Can any folk tell me how to solve this issue ? need to cancel the installation on step 7 of 8 and install it again ?
    Thanks.

    Folks,
    Hello. Oracle Database 11g Installation Wizard is on step 7 of 8. I don't cancel the Wizard. I am not sure whether there is effect or not. listener.ora is not removed. I have been waiting for a while after stop listener.  I run the 3 commands again and copy the result as below:
    C:\>lsnrctl stop
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:32
    :14
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:33
    :04
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is C:\SecondTime_OracleDatabase_Install_Directory\product\
    11.2.0\dbhome_1\network\admin\listener.ora
    Log messages written to c:\secondtime_oracledatabase_install_directory\diag\tnsl
    snr\user-19yyar8x0d\listener\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522
    ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                14-AUG-2013 19:33:07
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\SecondTime_OracleDatabase_Install_Directory\product
    \11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         c:\secondtime_oracledatabase_install_directory\diag\tn
    slsnr\user-19yyar8x0d\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:36
    :37
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "DB1XDB" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: user-19YYAR8X0D, pid: 120>
             (ADDRESS=(PROTOCOL=tcp)(HOST=user-19yyar8x0d)(PORT=1051))
    Service "DB1" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:19 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    C:\>
    As we see, listener.ora file is not removed by Stop command. I am on the installation Wizard. How to solve this issue ?
    Thanks.

  • ORA-12560: TNS:protocol adapter error in Oracle Forms...

    Hi, I installed Oracle developer suite to use for Oracle forms but am getting "ORA-12560: TNS:protocol adapter error" when trying to run a form. The database is running locally on my PC.
    I've run the command line to see if hostname matches up with the "HOST= " in the ".../network/admin/listener.ora " file match, they do. What can I try next? I did have Oracle 10gXE installed, which I have now removed. I'm including my tnsnames and listener file content:
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    Thanks in advance for any help!

    Of course you found another one. Each .and every Oracle database client home (such as developer, app server) has one.
    Don't just change the port - the tnsnames.ora in the dev home does not point to a database service. It only points to an extproc [external procedure called by a database]. You need to put a database service entry into that file similar to the one in the database home. (Easiest solution - copy the tnsnames.ora from db home ... after you've made a backup)
    And please don't tell me you are using Developer 6i - a simple Google search would verify that the networking is incompatible.

  • ORA-12560: TNS Protocol Adapter Error(ORACLE 11g)

    i installed 11g on my laptop yesterday and it was working perfectly but today it keeps writing:(AS SHOWN BELOW)
    ========================================================================
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 20 12:26:48 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: hr
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name: hr
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    ===============================================================================
    I checked the listener status and it seems to be working quite well as shown below...i don't understand!
    ================================================================================
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\Bryan>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 20-MAY-2011 12:31
    :07
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 20-MAY-2011 09:30:43
    Uptime 0 days 3 hr. 0 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\Bryan\product\11.2.0\dbhome_2\network\admin\lis
    tener.ora
    Listener Log File c:\app\bryan\diag\tnslsnr\Bryan-PC\listener\alert\log.
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    ===========================================================================
    i dont know wat happened PLEASE ASSIST

    Hello,
    I am having the same problem, my step son touched the computer and have no idea what he did.
    here are my results
    lsnrctl services
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\Rami>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 17-JAN-2013 23:22
    :23
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    C:\Users\Rami>

  • ORA-12560: TNS:protocol adapter error while configuring ORACLE Workflow

    Hi,
    I am trying to configure ORACLE Workflow. I have given sys password and other parameters in the given format in Workflow Configuration Assistant. My DB Server is in my local network and I connect to it using SID in SQL Plus. But I got the following error while WorlflowCA tries to execute relevant script.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SP2-0640: Not connected
    WorkflowCA: Non-Oracle10g database detected
    If anybody is having any clues, please help me.
    Thanks in advance
    Ajish M.

    Thanks a lot for your quick reply.
    I've read all the posts mentioned (quite a few more) but I couldn't find any suggested solution to the "non-oracle10g"-problem other than using the global db name instead of the sid - which didn't help in our case:
    However, in a last desperate attempt to solve the problem on my own before launching another cry-for-help-post I did try running the configuration assistant using the correct password for the SYS user 8-} and - strange but true - it did work :-)
    Needless to say: I used the global db name of course, so I can't say what would have happened without it, but I trust your hint was a legitimate one.
    Anyway - I gues that error Message concerning a "non-oracle10g database" was slightly misleading in this case.... grrrr.
    Andreas

  • ORA-12560: TNS:protocol adapter error when trying to connect

    hopefully somebody can help me out... the problem i'm having is connecting to the scott/tiger database. i keep getting :
    "ORA-12560: TNS:protocol adapter error" when trying to connect to it. it worked previously, but i unistalled oracle 8i personal and reinstalled it. now it doesn't let me connect. what's going on?
    thanx,
    uriah

    You can run the net8 assistant to set up your tnsnames.ora file.
    start/programs/oracle/network administration/net8 assistant
    When you are done it should look something like this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
         (PROTOCOL = TCP)
         (Host = )
         (Port = 1521)
    (CONNECT_DATA = (SID = ORCL))
    Bev

  • ORA-12560: TNS:protocol adapter error..checked a lot of forums but it fails

    I checked a lot of forums out here but no satisfying answers.
    I'll go with the summary again.
    I have Windows XP.
    First I installed Oracle 9i on E drive for practice purpose. The installation was done successfully. I opened Internet explorer. Typed "http://hash/isqlplus" in the address bar and pressed enter. The page displayed and I logged in. Logging in was successful.
    Now I installed the Developer Suite on the C drive. Installation was complete. Everything seemed fine but when I tried logging into my isqlplus again it started giving me an error saying "ORA-12560: TNS:protocol adapter error"
    I have no idea how to go ahead with this.
    Will be thankful if someone could clear this up.
    Thanks.
    Hashem.

    If you search more, you would have seen loads of answers.
    You now have more than one ORACLE_HOME and your latest install will be the current default ORACLE_HOME.
    If your have not set TNS_ADMIN, all Oracle Installations on your server will be looking for the Listener (and tnsnames) on your default ORACLE_HOME which I guess will be the ORACLE_HOME of the Developer Suite.
    So set TNS_ADMIN on th environment settings on the server to point to the correct place

  • Oracle 9i database server ORA-12560: TNS: Protocol adapter error ?

    My OS windows xp 2002 sp2. im using oracle 9i database server .I cant login Oracle sql * plus when in going Enter user name and password “ scott and tiger “ then I got problem here is the message is below :
    SQL*Plus: Release 9.0.1.0.1 - Production on Sat Mar 13 03:12:47 20
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Error :
    ORA-12560: TNS: Protocol adapter error
    Any one help me please. Please let me know how can I slove or fix the problem ?
    how can im going to login Oracle 9i database Sql Plus ? anywany other fix this problem ?
    Edited by: shajib on Mar 12, 2010 1:31 PM

    Step 1 - from a command line on the database machine, enter 'lsnrctl status' and report the output
    Step 2 - display the contents of the %ORACLE_HOME%\network\admin\tnsnames.ora file on the machine running sqlplus.
    These are the first two stepo, whether on the database machine or in a traditional client-server configuration.

  • Gives  ORA-12560: TNS: protocol adapter error when installing oracle 10g

    I tried to install oracle 10g r2 in server 2008. but it gives ORA-12560: TNS: protocol adapter error when installing. how I can fix this issue??? please help me ASAP. because its urgent.
    thanks in advance.
    chamara

    Welcome to the forums !
    Pl indicate which version of 10g you are installing and on which version of Win 2008. Neither 10gR1 nor 10gR2 are certified to be installed on Win 2008 R1, AFAIK.
    For 10gR2, only 10.2.0.5 is certified for Win 2008 R2 - see MOS Doc 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    Also see MOS Doc 740926.1 (Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1?).
    Both 10gR1 and 10gR2 are now in extended support - is there a reason you are not using 11gR2 ?
    HTH
    Srini

  • Ora 12560 tns protocol adapter error database DBCA fails

    hi,
    while creating database in oracle 11.2.0.1 using DBCA i am getting following error.
    ora 12560 tns protocol adapter error
    i am using administrator userid . any soultion for this

    hi,
    i can't post full alert log file. the last lap of alert log file given below
    Repeat 6 times
    size_t dbktBufferLen_ [00F79E5C0, 00F79E5C8) = 00000016 00000000
    sword dbkt_tfi_ [00F7A1750, 00F7A1754) = 0000094F
    sword dbkt_tfp_ [00F7A1754, 00F7A1758) = 00000950
    sword dbkt_fmdb_ [00F7A1758, 00F7A175C) = 00000951
    sword dbktCtrlPrm_ [00F7A175C, 00F7A1760) = 00000952
    sword dbktb_param_pool_size_ [00F7A1760, 00F7A1764) = 00000953
    sword dbktb_param_in_mem_on_ [00F7A1764, 00F7A1768) = 00000954
    struct dbgdEventGrp * dbkdpeg_ [00F79E5C8, 00F79E5D0) = 00000000 00000000
    ub8 dbkdpsvn_ [00F79E5D0, 00F79E5D8) = 00000000 00000000
    struct dbgdFastChkDesc * dbkdpefc_ [00F79E5D8, 00F79E5E0) = 00000000 00000000
    struct dbgdEventGrp * dbkdpaeg_ [00F79E5E0, 00F79E5E8) = 00000000 00000000
    ub4 dbkdflg_ [00F7A1768, 00F7A176C) = 00000000
    sword dbkdsepf_ [00F7A176C, 00F7A1770) = 00000955
    sword dbkdesue_ [00F7A1770, 00F7A1774) = 00000956
    kxdam_pga * kxdam_pgap_ [00F79E5E8, 00F79E5F0) = 00000000 00000000
    sword kxdam_enable_ [00F7A1774, 00F7A1778) = 00000957
    sword kxdam_ioctl_bufsz_ [00F7A1778, 00F7A177C) = 00000958
    sword kxdam_slv_req_ntries_ [00F7A177C, 00F7A1780) = 00000959
    sword kxdam_enable_online_all_ [00F7A1780, 00F7A1784) = 0000095A
    sword ksmpgl_ [00F7A1784, 00F7A1788) = 00000000
    ----- Dump of the Fixed Generic PGA -----
    kgsms * kgsmsp_ [00F77C950, 00F77C958) = 00000000 00000000
    kgsmu * kgsmup_ [00F77C958, 00F77C960) = 00000000 00000000
    kghds * kgsmpg_ [00F77C960, 00F77C968) = 0F77C650 00000000
    Dump of memory from 0x00F77C650 to 0x00F77C690
    00F77C650 00000000 00000000 000020C0 00000000 [......... ......]
    00F77C660 00000000 00000000 0DE90F18 00000000 [................]
    00F77C670 0DE90F78 00000000 00000000 00000000 [x...............]
    00F77C680 00000000 00000000 02120200 00000000 [................]
    void * kgsmp0_ [00F77C968, 00F77C970) = 00000000 00000000
    void * kgsmp1_ [00F77C970, 00F77C978) = 00000000 00000000
    void * kgsmp2_ [00F77C978, 00F77C980) = 00000000 00000000
    void * kgsmp3_ [00F77C980, 00F77C988) = 00000000 00000000
    void * kgsmp4_ [00F77C988, 00F77C990) = 00000000 00000000
    void * kgsmp5_ [00F77C990, 00F77C998) = 00000000 00000000
    void * kgsmp6_ [00F77C998, 00F77C9A0) = 00000000 00000000
    void * kgsmp7_ [00F77C9A0, 00F77C9A8) = 00000000 00000000
    void * kgsmp8_ [00F77C9A8, 00F77C9B0) = 00000000 00000000
    void * kgsmp9_ [00F77C9B0, 00F77C9B8) = 00000000 00000000
    ub4 kgsmpx_ [00F77C9B8, 00F77C9BC) = 00000000
    ub4 kgsmpy_ [00F77C9BC, 00F77C9C0) = 00000000
    void * kgsmpz_ [00F77C9C0, 00F77C9C8) = 00000000 00000000
    kghpg kghpga_ [00F77C9C8, 00F77CA80) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77C9D8 to 0x00F77CA80
    00F77C9D0 09B45320 00000000 [ S......]
    00F77C9E0 00001000 00000000 00000000 00000000 [................]
    00F77C9F0 00000000 00000000 00000000 00000000 [................]
    00F77CA00 00000014 00000000 00000018 00000000 [................]
    00F77CA10 00000000 00000000 00AA9628 000000FF [........(.......]
    00F77CA20 00000000 00000000 00000000 00000000 [................]
    Repeat 5 times
    kghmpg kghmpga_ [00F77CA80, 00F77CAA0) = 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77CA8C to 0x00F77CAA0
    00F77CA80 00000000 [....]
    00F77CA90 00000000 00000000 00000000 00000000 [................]
    kghmprotpg kghmprotpga_ [00F77CAA0, 00F77CACC) = 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77CAAC to 0x00F77CACC
    00F77CAA0 00000000 [....]
    00F77CAB0 00000000 00000000 00000000 00000000 [................]
    00F77CAC0 00000000 00000000 00000000 [............]
    kghstpg kghstpga_ [00F77CAD0, 00F77CAE8) = 80038000 00000000 00000000 ...
    Dump of memory from 0x00F77CADC to 0x00F77CAE8
    00F77CAD0 00000000 [....]
    00F77CAE0 06E237B0 00000000 [.7......]
    ub4 kghstdeszpga_ [00F77CAE8, 00F77CAEC) = 00000000
    kgefa * kgefac_ [00F77CAF0, 00F77CAF8) = 00000000 00000000
    lxglo * kgelxg_ [00F77CAF8, 00F77CB00) = 0F7805F0 00000000
    Dump of memory from 0x00F7805F0 to 0x00F780630
    00F7805F0 0F79E278 00000000 08B2F120 00000000 [x.y..... .......]
    00F780600 00000000 00000000 00000000 00000000 [................]
    00F780610 00000000 00000000 00000002 00000000 [................]
    00F780620 00000000 00000000 00000000 00000000 [................]
    kgepg kgepga_ [00F77CB00, 00F77D968) = 11F0C700 00000000 11F0C5D8 00000000 ...
    Dump of memory from 0x00F77CB10 to 0x00F77D968
    00F77CB10 00000000 00000000 00000002 00000000 [................]
    00F77CB20 00001D15 00000000 0F77D114 00000000 [..........w.....]
    00F77CB30 00000005 00000065 00000000 00000000 [....e...........]
    00F77CB40 00000000 00000000 00000000 00000000 [................]
    Repeat 92 times
    00F77D110 00000001 00000F02 66736B00 69727464 [.........ksfdtri]
    00F77D120 2928696E 3530312B 00001002 43434100 [ni()+105.....ACC]
    00F77D130 5F535345 4C4F4956 4F495441 0012024E [ESS_VIOLATION...]
    00F77D140 44410000 303A5244 30303878 33354438 [..ADDR:0x8008D53]
    00F77D150 45384542 00000C02 3A435000 42327830 [BE8E.....PC:0x2B]
    00F77D160 34453632 000F0244 4E550000 454C4241 [26E4D.....UNABLE]
    00F77D170 5F4F545F 54495257 00000045 00000000 [_TO_WRITE.......]
    00F77D180 00000000 00000000 00000000 00000000 [................]
    Repeat 120 times
    00F77D910 00000000 00000000 0F77D179 00000000 [........y.w.....]
    00F77D920 0F77D914 00000000 00000004 00000000 [..w.............]
    00F77D930 00000000 00000000 00000000 00000001 [................]
    00F77D940 00000000 00000000 00000000 00000000 [................]
    00F77D950 00000000 00000000 0F77C950 00000000 [........P.w.....]
    00F77D960 00000000 00000000 [........]
    ub4 kgeemsg_ [00F77D968, 00F77D96C) = 00000000
    ub4 kgestkguard_ [00F77D96C, 00F77D970) = 00000000
    skgm_cx * kgeskgmcx_ [00F77D970, 00F77D978) = 0F77C3B0 00000000
    Dump of memory from 0x00F77C3B0 to 0x00F77C3F0
    00F77C3B0 00000000 00000000 06F7AAC0 00000000 [................]
    00F77C3C0 0F77C950 00000000 000000FF 00000001 [P.w.............]
    00F77C3D0 EC2AE000 000007FF 00001000 00000000 [..*.............]
    00F77C3E0 00010000 00000000 00010000 00000000 [................]
    sword kge_max_snap_ [00F77D978, 00F77D97C) = 00000000
    sword kge_current_snap_ [00F77D97C, 00F77D980) = 00000000
    kge_error_snap * kge_error_snap_arr_ [00F77D980, 00F77D988) = 00000000 00000000
    kglpg kglpga_ [00F77D988, 00F77D9A0) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77D998 to 0x00F77D9A0
    00F77D990 00000000 00000000 [........]
    kgipg kgipga_ [00F77D9A0, 00F77DCB8) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77D9B0 to 0x00F77DCB8
    00F77D9B0 00000000 00000000 00000000 00000000 [................]
    Repeat 47 times
    00F77DCB0 00000000 00000000 [........]
    sword * kgsdtf_ [00F77DCB8, 00F77DCC0) = 0F79E60C 00000000
    Dump of memory from 0x00F79E60C to 0x00F79E64C
    00F79E600 00000000 [....]
    00F79E610 00110ED2 00000000 00000000 00000000 [................]
    00F79E620 00000000 00000000 00000000 00000002 [................]
    00F79E630 00000003 00000000 00000000 00000000 [................]
    00F79E640 00000000 00000004 00000005 [............]
    struct kggrandctx * kggrpga_ [00F77DCC0, 00F77DCC8) = 00000000 00000000
    const kgsf * kgsfpt_ [00F77DCC8, 00F77DCD0) = 06F79DE0 00000000
    Dump of memory from 0x006F79DE0 to 0x006F79E20
    006F79DE0 00456896 00000000 0077109E 00000000 [.hE.......w.....]
    006F79DF0 007710C2 00000000 007710EC 00000000 [..w.......w.....]
    006F79E00 0077110A 00000000 00000000 00000000 [..w.............]
    006F79E10 00000000 00000000 0077112C 00000000 [........,.w.....]
    kgsfpvt kgsfpa_ [00F77DCD0, 00F77DD08) = 005060A8 00000000 00000000 ...
    Dump of memory from 0x00F77DCDC to 0x00F77DD08
    00F77DCD0 00000000 [....]
    00F77DCE0 00000000 00000000 005060A8 00000000 [.........`P.....]
    00F77DCF0 00000000 00000000 00000000 00000000 [................]
    00F77DD00 00000000 00000000 [........]
    kgsup kgsupg_ [00F77DD08, 00F77DD30) = 0F79CFF8 00000000 0F79D010 00000000 ...
    Dump of memory from 0x00F77DD18 to 0x00F77DD30
    00F77DD10 0F79D008 00000000 [..y.....]
    00F77DD20 0F79D000 00000000 0F79D018 00000000 [..y.......y.....]
    ldxx * kgsudtx_ [00F77DD30, 00F77DD38) = 00000000 00000000
    sword kghxrf_ [00F77DD38, 00F77DD3C) = 00000000
    struct kocpg * kocpga_ [00F77DD40, 00F77DD48) = 00000000 00000000
    struct kodop * kodopa_ [00F77DD48, 00F77DD50) = 00000000 00000000
    struct koipg * koipga_ [00F77DD50, 00F77DD58) = 00000000 00000000
    struct kolpg * kolpga_ [00F77DD58, 00F77DD60) = 00000000 00000000
    struct kotpg * kotpga_ [00F77DD60, 00F77DD68) = 00000000 00000000
    struct kopoc * kopopg_ [00F77DD68, 00F77DD70) = 00000000 00000000
    struct kohpg * kohpga_ [00F77DD70, 00F77DD78) = 00000000 00000000
    struct kolfpg * kolfpga_ [00F77DD78, 00F77DD80) = 00000000 00000000
    struct kolbpg * kolbpga_ [00F77DD80, 00F77DD88) = 00000000 00000000
    struct kolepg * kolepga_ [00F77DD88, 00F77DD90) = 00000000 00000000
    struct kgxppga * kgxppg_ [00F77DD90, 00F77DD98) = 00000000 00000000
    struct kgskpga * kgskpg_ [00F77DD98, 00F77DDA0) = 00000000 00000000
    ub2 kgsknumapg_ [00F77DDA0, 00F77DDA4) = 00000000
    ub4 kgkprov_ [00F77DDA4, 00F77DDA8) = 00000000
    struct kgsnpga * kgsnpg_ [00F77DDA8, 00F77DDB0) = 00000000 00000000
    kgmpg kgmpga_ [00F77DDB0, 00F77EA20) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77DDC0 to 0x00F77EA20
    00F77DDC0 00000000 00000000 00000000 00000000 [................]
    Repeat 197 times
    kpummpgastat kpummpgastat_ [00F77EA20, 00F77EAF8) = 00000000 00000000 ...
    Dump of memory from 0x00F77EA28 to 0x00F77EAF8
    00F77EA20 00000000 00000000 [........]
    00F77EA30 00000000 00000000 00000000 00000000 [................]
    Repeat 11 times
    00F77EAF0 00000000 00000000 [........]
    struct kgapga_t * kgapga_ [00F77EAF8, 00F77EB00) = 00000000 00000000
    kpggpft_t kpggpft_ [00F77EB00, 00F77EB10) = 00000000 00000000 00000000 00000000
    const kpggdt_t * kpggdft_ [00F77EB10, 00F77EB18) = 00000000 00000000
    ub1 * kpggrtc_ [00F77EB18, 00F77EB20) = 00000000 00000000
    kpggtsk_t kpggtsk_ [00F77EB20, 00F77EB28) = 00000000 00000000
    void * kpggtcx_ [00F77EB28, 00F77EB30) = 00000000 00000000
    void * kpggctx_ [00F77EB30, 00F77EB38) = 00000000 00000000
    struct kooosc * kpggosc_ [00F77EB38, 00F77EB40) = 00000000 00000000
    ub4 kpggflg_ [00F77EB40, 00F77EB44) = 00000000
    ltsmx kpggmtx_ [00F77EB48, 00F77EBE0) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EB58 to 0x00F77EBE0
    00F77EB50 00000000 00000000 [........]
    00F77EB60 00000000 00000000 00000000 00000000 [................]
    Repeat 7 times
    sb2 kpggmxc_ [00F77EBE0, 00F77EBE4) = 00000000
    ltstid kpggmxt_ [00F77EBE4, 00F77EBEC) = 00000000 00000000
    sword * kpggtrg_ [00F77EBF0, 00F77EBF8) = 00000000 00000000
    kpdusrcb ** kpggucb_ [00F77EBF8, 00F77EC00) = 00000000 00000000
    void * kpggshp_ [00F77EC00, 00F77EC08) = 00000000 00000000
    ltsmx kpggsmx_ [00F77EC08, 00F77ECA0) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EC18 to 0x00F77ECA0
    00F77EC10 00000000 00000000 [........]
    00F77EC20 00000000 00000000 00000000 00000000 [................]
    Repeat 7 times
    sb2 kpggsmc_ [00F77ECA0, 00F77ECA4) = 00000000
    ltstid kpggsmt_ [00F77ECA4, 00F77ECAC) = 00000000 00000000
    ltsctx * kpgglts_ [00F77ECB0, 00F77ECB8) = 00000000 00000000
    void * kpggmcx_ [00F77ECB8, 00F77ECC0) = 00000000 00000000
    kpdalocty kpggmal_ [00F77ECC0, 00F77ECC8) = 00000000 00000000
    kpdfreety kpggmfr_ [00F77ECC8, 00F77ECD0) = 00000000 00000000
    kpdralocty kpggmrl_ [00F77ECD0, 00F77ECD8) = 00000000 00000000
    kpggpg_t* kpggpg_ [00F77ECD8, 00F77ECE0) = 00000000 00000000
    kpdusrcb ** kpggrcb_ [00F77ECE0, 00F77ECE8) = 00000000 00000000
    kpdusrcb ** kpggecb_ [00F77ECE8, 00F77ECF0) = 00000000 00000000
    kpdLdap * kpggldp_ [00F77ECF0, 00F77ECF8) = 00000000 00000000
    kpggdpp_t kpggdpp_ [00F77ECF8, 00F77ED00) = 00000000 00000000
    kglspg kglspga_ [00F77ED00, 00F77ED10) = 00000000 00000000 00000000 00000000
    kglrpg kglrpga_ [00F77ED10, 00F77ED28) = 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77ED1C to 0x00F77ED28
    00F77ED10 00000000 [....]
    00F77ED20 00000000 00000000 [........]
    struct qcpgx* qcpga_ [00F77ED28, 00F77ED30) = 00000000 00000000
    hoxgecb hoxgec_ [00F77ED30, 00F77ED40) = 00000000 00000000 00000000 00000000
    qmxpg qmxpga_ [00F77ED40, 00F77EE78) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77ED50 to 0x00F77EE78
    00F77ED50 00000000 00000000 00000000 00000000 [................]
    Repeat 17 times
    00F77EE70 00000000 00000000 [........]
    qmtpg qmtpga_ [00F77EE78, 00F77EEA0) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EE88 to 0x00F77EEA0
    00F77EE80 00000000 00000000 [........]
    00F77EE90 00000000 00000000 00000000 00000000 [................]
    qmspg qmspga_ [00F77EEA0, 00F77EEB0) = 00000000 00000000 00000000 00000000
    qmtmpg qmtmpga_ [00F77EEB0, 00F77EEC0) = 00000000 00000000 00000000 00000000
    qmdpg qmdpga_ [00F77EEC0, 00F77EED8) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EED0 to 0x00F77EED8
    00F77EED0 00000000 00000000 [........]
    kglsim_pga * kglsimpga_ [00F77EED8, 00F77EEE0) = 0DE90F98 00000000
    Dump of memory from 0x00DE90F98 to 0x00DE90FD8
    00DE90F90 00000000 00000000 [........]
    00DE90FA0 00000000 00000000 00000000 00000000 [................]
    00DE90FB0 0043D842 00000000 00000000 00000000 [B.C.............]
    00DE90FC0 00000000 00000000 00000000 00000000 [................]
    00DE90FD0 00000000 00000000 [........]
    kngpga * kngpg_ [00F77EEE0, 00F77EEE8) = 00000000 00000000
    kgqbtpg kgqbtpga_ [00F77EEE8, 00F77EEF8) = 00000000 00000000 00000000 00000000
    kgscpg kgscpga_ [00F77EEF8, 00F77EF28) = 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EF04 to 0x00F77EF28
    00F77EF00 00000000 00000000 00000000 [............]
    00F77EF10 00000000 00000000 00000000 00000000 [................]
    00F77EF20 00000000 00000000 [........]
    kgxpg kgxpga_ [00F77EF28, 00F77EF48) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F77EF38 to 0x00F77EF48
    00F77EF30 00000000 00000000 [........]
    00F77EF40 00000000 00000000 [........]
    kgss_dispatch kgss_dispatch_ [00F77EF48, 00F77EFC8) = 80011009 00000000 ...
    Dump of memory from 0x00F77EF50 to 0x00F77EFC8
    00F77EF50 004C273A 00000000 004C7958 00000000 [:'L.....XyL.....]
    00F77EF60 004C2870 00000000 004C3D14 00000000 [p(L......=L.....]
    00F77EF70 004C3E30 00000000 004C3E72 00000000 [0>L.....r>L.....]
    00F77EF80 004C3EE4 00000000 004C4386 00000000 [.>L......CL.....]
    00F77EF90 004C43A4 00000000 004C43C2 00000000 [.CL......CL.....]
    00F77EFA0 004C47BE 00000000 004B9A40 00000000 [[email protected].....]
    00F77EFB0 004C47DC 00000000 004C520E 00000000 [.GL......RL.....]
    00F77EFC0 004C5F76 00000000 [v_L.....]
    kgghst * kgodmfht_ [00F77EFC8, 00F77EFD0) = 00000000 00000000
    struct kgnfspctx * kgnfsp_ [00F77EFD0, 00F77EFD8) = 00000000 00000000
    kgs_heap_t ** kgs_top_pga_ [00F77EFD8, 00F77EFE0) = 00000000 00000000
    kgs_heap_t ** kgs_top_sga_ [00F77EFE0, 00F77EFE8) = 00000000 00000000
    kgs_heap_t ** kgs_top_uga_ [00F77EFE8, 00F77EFF0) = 00000000 00000000
    kgs_heap_t ** kgs_top_cga_ [00F77EFF0, 00F77EFF8) = 00000000 00000000
    kgs_pga_reserve_t kgs_pga_ [00F77EFF8, 00F77F098) = 0DE90878 00000000 ...
    Dump of memory from 0x00F77F000 to 0x00F77F098
    00F77F000 00000000 00000000 00000000 00000000 [................]
    Repeat 8 times
    00F77F090 00000000 00000000 [........]
    kgs_control_t * kgs_pga_control_ [00F77F098, 00F77F0A0) = 00000000 00000000
    kgb_instance_t * kgs_pga_instance_ [00F77F0A0, 00F77F0A8) = 00000000 00000000
    kgs_control_t * kgs_sga_control_ [00F77F0A8, 00F77F0B0) = 00000000 00000000
    kgb_instance_t * kgs_sga_instance_ [00F77F0B0, 00F77F0B8) = 00000000 00000000
    kgs_heap_t * kgs_pga_stack_ [00F77F0B8, 00F77F0C0) = 00000000 00000000
    kgs_get_t kgs_get_ [00F77F0C0, 00F77F0C8) = 00000000 00000000
    kgs_release_t kgs_release_ [00F77F0C8, 00F77F0D0) = 00000000 00000000
    kgs_memset_t kgs_safe_memset_ [00F77F0D0, 00F77F0D8) = 00000000 00000000
    kgt_table_t * volatile kgt_pga_table_ [00F77F0D8, 00F77F0E0) = 00000000 ...
    Dump of memory from 0x00F77F0DC to 0x00F77F0E0
    00F77F0D0 00000000 [....]
    kgt_table_t * volatile kgt_sga_table_ [00F77F0E0, 00F77F0E8) = 00000000 ...
    Dump of memory from 0x00F77F0E4 to 0x00F77F0E8
    00F77F0E0 00000000 [....]
    dbgc * dbgc_ [00F77F0E8, 00F77F0F0) = 0DE504F8 00000000
    Dump of memory from 0x00DE504F8 to 0x00DE50538
    00DE504F0 00000001 00000000 [........]
    00DE50500 00000000 00000000 00000000 00000001 [................]
    00DE50510 00000003 00000000 0DE51198 00000000 [................]
    00DE50520 09D088A0 00000000 00000001 00000000 [................]
    00DE50530 00000000 00000000 [........]
    kgscm_pga_reserve_t kgscmpga_ [00F77F0F0, 00F7804F0) = 00000000 00000000 ...
    Dump of memory from 0x00F77F0F8 to 0x00F7804F0
    00F77F0F0 00000000 00000000 [........]
    00F77F100 00000000 00000000 00000000 00000000 [................]
    Repeat 318 times
    ldxg* pgasysdate_ [00F7804F0, 00F7804F8) = 00000000 00000000
    ldxx pgadcx_ [00F7804F8, 00F7805E8) = 00000000 00000000 00000000 00000000 ...
    Dump of memory from 0x00F780508 to 0x00F7805E8
    00F780500 00000000 00000000 [........]
    00F780510 00000000 00000000 00000000 00000000 [................]
    Repeat 12 times
    00F7805E0 00000000 00000000 [........]
    struct ctxdef* pgactxg_ [00F7805E8, 00F7805F0) = 00000000 00000000
    lxglo klcsglo_ [00F7805F0, 00F780670) = 0F79E278 00000000 08B2F120 00000000 ...
    Dump of memory from 0x00F780600 to 0x00F780670
    00F780600 00000000 00000000 00000000 00000000 [................]
    00F780610 00000000 00000000 00000002 00000000 [................]
    00F780620 00000000 00000000 00000000 00000000 [................]
    00F780630 00000002 00000000 00000000 00000000 [................]
    00F780640 00010000 00BE0000 00010000 00000000 [................]
    00F780650 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    skgdspc * pgactx_set_stack_ [00F780670, 00F780678) = 00000000 00000000
    struct kksfr * kksfra_ [00F780678, 00F780680) = 00000000 00000000
    kgstmPg kgstmPg_ [00F780680, 00F7807C8) = 00000000 00000000 00000000 ...
    Dump of memory from 0x00F78068C to 0x00F7807C8
    00F780680 00000000 [....]
    00F780690 00000000 00000000 00000000 00000000 [................]
    Repeat 17 times
    00F7807B0 9AE7D7D7 00000002 00000000 00000000 [................]
    00F7807C0 00000000 00000000 [........]
    struct { struct kghds ds; struct kghbk b[(1)]; } kgcsubhp_
    Dump of memory from 0x00F7807C8 to 0x00F780850
    00F7807C0 00000000 00000000 [........]
    00F7807D0 00000000 00000000 00000000 00000000 [................]
    Repeat 7 times
    kgc_comp_type_cb kgcpgcomptypecb_ [00F780850, 00F780858) = 00000000 00000000
    ub4 kgcpscinitdone_ [00F780858, 00F78085C) = 00000000
    ub4 kgftrclvl_ [00F78085C, 00F780860) = 00000000
    kgefa * kgfefac_ [00F780860, 00F780868) = 00000000 00000000
    void * kgfspare_ [00F780868, 00F780870) = 00000000 00000000
    ----- Dump of the Fixed SGA -----
    ***** SGA not mapped *****
    ----- Dump of the Fixed USGA -----
    ***** no UGA *****

  • ORA-12560:TNS protocol adapter Error while upgrading oracle 8i to Oracle 9i

    Hi,
       I am updrading My oracle 8i setup to Oracle 9i in the Windows operaton System.During the upgradation in the Database upgrade Assistant,The installer asked for the system authetication for upgrading the existing database.After proving the Username and password i am getting an error as ORA-12560:TNS protocol adapter Error .Please help me about what do I need to modify.
    Thanks in Advance,
      Anjela

    Hi,
      Here are the output
    SQL> select * from v$version;
    BANNER                                                                         
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production                     
    PL/SQL Release 8.1.7.0.0 - Production                                          
    CORE     8.1.7.0.0     Production                                                      
    TNS for 32-bit Windows: Version 8.1.7.0.0 - Production                         
    NLSRTL Version 3.4.1.0.0 - Production                                          
    SQL> select version from v$instance;
    select version from v$instance
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select comp_id,version,status from dba_registry;
    select comp_id,version,status from dba_registry
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Thanks,
    Anjela

Maybe you are looking for

  • Calculation based on user response

    I have a report with 2 columns based on the data in the first column i need to perform either sum or average for the next column C   July c1 value1 c2 value2 c3 value3 c4 value4 c5 value5 c6 value6 If(Match(UserResponse("M1:");"c1") OR Match(UserResp

  • Photo distorted in slideshow

    Hello.  I am using the slideshow output to put 99 slides into a quick self contained show.  I am using LR6.  The results were fine except 3 of the photos were distorted..... so they looked like a 3 part abstract.  The example photo below is a piece o

  • Airport express/extreme and iTunes configuration

    I recently purchased a Macbook Air 10.9.3, to replace my 7 year old white Macbook 10.6.8.  I connected the air to my home wireless network which was running through an Airport express (A1088). Recently I started having issues with the network (having

  • Diablo 2 on Mac OS X Version 10.5.2

    Is there a more recent installer and patch for playing diablo 2 on a mac OS X version 10.5.2, then the one on the updates posted on 2005? None of them are working for me. I am able to download them and I get the diablo 2 icon on my computer, but when

  • Splitting the huge SELECT statement

    Hi Gurus, I need help in order to split the huge SELECT statement into individual select for each table (AFKO, AFVC)...I don't have to much experience into that, could someone guide me into or provide finished code? Thanks OPEN CURSOR WITH HOLD s_cur