ORA-01114

Hi,
I'am in need of some help.
We are experience the following error:
*** SESSION ID:(33.4) 2005-07-18 21:05:17.062
*** 2005-07-18 21:05:17.062
ksedmp: internal or fatal error
ORA-01114: IO-fejl ved skrivning af blok i filen 608 (blok # 4172972)
ORA-27070: skgfdisp: asynkron læsening/skrivning fejlede
OSD-04016: Fejl ved kø til asynkron I/O-anmodning.
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-01114: IO-fejl ved skrivning af blok i filen 608 (blok # 4172972)
ORA-27070: skgfdisp: asynkron læsening/skrivning fejlede
OSD-04016: Fejl ved kø til asynkron I/O-anmodning.
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-01114: IO-fejl ved skrivning af blok i filen 608 (blok # 4172972)
ORA-27070: skgfdisp: asynkron læsening/skrivning fejlede
OSD-04016: Fejl ved kø til asynkron I/O-anmodning.
O/S-Error: (OS 2) The system cannot find the file specified.
Current SQL statement for this session:
INSERT /*+ APPEND */ INTO "EDW_STAGE"."Y_OBJ_RISK_SLAVE"("SEQ_NO","RISK_NO") SELECT C0,C1 FROM :Q1390402000
Sorry for the danish words, but I hope you can use the ORA errors, and that you can give me a hand here and tell me what the problem is.
The problems started with a disk break down a days ago.
The system setup is:
OS: W2K
Ora: 9.2.0.6.0
The database is a part of a datawarehouse solution.
Regards,
Mikkel

Hi,
as i tried to understand your errors.i only came to know that the device on which the file is riside is probebley offline,or if this is your temporary file then it might be the case that your device has run out of space.or disk space for your temporary file is not necessarily allocated at the file creation.
remedy :- you can remove unnecessary space from the disk by cleaning unnecessary files.
thanks.

Similar Messages

  • Temp Tables space problem with ORA-01114 and  ORA-27072:

    RDBMS :Oracle:9.2.0
    OS: Linux AS3
    Storage: SAND arrray (RAID 5)
    Problem on exeuting dml statement
    SQL> select * from myview ;
    select * from myview
    ERROR at line 1:
    ORA-01114: IO error writing block to file 201 (block # 3977)
    ORA-27072: skgfdisp: I/O error
    Linux Error: 28: No space left on device
    Additional information: 3976
    ORA-01114: IO error writing block to file 201 (block # 3977)
    ORA-27072: skgfdisp: I/O error
    Linux Error: 28: No space left on device
    Additional information: 3976
    With Regards
    Joy

    Hello joy,
    So, still looking for solution. I suggest you a sloution and it works well only if as you mentioned (in your previous post) that file causing error is temp file. So, get rid of this better you create new temporary table space and drop old one and then delete the old files manually.
    But this will work only for Temp Tablespace not for normal tablespaces and datafiles. Prepare new temporary tablespace at different location from the previous one, try to make it on different disk beacuse it may be due to corruption of physical medium too.
    Try this. If it works... you are through... otherwise i have no other options...
    Please update.....

  • ORA-01114 file$ now showing corresponding file

    We are getting following errors in alert log
    ORA-01114: IO error writing block to file 557 (block # 230471)
    ORA-27072: skgfdisp: I/O error
    ORA-01114: IO error writing block to file 557 (block # 230471)
    ORA-27072: skgfdisp: I/O error
    I ran following sql
    SELECT tablespace_name, segment_type, owner, segment_name
    FROM dba_extents
    WHERE
    file_id = 557 AND
    230471 between block_id AND block_id + blocks - 1;
    This shows 0 rows selected.
    V$datafile and v$tempfile does not have have any entry for 557.
    File$ has 258 records.
    V$datafile has -194 records.
    V$tempfile has - 007 records.
    V$log has -004 records.
    V$control has -003 records.
    50 records. – Why file$ is showing 50 more records ?
    Executed following sql
    select a.file#,a.rfile#,b.file#,b.relfile# from
    v$datafile a, file$ b
    where a.file#(+)=b.file#
    and a.rfile#(+)=b.relfile#
    and a.ts#(+)=b.ts#;
    ……
    …..
    FILE# RFILE# FILE# RELFILE#
    232
    233
    234
    235
    236 236 236 236
    237 237 237 237
    238 238 238 238
    239 239 239 239
    240 240 240 240
    241 241 241 241
    242 242 242 242
    FILE# RFILE# FILE# RELFILE#
    243 243 243 243
    244
    245
    246 246 246 246
    247 247 247 247
    248
    249
    250
    251 251 251 251
    252 252 252 252
    253
    ……..
    …….

    Some questions:
    1. OS type?
    2. File System type? Check the size of datafile #557 and check the FS limits.
    4. Are there entries when you issue following command "select * from v$recover_file"?
    5. Did you check the file permissions? (Oracle owner must have write permission)

  • ORA-01110,ORA-01114,ORA-27063 error

    I am running oracle 10.2.0.1.0 on Solaris 10 OS on Sparc machine.
    My oracle server often goes shutdown when i am performing the update operation on different tables. I could not understand the reason for its shutdown. According to log file, error occurred due to media failure but disk was fine and on starting up the oracle instance, every thing became fine. Can anybody kindly, tell me the reason for its shutdown ?
    Following is the info of log file.
    Thread 1 advanced to log sequence 1414
    Current log# 3 seq# 1414 mem# 0: /datafiles/mqa/redo03.log
    Thu Apr 3 15:49:42 2008
    Errors in file /u01/app/oracle/product/10.2.0/admin/mqa/bdump/mqa_ckpt_27978.trc:
    ORA-01110: data file 160: '/OracleStorage/MQA_Data/mqa_SM_Anl3_HS_data.dbf'
    ORA-01114: IO error writing block to file 160 (block # 1)
    ORA-27063: number of bytes read/written is incorrect
    SVR4 Error: 5: I/O error
    Additional information: -1
    Additional information: 8192
    Thu Apr 3 15:50:21 2008
    Thread 1 advanced to log sequence 1415
    Current log# 1 seq# 1415 mem# 0: /datafiles/mqa/redo01.log
    Thu Apr 3 15:51:13 2008
    Thread 1 cannot allocate new log, sequence 1416
    Checkpoint not complete
    Current log# 1 seq# 1415 mem# 0: /datafiles/mqa/redo01.log
    Thread 1 advanced to log sequence 1416
    Current log# 2 seq# 1416 mem# 0: /datafiles/mqa/redo02.log
    Thu Apr 3 15:51:45 2008
    KCF: write/open error block=0xd21d1 online=1
    file=114 /OracleStorage/MQA_Data/mqa_MSCI2D_data.dbf
    error=27063 txt: 'SVR4 Error: 5: I/O error
    Additional information: -1
    Additional information: 8192'
    Thu Apr 3 15:51:45 2008
    Errors in file /u01/app/oracle/product/10.2.0/admin/mqa/bdump/mqa_dbw0_27974.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 114 (block # 860625)
    ORA-01110: data file 114: '/OracleStorage/MQA_Data/mqa_MSCI2D_data.dbf'
    ORA-27063: number of bytes read/written is incorrect
    SVR4 Error: 5: I/O error
    Additional information: -1
    Additional information: 8192
    DBW0: terminating instance due to error 1242
    Termination issued to instance processes. Waiting for the processes to exit
    Instance terminated by DBW0, pid = 27974

    Hi Mozzam
    the memory manager on 10.2 sends these messages but they are said not to be fatal (i.e. shutting down your database) unless you get a 4031. Read the metalink doc 330239.1 about that. Have you tried to size your sga properly? Is your db still crashing after you switched async io off?
    Best regards
    Matti
    Message was edited by:
    matti

  • ORA-01114: IO error writing block

    What is the best way to recover from error :
    Wed Nov 22 21:44:01 2006
    Errors in file c:\oracle\admin\orcl\bdump\orcl_dbw0_3932.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 65 (block # 260237)
    ORA-01110: data file 65: 'C:\ORADATA\ORCL\RG_IDX_16.ORA'
    ORA-27072: skgfdisp: I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 1) Incorrect function.
    DBW0: terminating instance due to error 1242
    Instance terminated by DBW0, pid = 3932

    The basic meaning of this error stack is DB writer is unable to write to the mentioned datafile. There could be logical or physical corruption (hardware failure) or another process blocks this datafile. In the latter case the problem should be temporarily,
    1) shutdown the database
    2) run chkdsk (to check for disk failures)
    3) startup the database
    If the error persists you have to restore/recover from a backup. Since the database is running in noarchivelog mode this can only be done from a cold backup, which means probably loss of data.
    Werner

  • SQL Error: 1114: ORA-01114: IO error writing block to file (block # )

    hi
    When I run report in rsrt it is throwing me following error..
    Messages:
    ORA-01114: IO error writing block to file (block # )
    SQL Error: 1114
    Error while reading data; navigation is possible
    >> Row: 71 Inc: NEXT_PACKAGE Prog: CL_SQL_RESULT_SET
    we have tried all the options
    increased the table space of temp files but still the issue is not resolved
    one thing we have observed is
    1 case which we are seeing (not sure if this is only because of the below case)
    we see this error specifically when we run query on our infocube ZWBS_C11 (CUSTOMIZED CUBE) which has MANDATORY VARIABLE ON 0PROJECT
    do this variable has anything to do with the error..
    because in other cases where we have like 5 reports on same infocube..
    we dont see this error in other 2 cases where we dont have this mandatory variable on project
    also we see this error in several other cases like when we are doing compression of info cube zic_c03
    absolutely no clue of why this is happening..and when this is happening
    Regards

    Hi,
    This issue is related Oracle database issue, check with Basis/Dba team. Oce they resolved you can run the report with selections.
    If you know the table name you can check in SE14 (Data base Utility) and adjust the table. Some times it will work out.
    Hope it helps you.
    Riyez

  • ORA-01114: IO error writing block to file

    I am trying to create an index on a RAC database. I have tried this in two different schemas with two different tablespaces. I am not getting the standard "unable to extend segment" when you are out of space. I get:
    Tried creating an index:
    ERROR at line 1:
    ORA-00603: ORACLE server session terminated by fatal error
    I actually lose connection to the database.
    I checked udump and I get:
    ksedmp: internal or fatal error
    ORA-01114: IO error writing block to file 500 (block # 625225)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 625225)
    Additional information: -1
    1. I have 525 GBs of free space in one of my tablespace which is plenty
    2. I was able to create a new table and copy the data from the existing table. Just getting the problem with creating indexes.
    I do not have a file_id 500, so I guess that is an OS file number.

    Hi,
    Your temporary tablespaces datafiles are ok? sometimes this kind of errors arise from those files:
    1) Index creation , implies sorting ...therefore temporary usage
    2) Cannot find the file number within dba_data_files
    The (possible) reason for this, resides at the way temporary datafiles are structured: they don't allocate all disk space at creation time, like other datafiles.
    For instance, you have a filesystem with 300Mb free, and you declared a 200Mb temporary datafile, check if it will have 100Mb or 300Mb freespace (Unix bdf/Linux df -k)? ... it's puzzling... if you later redefine size for temporary , adding 150Mb , the database will allow you to do that... cause it's not allocating the space, it will use the space when temporary space is required, and you'll be in troubles passing the 300Mb barrier... just at 300 Mb + 512bytes you're out of space.
    Regards
    Ignacio
    http://oracledisect.blogspot.com

  • ORA-01114: IO error writing block to file %s (block # %s)

    One of my large query (has a large amount of sort) fails with the following error.
    ORA-01114: IO error writing block to file %s (block # %s).
    Uses Oracle 9.2 on windows 2000 server. The size of the TEMPORARY file increases and stops at 4.2 GB. This was the default TEMP file created by oracle at the time of installation. I have another 10GB of free space available on this drive (where the TEMP file exists). Information in DBA_TEMP_FILES table is given below.
    Thanks in advance for helps.
    Paul.
    FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY USER_BYTES USER_BLOCKS
    1 TEMP 4294967296 524288 AVAILABLE 1 YES 34359721984 4194302 1 4293918720 524160

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/sda2 4127108 200124 3717336 6% /
    /dev/sda1 46636 14166 30062 33% /boot
    none 513884 0 513884 0% /dev/shm
    /dev/sda3 11052880 5697800 4793612 55% /usr
    /dev/sda6 256667 37742 205673 16% /var
    /dev/sdb1 35001508 33223516 0 100% /u01
    /dev/sdc1 35001508 137340 33086176 1% /u02
    /dev/sdd1 35001508 19748484 13475032 60% /u03
    /dev/sde1 35001508 32844 33190672 1% /u04
    In the /u01 are temp01.dbf (11.039.416.320) and undotbs01.dbf (2.422.218.752) located. Can I delete or truncate the temp01 file to make space on the device or not?

  • ORA-01114: IO error writing block to file 101 (block # 376038) in create in

    Hi
    I have srange problem with create index
    I have database 10.2.0.4 on HPUX
    I tried to create index :
    CREATE INDEX "MIGRACE"."R111800_IX1" ON "MIGRACE"."R111800" ("SPARTE", "KONR")
    5 TABLESPACE "MIGR" ;
    ORA-01114: IO error writing block to file 101 (block # 376038)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 5: I/O error
    Additional information: 4
    Additional information: 376038
    Additional information: -1
    ORA-01114: IO error writing block to file 101 (block # 376038)
    table "MIGRACE"."R111800" is ok , is readable and doesn't have any LOB
    SPARTE                                                                                                                              VARCHAR2(4)
    KTONR                                                                                                                                  VARCHAR2(11)
    SUBNR                                                                                                                                  VARCHAR2(1)
    TXTGRP                                                                                                                              VARCHAR2(8)
    PRODMON                                                                                                                             VARCHAR2(6)
    WERT                                                                                                                                  NUMBER(13,2)
    I don't have in database file number 101 , all datafile are noextensible , can You help me where could be peoblwm ?
    Thank You
    Brano

    branislav.dobrotka wrote:
    Hi
    I have srange problem with create index
    I have database 10.2.0.4 on HPUX
    I tried to create index :
    CREATE INDEX "MIGRACE"."R111800_IX1" ON "MIGRACE"."R111800" ("SPARTE", "KONR")
    5 TABLESPACE "MIGR" ;
    ORA-01114: IO error writing block to file 101 (block # 376038)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 5: I/O error
    Additional information: 4
    Additional information: 376038
    Additional information: -1
    ORA-01114: IO error writing block to file 101 (block # 376038)
    table "MIGRACE"."R111800" is ok , is readable and doesn't have any LOB
    SPARTE                                                                                                                              VARCHAR2(4)
    KTONR                                                                                                                                  VARCHAR2(11)
    SUBNR                                                                                                                                  VARCHAR2(1)
    TXTGRP                                                                                                                              VARCHAR2(8)
    PRODMON                                                                                                                             VARCHAR2(6)
    WERT                                                                                                                                  NUMBER(13,2)
    I don't have in database file number 101 , all datafile are noextensible , can You help me where could be peoblwm ?
    Thank You
    BranoOracle is victim; not culprit.
    OS error.
    is disk volume full?
    any clues in OS messages file?

  • ORA-01114, ORA-29701, ORA-06512

    I have got this errors. Can any experts help me to resolve this issue?
    Due to this application users getting errors. Thanks.
    Ora errors:
    ORA-01114: IO error writing block to file 65 (block # 1956)
    ORA-29701: unable to connect to Cluster Manager
    ORA-06512: at "ERROR_PKG", line 151
    ORA-06512: at "SET_SP", line 108
    ORA-06512: at line 1

    Thanks for the suggestion. I did not think this errors related to db versions/os versions.
    It is Oracle 10.2.0.4 running in Sun OS 5.10 and its running in ASM/RAC environment.
    Since I have limited access(APP DBA) I have raised the ticket to SYSDBA to look in to this issue with my inputs.
    My Inputs:
    It seems like ORA-29701 error is related to ASM(css daemon)/RAC and all the remaining error is due to that.
    Case 1:
    Run the following batch files in the $ORACLE_HOME/bin directory as root
    localconfig delete
    localconfig add
    Case 2:
    The CSSD daemon uses /tmp/.oracle directory to establish a local socket for communication with local clients such as RDBMS instances. So you might want to ensure this was not removed by accident.
    Solution:
    Reboot the node.
    Unfortually, the location of /tmp/.oracle cannot be changed (at least for 10g RAC)

  • Oraclew error ora-01114 - How do I find which file ?

    I am getting the error ora-01114, and I've seen all the answers about either being a temporary file or the disk being offline. I don't think it's a temp file, though, and the disk is online. The file number is 23 that's giving the error, Being new to Oracle, though, I need help with what the sqlplus commands would be to find which file is number 23.
    Thanks

    I listed 4 different views you can query in my previous posts!
    Do a describe on v$datafile and v$tempfile. Both views are described along with the other mentioned views in your Oracle version# Reference manual.
    UT1 > select name
    2 from v$datafile
    3 where file# = 23;
    NAME
    /dev/rut3_ixsp_1.dbf
    HTH -- Mark D Powell --

  • Oracle Error Ora-27069 when inserting bulk data

    Hi,
    I'm inserting 10.5 million rows in a table using insert statement, & system is giving below error:
    Code -1114, Description - ORA-01114: IO error writing block to file 201 (block # 74633)
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 74639)
    ORA-01114: IO error writing block to file 201 (block # 74633)
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 74639)
    Please suggest the action for this error
    Thanks
    Deepak

    ...I apologize but of course setting the size to 3.8GB max is a "non-sense". The major thing is not to hit the 4GB size from a tablespace in Autoextend. So setting the initial size of the datafile to a value superior to 4GB is enough then you can be in Autoextend.
    Then you'll eventually hit the maximum size in number of blocks for a datafile but this is easily solved by adding a new datafile.
    Regards,
    Guillaume.

  • Expdp fail with ORA-39126 error

    When i trying to export partition table it throws following error. I have tried it with newly created table also. but still it gets fail. My DB version is: 11.1.0.6.0 (RAC)
    [oracle@db2 ORADATA8]$
    [oracle@db2 ORADATA8]$
    [oracle@db2 ORADATA8]$ ls -l
    total 8
    drwxr-xr-x 2 oracle oinstall 8192 Jul 1 11:16 CRESTELDATA
    drwxr-xr-x 2 oracle oinstall 3896 Jul 3 11:21 DATAPUMP
    drwxr-xr-x 2 oracle oinstall 3896 Feb 18 11:23 lost+found
    [oracle@db2 ORADATA8]$
    [oracle@db2 ORADATA8]$
    [oracle@db2 ORADATA8]$ expdp CRESTELMEDIATIONPRD501/CRESTELMEDIATIONPRD501 tables=TBLINVALIDCDR:PSINVALIDCDR18APR2010 DIRECTORY=ORADATA8 PARALLEL=5 COMPRESSION=ALL DUMPFILE=INVALIDCDR_%U.dmp LOGFILE=expdpINVALIDCDR.log
    Export: Release 11.1.0.6.0 - 64bit Production on Saturday, 03 July, 2010 11:24:34
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    Starting "CRESTELMEDIATIONPRD501"."SYS_EXPORT_TABLE_03": CRESTELMEDIATIONPRD501/******** tables=TBLINVALIDCDR:PSINVALIDCDR18APR2010 DIRECTORY=ORADATA8 PARALLEL=5 COMPRESSION=ALL DUMPFILE=INVALIDCDR_%U.dmp LOGFILE=expdpINVALIDCDR.log
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 3.917 GB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS [TABLE:"CRESTELMEDIATIONPRD501"."TBLINVALIDCDR"]
    ORA-01114: IO error writing block to file 6 (block # 79240)
    ORA-29701: unable to connect to Cluster Manager
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 7709
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x21ac5fc60 18051 package body SYS.KUPW$WORKER
    0x21ac5fc60 7736 package body SYS.KUPW$WORKER
    0x21ac5fc60 6945 package body SYS.KUPW$WORKER
    0x21ac5fc60 2519 package body SYS.KUPW$WORKER
    0x21ac5fc60 8342 package body SYS.KUPW$WORKER
    0x217190f58 1 anonymous block
    0x217687e98 1501 package body SYS.DBMS_SQL
    0x21ac5fc60 8201 package body SYS.KUPW$WORKER
    0x21ac5fc60 1477 package body SYS.KUPW$WORKER
    0x21ac60350 2 anonymous block
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "CRESTELMEDIATIONPRD501"."TBLINVALIDCDR":"PSINVALIDCDR18APR2010"."TER418APR2010" 36.27 MB 723142 rows
    . . exported "CRESTELMEDIATIONPRD501"."TBLINVALIDCDR":"PSINVALIDCDR18APR2010"."TER218APR2010" 16.13 MB 325123 rows
    . . exported "CRESTELMEDIATIONPRD501"."TBLINVALIDCDR":"PSINVALIDCDR18APR2010"."TER318APR2010" 512.3 KB 10467 rows
    . . exported "CRESTELMEDIATIONPRD501"."TBLINVALIDCDR":"PSINVALIDCDR18APR2010"."TER118APR2010" 556.2 MB 12261974 rows
    Master table "CRESTELMEDIATIONPRD501"."SYS_EXPORT_TABLE_03" successfully loaded/unloaded
    Dump file set for CRESTELMEDIATIONPRD501.SYS_EXPORT_TABLE_03 is:
    /ORADATA8/DATAPUMP/INVALIDCDR_01.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_02.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_03.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_04.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_05.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_06.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_07.dmp
    /ORADATA8/DATAPUMP/INVALIDCDR_08.dmp
    Job "CRESTELMEDIATIONPRD501"."SYS_EXPORT_TABLE_03" completed with 3 error(s) at 11:26:36
    Please - reply
    Edited by: Yuvraj on Jul 3, 2010 1:13 PM

    Hi,
    It seems that you have got a problematic disk there. There might be a problem with the disk that the datafile resides on since you are receiving I/O errors. Moreoever, there might be a problem with the CSS. check that all the process of cluster are running.
    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    

  • Need help on extending my TEMP tablespace (Ora ver - 8.1.7.0.0)

    Hi
    I am having problem in executing the SQL query with certain parameters in the WHERE clause.
    ORA-01114: IO error writing block to file 4 (block # 524242)
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 524247)
    ORA-01114: IO error writing block to file 4 (block # 524242)
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 524247)
    I get the above listed error. And i assumed there may be some issue due to Temp tablespace. I also verified the space occupied by the TEMP tablespace and it was 99% occupied.
    Kindly let me know is there a way to extend the space without affecting the existing DB content
    Regards
    Srinivasan B

    Didn't you got a answer in your Getting error while executing the SQL ( ver 8.1.7.0.0), did you ?
    Furthermore, don't worry about the TEMP tablespace utilization, Oracle doesn't freed space until you need it. By the way, how your TEMP tbs is defined (AUTOEXTEND, DATAFILE/TEMPFILE...) ?
    Anyway, you have to be sure about the free space on your device. And check on metalink website to get some notes advices.
    Nicolas.

Maybe you are looking for

  • FaceTime won't launch after recovery from time machine backup

    I cannot get FaceTime to launch after I recovered my machine from a Time Machine backup. I keep getting the following error: 9/3/14 7:57:13.688 PM xpcd[2535]: FaceTime[33694]: registration request failed: (0x11, 0x0) NSCocoaErrorDomain:513 You don't

  • I NEED HELP! Making a flash email form using php.

    Hi, my name is Sean, I'm making a flash contact form using php for a website. I'm having a hard time with the php. Can some one help? Click here to download my source.

  • Design View only showing 4 tables... help

    Hello, I have been working on a website for about three months now, it is a huge site and all was well until for some reason today a bunch of my pages wont show in design view. Nothing but 4 tables show up. Not even my fireworks files. It previews fi

  • K7T won't take Win XP Pro w/ GeForce2?

     ?( I got The K7T Turbo, and Geforce2 MX/400 Vid card, trying to install Win XP pro and when it checks the compatibility of my sys it says that it will not install because it found a conflict between my motherboard and my video card, but it doesn't s

  • Hide Sales Credit button

    Can any one help me how to hide sales credit button Receivables Manager ===> Transaction === > Transaction === > Sales Credit Button