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.

Similar Messages

  • Oracle 64bit Server (From JD Edwards) and oracle 32 bit client showing ORA:12560 "TNS: protocol adapter error "??

    I installed 64bit Oracle successfully and was able to connect to DB using SQL Developer and sqlplus (Oracle E1local and TNSListener is up and running). I installed Oracle 32bit client and copied both tnsnames.ora and sqlnet.ora files to C:\app\Administrator\product\11.2.0\client\Network\admin. But if i am trying to access DB through Oracle 32bit client (thru cmd as sqlplus /sys as sysdba or thru sqlplus , it is throwing ORA:12560. "TNS: protocol adapter error ". (Both 62bit server and 32 client on same VM machine - Windows 2008 R2 ). I directly executed sqlplus from "C:\app\Adm\....client\bin", but it is still throwing same error and because of this JDEdward installation is not able to find if any database is running or not.!
    My environment variables order: %PATH% =  C:\app\Administrator\product\11.2.0\client\bin;c:\Oracle\E1Local\bin; I have seen all the previous threads and try setting ORACLE_HOME and PATH variable using CMD and tried accessing the database, but it fails all the time.
    Please help me with the problem. Thanks in advance.

    Thread moved from Peoplesoft forum to JD Edwards.
    Nicolas.

  • 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 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

  • 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.

  • 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 in 11g (11.1.0.6)

    Hello All,
    I have Oracle 11g installed on my machine and when i tried to log in to sql plus i got the error below:
    ORA-12560 TNS protocol Adapter error
    By setting the ORACLE_SID = orcl by browsing to the bin directory of Oracle Installation the above error disappaears and i am able to log in from sql plus.
    My intention is to create a db backup for which i am trying to use the exp command...this time the same error appears.
    Also the solution of setting the ORACLE_SID is cumbersome..everytimt i want to use sql plus i need to go in and set the ORACLE_SID.
    Can anybody please help me out find a good solution for this?
    Any help would be appreciated friends.....
    Thanks in Advance!!!!!
    Regards.
    Alicia

    Also the solution of setting the ORACLE_SID is cumbersome..everytimt i want to use sql plus i need to go in and set the ORACLE_SID.
    Can anybody please help me out find a good solution for this?The solution depends on your (not specified) operating system...
    Anyway, if you have more than one database it's normal that you have to set ORACLE_SID, if not how can Oracle know which database you want to access to ?
    You can create batch files, one per database, or you can use connection strings, e.g. sqlplus username/password@<DB>.

  • ORA-12560: TNS protocol adapter error for 11g

    I'm attempting to install Oracle 11g in my Windows 2008 Doamin machine.
    During the installation of database configuration assistant, I got the
    pop up error "ORA-12560: TNS protocol adapter error." I tried it
    twice and still failed. I have no idea what's going on. Any ideas?

    01034, 00000, "ORACLE not available"
    // *Cause: Oracle was not started up. Possible causes include the following:
    //         - The SGA requires more space than was allocated for it.
    //         - The operating-system variable pointing to the instance is
    //           improperly defined.
    // *Action: Refer to accompanying messages for possible causes and correct
    //          the problem mentioned in the other messages.
    //          If Oracle has been initialized, then on some operating systems,
    //          verify that Oracle was linked correctly. See the platform
    //          specific Oracle documentation.

  • 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 in 8i database.

    Hi all,
    Need your suggestion
    This is a new Installation on Windows 2003 and I need to create a new database called xxxxxx.
    I checked lsnrctl status is up and running
    ORACLE_HOME: D:\oracle\ora817\
    ORACLE VERSION: 8.1.7.0.0
    C:\Documents and Settings\ora817>set oracle_sid=xxxxxx
    C:\Documents and Settings\ora817>svrmgrl
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12560: TNS:protocol adapter error
    SVRMGR>
    Thanks, Muhammed.

    Hi Sathish,
    Here is the output as per your suggestion,
    C:\Documents and Settings\ora817>net start oracleserviceORMAN
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Documents and Settings\ora817>set oracle_sid=ORMAN
    C:\Documents and Settings\ora817>svrmgrl
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12560: TNS:protocol adapter error
    SVRMGR>
    I have taken RDC to connect to the server and its a vmware machine.
    Thanks, Muhammed.

  • 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

  • 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

  • Unable to create database due to ORA-12560, TNS protocol adapter error

    Hello,
    I'm trying to create an 8.1.7.0 database on a W2k server, but it is failing because as soon as svrmgrl is launched, I get an ORA-12560, TNS: protocol adapter error:
    D:\oracle\db_creation_scripts>D:\oracle\ora81\bin\svrmgrl @D:\oracle\db_creation_scripts\mterm62run.sql
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12560: TNS:protocol adapter errorEcho ON
    SVRMGR> connect INTERNAL/manager
    ORA-12560: TNS:protocol adapter error
    SVRMGR> startup nomount pfile="D:\oracle\admin\mterm62\pfile\initmterm62.ora"
    LCC-00161: Message 161 not found; product=RDBMS; facility=MGR
    My ORACLE_HOME, ORACLE_SID, and TNS_ADMIN environmental variables are correctly set, and I'm able to tnsping the listener.
    I've enabled tracing, and my client trace file is:
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is d:\trace\client_trace.log_2084_9.trc
    New trace level is 6
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    Attempted load of system pfile source d:\oracle\ora81\network\admin\sqlnet.ora
    Parameter source loaded successfully
    Attempted load of local pfile source D:\oracle\db_creation_scripts\sqlnet.ora
    Parameter source was not loaded
    -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    Successful parameter table load
    -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    TRACE_DIRECTORY_SERVER = d:\trace
    TRACE_DIRECTORY_CLIENT = d:\trace
    NAMES.DIRECTORY_PATH = (TNSNAMES, HOSTNAME)
    SQLNET.CRYPTO_SEED = 4fhfguweotcadsfdsafjkdsfqp5f201p45mxskdlfdasf
    TRACE_FILE_CLIENT = client_trace.log
    TRACE_FILE_SERVER = server_trace.log
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    TRACE_UNIQUE_CLIENT = on
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_LEVEL_SERVER = ADMIN
    --- PARAMETER SOURCE INFORMATION ENDS ---
    --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    Log stream will be "D:\oracle\db_creation_scripts\sqlnet.log"
    Log stream validation not requested
    --- LOG CONFIGURATION INFORMATION ENDS ---
    nigini: entry
    nigini: Count in NI global area now: 1
    nigini: Count in NI global area now: 1
    nrigbi: entry
    nrigbni: entry
    nrigbni: Unable to get data from navigation file tnsnav.ora
    nrigbni: exit
    nrigbi: exit
    nigini: exit
    niqname: Hst is already an NVstring.
    niqname: Inserting CID.
    niotns: entry
    niotns: niotns: setting up interrupt handler...
    niotns: Not trying to enable dead connection detection.
    niotns: Calling address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleMTERM62)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=MTERM62)(CID=(PROGRAM=D:\oracle\ora81\bin\SVRMGRL.EXE)(HOST=SERV0354)(USER=tarisa))))
    nsmal: 140 bytes at 0x12493f0
    nscall: connecting...
    nladini: entry
    nladini: exit
    nladget: entry
    nladget: exit
    nlpcaini: entry
    nlpcaini: prg =
    nlpcaini: arg[0] =
    nlpcaini: arg[1] =
    nlpcaini: exit
    nsmal: 420 bytes at 0x12542f0
    nsmal: 1712 bytes at 0x12572f0
    nsopen: opening transport...
    ntpcon: entry
    ntpcon: toc = 1
    sntpcall: entry
    snlpcss: entry
    ntpcon: exit
    nserror: nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=2, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nsopen: unable to open transport
    nsmfr: 1712 bytes at 0x12572f0
    nsmfr: 420 bytes at 0x12542f0
    nladget: entry
    nladget: exit
    nsmfr: 140 bytes at 0x12493f0
    nladtrm: entry
    nladtrm: exit
    nioqper: error from nscall
    nioqper: nr err code: 0
    nioqper: ns main err code: 12560
    nioqper: ns (2) err code: 0
    nioqper: nt main err code: 530
    nioqper: nt (2) err code: 2
    nioqper: nt OS err code: 0
    niomapnserror: entry
    niqme: entry
    niqme: reporting NS-12560 error as ORA-12560
    niqme: exit
    niomapnserror: returning error 12560
    niomapnserror: exit
    niotns: Couldn't connect, returning 12560
    niotns: exit
    nigtrm: Count in the NI global area is now 0
    nnfgdei: entry
    nrigbd: entry
    nrigbd: exit
    nigtrm: Count in the NL global area is now 0
    My tnsnames, listener and sqlnet.ora files are very simple:
    ## BEGIN TNSNAMES.ORA
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    MTERM62 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.1.75)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = mterm62)
    (INSTANCE_NAME = mterm62)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.1.75)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = mterm62)
    (PRESENTATION = http://admin)
    # LISTENER.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = serv0354)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_DESC =
    (ORACLE_HOME = D:\oracle\ora81)
    (SID_NAME = mterm62)
    TRACE_LEVEL_LISTENER = ADMIN
    # SQLNET.ORA Network Configuration File: D:\oracle\ora81\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    TRACE_DIRECTORY_CLIENT = d:\trace
    TRACE_UNIQUE_CLIENT = on
    TRACE_DIRECTORY_SERVER = d:\trace
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_FILE_CLIENT = client_trace.log
    TRACE_FILE_SERVER = server_trace.log
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_LEVEL_SERVER = ADMIN
    NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME)
    SQLNET.CRYPTO_SEED = 4fhfguweotcadsfdsafjkdsfqp5f201p45mxskdlfdasf
    Does anyone have any ideas what else I can check. I'm a Unix person, not a Windows person, which is making it even more complicated. If I was on Unix, I'd just blow everything away and start again from scratch, but since I'm not sure how to remove all traces from the registry, etc., I don't want to try that on this machine. There was already one other database created, but it's not goign to be used.
    Any help would be greatly appreciated.
    regards,
    Tarisa.

    hi,
    thanks for the info. the problem, as it turns out, was that I was connected to the db server via a terminal service (Microsoft Management Console), which for some reason caused probelms with TNS. After I connected directly to the machine using VNC, I was able to create the database with no problems. strange but true.
    regards,
    Tarisa.

  • ORA-12560: TNS:protocol adapter error while creating new database

    Hi,
    I installed Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.03) and created the default database it had which was emrep. Once Oracle Grid Control was installed I ran the install for Oracle Database 10g Release 1 (10.1.0.2).
    Now when I try to create a database I get the following error: ORA-12560: TNS:protocol adapter error.
    My assumption is because I seem to have 2 Oracle home's now because I installed the Grid Control??
    My question is, have I done this backwards? Should I install Oracle 10g before installing the grid control? If thats not it, can someone point me in the right direction?
    FYI: The server we're using is running Windows Server 2003.
    Thanks for your help

    Env variables are as follows:
    ClusterLog = C:\WINDOWS\Cluster\cluster.log
    ComSpec = %SystemRoot%\system32\cmd.exe
    FP_NO_HOST_CHECK = NO
    JSERV = D:\Oracle\Ora92/Apache/Jserv/conf
    NUMBER_OF_PROCESSORS = 4
    ORACLE_HOME = D:\Oracle\Ora10gGC
    OS = Windows_NT <-- its actually Windows Server 2003
    Path = D:\Oracle\Ora10g\bin;D:\Oracle\Ora10g\jre\1.4.2\bin\client;D:\Oracle\Ora10g\jre\1.4.2\bin;D:\Oracle\agent\bin;D:\Oracle\agent\oui\lib\win32;D:\Oracle\agent\jlib;D:\Oracle\agent\bin;D:\Oracle\agent\jre\1.4.2\bin\client;D:\Oracle\agent\jre\1.4.2\bin;D:\Oracle\Ora10gGC\bin;D:\Oracle\Ora10gGC\jlib;D:\Oracle\Ora10gGC\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
    Pathext = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB = D:\Oracle\Ora10g\perl\lib\5.6.1\MSWin32-x86;D:\Oracle\Ora10g\perl\lib\5.6.1;D:\Oracle\Ora10g\perl\5.6.1\lib\MSWin32-x86;D:\Oracle\Ora10g\perl\site\5.6.1;D:\Oracle\Ora10g\perl\site\5.6.1\lib;D:\Oracle\Ora10g\sysman\admin\scripts
    WV_GATEWAY_CFG = D:\Oracle\Ora92\Apache\modplsql\cfg\wdbsvr.app

  • 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 *****

Maybe you are looking for

  • Null Value in PI 7.1

    Hi I am working on Proxy to SOAP Scenario, I receive null value at the first instance when I display the Queue, and values after the null,  and the values are coming from the different nodes, and mapping needs to be done at the different level too. E

  • ITunes recongnizes iPod touch as iPhone - won't sync

    I have an intel-based Macbook running Leopard 10.5.2, and today when I connected my iPod touch to iTunes, the wheel started spinning, which never happens, and then I got an error message saying that the iPod won't sync because it "timed out." Okay. T

  • Mini on a Samsung TV

    My mac mini (server) is attached to my Samsung TV. It seems after a while, the mini needs to be rebooted. Any ideas on what might be going on here. thanks.

  • Ok can anyone explain how to create this algorithm?

    Thanks very much to Jos for helping me with my previous question, but unfortunatly I now have dif algorithm that I again cannot figure out. Here is the question: What is the algorithm for the following? I have three locations _,_,_ The first can have

  • How to download a DVD movie into Premiere Elements 12 using my MacBook Pro so I can edit the video?

    How to download a DVD movie into Premiere Elements 12 using my MacBook Pro so I can edit the video?