Confused about ORA - 12560 Error

OK, I just read the chapter on starting up and shutting down on Windows (Chapter 5 - Administering a Database on Windows). Here is what Oracle doc says,
These instructions assume that a database instance has been created.
(The previous chapter shows the net start servicename command).
To start or shut down Oracle Database:
Go to your Oracle Database server.
Start SQL*Plus at the command prompt:
C:\> sqlplus /NOLOG
Connect to Oracle Database with username SYSDBA:
SQL> CONNECT / AS SYSDBA
To start a database, enter:
SQL> STARTUP [PFILE=path\filename]
This command uses the initialization parameter file specified in path\filename. To start a database using a file named init2.ora located in
C:oracle\product\10.2.0\admin\orcl\pfile
you would enter:
SQL> STARTUP PFILE=C:oracle\product\10.2.0\admin\orcl\pfile\init2.ora
If no PFILE is specified, then the command looks for an SPFILE in ORACLE_HOME\database. If the command finds one, then the command uses it to start the database. If it does not find an SPFILE, then it uses the default initialization parameter file located in ORACLE_BASE\ADMIN\db_name\pfile.
I am a little confused now. It seems to me the doc does say that you must first start the instance, then connect / as sysdba, and then startup. But it does not work because you get the ORA - 01081 error. Am I missing something?
Thanks.
Ben

I guess this must be the trick. Correct? Here is Oracle doc says,
Setting Registry Parameters
To start or stop Oracle Database through Oracle Database Services, set the following registry parameters to the indicated values:
ORA_SID_AUTOSTART
When set to true, the default value, this parameter causes Oracle Database to start when OracleServiceSID is started.
I looked at the registry and saw that my ORA_SID_AUTOSTART is set to true. So when the instance started (was created), the database is mounted and open. If I set it to false, I should be able to issue the startup command. Did I understand it right? Thanks.
Ben
Ben

Similar Messages

  • ORA-12560 Error

    I installed 9i Developer Suite. I did not install the net configuration manger. The installation said it was not required. I am using forms builder and can compile the form. I connect to the database. However, when running the form I receive a ORA-12560 error. Also, the logon appears and I am prompted to connect to the database. Any help would be greatly appreciated.

    The URL looks quite strange to me:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
    Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
    Try this URL:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
    Regards,
    Martin Malmstrom

  • Forms Developer: ORA-12560 error message

    I am a novice Oracle 10g user, and have reached a dead-end regarding opening an existing form (.fmb) in Forms Builder. The ORA-12560 error message is generated:
    "TNS protocol error". Consulting OTN, I learned that the Oracle SID service is required to be started for a form to be displayed in a web browser. When I checked the services window in XP Professional, I found OracleServiceOrcl to be started. I also specifed iexplore.exe to in the Runtime tab in Forms Builder Preferences. Any assistance with this issue will be appreciated.
    Jim Elgie

    The URL looks quite strange to me:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
    Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
    Try this URL:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
    Regards,
    Martin Malmstrom

  • ORA-12560 error in VS2010

    I'm getting "ORA-12560 TNS:protocol adapter error" when trying to Add Connection in VS2010 (Server Explorer > Add Connection > Username: hr, Password: hr, Data source name: Local Database). This is sample HR database in Oracle XE 10g.
    I'm guessing this could be something related to installation? My installation was like this: Oracle XE 10g which I've been using for couple of weeks. I then installed VS2010 Ultimate x86 followed by ODT with ODAC 11.2. This is on Windows 7 Ultimate x64. I've noticed that ODT is installed in D:\app, while XE is in D:\oraclexe.
    I can access my database through APEX interface. Running 'sqlplus' in command line issues same ORA-12560 error. Running 'Run SQL Command Line' from Start > Oracle XE 10g works. This obviously points to wrong configuration / installation, but how to fix it?
    Thanks in advance.

    913905 wrote:
    I can access my database through APEX interface. Running 'sqlplus' in command line issues same ORA-12560 error. Running 'Run SQL Command Line' from Start > Oracle XE 10g works. This obviously points to wrong configuration / installation, but how to fix it? That depends on the type of client connection initiated - local IPC connection (also called a bequeath connection) or a network (TCP) connection.
    For a local IPC connection to work, the client driver needs to know the ORACLE_HOME and ORACLE_SID of the local database instance - this is usually set via the environment.
    For a TCP connection to work, you need an Oracle Listener running on the Oracle server, the local Oracle database instance to have registered itself with the Listener, and for the client being able to connect to the Listener via TCP.
    Oracle Listener is a service on Windows - but the command line program is called lsnrctl and via it one can start/stop the listener and determine its status and registered services. With the Listener running, the local database should automatically register itself with the Listener, unless one manually changed database or Listener parameters.
    For TCP connectivity, the usual applies - firewalls must not block TCP access, the client needs to resolve the server hostname into an IP (if hostnames are used), that server IP must be reachable, etc.

  • ORA - 12560 Error Whilst i run form

    Can anybody please figure out my problem ???
    i got ORA 12560 Error when i run form ..i am new with oracle ..please help me out ..

    Is this an Oracle Apps environment? If so, what is the application release?
    Is this a standard or custom form?
    Please elaborate more so others can help.

  • Ora-12560 error with 8.1.7 under win2k

    I have installed 8.1.7. on windows 2ooo. The install went
    successfully and immediately after the install i could connect
    with scott/tiger.
    After a short period of time I can no longer connect and receive
    the ora-12560 error. The system has not been rebooted or even
    touched during this time period. I have removed the database
    with dbassist and recreated. Again it works for 5 mins and
    stops.
    When I look at tsnrctl status all looks great. Under services
    the tnslistener is working properly. I can do a tnsping as well.
    I just cannot connect to the database.
    Please help!
    Dan Hoover

    I have installed 8.1.7. on windows 2ooo. The install went
    successfully and immediately after the install i could connect
    with scott/tiger.
    After a short period of time I can no longer connect and receive
    the ora-12560 error. The system has not been rebooted or even
    touched during this time period. I have removed the database
    with dbassist and recreated. Again it works for 5 mins and
    stops.
    When I look at tsnrctl status all looks great. Under services
    the tnslistener is working properly. I can do a tnsping as well.
    >
    I just cannot connect to the database.
    Please help!
    Dan Hoover An ORA-12560 WinNT is usually an indication that
    the OS system/environment is not set up correctly.
    You don't need a listener when you connect locallay without alias
    name (sqlplus scott/tiger@alias).
    Please try the following:
    - start cmd box
    - set ORACLE_HOME = <your home>
    - set ORACLE_SID = <your SID>
    - sqlplus scott/tiger
    Thomas

  • Sqlplus throwing ORA-12560 error while tring to login

    Gurus I am having logon issue when I try to logon to oracle via sqlplus. I find the same error when I use impdp or expdp utilities from command line. The error I am getting is this "ORA-12560: TNS:protocol adapter error"
    BTW I am using oracle 10.2.0 on Windows XP and Windows 2003 machine and in the past I was able to run impdp and expdp utilities successfully on these machines.
    I double check every thing, and I have the proper tnsnames.ora and sqlnet.ora file on my network admin directories on both machines. I also check that all the required services e.g console, database service, TNSListenerService, isqlPlus service etc is running properly too. Besides this I don't have any problem logging in with EM or Oracle sqldeveloper.
    Can some one please help and shed some light on this issue.
    Regards,
    RJ.

    Gurus I just would like to add one more point here; is it possible that this issue can be caused by symantec antivirus services installed on these machines recenlty. The reason I am mentioning it is that I have tested every thing on another machine where we don't have symantec installed and every thing is behaving as expected.
    To make thing more confusing even when I disable and stop all the symantec services on the machines where I am having this issue don't make any difference.
    Regards,
    RJ.

  • Ora-12560 error on Ora11g after reboot

    Having a major problem right now...
    I recently set up a database under the following:
    - Oracle version: 11gR2 (standard) 64 bit
    - OS: Windows Server 2008, running on VMWare
    - File System: ASM (through grid infrastructure)
    Both the grid infrastructure and Oracle itself were installed under the same account. (This was a special local account that was set up and given administrator privileges.)
    Everything was up and running, could connect and everything. I did make some changes (setting archive log mode).
    I then did a reboot of the computer.
    Now, whenever I try to connect as the sysadmin (sqlplus "/ as sysdba") or any other user, I get the following error:
    Ora-12560: TNS protocol adapter error
    I get the problem whether I try to access it locally or remotely. Enterprise manager also seems to not be functioning.
    Any idea what the problem could be? I can do a TNSPing of the database, and the listener seems to be started.
    There were 2 little issues that I'm nut sure are related:
    - Although I installed everything under the same local admin account (I called dbadmin), when I go into lsnrctl I cannot use 'reload' (gives me a 'tns01190": user is not authorized to execute the requested listener command.) but I can use it if I sign in under 'administrator'
    - When I looked the registry, the 'ORACLE_mydb_AUTOSTART' value was set to false. Could there be other parts that should be autostarting but are not?

    user588235 wrote:
    Having a major problem right now...
    I recently set up a database under the following:
    - Oracle version: 11gR2 (standard) 64 bit
    - OS: Windows Server 2008, running on VMWare
    - File System: ASM (through grid infrastructure)
    Both the grid infrastructure and Oracle itself were installed under the same account. (This was a special local account that was set up and given administrator privileges.)
    Everything was up and running, could connect and everything. I did make some changes (setting archive log mode).
    I then did a reboot of the computer.
    Now, whenever I try to connect as the sysadmin (sqlplus "/ as sysdba") or any other user, I get the following error:
    Ora-12560: TNS protocol adapter error
    I get the problem whether I try to access it locally or remotely. Enterprise manager also seems to not be functioning.
    Any idea what the problem could be? I can do a TNSPing of the database, and the listener seems to be started.
    There were 2 little issues that I'm nut sure are related:
    - Although I installed everything under the same local admin account (I called dbadmin), when I go into lsnrctl I cannot use 'reload' (gives me a 'tns01190": user is not authorized to execute the requested listener command.) but I can use it if I sign in under 'administrator'
    - When I looked the registry, the 'ORACLE_mydb_AUTOSTART' value was set to false. Could there be other parts that should be autostarting but are not?On Windows, if your db service is not started, you will get the reported error.
    You can also get that error with the database service started, the database up and running, but your did not set ORACLE_SID to the proper (or any!) value.

  • XE on CentOS: ORA-12560 error

    I have just installed XE on a CentOS 5.2 system and can access the database using the Apex web page (database home page). I set the database HTTP properties to be accessible from local and remote. I am unable to connect to the database from a different pc, either using a web browser or thru SQLplus and am getting the generic 12560 error thru SqlPlus.
    On the PC, I've put the server's IP address into a tnsnames entry pointing to the XE install there. I am sitting beside the server and can ping it, but still can't connect. Can I post the tnsnames entry?

    On my PC, I have installed Oracle Database 10g Express Client. It does not ship a C:\XEClient\NETWORK\ADMIN\TNSNAMES.ORA file so I created one myself:
    XE =
        (DESCRIPTION =
           (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.200)(PORT = 1521))
           (CONNECT_DATA =
              (SERVICE_NAME = XE)
        ) Works fine. Regards,
    Georger
    user6245518 wrote:
    I have just installed XE on a CentOS 5.2 system and can access the database using the Apex web page (database home page). I set the database HTTP properties to be accessible from local and remote. I am unable to connect to the database from a different pc, either using a web browser or thru SQLplus and am getting the generic 12560 error thru SqlPlus.
    On the PC, I've put the server's IP address into a tnsnames entry pointing to the XE install there. I am sitting beside the server and can ping it, but still can't connect. Can I post the tnsnames entry?

  • Oracle not started ORA-12560 error

    Hello,
    My Database version : 8.1.7.0.0
    OS : Windows 2000
    When I want to connect sqlplus using :
    C:\Documents and Settings\Administrator.TVCLKLB>sqlplus sys@tvclklb
    SQL*Plus: Release 8.1.7.0.0 - Production on Sun May 25 12:11:43 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    And when I want to connect using sqlplus/nolog it shows :
    C:\Documents and Settings\Administrator.TVCLKLB>sqlplus/nolog
    SQL*Plus: Release 8.1.7.0.0 - Production on Sun May 25 12:13:06 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL> conn sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Have any idea what is the problem and what is suggested solution. I already check the listner and service which is running smoothy.
    I shall wait for ur quick feedback.
    Thanks in advanced
    Aungshuman Paul

    For further details I put the sqlnet.log file :
    Fatal NI connect error 12640, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.1.7.0.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.1.7.0.0 - Production
    Time: 25-MAY-2008 12:20:35
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12640
    TNS-12640: Authentication adapter initialization failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Thanks
    Aungshu

  • I getting ORA-12560 error, how to rectify this

    hai everybody,
    I just try to shutdown my DB using shu it took time to stop and then i wait sometime but it will not shutdown so end that session.....
    after that i am getting this error..
    ORA-12560: TNS:protocol adapter error
    plz anyone help me..

    If you're running on windows you need to startup the database <b>"service"</b> before being able to connect to startup. It's advisable you use oradim to perform the startup and shutdown. Using oradim you can start the service and then the instance.

  • Get ORA-12560 error while accessing 11g database

    Database version: 11.2.0.1.0
    This is a development database running on CentOS. We had setup this database recently and everything has been fine. Today I noticed that when I connect to the database from remote, I get the following error -
    ORA-12560: TNS:protocol adapter error
    I'm able to get in to the database after logging in directly into the database server via putty. I have stopped & restarted the database, but with no help. I have checked the environment variables (ORACLE_HOME, ORACLE_SID) and they seem to be fine.
    Can you please help on what might be the problem here? Is this something to do with some change in the OS firewall setting?
    Edited by: museshad on Dec 20, 2012 12:44 PM

    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 20-DEC-2012 13:27:55
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                27-AUG-2012 16:50:42
    Uptime                    114 days 20 hr. 37 min. 13 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/xxxx/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxxx)(PORT=1521)))
    Services Summary...
    Service "orcl.ENTERPRISENET.ORG" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.ENTERPRISENET.ORG" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    listener.ora
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    tnsnames.ora
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl.ENTERPRISENET.ORG)
      )

  • Another ORA-12560 error! woohoo!

    Seen quite a few of these but going through the steps provided has given me no joy so far..
    Running: 9.2.0.4.0 client (full install)
    Installed as: Administrator on c:
    MDAC: 2.8
    Server: win2000 Advanced server
    Connecting to: remote server
    Issue: I'm trying to connect to another dbserver via a webserive, the error I get is:
    System.Data.Odbc.OdbcException: ERROR [HY000] [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adapter error
    ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    ERROR [HY000] [Oracle][ODBC][Ora]ORA-12560: TNS:protocol adapter error
    I have used set oracle_sid=remoteserversidname
    I have upgraded MDAC to latest version
    I have given all APSNET and IUSER full file access to oracle home DIR
    I have verified that the environment variable is pointing to the correct bin dir
    I am able to connect via sqlplus/enterprise manager/ODBC 'test connection'
    I have rebooted machine after client install
    I have pinged IP of machine i am connecting to and works fine
    Any ideas or is this a .net rather than an oracle issue?

    make an entry in the tnsnames.ora of the client with remote server ip/name, listening port number and the database SID.

  • ORA-12560 error while DBbackup.

    hi there.
    our system 's worked well since it was set up.
    but I've got error message after wholie database online + redo log backup last night.
    according to DB13 action log it was sucessed only brbackup but something on error brarchive.
    this is a error message from detail.
    BR0301E SQL error -12560 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-12560: TNS:protocol adapter error
    BR0310E Connect to database instance SDP failed
    and it worked well next day
    i have no idea of it. it will be fine with system? and any idea why it happened?
    any regrad will help.

    SAP-Release 700
        Operating system..... "Windows NT"
        Release.............. "5.2"
        Hardware type........ "16x AMD64 Level"
        Character length.... 16 Bits
        Pointer length....... 64 Bits
        Database type..... "ORACLE"
        Database version. "OCI_10201_SHARE (10.2.0.2.0) "
        Patch level. 159
        Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
        Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

  • ORA-12560 error during 11G Install

    Hi,
    I am trying to install 11G on my WIN XP Pro laptop.During the installation process, whilst the database configuration assistant is on the "Completing Database Creation" stage, ORA-12560 TNS:Protocol Adpater error is thrown.
    I've followed all steps so far in the install guide including installing Microsoft Loopback Adapter for my DHCP laptop but to no avail.
    Anyone's been through this thing before? Appreciate a quick repsosne please.
    Thanks.

    Here's the extract from the log at C:\app\gopher\cfgtoollogs\dbca\homedatabase.I've highlighted the TNS protocol error in bold.
    [Thread-43] [10:2:2:765] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-43] [10:2:2:765] [Host.noEntryinOratab:5562] Check made for oratab arg passed............
    [Thread-43] [10:2:2:765] [Oradim.getAddEntryCommand:355] AddEntry=[C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe, -new, -sid, homedatabase, -startmode, manual, -spfile]
    [Thread-43] [10:2:3:890] [Oradim.getEditEntryCommand:436] getEditEntry cmd=[C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe, -edit, -sid, homedatabase, -startmode, auto, -srvcstart, system]
    [Thread-43] [10:2:4:484] [Oradim.addSidToRegistry:884] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb11g_home1
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:974] OracleHome.getVersion called. Current Version: 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:1046] Current Version From Inventory: 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:1051] using sqlplus: C:\app\gopher\product\11.1.0\db_1\bin\sqlplus.exe
    [Thread-43] [10:2:4:484] [CommonUtils.createPasswordFile:515] calling new orapwd for version : 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OsUtilsBase.execProg:1335] beginning execProg with input array.
    [Thread-43] [10:2:4:484] [OsUtilsBase.execProg:1347] finished execProg with input array.
    [Thread-43] [10:2:4:484] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7bb91
    [Thread-43] [10:2:4:484] [CloneRmanRestoreStep.executeImpl:218] Instance Creation went fine..........
    [Thread-43] [10:2:4:500] [CloneRmanRestoreStep.executeImpl:225] db_recovery_file_dest=C:\app\gopher\flash_recovery_area
    [Thread-43] [10:2:4:500] [CloneRmanRestoreStep.executeImpl:228] db_recovery_file_dest_size=2147483648
    [Thread-43] [10:2:11:484] [SQLEngine.done:2014] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12560: TNS:protocol adapter error
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:245)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
         at java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:11:484] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7bb91
    [Thread-43] [10:2:11:484] [StepContext$ModeRunner.run:2513] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:448)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
    java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:12:609] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:12:609] [Host.createStepSQLInterface:6444] sid =homedatabase
    [Thread-43] [10:2:12:609] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-43] [10:2:12:609] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:12:843] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:12:859] [CloneRmanRestoreStep.cancel:614] Cleaning up partially extracted files failed
    [Thread-43] [10:2:12:921] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:12:921] [CloneRmanRestoreStep.cancel:629] RMAN cleanup failed
    [Thread-43] [10:2:12:921] [CloneRmanRestoreStep.cancel:630] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:617)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2590)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2552)
    java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSTEM01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSAUX01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\UNDOTBS01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\USERS01.DBF
    [Thread-43] [10:2:12:921] [CloneDBCreationStep.cancel:895] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-43] [10:2:12:921] [SQLEngine.reInitialize:624] Reinitializing SQLEngine...
    [Thread-43] [10:2:12:921] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-43] [10:2:12:921] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:13:93] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:13:93] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-43] [10:2:13:93] [Oradim.getRemoveEntryCommand:477] Execing C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe -delete -sid homedatabase
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\product\11.1.0\db_1\database\PWDhomedatabase.ora
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\product\11.1.0\db_1\database\inithomedatabase.ora
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\admin\homedatabase\pfile\init.ora
    [Thread-43] [10:2:13:203] [CloneDBCreationStep.cancel:936] CloneDBCreationStep.cancel(): bRaw=false
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSTEM01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSAUX01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\UNDOTBS01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\USERS01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo01.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo02.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo03.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control01.ctl
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control02.ctl
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control03.ctl
    [Thread-43] [10:2:13:203] [SQLEngine.done:2014] Done called
    [AWT-EventQueue-0] [10:2:20:609] [SQLEngine.done:2014] Done called

Maybe you are looking for

  • Open web page from applet

    Hi guys, I am new to Java applet and I need your help. I want to open a web page (or a servlet) with known URL from an applet when I press a button. I know how to set up HttpURLConnection for the applet. But I don't how to open this web page. Could y

  • CREATION OF CUSTOM TABLES

    hi I AM TRYING TO CREATE A CUSTOM IN ABAP I followed the following procedure SE11 SPCIFIED THE CUSTOM TABLE NAME CLICKED ON CREATE BUTTON THEN SPECIFIED SHORT DESCRIPTION For Delivery Class I specified as C For DataBrowser and Table variant I specifi

  • Can I open two files in photoshop cc?

    I've been using Ph for years and just purchased the Creative Cloud. Upon opening Ph, I see the file taking up the whole screen with no apparent way to reduce the size and display other files side by side. I need the ability to drag a jpg onto another

  • A new page doesn't directly appear in the detailel navigation.

    Good day everyone, We use Btexx EasyWCM as a content management system on our SAP NW portal. When we create a new page in the portal it should appear directly in the detailed navigation, but instead it appears much much later. Often after more then a

  • HOW DO I GET RID OF THIS MESSAGE - ADD SECURITY EXCEPTION you are about to over ride how Thunderbird identifies this site. Location pop.shaw.ca.110 no e-mail

    I KEEP GETTING A BOX WITH THIS MESSAGE - ADD SECURITY EXCEPTION you are about to over ride how Thunderbird identifies this site LOCATION: pop.shaw.ca.110 then it asks for a security certificate I DO NOT KNOW HOW TO FIX OR BETTER YET GET RID OF THIS M