Ora 600 error  Arguments [25012] [11]

hi,
i've an ORA-00600: error Arguments [25012], [2], [11], [], [], [], [], [] by DELETE FROM table WHERE filed = :b1
ther are only 8 file in database. (not 11)
Can anybody help, or give me an information about Bug number: 742709
OS NT 4 / SP6 ORACLE RDBMS Version: 8.0.5.2.1.
Thank in advice
JFA

Trace File Contents:
============================================================================================
[oracle@oem trace]$ more /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
Dump file /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /d01/app/guest/product/11.2.0/dbhome_1
System name: Linux
Node name: oem.tap.com
Release: 2.6.18-164.el5xen
Version: #1 SMP Thu Sep 3 02:41:56 EDT 2009
Machine: i686
Instance name: db11g
Redo thread mounted by this instance: 1
Oracle process number: 13
Unix process pid: 4198, image: [email protected] (SMON)
*** 2010-10-15 12:05:24.395
*** SESSION ID:(16.1) 2010-10-15 12:05:24.395
*** CLIENT ID:() 2010-10-15 12:05:24.395
*** SERVICE NAME:(SYS$BACKGROUND) 2010-10-15 12:05:24.395
*** MODULE NAME:() 2010-10-15 12:05:24.395
*** ACTION NAME:() 2010-10-15 12:05:24.395
Dump continued from file: /d01/app/guest/diag/rdbms/db11g/db11g/trace/db11g_smon_4198.trc
ORA-00600: internal error code, arguments: [13013], [5001], [267], [8444108], [2], [8444108], [17], [], [], [], [], []
========= Dump for incident 191809 (ORA 600 [13013]) ========
*** 2010-10-15 12:05:24.399
dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
----- Current SQL Statement for this session (sql_id=dma0vxbwh325p) -----
update smon_scn_time set time_mp=:1, time_dp=:2, scn=:3, scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where scn = (sele
ct min(scn) from smon_scn_time)
==========================================================================================

Similar Messages

  • ORA - 600  error while granting privs

    Whenever I fire the below query it returns me a ORA-600 error.
    Query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA')
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    ERROR
    and grantee in (select username from dba_users
    ERROR at line 4:
    ORA-00600: internal error code, arguments: [qernsRowP], [1], [], [], [], [],
    Please help in optimisizng the query
    Jafar

    I am using sqlplus to connect to oracle.
    Oh! Query works fine for me after slight adjustment but i dont how?
    I made a sligth adjustment
    Old query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA')
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    New Query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA'
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    Please look at the bold words, and anyone tell me what was the major difference between the two query for succesful execution.
    Thanks'
    Jafar

  • Database give ORA-600 error after cold backup

    HI,
    I have oracle 10g install on linux system. i take cold backup of my database using
    sql> shutdown immediate
    and then copy all files to any other location.
    but when i start my database it gives me error like
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [136], [139], [], [], [], [], []
    Fri Dec  4 15:23:18 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00600: internal error code, arguments: [4193], [67], [70], [], [], [], [], []
    Fri Dec  4 15:23:19 2009
    Doing block recovery for file 2 block 1702
    Block recovery from logseq 13, block 3531 to scn 758385
    Fri Dec  4 15:23:19 2009
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 13 Reading mem 0
      Mem# 0 errs 0: /opt/oracle/fina/dbs/redo01.log
    Block recovery completed at rba 13.3532.16, scn 0.758386
    Doing block recovery for file 2 block 153
    Block recovery from logseq 13, block 3531 to scn 758436
    Fri Dec  4 15:23:19 2009
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 13 Reading mem 0
      Mem# 0 errs 0: /opt/oracle/fina/dbs/redo01.log
    Block recovery completed at rba 13.3612.16, scn 0.758437
    Fri Dec  4 15:23:19 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [67], [70], [], [], [], [], []
    Fri Dec  4 15:23:29 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00600: internal error code, arguments: [4193], [136], [139], [], [], [], [], []
    Fri Dec  4 15:23:29 2009
    Errors in file /opt/oracle/fina/bdump/fina_pmon_4410.trc:
    ORA-00474: SMON process terminated with error
    Fri Dec  4 15:23:29 2009
    PMON: terminating instance due to error 474
    Instance terminated by PMON, pid = 4410i have seen this happen sometime after cold backup database give errors. is taking cold backup of database is not safe.
    Please suggest.

    Umesh,
    Since it is case of Ora 600, for which only last solution is oracle support, but i would like to mention that your are getting ORA-00600: internal error code, arguments: [4193].... So, this 4193 is cause to read following links too:
    http://www.orafaq.com/forum/t/47048/2/ and. see Metalink note 153788.1 and 39282.1.
    Regards
    Girish Sharma

  • Ora 600 error when cloning a remote pdb

    I have two container database cdb2 (Oracle 12.1.0.2) and cdb1 (Oracle 12.1.0.1). I am creating  a PDB in cdb2 which connects to to a PDB in cdb1 using
    database link.
    I am using following instructions:
    ORACLE-BASE - Multitenant : Clone a Remote PDB or Non-CDB in Oracle Database 12c (12.1
    1  CREATE PLUGGABLE DATABASE PDB4REMOTE from PDB4@clone_link
      2  FILE_NAME_CONVERT= ('/u01/app/oracle/oradata/cdb1/pdb4',
      3* '/u03/app/oracle/oradata/cdb2/pdb4remote')
    SQL> /
    CREATE PLUGGABLE DATABASE PDB4REMOTE from PDB4@clone_link
    ERROR at line 1:
    ORA-17627: ORA-00600: internal error code, arguments: [ksrpcsexec_1], [158],
    [20], [], [], [], [], [], [], [], [], []
    ORA-17627: ORA-00600: internal error code, arguments: [ksrpcsexec_1], [158],
    [20], [], [], [], [], [], [], [], [], []

    user12021554 wrote:
    ERROR at line 1:
    ORA-17627: ORA-00600: internal error code, arguments: [ksrpcsexec_1], [158],
    [20], [], [], [], [], [], [], [], [], []
    ORA-00600 exceptions should be reported Oracle. Open an SR and provide the particulars of the problem to support.

  • Ora-600 error and  DBIF_RSQL_SQL_ERROR

    Dear Team,
      After Upgradation from Bw3.0b to NW07 everyday night our Database is shutting down. As per sap recommendation  We have set following db parameter on Development Server.
    BTREE_BITMAP_PLANS=FALSE
    BLOOMFILTER_ENABLED=FALSE
    FIXCONTROL='4728348:OFF'
    INDEXJOIN_ENABLED=FALSE
    INMEMORY_UNDO=FALSE
    OPTIMPEEK_USER_BINDS=FALSE
    OPTIMIZERMJC_ENABLED=FALSE
    SORTELIMINATION_COST_RATIO=10
    TABLELOOKUP_PREFETCH_SIZE=0
    Still we are facing same problem.
    In Application level some times it is giving 
    DBIF_RSQL_SQL_ERROR Short dumps.
    while starting the database it is giving below mentioned errors
    Fri Feb 22 09:52:47 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Feb 22 09:52:47 2008
    SMON: enabling cache recovery
    Fri Feb 22 09:52:50 2008
    Successfully onlined Undo Tablespace 16.
    Fri Feb 22 09:52:50 2008
    SMON: enabling tx recovery
    Fri Feb 22 09:52:51 2008
    Database Characterset is WE8DEC
    WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected.
    Completed: ALTER DATABASE OPEN
    Fri Feb 22 09:53:00 2008
    Errors in file /oracle/BD1/saptrace/background/bd1_smon_17187.trc:
    **ORA-00600: internal error code, arguments: [kcbzcheck_objd_typ_1], [0], [0], [1], [], [], [], []Fri Feb 22_ 09:53:01 2008Starting background process CJQ0
    CJQ0 started with pid=30, OS id=18215
    Fri Feb 22 10:07:45 2008
    Stopping background process CJQ0
    Please help me this regards.
    Thanks & Regards,
    Satish.Kasaraneni

    there are a few SAP notes about program RSAR_PSA_PARTITION_CHECK.
    SAP note 1042182       Secondary index is inconsistent for PSA tables
    SAP note 1012607       SQL/runtime error when writing/activating DataStore
    Import Support Package 13 for SAP NetWeaver 2004s BI (BI Patch 13 or SAPKW70013) into your BI system.

  • ORA 600 Errors - in Alert log

    Hi,
    The last 2-3 days I am seeing the following messages in my alert log :
    Sun Mar 29 19:28:09 2009
    Errors in file /db01/oracle/TAP/dump/udump/ora_13542.trc:
    ORA-00600: internal error code, arguments: [13013], [5001], [1], [134636630], [35], [134636630], [], []
    Dump file /db01/oracle/TAP/dump/udump/ora_13542.trc
    Oracle7 Server Release 7.3.2.1.0 - Production Release
    With the distributed and parallel query options
    PL/SQL Release 2.3.2.0.0 - Production
    ORACLE_HOME = /usr/oracle/server7.3
    System name:    AIX
    Node name: rs1
    Release: 2
    Version:        4
    Machine: 000001276600
    Instance name: TAP
    Redo thread mounted by this instance: 1
    Oracle process number: 47
    Unix process pid: 13542, image:
    Sun Mar 29 19:28:08 2009
    *** SESSION ID:(54.498) 2009.03.29.19.28.08.000
    updexe: Table 0 Code 1 Cannot get stable set - last failed row is: 08066456.23
    This happens at a time when I believe there is no user activity. There is a job which runs on midnights ; but the time the errors show up there isnt supposed to be any user activity.
    I am not sure if Oracle is gonna support this version even if I did log in a SR.
    In Metalink I came across this note : Doc ID:      40673.1 ; could this be related ?
    Else what options do I have in getting this resolved.
    Thanks.

    It is possible that you could also be facing an issue as described in ML note 28185.1.
    The current option you have is to apply the patch 7.3.4.x and check if this resolves the problem; else consider upgrade to supported versions itself.
    Of course, if this error is only occurring at off-peak times and not affecting any of the users, then you could probably ignore that but it would be better to find a fix in first place.

  • ORA-00600: internal error code, arguments: [25012], [954], [0], []

    I got
    ORA-00600: internal error code, arguments: [25012], [954], [0], []
    while doing bulk insert and bulk collect.I am in contact with oracle support.In the mean can you give your views about this error.What might caused to this error.What things need to change while doing bulk insert or collect if you got the same error before.I am waiting for your valuable suggetions.
    Regards

    MOS = My Oracle Support which requires a paid support, do you have one ?
    In most of the cases, the ORA-600 errors are coming from Oracle core and you should work as closest as possible with the Oracle support to solve it.
    In your case, it could be a physical corruption, take the log file and raise a Service Request to get Oracle people help.
    Nicolas.

  • ORA-600 [17069] error while running catrelod.sql to downgrade 11g database

    Hi,
    We are downgrading our 11.2.0.2 database to 10.2.0.4. We have successfullly run catdwgrd.sql without any errors in 11g env. While running catrelod.sql in 10g env we are facing the following error:
    SQL> @?/rdbms/admin/catrelod.sql
    TIMESTAMP
    COMP_TIMESTAMP RELOD__BGN 2013-04-24 20:15:39 2456407 72939
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>  The following statement will cause an "ORA-01722: invalid number"
    DOC>  error if the database server version is not 10.0.0.
    DOC>  Shutdown ABORT and use a different script or a different server.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>  The following statement will cause an "ORA-01722: invalid number"
    DOC>  error if the database has not been opened for MIGRATE.
    DOC>
    DOC>  Perform a "SHUTDOWN ABORT"  and
    DOC>  restart using MIGRATE.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    Session altered.
    Session altered.
    no rows selected
    DECLARE
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [17069], [0x170FB8CA8], [], [], [],
    [], [], []I have checked the trace file in udump but it dint give any readable information.
    Please find below environment details.
    OS : RHEL 5 64 bit
    11g Database : 11.2.0.2
    10g Database : 10.2.0.4
    Kindly assist.

    KR10822864 wrote:
    Whenever an ORA-600 error is raised a trace file is generated and an entry written to the alert.log with details of the trace file location. Starting with Oracle Database 11g Release 1, the diagnosability infrastructure was introduced which places the trace and core files into a location controlled by the DIAGNOSTIC_DEST initialization parameter when an incident, such as an ORA-600 is created. For earlier versions, the trace file will be written to either USER_DUMP_DEST (if the error was caught in a user process) or BACKGROUND_DUMP_DEST (if the error was caught in a background process like PMON or SMON). The trace file contains vital information about what led to the error condition
    please post 40 lines of alert log info .
    MOS Note:ORA-600 [17069] "Failed to pin a library cache object after 50 attempts" [ID 39616.1]
    "Look in the trace file for the text 'LIBRARY OBJECT HANDLE: handle=170fb8ca8'"
    if not found any massages like above please raise [email protected].
    Hi KR,
    Thanks for your help. As suggested I have checked the trace file to search and found the below info. I suppose it is some kind of lock but not sure about it. Please let me know if the following makes sense:
        SO: 0x21158a6e0, type: 3, owner: 0x211006f28, flag: INIT/-/-/0x00
        (call) sess: cur 211572570, rec 211572570, usr 211572570; depth: 0
          SO: 0x21158a9b8, type: 3, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          (call) sess: cur 211572570, rec 0, usr 211572570; depth: 1
            SO: 0x1727a2618, type: 54, owner: 0x21158a9b8, flag: INIT/-/-/0x00
            LIBRARY OBJECT PIN: pin=1727a2618 handle=170fb8ca8 mode=S lock=171243e98
            user=211572570 session=211572570 count=1 mask=001d savepoint=0x43 flags=[00]
            SO: 0x171243e98, type: 53, owner: 0x21158a9b8, flag: INIT/-/-/0x00
            LIBRARY OBJECT LOCK: lock=171243e98 handle=170fb8ca8 mode=S
            call pin=0x1727a2618 session pin=(nil) hpc=0000 hlc=0000
            htl=0x171243f18[0x17278a310,0x17278a310] htb=0x17278a310 ssga=0x172789928
            user=211572570 session=211572570 count=1 flags=PNC/[0400] savepoint=0x43
            LIBRARY OBJECT HANDLE: handle=170fb8ca8 mtx=0x170fb8dd8(0) cdp=0
            name=SYS.STANDARD
            hash=51570e225ed8a9a803b7318f191e0a8d timestamp=04-18-2006 00:00:00
            namespace=TABL flags=KGHP/TIM/SML/[02000000]
            kkkk-dddd-llll=0000-001d-001d lock=S pin=S latch#=3 hpc=0004 hlc=0004
            lwt=0x170fb8d50[0x170fb8d50,0x170fb8d50] ltm=0x170fb8d60[0x170fb8d60,0x170fb8d60]
            pwt=0x170fb8d18[0x170fb8d18,0x170fb8d18] ptm=0x170fb8d28[0x170fb8d28,0x170fb8d28]
            ref=0x170fb8d80[0x170fb8d80,0x170fb8d80] lnd=0x170fb8d98[0x170f05b50,0x170fa6858]
              LIBRARY OBJECT: object=170e82de8
              type=PCKG flags=EXS/LOC[0005] pflags=NST/IVR[0201] status=VALD load=0
              DATA BLOCKS:
              data#     heap  pointer    status pins change whr
                  0 170e831f8 170e82fc0 I/P/A/-/-    0 NONE   00
          SO: 0x21158e470, type: 5, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          (enqueue) CU-70E88BC0-00000001    DID: 0001-001F-00000004
          lv: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  res_flag: 0x2
          res: 0x17677adc8, mode: X, lock_flag: 0x0
          own: 0x211572570, sess: 0x211572570, proc: 0x211006f28, prv: 0x17677add8
          SO: 0x177f82c28, type: 59, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          cursor enqueue
          child: 170e89348, flag: 53, number: 0
          parent: 170e89738

  • Ora 600 and ora 7445 error in oracle 10g r2

    hi all,
    we are using Oracle 10g r2.
    os is windows 2003 server,
    ram is 4 gb.
    front end is java .
    we got a below mentioned errors.
    i got the RA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], [],
    and ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    and Error 0 in kwqmnpartition(), aborting txn errors.
    for aug 3 11.42.47 we got a ora 600 error after that through front end (java) users can't able to connect the database.the not able to executed the query session disconnected error.
    what is reason for theis error . how it will rectifiy.?
    pls advice.Below i attached the alret log message .
    Sun Aug 02 04:04:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:48:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:49:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:38:49 2009
    Thread 1 advanced to log sequence 1732
    Current log# 3 seq# 1732 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Sun Aug 02 07:44:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:45:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 22:00:26 2009
    Thread 1 advanced to log sequence 1733
    Current log# 1 seq# 1733 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG
    Mon Aug 03 07:08:15 2009
    Thread 1 advanced to log sequence 1734
    Current log# 2 seq# 1734 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG
    Mon Aug 03 09:28:23 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 09:30:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 11:42:47 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc:
    ORA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], []
    Mon Aug 03 13:20:00 2009
    Thread 1 advanced to log sequence 1735
    Current log# 3 seq# 1735 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Mon Aug 03 16:07:07 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    Mon Aug 03 16:07:11 2009
    Process m000 died, see its trace file
    Mon Aug 03 16:07:11 2009
    ksvcreate: Process(m000) creation failed
    Mon Aug 03 16:08:37 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 16:10:40 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:25:05 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:27:11 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:32:19 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:33:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:52:08 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:54:09 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:05:33 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:09:02 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_5132.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x7C34126B] [ADDR:0x0] [UNABLE_TO_WRITE] []
    Mon Aug 03 19:10:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn

    Hi reshumakur
    As this is your PRODUCTION system THEN_ The best help to offer in case of ORA-600, and ORA-7445 is to open SR with metalink. Submit with the SR the following
    1- Alert log
    2- Trace files (in ur case e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc: and e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:)
    3- Describe what was happening when you had these errors.
    Try to avoid free help when you have ORA-600 and ORA-07445. This errors could be becuase of BUGS. Oracle Support will know this from the call stack in the trace file.
    Then Do your best to patch 10.2.0.4 and the latest CPU patch.
    Good Luck

  • ORA 600 [kkqvmRmViewFromLst1] error

    Hi,
    I am using Binary XML DB .
    Here is the DB banner info.
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE 11.2.0.1.0 Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I am getting ORA 600 [kkqvmRmViewFromLst1] error while executing a query
    SELECT AGTAB1.AGREEMENT_ID AS agreement_ID
         FROM TNMAB_AGREEMENT_XML A ,
         XMLTable('/Agreement'
         PASSING A.AGREEMENT_XML COLUMNS AGREEMENT_ID VARCHAR2(20) path 'Identifier' ,
         SHP_PTY_CUST_HOLDER XMLType PATH 'ShippingPartyGroups/ShippingParties/CustomerHolder' ,
         NAMED_CUSTOMER_GROUPS XMLType PATH 'NamedCustomerGroups/NamedCustomer/SAP_IDs/StringWrappers' ) AGTAB1 ,
         XMLTable('/Agreement'
         PASSING A.AGREEMENT_XML COLUMNS NAMED_CUSTOMER_GROUPS XMLType PATH 'NamedCustomerGroups/NamedCustomer/SAP_IDs/StringWrappers' ) AGTAB2 ,
         XMLTable('/CustomerHolder' PASSING AGTAB1.SHP_PTY_CUST_HOLDER
         COLUMNS SAP_ID VARCHAR2(10) PATH 'SAP_ID') x2,
         XMLTable('/StringWrappers'
         PASSING AGTAB2.NAMED_CUSTOMER_GROUPS COLUMNS SAP_ID VARCHAR2(10) PATH 'SAP_ID') x3      
         WHERE (X2.SAP_ID IN ('3163494000') OR
         X3.SAP_ID IN ('3163494000')) group by AGTAB1.AGREEMENT_ID
    Please advise
    Thanks

    I am getting ORA 600 [kkqvmRmViewFromLst1] error while executing a queryAn ORA 600 error is a untrapped oracle software error an should be dealt with by creating an SR (service request) via support.oracle.com

  • Problem with generating xml and nested cursor (ora-600)

    I have a problem with generating xml (with dbms_xmlquery or xmlgen) and nested cursors.
    When I execute the following command, I get a ORA-600 error:
    select dbms_xmlquery.getxml('select mst_id
    , mst_source
    , cursor(select per.*
    , cursor(select ftm_fdf_number
    , ftm_value
    from t_feature_master
    where ftm_mstr_id = pers_master_id ) as features
    from t_person per
    where pers_master_id = mst_id ) as persons
    from f_master
    where mst_id = 3059435')
    from dual;
    <?xml version = '1.0'?>
    <ERROR>oracle.xml.sql.OracleXMLSQLException: ORA-00600: internal error code, arguments: [kokbnp2], [1731], [], [], [], [], [], []
    </ERROR>
    The problem is the second cursor (t_feature_master).
    I want to generate this:
    <master>
    <..>
    <persons>
    <..>
    <features>
    <..>
    </features>
    </persons>
    <persons>
    <..>
    <features>
    <..>
    </features>
    </persons>
    </master>
    If i execute the select-statement in sql-plus, then I get the next result.
    MST_ID MST_SOURCE PERSONS
    3059435 GG CURSOR STATEMENT : 3
    CURSOR STATEMENT : 3
    PERS_MASTER_ID PERS_TITLE PERS_INITI PERS_FIRSTNAME PERS_MIDDL PERS_LASTNAME
    3059435 W. Name
    CURSOR STATEMENT : 15
    FTM_FDF_NUMBER FTM_VALUE
    1 [email protected]
    10 ....
    I use Oracle 8.1.7.4 with Oracle XDK v9.2.0.5.0.
    Is this a bug and do somebody know a workaround?

    Very simple...Drop all type objects and nested tables and create them again. You will get no error. I'll explain the reason later.

  • OAF Update of Custom Table causing ORA-600 with database block corruption?

    Using OA Framework 12.1.3, running under EBusiness Suite 12.1.3
    Created Custom Web page operating against Custom Tables
    ISSUE
    On about 2% of new records, when OAF is UPDATING a record in a certain table, it  is failing with
    java.sql.SQLException: ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [kddummy_blkchk], [815], [26412], [6110], [], [], [], []
    ORA-06512: at line 1
    Before the DBA turned on 10.2.0.4.0 DB_BLOCK_CHECKING parameter, this actually
    resulted in corrupted data blocks in the database and corrupted indexes that
    eventually crashed the database and we had to do a full recovery with 2 days downtime.
    Now that we have turned on DB_BLOCK_CHECKING, it simply errors out and puts things
    in the alert log, but the records still fail to update as the writes are blocked.
    Then oddly, a few days later.. the records become editable.  And others fail.
    This is ONLY happening on the one particular table being updated by OAF.  Other custom pages
    posting to other custom tables are having no problems.   We've CTAS'd the table back and
    forth and recreated the indexes, and that did not help.
    Support says to post to the Forum  ( So I am! ) or hire Oracle consulting.. which doesn't make
    much sense given the error.  The Recovery Team that helped us in a separate SR ( we had
    to do db_repairs not just recovery ) felt it was an important problem the OAF team needed to
    strongly review.
    Anyone else encounter this already and know of a solution?
    TIA
    Karl

    After MANY hours of trial and error and research, we've identified ONE use case that seems to apply to 90% of the issue we have encountered.
    YMMV.
    The BC4J generated SQL which is generating the ORA-600 is
    BEGIN UPDATE XXRETURNHEADER ReturnHeaderEO SET INTERNAL_TEXT=?,LAST_MOD_USERNAME=?,OBJECT_VERSION_NUMBER=?,LAST_UPDATE_DATE=?,LAST_UPDATED_BY=?,LAST_UPDATE_LOGIN=? WHERE RMA_NUMBER=? AND ORGANIZATION_ID=? RETURNING TROUBLESHOOT_DATE, FAA_TAG_DATE, FAILURE_ANALYSIS_DATE, LAST_MOD_DATE, FAA_REVISED_DATE, TTE_TECH_SEND_DATE, TTE_REP_RESPONSE_DATE, TTE_REP_APPROVED, TTE_RMA_RANDOM_KEY, OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN INTO ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?; END;".
    We determined that if TTE_RMA_RANDOM_KEY was not a null value, we would get an ORA-600 error whenever we did an APPLY from the OAF Page to update the record.
    If we set that table attribute to NULL for the record using SQL.. then used the  OAF Page to APPLY.. it worked fine and the record saved without error.
    We then modified the EO to NOT   "Refresh After Update"  ( thus removing it from the RETURNING clause generated )... and even if the TTE_RMA_RANDOM_KEY
    had a value... the OAF Page APPLY worked and the record saved without error.
    I cannot identify anything from the User programming side that is wrong ( and neither could Oracle ), and it REALLY should be in the RETURNING clause list of
    attributes.. but this is the only workaround I've found that doesn't crash the Page and irritate the user to no end.
    I have reported my findings via the SR back to Oracle to do with it what they may... but it looks strongly ,to me, to be an error in the BC4J/JDBC/Database
    coordination and passing data between those black boxes.

  • ORA-00600 error in Oracle 10.1.0.5 database

    Hi All,
    Please help me to get rid of the below mentioned issue.
    I am supporting a Oracle 10.1.0.5 prod database. we are getting a below ora-600 error message
    ORA-00600: internal error code, arguments: [qerpxSlaveFetch1], [0], [], [], [], [], [], []
    I have searched in metalink and there it is stated as bug with the product.
    They adviced us to apply the Patch 3897688 or disable parallelism or Upgrade to the fixed release, 10gR2.
    The patch 3897688 is not for window platform. Upgrade to 10gR2 is not possible in near future.
    So please help me how to disable parallelism in 10g database.

    ok fine satish will ask our development team to try your suggestion.
    Can you please tell me whether the following init parameters we can use to disable parallelism?
    PARALLEL_AUTOMATIC_TUNING = FALSE
    PARALLEL_SERVER=FALSE (this alone will disable Parallel Execution)
    PARALLEL_MIN_SERVERS=0 (this is additional restriction)
    PARALLEL_MAX_SERVERS=0 (this is additional restriction)
    Regards,
    Aruna

  • Oracle DR Setup Problems / ORA - 600 /

    Dear All,
    Recently we have implemented DR(Disaster Recovery setup Using Oracle data guard in 10g, GUI configurations ) in our Production server. The DR setups are based on the Maximum performance with Realtime apply mode.
    The configuration went fine and both servers(DR and ) were syncing fine together as well.
    But unfortunately, there was a power failure in the DR site(Which is on the other network) and also the UPS also went down after some time, the real problem started here,
    Once the DR server was down, after sometime we are not able to login in to the production system, Interestingly, both DB server and application server are running fine. But we are not able to login into server - SAPGUI hangs. There are no such error written in SAP level and but in oracle alert log, we found out ORA 600 error and also connection timed out for placing the archive log(log_destination_2) in the standby server(This is the DR server - And due to power failure, its not able to reach the server for placing the archive log file )
    Temporary solution,
    If we restart the production server, we are able to work continuously in the production system without any problem.
    So, my query is that, what makes the production system hangs if DR server is unavailable and how it work if we restart the instance? Is this the normal procedure in DR setup? or its a bug in the oracle data guard or in the parameter log_archive_dest2?
    Looking forward for your answers with your valuable suggestions
    For the reference, I am pasting a part of alert log
    Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=92, OS id=4296940
    ARC1: Becoming the heartbeat ARCH
    Sat Oct 30 02:30:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:31:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:33:33 2010
    Incremental checkpoint up to RBA [0x2e2b7.cf96.0], current log tail at RBA [0x2e2b7.cf96.0]
    Sat Oct 30 02:37:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:37:52 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc
    Sat Oct 30 02:38:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:38:22 2010
    Errors in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:40:30 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc
    Sat Oct 30 02:41:00 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:06 2010
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC0: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC0 started with pid=91, OS id=1642728
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sat Oct 30 02:42:20 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:42:33 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc1_4296940.trc
    Sat Oct 30 02:43:03 2010
    Errors in file
    Thanks and Regards
    Vijay Kumar G

    Hi Vijay,
    Get oracle metalink ID from service market place and search for  you will get handy information
    ORA-600 [2103] "Timeout on 'Control file' or 'Checkpoint Progress' Enqueue" [ID 28045.1]
    Also one very good tool to analyse [Metalink|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1]
    Regards,

  • ORA -01115 error in db13 checkdb

    Hi expert ,
    i am new to this fouram i have ora-01115 error in sap oracle 9i database ,
    Please help me to solve the problem .
    I am using ECC 5.0 ,win2k3 enterprise edition ,Oracle 9i
    could anybody explain me what the relation of oracle block segment ,and windows block segment .
    Could i solve the problem without reinstalling sap .
    <b>Please explain me in detail following paragraph ,which i read ,</b>
    •     <b>a corrupted database due the auto extended bug
    •     Corrupt block dba: 0x24024cd0 file=5. blocknum=150736.
    •     found during buffer read on disk type:0. ver.
    •                   dba:0x00000000 inc:0x00000000 seq:0x00000000 incseq:0x00000000
    •     Entire contents of block is zero - block never written
    •     Reread of block=24024cd0 file=9. blocknum=150736. found same corupted Data
    •     Mishandled block information (in certain conditions), upon reading the database block, which indicates that a good block is corrupted. This is the bug in the Oracle version 8.1.x - 9.x, where the Oracle will raise the error:
    ORA-600 [kcoapl_blkchk][ABN][RFN][INT CODE]
    Pointing to failure condition during block check. This only happens when block checking is enabled.
    •     A problem with a faulty database trigger operation, causing data block corruptions
    •     ORA-01115: IO error reading block from file 6 (block # 14873)
    •     ORA-01110: data file 6: '/oracle/artist/artist01.dbf'
    •     ORA-27091: skgfqio: unable to queue I/O
    •     IBM AIX RISC System/6000 Error: 9: Bad file number</b>
    Thanx & Regards
    RohitK

    Hi experts ,
    Regarding ORA 0600 ,the error which i found in db13 of 000,pls guide me in details as i am fresher basis consultant working in production enviorment.
    I am pasting the check db log in db13 ,pls guide me if any problem is found.
    Note that
    1) i run  sick tcode which shows no error report in the system .
    2)I have configured stms ,
    3)imported profiles from rz10  tcode from os level to sap level .
    4)Created new client logged and doing local client copy but it cancelled every times .
    In scc3 log it show different errors ,in sm21 log it show diffrerent errors .
    It does not show ora 600 error anywhere in the logs ,but when i tried to check consistency of database through CHECKDB it show ora -600 error .
    Hi experts pls tell me if required  sm21 and and scc3 logs
    <b>CHECK DB LOG OF DB13</b>
    Detail log:                    cdwnjhor.chk
    BR0801I BRCONNECT 6.40 (15)
    BR0477I Oracle pfile D:\oracle\ora92\database\initDEV.ora created from spfile D:\oracle\ora92\database\spfileDEV.ora
    BR0805I Start of BRCONNECT processing: cdwnjhor.chk 2007-11-05 11.16.25
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    D:\oracle\ora92
    oracle_profile                 D:\oracle\ora92\database\initDEV.ora
    sapdata_home                   D:\oracle\DEV
    sap_profile                    D:\oracle\ora92\database\initDEV.sap
    system_info                    SAPServiceDEV DSERVER Windows 5.2 Build 3790  Intel
    oracle_info                    DEV 9.2.0.1.0 8192 630 3626441
    sap_info                       640 SAPDEV DEV TEMPLICENSE R3_ORA INITIAL
    make_info                      NTintel OCI_920_SHARE Oct 12 2004
    command_line                   brconnect -u / -c -f check
    alert_log                      D:\oracle\DEV\saptrace\background\alert_dev.log
    BR0280I BRCONNECT time stamp: 2007-11-05 11.17.25
    BR0813I Schema owners found in database DEV: DBSNMP, OPS$DSERVER\DEVADM, OPS$DSERVER\SAPSERVICEDEV, OUTLN, SAPDEV*, SYS, SYSTEM
    BR0118I Tablespaces and data files
    Tablespace     Status     File                                               Status     Id.        Size      Device  Type  Link
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV_1\DEV.DATA1             ONLINE+     3   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV_2\DEV.DATA2             ONLINE+     4   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV_3\DEV.DATA3             ONLINE+     5   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV_4\DEV.DATA4             ONLINE+     6   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV_5\DEV.DATA5             ONLINE+     7   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_10\DEV.DATA10           ONLINE+    12   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_11\DEV.DATA11           ONLINE+    27   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_12\DEV.DATA12           ONLINE+    28   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_13\DEV.DATA13           ONLINE+    29   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_14\DEV.DATA14           ONLINE+    30   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_6\DEV.DATA6             ONLINE+     8   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_7\DEV.DATA7             ONLINE+     9   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_8\DEV.DATA8             ONLINE+    10   2097160192           3  FILE  NOLINK
    PSAPDEV        ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV_9\DEV.DATA9             ONLINE+    11   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA1\DEV640_1\DEV640.DATA1       ONLINE+    13   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA1\DEV640_2\DEV640.DATA2       ONLINE+    14   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA1\DEV640_3\DEV640.DATA3       ONLINE+    15   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA1\DEV640_4\DEV640.DATA4       ONLINE+    16   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA1\DEV640_5\DEV640.DATA5       ONLINE+    17   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA2\DEV640_10\DEV640.DATA10     ONLINE+    22   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA2\DEV640_6\DEV640.DATA6       ONLINE+    18   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA2\DEV640_7\DEV640.DATA7       ONLINE+    19   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA2\DEV640_8\DEV640.DATA8       ONLINE+    20   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA2\DEV640_9\DEV640.DATA9       ONLINE+    21   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA3\DEV640_11\DEV640.DATA11     ONLINE+    23   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_12\DEV640.DATA12     ONLINE+    24   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_13\DEV640.DATA13     ONLINE+    25   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_14\DEV640.DATA14     ONLINE+    31   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_15\DEV640.DATA15     ONLINE+    32   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_16\DEV640.DATA16     ONLINE+    33   2097160192           3  FILE  NOLINK
    PSAPDEV640     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEV640_17\DEV640.DATA17     ONLINE+    34   2097160192           3  FILE  NOLINK
    PSAPDEVUSR     ONLINE+    D:\ORACLE\DEV\SAPDATA4\DEVUSR_1\DEVUSR.DATA1       ONLINE+    26     20979712           3  FILE  NOLINK
    PSAPTEMP       ONLINE#    D:\ORACLE\DEV\SAPDATA1\TEMP_1\TEMP.DATA1           ONLINE+    -1    702554112           3  FILE  NOLINK
    PSAPUNDO       ONLINE-    D:\ORACLE\DEV\SAPDATA1\UNDO_1\UNDO.DATA1           ONLINE+     2   2915049472           3  FILE  NOLINK
    PSAPUNDO       ONLINE-    D:\ORACLE\DEV\SAPDATA1\UNDO_2\UNDO.DATA2           ONLINE     39   2915049472           3  FILE  NOLINK
    PSAPUNDO       ONLINE-    D:\ORACLE\DEV\SAPDATA1\UNDO_3\UNDO.DATA3           ONLINE     40   2915049472           3  FILE  NOLINK
    PSAPUNDO       ONLINE-    D:\ORACLE\DEV\SAPDATA1\UNDO_4\UNDO.DATA4           ONLINE     41   2915049472           3  FILE  NOLINK
    PSAPUNDO       ONLINE-    D:\ORACLE\DEV\SAPDATA1\UNDO_5\UNDO.DATA5           ONLINE     42   2915049472           3  FILE  NOLINK
    SYSTEM         ONLINE+    D:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1       SYSTEM+     1    555753472           3  FILE  NOLINK
    SYSTEM         ONLINE+    D:\ORACLE\DEV\SAPDATA1\SYSTEM_2\SYSTEM.DATA2       SYSTEM+    35    555753472           3  FILE  NOLINK
    SYSTEM         ONLINE+    D:\ORACLE\DEV\SAPDATA1\SYSTEM_3\SYSTEM.DATA3       SYSTEM+    36    555753472           3  FILE  NOLINK
    SYSTEM         ONLINE+    D:\ORACLE\DEV\SAPDATA1\SYSTEM_4\SYSTEM.DATA4       SYSTEM+    37    555753472           3  FILE  NOLINK
    SYSTEM         ONLINE+    D:\ORACLE\DEV\SAPDATA1\SYSTEM_5\SYSTEM.DATA5       SYSTEM+    38    555753472           3  FILE  NOLINK
    BR0119I Redo log files
    File                                          Status  Group       Size       Device  Type  Link
    D:\ORACLE\DEV\ORIGLOGA\LOG_G11M1.DBF          INUSE      1    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\MIRRLOGA\LOG_G11M2.DBF          INUSE      1    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\ORIGLOGB\LOG_G12M1.DBF          INUSE      2    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\MIRRLOGB\LOG_G12M2.DBF          INUSE      2    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\ORIGLOGA\LOG_G13M1.DBF          INUSE      3    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\MIRRLOGA\LOG_G13M2.DBF          INUSE      3    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\ORIGLOGB\LOG_G14M1.DBF          INUSE      4    52429312            3  FILE  NOLINK
    D:\ORACLE\DEV\MIRRLOGB\LOG_G14M2.DBF          INUSE      4    52429312            3  FILE  NOLINK
    BR0120I Control files
    File                                                Size       Device  Type  Link
    D:\ORACLE\DEV\ORIGLOGA\CNTRL\CNTRLDEV.DBF        6791168            3  FILE  NOLINK
    D:\ORACLE\DEV\SAPDATA1\SYSTEM_1\CNTRL\CNTRLDEV.DBF    6791168            3  FILE  NOLINK
    D:\ORACLE\DEV\SAPARCH\CNTRL\CNTRLDEV.DBF         6791168            3  FILE  NOLINK
    BR0982I Database disk volumes
    Directory / Raw disk                          Device      Total[KB]       Free[KB]     Used[%]
    D:\oracle\ora92                                    3     204804620      119569600       41.62
    D:\oracle\DEV                                      3     204804620      119569600       41.62
    D:\ORACLE\DEV\MIRRLOGA                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\MIRRLOGB                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\ORIGLOGA                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\ORIGLOGB                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPARCH                              3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPDATA1                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPDATA1\SYSTEM_1\CNTRL              3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPDATA2                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPDATA3                             3     204804620      119569600       41.62
    D:\ORACLE\DEV\SAPDATA4                             3     204804620      119569600       41.62
    D:\oracle\DEV\saparch                              3     204804620      119569592       41.62
    D:\oracle\DEV\sapbackup                            3     204804620      119569592       41.62
    D:\oracle\DEV\sapcheck                             3     204804620      119569592       41.62
    D:\oracle\DEV\sapreorg                             3     204804620      119569592       41.62
    D:\oracle\DEV\saptrace                             3     204804620      119569592       41.62
    BR0280I BRCONNECT time stamp: 2007-11-05 11.17.42
    BR0814I Number of tables in schema of owner SAPDEV: 43103
    BR0836I Number of info cube tables found for owner SAPDEV: 49
    BR0814I Number of tables in schema of owner SYS: 292
    BR0814I Number of tables/partitions in schema of owner SYSTEM: 128/27
    BR0280I BRCONNECT time stamp: 2007-11-05 11.17.53
    BR0815I Number of indexes in schema of owner SAPDEV: 51463
    BR0815I Number of indexes in schema of owner SYS: 289
    BR0815I Number of indexes/partitions in schema of owner SYSTEM: 157/24
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.18
    BR0816I Number of segments in schema of owner OPS$DSERVER\DEVADM: 1
    BR0816I Number of segments in schema of owner OUTLN: 6
    BR0816I Number of segments/LOBs in schema of owner SAPDEV: 95252/343
    BR0816I Number of segments/LOBs in schema of owner SYS: 645/22
    BR0816I Number of segments/LOBs in schema of owner SYSTEM: 327/21
    BR0983I Tablespace fragmentation
    Tablespace    Files   Tables  Indexes    Extents     Total[KB]   Used[%]     Free[KB]   Extents    MaxSize[KB]   Used[%]      Free[KB]      Largest[KB]
    PSAPDEV          14    42821    51075     111312     28672000     66.98      9466880          7     143360000+    13.40+    124154880+      8192000:8192000:8192000:8192000:8192000+
    PSAPDEV640       17      273      378       8401     34816000     70.91     10128448         13     154378240+    15.99+    129690688+      8192000:8192000:8192000:8192000:8192000+
    PSAPDEVUSR        1        9       10         19        20480      6.25        19200          1      10240000+     0.01+     10238720+     10219520+:19200:0:0:0
    PSAPTEMP          1        0        0          1       686080     36.72       434176          1      10240000+     2.46+      9988096+      9553920+:434176:0:0:0
    PSAPUNDO          5        0        0       1066     14233600     20.49     11316928          5      21626880+    13.49+     18710208+      7393280+:2846656:2846656:2830272:2781120
    SYSTEM            5      393      422       2107      2713600     19.95      2172352          5      51200000+     1.06+     50658752+      9697280:9697280:9697280:9697280:9697280+
    Total:           43    43496    51885     122906     81141760     58.67     33537984         32     391045120     12.17     343441344      53248000:29381312:28927936:28911552:28862400
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.18
    BR0818I Number of tables found in DBDIFF for owner SAPDEV: 2
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.19
    BR0818I Number of tables found in DBSTATC for owner SAPDEV: 403
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.26
    BR0819I Number of pool and cluster tables found in DDNTT for owner SAPDEV: 169
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.26
    BR0961I Number of conditions found in DBCHECKORA: 70
    BR0962I Check conditions for database administration:
    Pos. Act. Lev. Condition                         Object
    Description
      1   Y    W   ARCHIVER_STUCK
    Out of space in archive directory - more than 90% space used
      2   Y    E   CONTROL_FILE_MIRROR
    Control file not mirrored
      3   Y    E   CONTROL_FILE_MISSING
    Control file missing on disk
      4   Y    W   CRITICAL_FILE
    File autoextend can cause file system overflow
      5   Y    W   CRITICAL_SEGMENT
    Segment can cause tablespace overflow - by allocating up to 2 next extent(s)
      6   Y    E   DATA_FILE_MISMATCH
    Data file marked as missing in control file
      7   Y    E   DATA_FILE_MISSING
    Data file missing on disk
      8   Y    E   FILE_OFFLINE
    Database file offline
      9   Y    W   FILE_SYSTEM_FULL
    File system full - more than 99% space used
    10   Y    E   HARMFUL_STATISTICS
    Table or index has harmful optimizer statistics
    11   Y    E   INVALID_FILE_TYPE
    Invalid operating system file type
    12   Y    W   IN_WRONG_TABLESPACE
    Table or index in wrong tablespace
    13   Y    E   MISSING_INDEX
    Table has no index
    14   Y    E   MISSING_STATISTICS
    Table or index has no optimizer statistics
    15   Y    E   NOARCHIVELOG_MODE
    Database in NOARCHIVELOG mode
    16   Y    W   PCTINCREASE_NOT_ZERO
    PCTINCREASE value not equal zero
    17   Y    E   REDOLOG_FILE_MIRROR
    Redo log file not mirrored
    18   Y    E   REDOLOG_FILE_MISSING
    Redo log file missing on disk
    19   Y    W   TABLESPACE_FULL
    Tablespace full - more than 95% space used
    20   Y    W   TABLESPACE_IN_BACKUP
    Tablespace in backup mode
    21   Y    E   TABLESPACE_OFFLINE
    Tablespace offline
    22   Y    W   TOO_MANY_EXTENTS
    Segment has too many extents - more than 90% of MAXEXTENTS used
    BR0963I Check conditions for database operations:
    Pos. Act. Lev. Condition               Description
      1   Y    W   ARCHIVE_TOO_OLD         Last successful archive log backup older than 10 days (or has not been run)
      2   Y    W   BACKUP_TOO_OLD          Last successful complete database backup older than 10 days (or has not been run)
      3   Y    W   LAST_ARCHIVE_FAILED     Last archive log backup failed
      4   Y    W   LAST_BACKUP_FAILED      Last complete database backup failed
      5   Y    W   LAST_OPERATION_FAILED   Last 'chk' operation failed
      6   N    W   LAST_OPERATION_FAILED   Last DBA operation failed
      7   Y    W   LAST_STATS_FAILED       Last update optimizer statistics failed
      8   Y    W   OPERATION_TOO_OLD       Last successful 'chk' operation older than 10 days (or has not been run)
      9   N    W   OPERATION_TOO_OLD       Last successful DBA operation older than 10 days (or has not been run)
    10   Y    W   STATS_TOO_OLD           Last successful update optimizer statistics older than 10 days (or has not been run)
    BR0964I Check conditions for database messages:
    Pos. Act. Lev. Message                 Description
      1   Y    W   ORA-00060               Deadlock while waiting for resource
      2   Y    E   ORA-00272               Error writing archive log
      3   Y    E   ORA-00376               Database file cannot be read
      4   Y    E   ORA-00600               Oracle internal error
      5   Y    E   ORA-01113               Data file needs media recovery
      6   Y    E   ORA-01114               I/O error writing database file
      7   Y    E   ORA-01115               I/O error reading database file
      8   Y    E   ORA-01122               File verification check failed
      9   Y    E   ORA-01135               Database file is offline
    10   Y    W   ORA-01149               Cannot shutdown - data file in backup mode
    11   Y    W   ORA-01555               Snapshot too old
    12   Y    W   ORA-01562               Failed to extend rollback segment
    13   Y    E   ORA-01578               Database block corrupted
    14   Y    E   ORA-03113               End-of-file on communication channel
    15   Y    E   ORA-07445               Exception encountered: core dump
    16   Y    W   Checkpoint not complete
    BR0965I Check conditions for database profile:
    Pos. Act. Lev. Parameter                         Condition      Value Unit
      1   Y    W   CONTROL_FILE_RECORD_KEEP_TIME        <              30
      2   Y    W   CURSOR_SPACE_FOR_TIME                <>          FALSE
      3   Y    W   DBWR_IO_SLAVES                       <>              0
      4   Y    W   DB_BLOCK_BUFFERS                     <>              0
      5   Y    E   DB_BLOCK_SIZE                        <>           8192
      6   Y    W   DB_FILES                             <             254
      7   Y    W   DB_FILE_MULTIBLOCK_READ_COUNT        >              32
      8   Y    W   DISK_ASYNCH_IO                       <>           TRUE
      9   Y    W   HASH_JOIN_ENABLED                    <>          FALSE
    10   Y    E   LOG_ARCHIVE_START                    <>           TRUE
    11   Y    W   LOG_BUFFER                           ><       2048,512 K
    12   Y    W   LOG_CHECKPOINT_INTERVAL              <>              0
    13   Y    W   LOG_CHECKPOINT_TIMEOUT               <>              0
    14   Y    W   OPEN_CURSORS                         ><       2000,800
    15   Y    W   OPTIMIZER_FEATURES_ENABLE            <>          9.2.0
    16   Y    W   OPTIMIZER_INDEX_COST_ADJ             <>             10
    17   Y    W   OPTIMIZER_MODE                       <>         CHOOSE
    18   Y    W   SHARED_POOL_SIZE                     <              50 M
    19   Y    E   SORT_AREA_RETAINED_SIZE              >               0
    20   Y    E   SORT_AREA_SIZE                       ><            4,2 M
    21   Y    E   TIMED_STATISTICS                     <>           TRUE
    22   Y    E   TRANSACTION_AUDITING                 <>          FALSE
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.26
    BR0807I Name of database instance: DEV
    BR0808I BRCONNECT action ID: cdwnjhor
    BR0809I BRCONNECT function ID: chk
    BR0810I BRCONNECT function: check
    BR0951I Number of active/inactive check conditions for database administration: 22/0
    BR0952I Number of active/inactive check conditions for database operations: 8/2
    BR0953I Number of active/inactive check conditions for database messages: 16/0
    BR0954I Number of active/inactive check conditions for database profile: 22/0
    BR0960I Last successful BRCONNECT check run: caaaaaaa.chk 0000-00-00 00.00.00
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.26
    BR0969I Checking database administration...
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.26
    BR0972I Checking database operations...
    BR0973W Database operation alert - level: WARNING, operation: Archive log backup, condition: Operation too old or has not been run in clean-up period
    BR0973W Database operation alert - level: WARNING, operation: Complete database backup, condition: Operation too old or has not been run in clean-up period
    BR0973W Database operation alert - level: WARNING, operation: chk, condition: Operation too old or has not been run in clean-up period
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.27
    BR0974I Checking database messages...
    BR0976W Database message alert - level: ERROR, line: 468, time: 2030-11-04 10.13.17, message:
    ORA-00600: internal error code, arguments: [4406], [0x6A366AA0], [0x0], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 472, time: 2030-11-04 10.13.17, message:
    ORA-00600: internal error code, arguments: [kcbklbc_4], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 478, time: 2030-11-04 10.13.20, message:
    ORA-00600: internal error code, arguments: [KSSRMP1], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 479, time: 2030-11-04 10.13.20, message:
    ORA-00600: internal error code, arguments: [kcbklbc_4], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 483, time: 2030-11-04 10.13.22, message:
    ORA-00600: internal error code, arguments: [KSSRMP1], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 484, time: 2030-11-04 10.13.22, message:
    ORA-00600: internal error code, arguments: [KSSRMP1], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 485, time: 2030-11-04 10.13.22, message:
    ORA-00600: internal error code, arguments: [kcbklbc_4], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 499, time: 2030-11-04 10.13.26, message:
    ORA-00600: internal error code, arguments: [kcbgcur_9], [8388713], [29], [1610612736], [1610612738], [], [], []
    BR0976W Database message alert - level: ERROR, line: 504, time: 2030-11-04 10.13.28, message:
    ORA-00600: internal error code, arguments: [kcbgcur_9], [8388713], [29], [1610612736], [1610612738], [], [], []
    BR0976W Database message alert - level: ERROR, line: 510, time: 2030-11-04 10.13.30, message:
    ORA-00600: internal error code, arguments: [4406], [0x6A366AA0], [0x0], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 514, time: 2030-11-04 10.13.31, message:
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    BR0976W Database message alert - level: ERROR, line: 521, time: 2030-11-04 10.13.31, message:
    ORA-00600: internal error code, arguments: [kcbgcur_9], [8388713], [29], [1610612736], [1610612738], [], [], []
    BR0280I BRCONNECT time stamp: 2007-11-05 11.23.27
    BR0977I Checking database profile...
    BR0979I Changes in database profile parameters:
    Pos.  Parameter name                               Old value
                                                       New value
      1   O7_DICTIONARY_ACCESSIBILITY                  (new)
                                                       FALSE
      2   AQ_TM_PROCESSES                              (new)
                                                       0
      3   ARCHIVE_LAG_TARGET                           (new)
                                                       0
      4   AUDIT_SYS_OPERATIONS                         (new)
                                                       FALSE
      5   AUDIT_TRAIL                                  (new)
                                                       NONE
      6   BACKGROUND_CORE_DUMP                         (new)
                                                       partial
      7   BACKGROUND_DUMP_DEST                         (new)
                                                       D:\oracle\DEV\saptrace\background
      8   BACKUP_TAPE_IO_SLAVES                        (new)
                                                       FALSE
      9   BITMAP_MERGE_AREA_SIZE                       (new)
                                                       1048576
    10   BLANK_TRIMMING                               (new)
                                                       FALSE
    11   CIRCUITS                                     (new)
                                                       0
    12   CLUSTER_DATABASE                             (new)
                                                       FALSE
    13   CLUSTER_DATABASE_INSTANCES                   (new)
                                                       1
    14   COMMIT_POINT_STRENGTH                        (new)
                                                       1
    15   COMPATIBLE                                   (new)
                                                       9.2.0
    16   CONTROL_FILE_RECORD_KEEP_TIME                (new)
                                                       30
    17   CONTROL_FILES                                (new)
                                                       D:\oracle\DEV\origlogA\cntrl\cntrlDEV.dbf, D:\oracle\DEV\sapdata1\system_1\cntrl\cntrlDEV.dbf, D:\oracle\DEV\saparch\cntrl\cntrlDEV.dbf
    18   CORE_DUMP_DEST                               (new)
                                                       D:\oracle\DEV\saptrace\background
    19   CPU_COUNT                                    (new)
                                                       1
    20   CREATE_BITMAP_AREA_SIZE                      (new)
                                                       8388608
    21   CURSOR_SHARING                               (new)
                                                       EXACT
    22   CURSOR_SPACE_FOR_TIME                        (new)
                                                       FALSE
    23   DB_16K_CACHE_SIZE                            (new)
                                                       0
    24   DB_2K_CACHE_SIZE                             (new)
                                                       0
    25   DB_32K_CACHE_SIZE                            (new)
                                                       0
    26   DB_4K_CACHE_SIZE                             (new)
                                                       0
    27   DB_8K_CACHE_SIZE                             (new)
                                                       0
    28   DB_BLOCK_BUFFERS                             (new)
                                                       0
    29   DB_BLOCK_CHECKING                            (new)
                                                       FALSE
    30   DB_BLOCK_CHECKSUM                            (new)
                                                       TRUE
    31   DB_BLOCK_SIZE                                (new)
                                                       8192
    32   DB_CACHE_ADVICE                              (new)
                                                       ON
    33   DB_CACHE_SIZE                                (new)
                                                       83886080
    34   DB_FILE_MULTIBLOCK_READ_COUNT                (new)
                                                       8
    35   DB_FILES                                     (new)
                                                       254
    36   DB_KEEP_CACHE_SIZE                           (new)
                                                       0
    37   DB_NAME                                      (new)
                                                       DEV
    38   DB_RECYCLE_CACHE_SIZE                        (new)
                                                       0
    39   DB_WRITER_PROCESSES                          (new)
                                                       1
    40   DBLINK_ENCRYPT_LOGIN                         (new)
                                                       FALSE
    41   DBWR_IO_SLAVES                               (new)
                                                       0
    42   DG_BROKER_CONFIG_FILE1                       (new)
                                                       %ORACLE_HOME%\DATABASE\DR1%ORACLE_SID%.DAT
    43   DG_BROKER_CONFIG_FILE2                       (new)
                                                       %ORACLE_HOME%\DATABASE\DR2%ORACLE_SID%.DAT
    44   DG_BROKER_START                              (new)
                                                       FALSE
    45   DISK_ASYNCH_IO                               (new)
                                                       TRUE
    46   DISTRIBUTED_LOCK_TIMEOUT                     (new)
                                                       60
    47   DML_LOCKS                                    (new)
                                                       4000
    48   DRS_START                                    (new)
                                                       FALSE
    49   ENQUEUE_RESOURCES                            (new)
                                                       8000
    50   FAST_START_IO_TARGET                         (new)
                                                       0
    51   FAST_START_MTTR_TARGET                       (new)
                                                       900
    52   FAST_START_PARALLEL_ROLLBACK                 (new)
                                                       LOW
    53   FILE_MAPPING                                 (new)
                                                       FALSE
    54   GLOBAL_NAMES                                 (new)
                                                       FALSE
    55   HASH_AREA_SIZE                               (new)
                                                       4194304
    56   HASH_JOIN_ENABLED                            (new)
                                                       FALSE
    57   HI_SHARED_MEMORY_ADDRESS                     (new)
                                                       0
    58   HS_AUTOREGISTER                              (new)
                                                       TRUE
    59   INSTANCE_NAME                                (new)
                                                       dev
    60   INSTANCE_NUMBER                              (new)
                                                       0
    61   JAVA_MAX_SESSIONSPACE_SIZE                   (new)
                                                       0
    62   JAVA_POOL_SIZE                               (new)
                                                       25165824
    63   JAVA_SOFT_SESSIONSPACE_LIMIT                 (new)
                                                       0
    64   JOB_QUEUE_PROCESSES                          (new)
                                                       0
    65   LARGE_POOL_SIZE                              (new)
                                                       0
    66   LICENSE_MAX_SESSIONS                         (new)
                                                       0
    67   LICENSE_MAX_USERS                            (new)
                                                       0
    68   LICENSE_SESSIONS_WARNING                     (new)
                                                       0
    69   LOCK_SGA                                     (new)
                                                       FALSE
    70   LOG_ARCHIVE_DEST                             (new)
                                                       D:\oracle\DEV\oraarch\DEVarch
    71   LOG_ARCHIVE_DEST_STATE_1                     (new)
                                                       enable
    72   LOG_ARCHIVE_DEST_STATE_10                    (new)
                                                       enable
    73   LOG_ARCHIVE_DEST_STATE_2                     (new)
                                                       enable
    74   LOG_ARCHIVE_DEST_STATE_3                     (new)
                                                       enable
    75   LOG_ARCHIVE_DEST_STATE_4                     (new)
                                                       enable
    76   LOG_ARCHIVE_DEST_STATE_5                     (new)
                                                       enable
    77   LOG_ARCHIVE_DEST_STATE_6                     (new)
                                                       enable
    78   LOG_ARCHIVE_DEST_STATE_7                     (new)
                                                       enable
    79   LOG_ARCHIVE_DEST_STATE_8                     (new)
                                                       enable
    80   LOG_ARCHIVE_DEST_STATE_9                     (new)
                                                       enable
    81   LOG_ARCHIVE_FORMAT                           (new)
                                                       ARC%S.%T
    82   LOG_ARCHIVE_MAX_PROCESSES                    (new)
                                                       2
    83   LOG_ARCHIVE_MIN_SUCCEED_DEST                 (new)
                                                       1
    84   LOG_ARCHIVE_START                            (new)
                                                       TRUE
    85   LOG_ARCHIVE_TRACE                            (new)
                                                       0
    86   LOG_BUFFER                                   (new)
                                                       1048576
    87   LOG_CHECKPOINT_INTERVAL                      (new)
                                                       0
    88   LOG_CHECKPOINT_TIMEOUT                       (new)
                                                       0
    89   LOG_CHECKPOINTS_TO_ALERT                     (new)
                                                       TRUE
    90   LOG_PARALLELISM                              (new)
                                                       1
    91   LOGMNR_MAX_PERSISTENT_SESSIONS               (new)
                                                       1
    92   MAX_COMMIT_PROPAGATION_DELAY                 (new)
                                                       700
    93   MAX_DISPATCHERS                              (new)
                                                       5
    94   MAX_DUMP_FILE_SIZE                           (new)
                                                       UNLIMITED
    95   MAX_ENABLED_ROLES                            (new)
                                                       30
    96   MAX_ROLLBACK_SEGMENTS                        (new)
                                                       30
    97   MAX_SHARED_SERVERS                           (new)
                                                       20
    98   MTS_CIRCUITS                                 (new)
                                                       0
    99   MTS_MAX_DISPATCHERS                          (new)
                                                       5
    100   MTS_MAX_SERVERS                              (new)
                                                       20
    101   MTS_MULTIPLE_LISTENERS                       (new)
                                                       FALSE
    102   MTS_SERVERS                                  (new)
                                                       0
    103   MTS_SERVICE                                  (new)
                                                       DEV
    104   MTS_SESSIONS                                 (new)
                                                       0
    105   NLS_LANGUAGE                                 (new)
                                                       AMERICAN
    106   NLS_LENGTH_SEMANTICS                         (new)
                                                       BYTE
    107   NLS_NCHAR_CONV_EXCP                          (new)
                                                       FALSE
    108   NLS_TERRITORY                                (new)
                                                       AMERICA
    109   OBJECT_CACHE_MAX_SIZE_PERCENT                (new)
                                                       10
    110   OBJECT_CACHE_OPTIMAL_SIZE                    (new)
                                                       102400
    111   OLAP_PAGE_POOL_SIZE                          (new)
                                                       33554432
    112   OPEN_CURSORS                                 (new)
                                                       800
    113   OPEN_LINKS                                   (new)
                                                       4
    114   OPEN_LINKS_PER_INSTANCE                      (new)
                                                       4
    115   OPTIMIZER_DYNAMIC_SAMPLING                   (new)
                                                       1
    116   OPTIMIZER_FEATURES_ENABLE                    (new)
                                                       9.2.0
    117   OPTIMIZER_INDEX_CACHING                      (new)
                                                       0
    118   OPTIMIZER_INDEX_COST_ADJ                     (new)
                                                       10
    119   OPTIMIZER_MAX_PERMUTATIONS                   (new)
                                                       2000
    120   OPTIMIZER_MODE                               (new)
                                                       CHOOSE
    121   ORACLE_TRACE_COLLECTION_PATH                 (new)
                                                       %ORACLE_HOME%\OTRACE\ADMIN\CDF\
    122   ORACLE_TRACE_COLLECTION_SIZE                 (new)
                                                       5242880
    123   ORACLE_TRACE_ENABLE                          (new)
                                                       FALSE
    124   ORACLE_TRACE_FACILITY_NAME                   (new)
                                                       oracled
    125   ORACLE_TRACE_FACILITY_PATH                   (new)
                                                       %ORACLE_HOME%\OTRACE\ADMIN\FDF\
    126   OS_AUTHENT_PREFIX                            (new)
                                                       OPS$
    127   OS_ROLES                                     (new)
                                                       FALSE
    128   PARALLEL_ADAPTIVE_MULTI_USER                 (new)
                                                       FALSE
    129   PARALLEL_AUTOMATIC_TUNING                    (new)
                                                       FALSE
    130   PARALLEL_EXECUTION_MESSAGE_SIZE              (new)
                                                       2148
    131   PARALLEL_MAX_SERVERS                         (new)
                                                       5
    132   PARALLEL_MIN_PERCENT                         (new)
                                                       0
    133   PARALLEL_MIN_SERVERS                         (new)
                                                       0
    134   PARALLEL_SERVER                              (new)
                                                       FALSE
    135   PARALLEL_SERVER_INSTANCES                    (new)
                                                       1
    136   PARALLEL_THREADS_PER_CPU                     (new)
                                                       2
    137   PARTITION_VIEW_ENABLED                       (new)
                                                       FALSE
    138   PGA_AGGREGATE_TARGET                         (new)
                                                       85144371
    139   PLSQL_COMPILER_FLAGS                         (new)
                                                       INTERPRETED
    140   PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT            (new)
                                                       0
    141   PLSQL_V2_COMPATIBILITY                       (new)
                                                       FALSE
    142   PRE_PAGE_SGA                                 (new)
                                                       FALSE
    143   PROCESSES                                    (new)
                                                       80
    144   QUERY_REWRITE_ENABLED                        (new)
                                                       false
    145   QUERY_REWRITE_INTEGRITY                      (new)
                                                       enforced
    146   READ_ONLY_OPEN_DELAYED                       (new)
                                                       FALSE
    147   RECOVERY_PARALLELISM                         (new)
                                                       0
    148   REMOTE_ARCHIVE_ENABLE                        (new)
                                                       true
    149   REMOTE_DEPENDENCIES_MODE                     (new)
                                                       TIMESTAMP
    150   REMOTE_LOGIN_PASSWORDFILE                    (new)
                                                       NONE
    151   REMOTE_OS_AUTHENT                            (new)
                                                       TRUE
    152   REMOTE_OS_ROLES                              (new)
                                                       FALSE
    153   REPLICATION_DEPENDENCY_TRACKING              (new)
                                                       TRUE
    154   RESOURCE_LIMIT                               (new)
                                                       FALSE
    155   ROW_LOCKING                                  (new)
                                                       always
    156   SERIAL_REUSE                                 (new)
                                                       DISABLE
    157   SERIALIZABLE                                 (new)
                                                       FALSE
    158   SERVICE_NAMES                                (new)
                                                       DEV
    159   SESSION_CACHED_CURSORS                       (new)
                                                       0
    160   SESSION_MAX_OPEN_FILES                       (new)
                                                       10
    161   SESSIONS                                     (new)
                                                       96
    162   SGA_MAX_SIZE                                 (new)
                                                       219749116
    163   SHADOW_CORE_DUMP                             (new)
                                                       partial
    164   SHARED_MEMORY_ADDRESS                        (new)
                                                       0
    165   SHARED_POOL_RESERVED_SIZE                    (new)
                                                       9011200
    166   SHARED_POOL_SIZE    

Maybe you are looking for

  • What Function/Features you want to have in next Sun Studio release?

    Hello, My name is Ngoc Nguyen, from Sun Studio product team. We just shipped Sun Studio 12 ML release (for C, C++, Fortran compiler) past few weeks. We start working on the next release. This is the right time for the community to tell us what featur

  • ABAP Queries table

    Hi, can any bady help me that there is a one table which stores all custom abap queries , i need that table urgently

  • Convert Carrige Return to br in HTML

    Suppose I have a form, and there is a input field of type text,and text area, I want to replace carrige return in the text area to "<br>" when the user submit his data, In ASP it is easy: Desc = Replace(txtDesc,Chr(13),"<br>") How I can do that in se

  • Changing a "Template" Page

    I am learning about DW templates. I have one concern though. If I create a template for all of my 50 pages and then I make a change to the template can I just re upload the template page to the server or do I have to re upload all of the pages again?

  • Ise 1.3 Download remote resources

    Hi , I keep get this error when i try to download any client provisioning remote resource  java.net.SocketTimeoutException: Read timed out;WinSPWizard 1.0.0.43 The proxy settings have been changed , that did not make and difference . Thanks, Khaled