Sqldeveloper /as sysdba connection

I'm a total newbie in Oracle.
I installed Oracle 11g XE R2.
Also I installed SqlDeveloper 3.2.20.09 version.
I have Java Version 7 Update 25
I generated auto connections, and I have 2 connections. One is: /as sysdba and another: system-XE
I successfully connect to system-XE, but when I try to connect as sysdba in SQLdeveloper (in same time I can connect trough SQL command line) I get this error:
java.lang.Error: Incompatible version of libocijdbc[Jdbc:112030, Jdbc-OCI:112020
  at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3557)
  at java.security.AccessController.doPrivileged(Native Method)
  at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3550)
  at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:266)
  at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)
  at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
  at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)
  at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:526)
  at oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(AbstractConnectionCreator.java:153)
  at oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(RaptorConnectionCreator.java:195)
  at oracle.dbtools.raptor.dialogs.conn.ConnectionPrompt.promptForPassword(ConnectionPrompt.java:67)
  at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:321)
  at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:254)
  at oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(CADatabaseFactory.java:60)
  at oracle.javatools.db.DatabaseFactory.createConnection(DatabaseFactory.java:534)
  at oracle.javatools.db.DatabaseFactory.createDatabase(DatabaseFactory.java:208)
  at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:607)
  at oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Connections.java:172)
  at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:1064)
  at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:1045)
  at oracle.dbtools.raptor.navigator.DatabaseConnection.openConnectionImpl(DatabaseConnection.java:115)
  at oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection(AbstractConnectionNode.java:30)
  at oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory(ConnectionFilter.java:94)
  at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:119)
  at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:104)
  at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:515)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
any help would be really appreciated since now I was searching for the solution almost 3 hours.

Hi,
>I'm a total newbie in Oracle.
Welcome
>I installed Oracle 11g XE R2.
>Also I installed SqlDeveloper 3.2.20.09 version.
>I have Java Version 7 Update 25
Use SQLDeveloper 4.0 with Java 7
>I generated auto connections, and I have 2 connections. One is: /as sysdba and another: system-XE
>I successfully connect to system-XE, but when I try to connect as sysdba in SQLdeveloper (in same time I can connect trough SQL command line) I get this error:
>java.lang.Error: Incompatible version of libocijdbc[Jdbc:112030, Jdbc-OCI:112020
That means you are trying to use thick(OCI) driver and the version of 11gXER2 does not quite match SQLDeveloper 3.2.2.09.(one is 11.2.0.2 one is 11.2.0.3)
I suggest use thin (not OCI/Thick) i.e. do not have tools->preferences->database->advanced->use OCI/Thick driver should be off/not checked.
(If you absolutely need OCI you could install the suitable instant client version) Thin is pure java on the client side, the SQLDeveloper install is all you need on the client side)
Turloch
-SQLDeveloper Team

Similar Messages

  • Sysdba connectivity using OCI

    Hi guys,
    I have a problem With Oracle sysdba connectivity using OCI.
    Can you any one please forward the Source code to connect SYSDBA using OCI.
    My server is Oracle 10g
    I am using VC++ as interface.
    Please respond,
    Regards,
    kishore

    You should confirm that you can connect to the DB with a simple Java class using the url that the code you posted is using.
    This will show that the OCI client is installed and executing properly. If you can't connect externally you will need to fix that first.
    Is the Oracle client installed on the same machine the JDBC code is running on?

  • SQLdeveloper can't connect to 10g Dbase

    Hi, Everyone.
    I have been trying to make a connection to 10g database using oracle sqldeveloper (versions 1.2 , 1.5.0, 1.5.3, 1.5.4 and 1.5.5) for the past two weeks but to no avail.
    I always get the following error when using any of the abovenamed versions:
    Status: Failure - Test Failed: oracle.i18n.text.converter.CharacterConverterOGS.getInstance(I)Loracle/sql/converter/CharacterConverters;
    My problem is exacly similar to [this unanswered thread|http://kr.forums.oracle.com/forums/thread.jspa?threadID=653738]
    However, I am able to successfully make connection to Access database. I have tried different tricks and made sure that the OS locale is English (US). I am also sure that I have been entering the connection details properly:
    That is; Connection Name, Username, Password are correct, the Role is 'default', Connection Type is 'basic', Port is '1521' and the SID is 'MyDB'. Whenever I press 'Test' I get the above error, and am so frustrated. Am using Windows Server 2003.
    Can someone point me in the right direction please!
    best,
    Meldo

    thanks John.
    I have posted it at the right forum
    best.

  • Call SQLDeveloper.exe with connection details

    Hi there..
    I am trying to use SQLDeveloper from windows command prompt with DB server IP address, port number and SID.
    i.e .....
    sqldeveloper.exe userid/[email protected]:1521/sid
    Can some one help me?
    Thank You
    Sridhar

    Hi Sridhar,
    That is not currently supported, but I see multiple feature requests on the SQL Developer Exchange (sqldeveloper.oracle.com) for command line logon and other actions. For example https://apex.oracle.com/pls/apex/f?p=43135:7:103357436289732::NO:RP,7:P7_ID:8341
    The closest thing to it already implemented would be to use the sdcli command line interface which supports the use of connection names.  The 4.0 release supports command line batch processing in the following areas:
    C:\Tools\ide\sqldeveloper\bin>sdcli
    Available features:
    cart: Database Cart Batch Tasks
    dba: Basic Batch DBA Tasks
    format: SQL Format Task
    migration: Database Migration Tasks
    reports: Basic Batch Reporting Tasks
    unittest: Unit Testing Batch Tasks
    Otherwise, when running sqldeveloper.exe from sqldeveloper\bin you can only pass a sql file name as a parameter.  For example,
    sqldeveloper abc.sql 
    which works if abc.sql is in the sqldeveloper\bin directory.  Or just provide a fully qualified path name for sql file.  It will open in a worksheet with the toolbar and connection selector drop-down list active.
    Regards,
    Gary
    SQL Developer Team

  • Sqldeveloper - connection - os authentication

    PLEASE IGNORE THIS THREAD
    ==========================
    Thanks for reading my threat :
    1. I logged in as "oracle" user on the database server :
    oracle@localhost dbs$ id oracle
    uid=500(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper) context=user_u:system_r:unconfined_t
    2. I installed Oracle 11gR2 on Centos 5.4 by creating a database automatically.
    3. I started the listener (as root)
    4. Beeing logged in as "oracle" on the same database server, I connected successfully from the sqlplus command line as SYSDBA (using operating system authentication) and started up the database :
    oracle@localhost dbs$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Dec 30 23:08:53 2009
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 493813760 bytes
    Fixed Size 1337436 bytes
    Variable Size 343934884 bytes
    Database Buffers 142606336 bytes
    Redo Buffers 5935104 bytes
    Database mounted.
    Database opened.
    SQL>
    5. Surprisingly, still beeing logged in as "oracle" on the same database server, os authentication does not succeed via sqldeveloper :
    My connection property settings are the same as at work :
    Connection name : sysdba
    Role : SYSDBA
    Connection Type : TNS
    Connect identifier : orcl
    ... and ... of course "os authentication" is checked!
    At my work place - on Windows - this works fine, but at home - on CentOS - I get : "ORA-01031: insufficient privileges"
    So the question is : As os authentication succeeds on the sqlplus command line, why does it fail in sqldeveloper?
    All this is happening on a fresh installation on CentOS 5.4 - I did nothing more nor less than what I told above.
    Thanks for your help.
    Edited by: Werner Gross on Jan 1, 2010 6:10 PM

    The SQL Developer forum is under the "Database" forums group SQL Developer
    Not sure how to change the positing title.

  • Sql conn anything / anything as sysdba i am able connect to my database

    Hi
    i facing a new problem in my Database 10g R1.
    i am able to connect as sysdba with
    sql> conn <anything>/<anything> as sysdba
    from local or if i connect from any linux machine thr ssh <oracle_owner_name>@ip ...
    if i show user command..
    SQL> show user;
    USER is "SYS"
    for more details check the following...
    [oracle@dbserver ~]$ !sq
    sqlplus /nolog
    SQL*Plus: Release 10.1.0.3.0 - Production on Tue Jan 8 17:13:34 2008
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> conn sys/admin123 as sysdba
    Connected.
    SQL> conn sys/rpcadmin123 as sysdba
    Connected.
    SQL> conn sys/manager as sysdba
    Connected.
    SQL> conn sys/123456 as sysdba
    Connected.
    SQL> conn sys/dhana as sysdba
    Connected.
    SQL> conn dasjdaas/djahdjkada89723 as sysdba
    Connected.
    SQL> alter user sys identified by admin123;
    User altered.
    SQL> conn sys/rpcadmin123 as sysdba
    Connected.
    SQL> shut immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> conn sys/xxx as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 369098752 bytes
    Fixed Size 779176 bytes
    Variable Size 116137048 bytes
    Database Buffers 251658240 bytes
    Redo Buffers 524288 bytes
    Database mounted.
    Database opened.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options

    i think you are fully getting ,what's my problem...I think you mean that I am not :)
    conn xyzklaspdsba/dakdoa as sysdba xyzklaspdsba would be a database user
    Anyway if you scroll through the document, it states that the only requirement using operating system authentication to connect is;
    CONNECT / AS SYSDBA or AS SYSOPER
    From remote database connection
    CONNECT /@net_service_name AS SYSDBA or AS SYSOPER
    Simply said it does not consider the database username or password as O/S user belongs to OSDBA or OSOPER groups.
    Hope it is clear.
    Adith

  • Error connecting as sysdba

    hi all,
    i m using oracle 11g ie 11.1.0.6.0... my OS version is solaris10. The OS got corrupted and was again re-installed...Oracle was installed in different mount point,so there was no problem from oracle side as creating the oracle user and the relevent groups were done.
    But when connecting as sysdba ie
    sqlplus "/as sysdba" gives
    ERROR:
    ORA-01031: insufficient privileges
    but is able to connect as
    sqlplus /nolog
    SQL>conn sys/****** as sysdba
    connected
    this problem is occuring after OS-re-installation

    Hi,
    Please check if OSDBA operating system group was assigned to O/S user.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/dba006.htm#sthref89

  • Connection sys as sysdba

    Hi,
    Our DB is in 8.1.7.4 on Win 2003 server. If I connect
    SQL> connect sys/mypassword@MYDB as sysdba
    I have
    ERROR:
    ORA-01017: invalid username/password; logon denied
    But if I issue :
    SQL> connect sys@MYDB as sysdba
    Enter password:
    It would be OK :
    Connected.
    What is the problem ?
    Thank for help.
    In the two cases I entered the correct password and I'm sure of it.

    By default, the SYS password on 8i is change_on_install, is it the one you used ?
    Furthermore, the user/password used when you are conneting as sysdba doesn't matter :
    E:\apps\oracle\ora0817\bin>sqlplus /nolog
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Oct 1 18:44:03 2008
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    SQL> conn kuere/eiriuur@DEMO817 as sysdba  --obviously this user/password doesn't exists onto the database
    Connected.
    SQL> show user
    USER is "SYS"
    SQL> disc
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.1 - Production
    SQL> conn sys/change_on_install@DEMO817 as sysdba
    Connected.
    SQL> show user
    USER is "SYS"
    SQL> disc
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.1 - Production
    SQL> conn sys@DEMO817 as sysdba
    Enter password:
    Connected.
    SQL> show user
    USER is "SYS"
    SQL> disc
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.1 - Production
    SQL> conn /@DEMO817 as sysdba
    Connected.
    SQL> show user
    USER is "SYS"
    SQL> show parameter password
    NAME                                 TYPE    VALUE
    remote_login_passwordfile            string  EXCLUSIVE
    SQL>Please, check the remote_login_passwordfile parameter value as I showed here above. Are you locally on the server or remote connection ?
    Lastly, some unexpected behaviour can come on non-certified config (8i on W2003), but you already know that.
    Nicolas.

  • SQL connect /as sysdba;  ERROR: ORA-01031: insufficient privileges

    wondering what could be the case, OS Solaris10
    SQL*Plus: Release 10.2.0.3.0 - Production on Thu Sep 11 13:36:17 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    SQL> connect /as sysdba;
    ERROR:
    ORA-01031: insufficient privileges
    i have orapwd also setup &
    SQL> connect sys/******** as sysdba;
    Connected.
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_archive_enable string true
    remote_dependencies_mode string TIMESTAMP
    remote_listener string
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    Oracle 10.2.0.3: id -a oracle
    uid=101(oracle) gid=101(dba) groups=101(dba)

    Hi DBA2008,
    Please refer to this Metalink Notes:
    - Troubleshooting ORA-1031 Insufficient Privilege While Authentication Note [730067.1|https://metalink.oracle.com/metalink/plsql/f?p=130:14:3634364694467571378::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,730067.1,1,1,1,helvetica]
    - UNIX: Checklist for Resolving Connect AS SYSDBA Issues Note [69642.1|https://metalink.oracle.com/metalink/plsql/f?p=130:14:3634364694467571378::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,730067.1,1,1,1,helvetica]
    - UNIX:Connect Internal asks for password when TWO_TASK is set Note [1066589.6|https://metalink.oracle.com/metalink/plsql/f?p=130:14:3634364694467571378::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,1066589.6,1,0,1,helvetica]
    Regards,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • Connecting as sysdba / sysoper

    Hi Guys, If I do this
    connect / as sysdba
    connect / as sysoper
    I am connected but how do I ensure that it prompts me for a sysdba / sysoper password before it connects me.
    Thank you.

    and the exact to connect would be
    $sqlplus "/ as sysdba"
    or
    $sqlplus
    username:/ as sysdba
    password:yourwish/nopassword/anything
    or
    $sqlplus /nolog
    sql> conn / as sysdba
    But for all these things you need to set up ORACLE_SID,ORACLE_HOME,PATH varibales
    but dont use OS authentication

  • User connected as sysdba ?

    Dear ORACians,
    How do i came to know that a connected user is connected as sysdba previlege?
    is there any view ?
    urs
    selvan

    SQL> conn sys@test as sysdba
    Enter password: ***
    Connected.
    SQL> create user a identified by a;
    User created.
    SQL>
    SQL> grant create session to a ;
    Grant succeeded.
    SQL>
    SQL> grant resource to a ;
    Grant succeeded.
    SQL> conn a/a@test
    Connected.
    SQL> show user
    USER is "A"
    SQL> conn sys@test as sysdba
    Enter password: ***
    Connected.
    SQL> grant sysdba to a;
    Grant succeeded.
    SQL> conn a/a@test as sysdba
    Connected.
    SQL> show user
    USER is "SYS"
    SQL>

  • Insufficient Privilege when connect / as sysdba

    Hai All,
    when I connect / as sysdba from sqlplus then,
    insufficient privilege error comes..
    Yesterday I issue a command alter system set fixed_date=none
    after that this error comes..
    How to connect in sqlplus.... oracle version is 9i.
    Shiju

    I have reproduced the conditions you posted here, but I find absolutely no problem and no relation with the fixed_date parameter.
    I figure out the problem lies with the way you are trying to gain access as the SYSDBA role.
    You don't specify your OS. It is important, as several factors influence the success of a SYSDBA connection in windows, meanwhile in a unix environment it is just enough to belong to the install time declared privileged group (dba is the most commonly used).

  • Please Help with ORA-01031 - try to connect as sysdba

    The log of the error is as follows:
    D:\oracle\product\10.1.0\Db_ra>set oracle_sid
    Environment variable oracle_sid not defined
    D:\oracle\product\10.1.0\Db_ra>set oracle_sid=ra
    D:\oracle\product\10.1.0\Db_ra>connect "/ as sysdba"
    'connect' is not recognized as an internal or external command,
    operable program or batch file.
    D:\oracle\product\10.1.0\Db_ra>sqlplus "/ as sysdba"
    SQL*Plus: Release 9.0.1.4.0 - Production on Mon Aug 29 12:31:17 2005
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: sys@ra as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> shutdown immediate;
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 790096 bytes
    Variable Size 170127792 bytes
    Database Buffers 440401920 bytes
    Redo Buffers 1048576 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    I have been trying to work this out, but no success, Thanks in advance for your help.
    JA

    some part of the alert.log:
    Instance terminated by USER, pid = 1212
    ORA-1092 signalled during: ALTER DATABASE open ...
    Dump file d:\oracle\product\10.1.0\admin\ra\bdump\alert_ra.log
    Mon Aug 29 16:40:06 2005
    ORACLE V10.1.0.2.0 - Production vsnsta=0
    vsnsql=13 vsnxtr=3
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU : 4 - type 586, 2 Physical Cores
    Process Affinity: 0x00000000
    Memory (A/P) : PH:3794M/4094M, PG:5823M/5973M, VA:1960M/2047M
    Mon Aug 29 16:40:06 2005
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    KCCDEBUG_LEVEL = 0
    Autotune of undo retention is turned on.
    Dynamic strands is set to TRUE
    Running with 2 shared and 18 private strand(s). Zero-copy redo is FALSE
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 10.1.0.2.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 159383552
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    sga_target = 612368384
    control_files = D:\ORACLE\PRODUCT\10.1.0\RA\U02\ORADATA\RA\CONTROLFILE\O1_MF_1GHVSHLJ_.CTL, D:\ORACLE\PRODUCT\10.1.0\RA\U03\ORADATA\RA\CONTROLFILE\O1_MF_1GHVSHNZ_.CTL
    db_block_size = 8192
    __db_cache_size = 440401920
    compatible = 10.1.0.2.0
    log_archive_dest_1 = LOCATION=D:\oracle\product\10.1.0\ra\flash_recovery_area
    log_archive_format = ARC%S_%R.%T
    db_file_multiblock_read_count= 8
    db_create_file_dest = D:\oracle\product\10.1.0\ra\u01\oradata
    db_create_online_log_dest_1= D:\oracle\product\10.1.0\ra\u02\oradata
    db_create_online_log_dest_2= D:\oracle\product\10.1.0\ra\u03\oradata
    db_recovery_file_dest = D:\oracle\product\10.1.0\ra\flash_recovery_area
    db_recovery_file_dest_size= 10485760000
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain = megatel.hn
    dispatchers = (protocol=TCP)
    shared_servers = 1
    job_queue_processes = 10
    background_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\RA\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\RA\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\RA\CDUMP
    sort_area_size = 65536
    db_name = ra
    open_cursors = 300
    pga_aggregate_target = 203423744
    MMAN started with pid=3, OS id=1236
    RECO started with pid=8, OS id=768
    CJQ0 started with pid=9, OS id=1260
    Mon Aug 29 16:40:08 2005
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    SMON started with pid=7, OS id=1256
    CKPT started with pid=6, OS id=1252
    Mon Aug 29 16:40:10 2005
    alter database mount exclusive
    PMON started with pid=2, OS id=1232
    LGWR started with pid=5, OS id=1248
    DBW0 started with pid=4, OS id=1244
    Mon Aug 29 16:40:13 2005
    Controlfile identified with block size 16384
    Mon Aug 29 16:40:17 2005
    Setting recovery target incarnation to 2
    Mon Aug 29 16:40:17 2005
    Successful mount of redo thread 1, with mount id 2665279661
    Mon Aug 29 16:40:17 2005
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Aug 29 16:40:18 2005
    alter database open
    Mon Aug 29 16:40:18 2005
    Beginning crash recovery of 1 threads
    attempting to start a parallel recovery with 3 processes
    parallel recovery started with 3 processes
    Mon Aug 29 16:40:19 2005
    Started first pass scan
    Log resilvered from block #210 to block #212
    Mon Aug 29 16:40:19 2005
    Completed first pass scan
    210 redo blocks read, 131 data blocks need recovery
    Mon Aug 29 16:40:19 2005
    Started redo application at
    Thread 1: logseq 2213, block 3, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 2213 Reading mem 0
    Mem# 0 errs 0: D:\ORACLE\PRODUCT\10.1.0\RA\U02\ORADATA\RA\ONLINELOG\O1_MF_1_1GHVSJOX_.LOG
    Mem# 1 errs 0: D:\ORACLE\PRODUCT\10.1.0\RA\U03\ORADATA\RA\ONLINELOG\O1_MF_1_1GHVSJW8_.LOG
    Mon Aug 29 16:40:20 2005
    Completed redo application
    Mon Aug 29 16:40:20 2005
    Completed crash recovery at
    Thread 1: logseq 2213, block 213, scn 0.8340211
    131 data blocks read, 131 data blocks written, 210 redo blocks read
    Mon Aug 29 16:40:21 2005
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=15, OS id=2064
    ARC0: Archival started
    Mon Aug 29 16:40:21 2005
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=16, OS id=2076
    ARC1: Archival started
    Mon Aug 29 16:40:21 2005
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Mon Aug 29 16:40:21 2005
    ARC1: Becoming the heartbeat ARCH
    Mon Aug 29 16:40:21 2005
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 advanced to log sequence 2214
    Maximum redo generation record size = 120832 bytes
    Maximum redo generation change vector size = 116476 bytes
    Private_strands 7 at log switch
    Thread 1 opened at log sequence 2214
    Current log# 2 seq# 2214 mem# 0: D:\ORACLE\PRODUCT\10.1.0\RA\U02\ORADATA\RA\ONLINELOG\O1_MF_2_1GHVSK69_.LOG
    Current log# 2 seq# 2214 mem# 1: D:\ORACLE\PRODUCT\10.1.0\RA\U03\ORADATA\RA\ONLINELOG\O1_MF_2_1GHVSKF3_.LOG
    Successful open of redo thread 1
    Mon Aug 29 16:40:21 2005
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Aug 29 16:40:21 2005
    ARC0: Evaluating archive log 1 thread 1 sequence 2213
    Mon Aug 29 16:40:21 2005
    ARC1: Evaluating archive log 1 thread 1 sequence 2213
    ARC1: Unable to archive log 1 thread 1 sequence 2213
    Log actively being archived by another process
    ARC1: Evaluating archive log 1 thread 1 sequence 2213
    Mon Aug 29 16:40:22 2005
    SMON: enabling cache recovery
    Mon Aug 29 16:40:22 2005
    ARC1: Unable to archive log 1 thread 1 sequence 2213
    Log actively being archived by another process
    ARC1: Evaluating archive log 1 thread 1 sequence 2213
    ARC1: Unable to archive log 1 thread 1 sequence 2213
    Log actively being archived by another process
    Mon Aug 29 16:40:22 2005
    Committing creation of archivelog 'D:\ORACLE\PRODUCT\10.1.0\RA\FLASH_RECOVERY_AREA\ARC02213_0564762704.001'
    Mon Aug 29 16:40:23 2005
    Successfully onlined Undo Tablespace 1.
    Mon Aug 29 16:40:23 2005
    SMON: enabling tx recovery
    Mon Aug 29 16:40:23 2005
    Database Characterset is WE8MSWIN1252
    Mon Aug 29 16:40:23 2005
    Published database character set on system events channel
    Mon Aug 29 16:40:23 2005
    All processes have switched to database character set
    Mon Aug 29 16:40:25 2005
    Starting background process QMNC
    QMNC started with pid=17, OS id=2152
    Mon Aug 29 16:40:27 2005
    replication_dependency_tracking turned off (no async multimaster replication found)
    Mon Aug 29 16:40:28 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\udump\ra_ora_1304.trc:
    ORA-00600: internal error code, arguments: [kksfbc-reparse-infinite-loop], [], [], [], [], [], [], []
    Mon Aug 29 16:40:30 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\udump\ra_ora_1304.trc:
    ORA-00600: internal error code, arguments: [kksfbc-reparse-infinite-loop], [], [], [], [], [], [], []
    Mon Aug 29 16:40:31 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\udump\ra_ora_1304.trc:
    ORA-00600: internal error code, arguments: [kksfbc-reparse-infinite-loop], [], [], [], [], [], [], []
    Mon Aug 29 16:40:32 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\udump\ra_ora_1304.trc:
    ORA-00600: internal error code, arguments: [kksfbc-reparse-infinite-loop], [], [], [], [], [], [], []
    Error 600 happened during db open, shutting down database
    USER: terminating instance due to error 600
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_mman_1236.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_p002_1984.trc:
    ORA-00600: internal error code, arguments: [15784], [600], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_p001_1980.trc:
    ORA-00600: internal error code, arguments: [15784], [600], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_p000_1568.trc:
    ORA-00600: internal error code, arguments: [15784], [600], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_reco_768.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_smon_1256.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_ckpt_1252.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:33 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_lgwr_1248.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Mon Aug 29 16:40:34 2005
    Errors in file d:\oracle\product\10.1.0\admin\ra\bdump\ra_dbw0_1244.trc:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    Instance terminated by USER, pid = 1304
    ORA-1092 signalled during: alter database open...

  • SQL connect /as sysdba;

    SQL> connect /as sysdba;
    Connected.
    what's reason that we can access DB withoug password like that? and what parameter need to adjusted to control this?

    This is called OS authentication. It means the OS has positively identified you as a dba, so you are not required to present a password to access the sysdba role.
    If you are working on a Windows platform it is enough that two conditions are met, first you must belong to the ORA_DBA privileged group, either the user you use to locally connect or the user to connect through a domain account.
    And the parameter SQLNET.AUTHENTICATION_SERVICES= (NTS) at the sqlnet.ora file. If this parameter is commented, you must authenticate using the password.
    On a unix platform, you must belong to the privileged group declared at install time. Most frequently it is the dba or oinstall group.
    It is only valid if you are logged on the same machine where the ORACLE_HOME resides. Otherwise the use of the password file and the remote_login_passwordfile is required.
    ~ Madrid.

  • After installing MAWI error ORA-01031 when trying to connect as sysdba

    I've installed mawi 2.18 on a brand new 10.2.0.5 ORACLE_HOME.
    After installing the patch i cannot connect anymore to the database as sysdba: the error i got is:
    ORA-01031: insufficient privileges
    If i unset TWO_TASK (as stated in mawi install procedure) and replace it by ORACLE_SID it works.
    What's the correct setup to handle both sysdba connection and MAWI setup ?
    thanks
    Chris

    You could create two seperate env files. The EOF.env for TWO_TASK access and then another env file of yoru choice for SYSDBA access replacing TWO_TASK with ORACLE_SID and depending on whether you are using sysdba access or regular MW access you would execute the correct env file. I would also place the SYSDBA env file in the actual ORACLE_HOME directory.

Maybe you are looking for

  • Problem in provisioning user from oim to active directory using ssl

    hi, problem in provisioning user from oim to active directory using ssl i am getting following error while provisioning user to AD. 15:18:12,984 ERROR [ADCS] Communication Errorsimple bind failed: 172.16.30.35:636 15:18:12,984 ERROR [ADCS] The error

  • How do I set Pages to capitalise the first word of a new paragraph

    Does anyone know how I set Pages to capitalise the first word of a new paragraph.

  • Photo folders not showing on ATV

    Hi, Just set up my new ATV yesterday, and overall I really like it. However, I do have one problem with photo syncing. I set up iTunes to sync all the contents of a folder on my iMac called "Photos". All 2,500 photos appear to have synced to the ATV.

  • Gregorian Calendar - Week 53 not displayed

    Hello all, My question is really quick : I'm displaying a DateNavigator in a Webdynpro Iview and the week 53 is missing.... how can I display it? I changed the Location values : - the default location is en_US - the location in parameter is FRENCH I

  • Computer Authorization/De-Authorization

    Hi, I'm on my third pc/laptop that I've installed itunes on. The past two died, the first a slow death, and the second by accident. So, there was no way I could deauthorize them. I am only using my current laptop. Does anyone know of a way I can have