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.

Similar Messages

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

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

    Hello,
    I'm having troubles while installing my oracle database 10g. My server is SUN OS 5.10
    When I am in the copying datafiles step, a pop up message shows up [ORA-12560 TNS: Protocol adapter error]
    Could you please help me?

    I am creating the database the database.
    I am relatively new in Oracle but I have created a DB before and the ORACLE_SID was set after the database was created.
    The steps I execute for are:
    1. Install the Oracle engine (without create the DB)
    2. Install the Patch
    3. Create the database (dbca)
    After the database is created, appears a popup (Database configuration assistance warning) where it says to set the oracle_sid among others steps.
    Is it mandatory to set the ORACLE_SID before? some other configuration that I could be missing?
    Thank you

  • Unable to login- ORA-12560: TNS:protocol adapter error

    I have upgraded the oracle db to 11.1.0.7 from 11.1.0.0 . before upgrade i have stop the db and listener process.
    after the upgrade, i have started the listener(mentioned the listener status below) and tried to login as a sysdba, but unable to login itself to the db. Kindly help me to login and to start the database.
    Error msg :
    bash-3.00$ cd $ORACLE_HOME
    bash-3.00$ cd bin
    bash-3.00$ sqlplus /nolog
    SQLPlus: Release 11.1.0.7.0 - Production on Thu Apr 26 19:28:19 2012*
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 27-APR-2012 16:30:01
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1525)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.1.0.7.0 - Production
    Start Date 27-APR-2012 10:50:31
    Uptime 0 days 5 hr. 39 min. 30 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/AIUJAPAN/oracle11g/product/11.1.0/db_1/network/ad
    min/listener.ora
    Listener Log File /u02/AIUJAPAN/oracle11g/diag/tnslsnr/AIGUK/listener/al
    ert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1525)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.95.24.10)(PORT=1525)))
    The listener supports no services
    The command completed successfully
    bash-3.00$

    id
    uid=100(oracle) gid=102(oinstall)
    env | sort
    CLASSPATH=:/oracle/AIG_IBM/AIG/classes12.zip:
    COBDIR=/u01/opt/microfocus/cobol
    HOME=/export/home/oracle
    HZ=100
    LD_LIBRARY_PATH=/u02/AIUJAPAN/oracle11g/product/11.1.0/db_1/lib
    LOGNAME=oracle
    MAIL=/var/mail/oracle
    ORACLE_BASE=/u02/AIUJAPAN/oracle11g
    ORACLE_HOME=/u02/AIUJAPAN/oracle11g/product/11.1.0/db_1
    ORACLE_SID=AIUJAPAN
    PATH=/usr/bin::/usr/local/bin:/usr/ccs/bin:/u02/AIUJAPAN/oracle11g/product/11.1.
    0/db_1/bin
    PWD=/export/home/oracle
    SHELL=/bin/sh
    SHLVL=1
    TERM=ansi
    TZ=Asia/Calcutta
    _=/usr/bin/env
    hostname
    AIGUK.aig.com
    cat /etc/hosts
    # Internet host table
    127.0.0.1 localhost
    #10.95.24.73 AIGUK.aig.com
    10.95.24.10 AIGUK.aig.com
    10.95.24.10 AIGUK
    #10.95.24.73 AIGUK
    10.95.24.71 AIUNHLM
    192.18.108.101 supportfiles.sun.com
    #10.90.140.40 mailhost
    10.90.140.55 mailhost
    uname -a
    SunOS AIGUK.aig.com 5.10 Generic_118833-20 sun4u sparc SUNW,Sun-Fire-V490
    ifconfig
    - This command is not working - saying "Command not found"
    lsnrctl start
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 04-MAY-2012 20:39:52
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    lsnrctl status
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 04-MAY-2012 20:40:17
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1525)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.1.0.7.0 - Production
    Start Date 27-APR-2012 10:50:31
    Uptime 7 days 9 hr. 49 min. 45 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/AIUJAPAN/oracle11g/product/11.1.0/db_1/network/ad
    min/listener.ora
    Listener Log File /u02/AIUJAPAN/oracle11g/diag/tnslsnr/AIGUK/listener/al
    ert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1525)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.95.24.10)(PORT=1525)))
    The listener supports no services
    The command completed successfully
    lsnrctl service
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 04-MAY-2012 20:40:46
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1525)))
    The listener supports no services
    The command completed successfully

  • 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 after full database restore.

    Good afternoon,
    Following the steps given in page 9-32 of the 2 Day DBA document, after doing a full database restore, the home page shows:
    NOTE: all of the output shown in this post is obtained directly from the host not a client. AND all using ENTERPRISE MANAGER.
    1. The database instance is down
    2. The listener is up
    3. Agent Connection to Instance has status of Failed, followed by ORA12505: TNS: listener does not currently know of SID in connect descriptor (DBD ERROR: OCIServerAttach)
    When I try to connect as sysdba using SQL Plus, I get the output shown below:
    0 18:14 [Oracle] [13G] [2,031M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    tnsping dbca
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 30-AUG-2
    010 18:14:36
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    E:\Oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = orahost.john.local)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dbca.
    john.local)))
    OK (50 msec)
    0 18:14 [Oracle] [13G] [2,050M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 30 18:17:53 2010
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> connect
    Enter user-name: sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>All I did was perform a full database restore in the same database, the simplest case. Any ideas as to why I can no longer connect ?
    Thank you very much for your help,
    John.
    Edited by: 440bx - 11gR2 on Aug 30, 2010 6:58 PM - added Using Enterprise Manager.

    I don't know what else I could have done given the behavior of the service.You can avoid problems like this in the future by avoiding Windows & using any approved *NIX Operating System.
    No such "service" or daemon exist on any *NIX OS.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Step create SPFILE ....*ORA-12560: TNS: protocol adapter error.*

    Hi All,
    by the installation of R/3 4.6C for a pilot system for the upgtrade from 4.6C to ECC 6.0 the installation hangs at step:
    Create SPFILE: (this step creates the oracle server profile (SPFILE) from the up to now used PFILE (ini<SID>.ora). -
    when I try to connect to DB via: connect /as sysdba  I get the error message:
    ORA-12560: TNS: protocol adapter error.
    I know this oracle file can means many things and the R/3 is running fine. I copied the brtool from source system but it does not help. Until now there is no data from source. Its a new installation and we want to fix this error before we began to copy the data to the pilot system.
    Anyone from you has a good feedback for me?
    Thanks in advance
    Atik

    Hi Thilip,
    thank you for your reply.
    1) Oracle Service are running fine:
    - OracleJobschedulerSID   ... disabled
    - oracleSID102iSQL*plus .......manual
    - oracleSID102TNSListener.... started
    - OraclServiceSID ..................started
    2) TNSnames.ora is ok:
    Filename......: tnsnames.ora
    Created.......: created by SAP AG, R/3 Rel. >= 4.0A
    Name..........:
    Date..........:
    PLT.WORLD=
      (DESCRIPTION =
        (SDU = 32768)
        (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = bysapp1)
              (PORT = 1527)
        (CONNECT_DATA =
           (SID = PLT)
           (GLOBAL_NAME = PLT.WORLD)
    3)The Listner is running:
    see the services.
    4) R3trans does not work: Error message is:
    ..:\usr\sap\PLT\sys\exe\run>r3trans -d
    This is r3trans version 6.05 (release 46D - 30.09.03 - 16:30:42).
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    r3trans finished (0012).
    I can see nothing wrong in this issue.
    Thanks in advance.
    Best regards
    Atik

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

  • Help: ORA-12560: TNS:protocol adapter error

    I created a new database and afterwards my established TNS connection to my starter database was lost. Now I cant get it to work. I tired deleting the new database I created, but my old connection with my starter db still does not work. When I test the connection using the NET 8 assistant I get the following error: ORA-12560: TNS:protocol adapter error.
    Im fairly new to Oracle8i and Ive posted numerous threads elsewhere concerning my problem but so far I havent gotten a solution. Any ideas?
    Thanks, Andrew
    null

    Edwin,
    1. I can ping my server.
    2. I reinstalled Oracle8i entirely on the server I still could not connect.
    3. I installed Oracle8i client on a totally new client I still could not connect.
    On thing though, when I de-installed all Oracle products and then reinstalled Oracle, some of my settings from the previous install still existed. Ex: When I opened Net 8 Assistant some of my Net Service Names remained from the previous install.
    Three things I think I can rule out as causes:
    a) It seems really significant that from the server I can successfully connect through the TNS connection. And this is using the exact same TNANAMES.ORA file that is on my client machine. This leads me to believe that my TNSNAMES.ORA file is not the cause of the problem.
    b) Also the fact that the new client install (3) didnt work makes me think for sure that it is not the client.
    c) When I open SQL Plus on the server I type ORACLE4 for the host string and I get right in. This leads me to believe that the instance and database can be ruled out as possible causes.
    In the Oracle Client Net8 Profile section I set tracing to on. I am posting the results. Also FYI: I am the only person that has been working with Oracle on the server. Any ideas??? Andrew
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is "C:\Oracle\Ora81\NETWORK\trace\sqlnet79.trc"
    New trace level is 4
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    nigini: Count in NI global area now: 1
    nigini: Count in NI global area now: 1
    nrigbni: Unable to get data from navigation file tnsnav.ora
    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=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRA M=C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN\JREW.EXE)(HOST=ANDY)(USER=andrew))))
    nscall: connecting...
    nsopen: opening transport...
    nserror: nsres: id=0, op=65, ns=12547, ns2=12560; nt[0]=517, nt[1]=0, nt[2]=0
    nsopen: unable to open transport
    nioqper: error from nscall
    nioqper: nr err code: 0
    nioqper: ns main err code: 12547
    nioqper: ns (2) err code: 12560
    nioqper: nt main err code: 517
    nioqper: nt (2) err code: 0
    nioqper: nt OS err code: 0
    niqme: reporting ns (2) error: (12547) as rdbms err (12547)
    niotns: Couldn't connect, returning 12547
    nigtrm: Count in the NI global area is now 0
    nigtrm: Count in the NL global area is now 0
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ekessels (Edwin Kessels):
    Try to install the Net8 Server and Client again. Also make sure you can ping the IP-adres of servername using the PING-command.
    Edwin Kessels
    OCP-DBA
    <HR></BLOCKQUOTE>
    null

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

  • How to solve the ORA-12560: TNS:protocol adapter error

        Hello All,
              when i am am trying to connecting the database i am getting the error ORA-12560: TNS:protocol adapter error
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>set oracle_sid=QUANTUM
    C:\Windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Jul 15 12:54:50 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    My TNS File is below : -
    # tnsnames.ora Network Configuration File: C:\app\Onkar\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    QVS =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = qvs)
    LISTENER_QVS =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    Oradb11g_home1=
      (DESCRIPTION=
        (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=TCP)(HOST=115.111.50.61)(PORT=1522))
        (CONNECT_DATA=
          (SERVER=DEDICATED)
          (SERVICE_NAME=test)
    Listener :-
    # listener.ora Network Configuration File: C:\app\Onkar\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\Onkar\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Onkar\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
          (SID_NAME = QUANTUM)
          (ORACLE_HOME = C:\app\Onkar\product\11.2.0\dbhome_1)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Onkar\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\onkar
    sqlnet .ora :-
    # sqlnet.ora Network Configuration File: C:\app\Onkar\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Reply Quick:-
    PLZZZZZ
    Thanks in advance:-
    shekhar

      Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>set oracle_sid=QUANTUM
    C:\Windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Jul 15 12:54:50 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    This is a local connection (called an internal connect in the old days). The connection does not go via the Listener. It is a local IPC connection. And as you can see, you do not supply a database schema and password as credentials - the o/s user and environment need to provide the credentials.
    So I would not expect a TNS protocol adapter error, as this usually indicates a network driver related problem.
    For a local IPC connection to work, TWO_TASK must not be set, and ORACLE_SID and ORACLE_HOME must be set (and valid). The local client driver needs to launch an Oracle server process (dedicated server process to service the client driver). It finds that executable in ORACLE_HOME/bin. Next it needs that server process to "attach" itself to the database's brains (the SGA). This shared memory area is identified via the ORACLE_HOME and ORACLE_SID variables.
    There also is a requirement that the dedicated server process created, has the o/s permissions to attach to the SGA - which means it  needs to be run as the same o/s user as the owner of the shared memory (in other words, the client should be running in the same o/s user as the database processes).
    Thus the need to have these variables set. And no need for using a Listener - it is not a factor.

  • ORA-12560 "TNS protocol adapter error":Win2k+Oracle8i_32bit.Helplessly struggling.

    Hi Oracle Guru's,
    Please save my life from this typical yet known problem.
    I got an old backup on my tapes about 3 years older. I have windows server 2k where I have an access remotely through RDP(Citrix-CuraStore).
    I installed oracle8i 32 bit on Windows 2k though it got stuck at the end where it installs optional tools(like Net8i assistant), so i closed the installation session, Because I could see Net8i assistant,dbca etc was installed on machine.
    I checked my services, found it had started the Listerner8i service.
    To create a database, I tried to happen it through DBCA...but unfortunately it gave error(ORA-12560 "TNS protocol adapter error"), I ignored it ...but it didnt move to next step...completely stuck up..So closed the session.
    I tried with ORADIM to create service, It did happen, services for database was created, I setup the environment(SID,HOME,PATH) etc.
    When I login with sqlplus , it gives again the same error(ORA-12560 "TNS protocol adapter error"), I tried many things like TCP/IP traffing disabling etc..Nothing worked.
    Can some one please help me and give me some out of box solution..I shall be really really thankful to them.
    Regards,

    Sorry, If I missed to update you back..I apologize.
    Two services(Database Service : OracleServicetest and OracleOraHome81TNSListenerLISTENER_TEST both are up...checked from SERVICES.MSC
    listener is up, I can ping the Hostname perfectly.
    Is there any other service I need to look into.
    Please find the below log as reference for TEST database.
    C:\Documents and Settings\Administrator>hostname
    srvdba02
    C:\Documents and Settings\Administrator>ping srvdba02
    Pinging srvdba02 [10.241.24.54] with 32 bytes of data:
    Reply from 10.241.24.54: bytes=32 time<10ms TTL=128
    Reply from 10.241.24.54: bytes=32 time<10ms TTL=128
    Reply from 10.241.24.54: bytes=32 time<10ms TTL=128
    Reply from 10.241.24.54: bytes=32 time<10ms TTL=128
    Ping statistics for 10.241.24.54:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum =  0ms, Average =  0ms
    C:\Documents and Settings\Administrator>
    C:\Documents and Settings\Administrator>lsnrctl status LISTENER_TEST
    LSNRCTL for 32-bit Windows: Version 8.1.7.0.0 - Production on 28-SEP-2013 23:43:01
    (c) Copyright 1998 Oracle Corporation.  All rights reserved.
    Kobler til (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.241.24.54)(PORT=1523)))
    STATUS FOR LYTTERPROSESS
    Tilnavn                 LISTENER_TEST
    Versjon                   TNSLSNR for 32-bit Windows: Version 8.1.7.0.0 - Production
    Startdato                 28-SEP-2013 23:19:31
    Oppetid                    0 dager 0 t. 23 min. 29 sek
    Sporingsnivσ              off
    Sikkerhet                 OFF
    SNMP                      OFF
    Lytterens parameterfil    C:\oracle\ora81\network\admin\listener.ora
    Lytterens loggfil         C:\oracle\ora81\network\log\listener_test.log
    Tjenesteoversikt...
      test          har 1 tjenestebehandler(e)
    Kommandoen ble utf°rt
    (It means test database has i service handler)..
    C:\Documents and Settings\Administrator>tnsping test
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 28-SEP-2013 23:43:17
    (c) Copyright 1997 Oracle Corporation.  All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=10.241.24.54)(PORT=1523))
    Ok (10 msek)

  • ORA-12560: TNS:protocol adapter error rman

    hello all,
    i am on xp, and 10.2 oracle version....i created a dummy database with name comp using dbca...used FRA and took a backup though rman....i have teh backup now in FRA....
    I droped the database to do a test restore...but i cant even login to rman or sqlplus ??? i was able to login to rman before to take a backup....but now i cant.... could not figure out why...any help would be appericiated....
    C:\oracle\sql>set ORACLE_SID=comp
    C:\oracle\sql>
    C:\oracle\sql>echo %ORACLE_SID%
    comp
    C:\oracle\sql>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 6 09:54:16 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12560: TNS:protocol adapter error
    C:\oracle\sql>
    C:\oracle\sql>
    C:\oracle\sql>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUL-2011 09:54:20
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxxxx)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date                06-JUL-2011 09:53:53
    Uptime                    0 days 0 hr. 0 min. 26 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File         C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxx)(PORT=1521)))
    Services Summary...
    Service "COMP" has 1 instance(s).
      Instance "COMP", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\oracle\sql>

    user8363520 wrote:
    hello all,
    i am on xp, and 10.2 oracle version....i created a dummy database with name comp using dbca...used FRA and took a backup though rman....i have teh backup now in FRA....
    I droped the database to do a test restore...but i cant even login to rman or sqlplus ??? i was able to login to rman before to take a backup....but now i cant.... could not figure out why...any help would be appericiated....
    If you have backup and you dropped database then you can create it again.
    1) Create directories for background,user,audit dumpdest and control,online log,datafiles.
    2) Create OracleServiceComp if that is not exists using ORADIM utility(oradim -new -sid COMP -intpwd <syspass> -pfile <pfile location>)
    3) After starting oracle service
    set ORACLE_SID=COMP
    rman target /
    /*if you do not have spfile also then you have to restore it from
    full/auto backup or startup database using pfile(create it manually)*/
    startup nomount ;
    restore controlfile from 'full or autobackup location';
    alter database mount;
    catalog start with 'backup location';
    restore database;
    recover database;
    alter database open resetlogs;

Maybe you are looking for

  • GL Account balances in F.08

    Dear Friends, We are working on 4.7v. Using T.code F.08 - Gl Account balances, I entered Chart of Accounts, Company Code, Fiscal year Business area Reportng period There is a huge differences in the totals of debit and credit amount and total credit

  • Letter Of  Credit - Determination strategy

    Hi Gurus i am trying to Maintain Determination strategy from GTS area Menu-->Risk Management-->Letter of Credit Processing-->Maintain Determination strategy I have create Legal regulation as Z1LOC and all other Configurations maintained now i am gett

  • No backup my iphone  option with right click on itunes.. how to back up?

    how to back up my iphone 4 with itunes. device section is empty on itunes preference .itunes window right click my iphone icon there is no backup option.. only sync,transfer purchase eject .. how can i back up my iphone for future restore.. anyone he

  • InDesign "converted file" default save location

    This is not a new issue. When opening a previous CS5 or CS6 file, I make corrections and "Save" or "Save As". However, it is as if InDesign has no clue where that file originated and it defaults to last folder I worked out of. Not a big deal, but whe

  • Problem in second level navigation for some users.

    Hello friends,                 We have a group with few users, we have assigned certain roles to that group, all the roles are visible to all but the order of second level navigatin has changed for some users and not for all. Please suggest some solu