ORA-12560 when logging as SYSDBA in 11gR2 db installed in Windows 7

I have installed Oracle 11gR2 in Windows 7. I setup all listener and tnsname file and can login to the database like following:
sqlplus cisadm/cisadm@demo
However, it throws ORA-12560 error when loggin as sysdba as below:
sqlplus / as sysdba
I have read some previous post and already set ORACLE_SID=DEMO. But it still doesn't work.
I wonder if my 11gR2 was not installed properly as I also cannot use Administartion Assistant for Windows which throws "MMC could not create snap-in" error.

This because of previously installed database.
I feel that you have un installed but you have not completely removed Oracle Instances.
After the deinstall from Oracle Installer, Oracle leaves some services still running and some folders which wont be deleted .
You have to manually delete these folders.
Or follow these steps and try.
1) First step is to stop all the services relevant to Oracle database 11g. In windows 7 navigate from Start->Control Panel->Administrative Tools->Services
2) Click on Oracle Service OracleServiceORACLE_SID,OracleDBConsoleOracle_SID,OracleOraDB11g_homeTNSListener and Click on Link stop. Also stop these services if they are enabled - OracleMTSRecoveryService, OracleJobSchedulerOracle_SID
3) Now its time to remove references from Registry. In Windows 7 search box type regedit. This opens the Registry Editor
4) Click on HKEY_LOCAL_MACHINE. Click on Software. Choose Oracle Folder. Delete it completely. Also Remove HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services and remove oracle relevant entries from there (All will have either Oracle or Ora prefix)
5) Remove the PATH variable from environment variables if set
6) Delete the database files manually from the local machine
In this process of deleting files I got an error which said windows process WmiPrvSE.exe process makes use of certain dlls such as oracell11.dll,oraldapclnt11.dll etc. I renamed the bin folder to bin_old. I restarted the system and it fixed the issue
Regards,
Tirumala Dixit.

Similar Messages

  • ORA-12560 when installing Oracle 8i R2 on NT

    When installing ora816nt the database creation assistant fails (on every machine I try it on.) I had it create the script and have tried to run the commands manually, and run into the following problem:
    D:\Oracle\OraHome\BIN>svrmgrl
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    ORA-12560: TNS:protocol adapter error
    SVRMGR>Any ideas?

    Hi
    Check weather entries are there in the registry.
    Go to the services in the control panel and see if the oracle service has started if not start it. If this is up then the registry is OK. if If not u can create it using the oradim utility.
    Then set your oracle_sid = <dbname> in the dos prompt and try connecting again.
    Let us see what happense

  • ORA-01031:  when login as sysdba

    We have Oracle 11.2 on Redhat 5.6. on the server box, I can login as sysdba by doing sqlplus / as sysdbaBut failed when I do sqlplus sys/****@cchdev as sysdba
    ERROR:
    ORA-01031: insufficient privileges or In sqlplus conn sys/****@cchdev as sysdba
    ERROR:
    ORA-01031: insufficient privilegesI suspect the password is wrong, then I changed password. But I got the same error when using new password.
    I could login all three way above last time. WHat is wrong?

    Here is the result od env|sort[oracle@cchORdev1 ~]$ env|sort
    BI_CONFIG_DIR=/u01/app/obiee/server/Config
    _=/bin/env
    BI_OC4J_DIR=/u01/app/obiee/oc4j_bi
    BI_RPD_DIR=/u01/app/obiee/server/Repository
    CLASSPATH=/u01/app/oracle/product/11.2.0/dbhome_1/JRE:/u01/app/oracle/product/11.2.0/dbhome_1/jlib:/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/jlib
    CVS_RSH=ssh
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=cchORdev1
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    KDE_IS_PRELINKED=1
    KDE_NO_IPV6=1
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/dbhome_1/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    OBI_BASE=/u01/app/obiee/
    OBI_PRESENTATION_CONFIG=/u01/app/obiee//web/config
    ORA_ALERT_DIR=/var/oracle/diag/rdbms/cchdev/CCHDEV/trace
    ORA_BI_HOME=/u01/app/obiee
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=cchdev
    ORACLE_TERM=xterm
    ORA_DUMP_DIR=/u05/oracle/dpdump
    PATH=/u01/app/oracle/product/11.2.0/dbhome_1/bin:/sbin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/u01/app/oracle/product/11.2.0/dbhome_1/jdk/bin
    PWD=/home/oracle
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=10.2.0.54 6032 22
    SSH_CONNECTION=10.2.0.54 6032 10.2.0.200 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    TNS_ADMIN=/u01/app/oracle/product/11.2.0/dbhome_1/network/admin
    USER=oracle
    [oracle@cchORdev1 ~]$Edited by: user623617 on Apr 16, 2010 12:11 PM

  • APEX 4.2.2 - ORA-6502 when logging in to application with anything other than Firefox!

    If I try to log into my application through anything other than Firefox I get the following message on the screen:
    Error
    Error processing request.
    ORA-06502: PL/SQL: numeric or value error
    OK
    If I try to access the APEX Builder through a browser other than Firefox, I get no HTML returned.
    Last night I upgraded from 4.1 to 4.2.2 and ran the patch that dealt with missing developer toolbars...
    Of course, I only ever use Firefox, but my users are using IE...
    Any ideas?
    Message was edited by: AndyH
    Clarified that this is a 4.2.2 issue.

    Hi,
    I do not know if this relating bug 16760897
    Oracle Application Express 4.2.2 - Known Issues
    Regards,
    Jari

  • Ora-01555 when export DB on RAC 11GR2

    Hi all,
    I run a full export on my 11GR2 DB and i have 6 errors on sysman tables :
    ORA-31693: Table data object "SYSMAN"."MGMT_POLICY_ASSOC_EVAL_SUMM" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-01555: snapshot too old: rollback segment number 21 with name "_SYSSMU21_2772229671$" too small
    Do you have an idea ?
    Thanks.

    $ oerr ora 1555
    01555, 00000, "snapshot too old: rollback segment number %s with name \"%s\" too small"
    // *Cause: rollback records needed by a reader for consistent read are
    //         overwritten by other writers
    // *Action: If in Automatic Undo Management mode, increase undo_retention
    //          setting. Otherwise, use larger rollback segmentsIf you increase undo_retention parameter you may also need to increase undo tablespace datafiles.

  • ORA-01031 when connecting as sysdba after upgrading DB 10.2.0.1 to 10.2.0.3

    Hello everyone
    I have just finished upgrading my development database from 10.2.0.1.0 to 10.2.0.3.0. I have also upgraded my workstation client software to 10.2.0.3.0. Everything appears to be working fine except that I can no long access the new database "as sysdba" from my client computer. Each time I try to login using sys/password@mydb as sysdba I get an ORA-01031: Insufficient privileges error.
    I have no problem connecting to the database using any other normal user. I can connect using "/ as sysdba" from the server console and I also have no problem accessing my production database -- which is still 10.2.0.1 using the 10.2.0.3 drivers. The server is running SLES9 while my workstation runs openSUSE 10.2.
    Any help will be most welcome
    Thanks in advance.
    Thanassis.

    Ensure you have your password file inatct (recreate it if necessary).
    HTH,
    cciontu.

  • ORA-06512 When Logging In

    we are trying to export the Login Server Information using ssoexp.csh and we
    are getting this error:
    Extracting Login Server Data to transport tables...
    begin
    ERROR at line 1:
    ORA-01400: cannot insert NULL into
    ("PORTAL30_SSO"."WWUTL_TRANSPORT_LOG_ENTRY$".
    "SUBSCRIBER_ID")
    ORA-06512: at "PORTAL30_SSO.WWUTL_NEW", line 28
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 161
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 227
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 238
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 778
    ORA-01400: cannot insert NULL into
    ("PORTAL30_SSO"."WWUTL_TRANSPORT_LOG_ENTRY$".
    "SUBSCRIBER_ID")
    ORA-06512: at "PORTAL30_SSO.WWUTL_NEW", line 28
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 161
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 227
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 238
    ORA-06512: at "PORTAL30_SSO.WWUTL_API_SSOTRANSPORT", line 528
    ORA-01400: cannot insert NULL into
    ("PORTAL30_SSO"."WWUTL_TRANSPORT_LOG_ENTRY$".
    "SUBSCRIBER_ID")
    ORA-06512: at line 2

    Burleson know:
    http://www.dba-oracle.com/sf_ora_31603_object_string_of_type_string_not_found_in_schema_string_bc1.htm

  • Windows 2k8R2 - Receiving Error when logging in ( MMC Cannot open the File: C:\Windows\system32\ServerManager.msc)

    Windows 2008 R2 - I just started receiving this when i log in, and also when i try to manage the machine:
    MMC Cannot open the File:
    C:\Windows\system32\ServerManager.msc
    This may be because the file does not exist , is not an MMC console , or was created by a later version of MMC. This may also be be because you do not have sufficient access rights to the file.
    This always worked before, and works for other users just not me on this particular box. This is a production box and i need a resolution quick please. Thanks in advance.
    PM

    Has the system update readiness tool been run without error?
    http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
    Then check the %SYSTEMROOT%\Logs\CBS\CheckSUR.log file for errors.
     You can also try creating a new MSC
    Start|Run|"mmc"|File|Add/Remove|Server Manager|Add|Local|OK|OK|File|Save As
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • When logging on it says critical update install as soon s possable .I have tried for 3 weeks and it never downloads.

    Have not been able to upgrade the critical update that appears when I boot up

    delete the app on itunes (on PC) then download it again.

  • 11gR2 RAC install on Windows 2008 R2

    I am installing three node rac on windows 2008 and I am successfully able to install Grid Infrastructure with ASM as soon I complete this install server1 disconnect me from remote console and I got blue screen error when I log in back and same error appears on server 3 after few minutes. I bounce all there machines and continue database creation part same problem appears again Need help to understand the problem.
    Do we need to set some kind of registery settings, or any parameter etc.
    Server Configurations.
    All three servers have same configurations.
    Server 1 ,2 ,3
    OS : windows 2008 R2 64 bit
    Processor: Intel(R) xeon(R) CPU E5540 @2.53GHZ (2 processors)
    Memory: 32G
    SAN storage :netapp san
    Error Message:
    Problem signature:
    Problem Event Name:     BlueScreen
    OS Version:     6.1.7600.2.0.0.274.10
    Locale ID:     18441
    Additional information about the problem:
    BCCode:     fffe
    BCP1:     0000000000000000
    BCP2:     0000000000000000
    BCP3:     0000000000000000
    BCP4:     0000000000000000
    OS Version:     6_1_7600
    Service Pack:     0_0
    Product:     274_3
    Files that help describe the problem:
    C:\Windows\Minidump\063010-13868-01.dmp
    C:\Users\svc-btmoraadmin\AppData\Local\Temp\WER-773546-0.sysdata.xml
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt

    In the first place a 'blue screen' has to be analyzed on the OS side, Oracle COULD be the reason, but who knows? More likely a hardware problem (RAM,disk storage). So you have to ask your system administrator and/or call Microsoft support. Or you try to find an answer in one of the many articles in the web, for example this:
    http://www.maximumpc.com/article/features/blue_screen_survival_guide
    Werner

  • New Install Win 2000 Server ORA-12560 : TNS : Protocol Adapter Error

    I am trying to learn Oracle.
    I get the following when logging into SQL*Plus.
    ORA-12560 : TNS : Protocol Adapter Error
    I have just installed New Install Win 2000 Server and then Oracle 8i for Win2k
    null

    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 on Windows 2000 sp4, Pentium 4 CPU running vmware and Pent

    Hello all,
    I am getting ORA-12560 error running svrmgrl,sqlplus or dbca after installing 8.1.7 release 3 and patched to 8.1.7.4. My oracle_sid is set, oracle_home is pointing to the right file system. listener and database services are up and running and tnsping comes back ok. I have exhausted all metalink doc referring to ora-12560 and windows 2000. Has anyone experienced this problem before? Any help is appreciated.

    C:\Documents and Settings\oracle>set ORACLE_SID=test
    C:\Documents and Settings\oracle>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 8.1.7.4.0 - Production on 29-AUG-2006 13:17:
    13
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ATLBCO3DV)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 8.1.7.4.0 - Produc
    tion
    Start Date 29-AUG-2006 11:03:28
    Uptime 0 days 2 hr. 13 min. 45 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File E:\oracle\apps\oracle\product\817\network\admin\listen
    er.ora
    Listener Log File E:\oracle\apps\oracle\product\817\network\log\listener
    .log
    Services Summary...
    PLSExtProc has 1 service handler(s)
    orcl has 1 service handler(s)
    test has 1 service handler(s)
    The command completed successfully
    TNSNAMES entry:
    TEST.CORP.CEFS.INT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = XXX.XXX.XX.XX)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = test)
    (SRVR = DEDICATED)
    )

  • Error ORA-12560 prompts when trying to log in to the Enterprise Manager

    Hi all,
    I am a newbie to Oracle.
    Just installed the Oracle 9i Database Enterprise Edition (9.0.1) into Windows Server 2003 Standard Edition. Problem is encountered when trying to log in to the Enterprise Manager Standalone mode using either system/oracle or scott/tiger as credentials. Error "ORA-12560: TNS:protocol adapter error" prompts.
    I tried to check with some configuration and see whether the services are started. Services of "OracleOraHome90TNSListener" and "OracleServiceORCL" have been started and the database exists in the dedicated directory. Environment variables of "ORACLE_HOME" and "ORACLE_SID" have been added manually as the SID is set to orcl, which I just follow what the instruction manual has stated. Moreover, I can't get access using command prompt typing "svrmgrl"; error returned stating " 'svrmgrl' is not recognized as an internal or external command, operable program or batch file."
    Another information is that there is no domain set in my server. Just a server with a name being assigned in a workgroup.
    Hence, would you mind please advice me what to do in order to get access into the Enterprise Manager? It's quite an urgent task.
    A million thx in advance!
    Best Regards,
    Karen

    Hi Jigneshrp,
    Thanks for your reply.
    It is checked that the listener is running and TNS name service exists. Following your advice, I did create a new listener and another name service and use them, but the same error turns out when trying to log in to the Enterprise Manager again.
    Additional information to take note for is that while reconfiguring the existing listener or creating a new listener, a mesage prompts stating "The information provided for this listener is currently in use by other software on this computer. You can proceed with the configuration as it is, but it will not be possible to start this listener until the conflict is resolved. Would you like to continue with the continue with the configuration anyway? Yes/No".
    As for the reconfiguration or the new creation of TNS names service, when I am trying to test for the connection, the results in the details pane states that "Connecting... ORA-12560: TNS:protocol adapter error. The test did not succeed...."
    Would you mind pls advice me on these?
    Furthermore, there exist 2 questions I am wondering is that it is stated in the instruction manual that prior to the installation, a static IP should be specified for it instead of the DHCP one; hence, I wanna ask after the complete insallation, is it that the server should be running in the network, i.e. allow it to get connected with the outside network?
    2nd question is that can Oracle 9i Database Server Standard Edition (9.0.1) be installed under a Windows Server 2003 Standard Edition and just a Window XP Professional?
    Thanks for your reply.
    Best Regards,
    Karen

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

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

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

  • ORA-12560 creating a db and logging in to existing databases

    Win2K, 10gR2
    Installed and created 2 databases. When I tried to create a third db, DBCA gives ORA-12560 : TNS Protocol Adapter Error. Also noticed that both the databases had been down since the last 10 days. Database Control/OEM gives ORA-12505: TNS: Listener does not currently know of SID given in connect descriptor. Attempt to login gives ORA-12560: TNS Protocol Adapter Error. Attempt to login to SQL*Plus gives ORA-12514: TNS: Listener does not currently know of service requested in connect descriptor.
    Sqlnet.log shows TNS 12641: Authentication service failed to initialize.
    Listener.log is loaded with these errors:
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    Followed by a bunch of these errors:
    ORA-12514: TNS: Listener does not currently know of service requested in connect descriptor.
    I’ve tried bouncing the services and even the server. Tnsping works. Everything was working fine until now. I wonder why I’m facing this problem suddenly. There has been no changes made to the tnsnames.ora or listener.ora in the past.
    Based on a couple of docs on Metalink, I added the domain name in init.ora and tnsnames.ora and also changing SERVICE_NAME in tnsnames.ora to SID instead, but that did not work either.
    Has anyone had this problem before? Metalink notes didn’t seem to help much. Thanks.

    Hi,
    I saw the combination of TNS-12518 and TNS-12560 (but not the other errors) and it was in a MTS environment. The errors occurred suddenly and the strange reason was a too large listener.log file. After deleting and recreating it all was fine. I don't know what the limit is (it's not documented, at least it's not 2GB), but now we delete the log file regularly. To do this on Windows, listener has to be stopped.
    Werner

Maybe you are looking for