Ora-01110 ora- 01113   ora-00376

Hi,
Database Verion:10.2.0
OS: windows Server 2003.
I am facing a typical error ora-01110 01113 ora-00376.
I did google and many many docs say tha I need a simple recovery for the datafile.
Unfortunately, when I do recovery it is searching for archive logs and that arch logs are deleted manually.
To overcome this I did a crosscheck, still i face the same issue.
Thanks and regards,

What happened to that datafile?
Is it a production database?
Do you have RMAN backups? If not, then WHY?
Withouth having archived redo log files or incremental backup, you can't recover the datafile. Make it offline and drop it
Kamran Agayev A.
Oracle ACE
My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

Similar Messages

  • ORA-00376,ORA-01110 의 조치 방법

    제품 : ORACLE SERVER
    작성날짜 : 2003-01-15
    ORA-00376,ORA-01110 의 조치 방법
    ================================
    Purpose
    ORA-00376: file 29 cannot be read at this time
    ORA-01110: data file 29: '/db/GICORP_4/axix01.dbf'
    Problem Description
    datafile의 size가 os에서 허용하는 filesize를 초과해서
    발생하는 에러입니다.
    Solution Description:
    unix의 ulimit filesize를 확인해 보시기 바랍니다.
    그리고 datafile size 보다 크도록 수정해 주어야 합니다.
    1. unix ulimit filesize를 증가 시킨다
    C shell인 경우
    % limit filesize <number>
    Bourne 이나 Korn shell 인 경우
    $ ulimit -f <number>
    2. archivelog mode인지 확인합니다
    SVRMGR> select * from v$database;
    NAME CREATED LOG_MODE CHECKPOINT ARCHIVE_CH
    GICORP 05/17/00 13:44:56 ARCHIVELOG 36290290 36284249
    1 row selected.
    3. media recovery가 필요한 datafiles를 찾습니다
    SVRMGR> select * from v$recover_file;
    FILE# ONLINE ERROR CHANGE# TIME
    9 OFFLINE 36287415 12/20/00 23:30:55
    23 OFFLINE 36289350 12/21/00 08:40:54
    28 OFFLINE 36287415 12/20/00 23:30:55
    29 OFFLINE 36287415 12/20/00 23:30:55
    37 OFFLINE 36287415 12/20/00 23:30:55
    5 rows selected.
    4. 각각의 datafile에 대해서 다음을 실행해 줍니다
    SVRMGR> recover datafile '/db/GICORP_4/axix01.dbf';
    Media recovery complete.
    SVRMGR> alter database datafile '/db/GICORP_4/axix01.dbf' ONLINE;
    Statement processed.
    5. database를 restart합니다
    SVRMGR> shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SVRMGR> startup
    ORACLE instance started.
    Total System Global Area 54578916 bytes
    Fixed Size 69348 bytes
    Variable Size 20783104 bytes
    Database Buffers 33554432 bytes
    Redo Buffers 172032 bytes
    Database mounted.
    Database opened.
    SVRMGR>
    Reference Ducumment
    ---------------------

    Hi,
    You have deleted the data files then how can you expect to query the data :). You need to recover from a valid backup to get the database back. You CAN NOT open database if current undo tablespace data file is gone
    Salman

  • Getting ORA-00376 while accessing from application

    Hi,
    Application team is getting below error while accessing the database.
    “ERROR: SQLException, while closing
    connection, exception is ==ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '/dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts01.dbf'
    Later we renamed the datafile from tblspcsmarts01.dbf  to tblspcsmarts_01.dbf, and still getting the same error while accessing the application.
    And, the datafiles are in online and READ WRITE mode.
    File Status:
    SQL> select file#,name,status,ENABLED,CHECKPOINT_CHANGE#,to_char(CHECKPOINT_TIME,'dd-mon-yy hh24:mi:ss') from v$datafile;
         FILE# NAME                                                         STATUS  ENABLED    CHECKPOINT_CHANGE# TO_CHAR(CHECKPOINT
             1 /dborafiles/nGTA/oradata01/smartsgs/system01.dbf             SYSTEM  READ WRITE           94950500 23-oct-13 15:41:40
             2 /dborafiles/nGTA/oradata01/smartsgs/undo02.dbf               ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
             3 /dborafiles/nGTA/oradata01/smartsgs/sysaux01.dbf             ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
             4 /dborafiles/nGTA/oradata01/smartsgs/users01.dbf              ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
             5 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_01.dbf      ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
             6 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts02.dbf       ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
             7 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_03.dbf      ONLINE  READ WRITE           94950500 23-oct-13 15:41:40
    SQL> select FILE_ID,TABLESPACE_NAME,FILE_NAME,BYTES/1024/1024,status  from dba_data_files;
       FILE_ID TABLESPACE_NAME      FILE_NAME                                                    BYTES/1024/1024 STATUS
             1 SYSTEM               /dborafiles/nGTA/oradata01/smartsgs/system01.dbf                        1024 AVAILABLE
             5 TBLSPCSMARTS         /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_01.dbf                 7000 AVAILABLE
             3 SYSAUX               /dborafiles/nGTA/oradata01/smartsgs/sysaux01.dbf                        1024 AVAILABLE
             4 USERS                /dborafiles/nGTA/oradata01/smartsgs/users01.dbf                         2048 AVAILABLE
             6 TBLSPCSMARTS         /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts02.dbf                  6144 AVAILABLE
             7 TBLSPCSMARTS         /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_03.dbf                 2048 AVAILABLE
             2 UNDOTBS1             /dborafiles/nGTA/oradata01/smartsgs/undo02.dbf                          1024 AVAILABLE
    File permissions at OS level.
    [oracle@apt3vl05 smartsgs]$ pwd
    /dborafiles/nGTA/oradata01/smartsgs
    [oracle@apt3vl05 smartsgs]$ ls -lrt
    total 29057944
    -rw-r----- 1 oracle dba 7340040192 Oct 23 10:37 tblspcsmarts01.dbf_old
    -rw-r----- 1 oracle dba 1073750016 Oct 23 12:37 temp01.dbf
    -rw-r----- 1 oracle dba 2147491840 Oct 23 15:41 users01.dbf
    -rw-r----- 1 oracle dba 2147491840 Oct 23 15:41 tblspcsmarts_03.dbf
    -rw-r----- 1 oracle dba 6442459136 Oct 23 15:41 tblspcsmarts02.dbf
    -rw-r----- 1 oracle dba 7340040192 Oct 23 15:41 tblspcsmarts_01.dbf
    -rw-r----- 1 oracle dba 1073750016 Oct 23 16:05 sysaux01.dbf
    -rw-r----- 1 oracle dba 1073750016 Oct 23 16:25 undo02.dbf
    -rw-r----- 1 oracle dba 1073750016 Oct 23 16:25 system01.dbf
    -rw-r----- 1 oracle dba    6832128 Oct 23 16:25 control02.ctl
    -rw-r----- 1 oracle dba    6832128 Oct 23 16:25 control01.ctl
    Even i am able to do switch logfile and every thing fine. Below is the excerpt from alert log.
    Wed Oct 23 10:29:59 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /dboracle/orabase/product/10.2.0.4/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =97
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 800
      timed_statistics         = TRUE
      shared_pool_size         = 159383552
      large_pool_size          = 16777216
      java_pool_size           = 159383552
      streams_pool_size        = 16777216
      control_files            = /dborafiles/nGTA/oradata01/smartsgs/control01.ctl, /dborafiles/nGTA/oradata01/smartsgs/control02.ctl, /dboracle/admin/smartsgs/control03.ctl
      db_block_size            = 8192
      db_cache_size            = 16777216
      compatible               = 10.2.0.4
      db_file_multiblock_read_count= 16
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      undo_retention           = 10800
      O7_DICTIONARY_ACCESSIBILITY= TRUE
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      instance_name            = smartsgs
      job_queue_processes      = 10
      background_dump_dest     = /dboracle/admin/smartsgs/bdump
      user_dump_dest           = /dboracle/admin/smartsgs/udump
      core_dump_dest           = /dboracle/admin/smartsgs/cdump
      sort_area_size           = 524288
      db_name                  = smartsgs
      open_cursors             = 800
      star_transformation_enabled= FALSE
      query_rewrite_enabled    = FALSE
      pga_aggregate_target     = 25165824
      aq_tm_processes          = 1
    PMON started with pid=2, OS id=9173
    PSP0 started with pid=3, OS id=9178
    MMAN started with pid=4, OS id=9180
    DBW0 started with pid=5, OS id=9187
    LGWR started with pid=6, OS id=9194
    CKPT started with pid=7, OS id=9200
    SMON started with pid=8, OS id=9202
    RECO started with pid=9, OS id=9204
    CJQ0 started with pid=10, OS id=9206
    MMON started with pid=11, OS id=9208
    MMNL started with pid=12, OS id=9210
    Wed Oct 23 10:30:01 2013
    ALTER DATABASE   MOUNT
    Wed Oct 23 10:30:06 2013
    Setting recovery target incarnation to 1
    Wed Oct 23 10:30:06 2013
    Successful mount of redo thread 1, with mount id 765417449
    Wed Oct 23 10:30:06 2013
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Oct 23 10:30:06 2013
    ALTER DATABASE OPEN
    Wed Oct 23 10:30:06 2013
    Thread 1 opened at log sequence 855
      Current log# 3 seq# 855 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01c.log
      Current log# 3 seq# 855 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02c.log
      Current log# 3 seq# 855 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03c.log
    Successful open of redo thread 1
    Wed Oct 23 10:30:06 2013
    SMON: enabling cache recovery
    Wed Oct 23 10:30:07 2013
    Successfully onlined Undo Tablespace 6.
    Wed Oct 23 10:30:07 2013
    SMON: enabling tx recovery
    Wed Oct 23 10:30:07 2013
    Database Characterset is WE8ISO8859P15
    Opening with internal Resource Manager plan
    where NUMA PG = 1, CPUs = 2
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=14, OS id=9246
    Wed Oct 23 10:30:10 2013
    Completed: ALTER DATABASE OPEN
    Wed Oct 23 10:37:38 2013
    alter tablespace TBLSPCSMARTS offline
    Wed Oct 23 10:37:38 2013
    Completed: alter tablespace TBLSPCSMARTS offline
    Wed Oct 23 10:43:58 2013
    alter tablespace TBLSPCSMARTS rename datafile '/dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts01.dbf' to '/dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_01.dbf'
    Wed Oct 23 10:43:58 2013
    Completed: alter tablespace TBLSPCSMARTS rename datafile '/dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts01.dbf' to '/dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_01.dbf'
    Wed Oct 23 10:44:14 2013
    alter tablespace TBLSPCSMARTS online
    Wed Oct 23 10:44:15 2013
    Completed: alter tablespace TBLSPCSMARTS online
    Wed Oct 23 15:02:00 2013
    Thread 1 advanced to log sequence 856 (LGWR switch)
      Current log# 1 seq# 856 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01a.log
      Current log# 1 seq# 856 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02a.log
      Current log# 1 seq# 856 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03a.log
    Wed Oct 23 15:06:11 2013
    Thread 1 advanced to log sequence 857 (LGWR switch)
      Current log# 2 seq# 857 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01b.log
      Current log# 2 seq# 857 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02b.log
      Current log# 2 seq# 857 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03b.log
    Thread 1 cannot allocate new log, sequence 858
    Checkpoint not complete
      Current log# 2 seq# 857 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01b.log
      Current log# 2 seq# 857 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02b.log
      Current log# 2 seq# 857 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03b.log
    Wed Oct 23 15:06:17 2013
    Thread 1 advanced to log sequence 858 (LGWR switch)
      Current log# 3 seq# 858 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01c.log
      Current log# 3 seq# 858 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02c.log
      Current log# 3 seq# 858 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03c.log
    Wed Oct 23 15:06:17 2013
    Thread 1 advanced to log sequence 859 (LGWR switch)
      Current log# 1 seq# 859 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01a.log
      Current log# 1 seq# 859 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02a.log
      Current log# 1 seq# 859 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03a.log
    Wed Oct 23 15:09:00 2013
    Thread 1 advanced to log sequence 860 (LGWR switch)
      Current log# 2 seq# 860 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01b.log
      Current log# 2 seq# 860 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02b.log
      Current log# 2 seq# 860 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03b.log
    Wed Oct 23 15:09:02 2013
    Thread 1 advanced to log sequence 861 (LGWR switch)
      Current log# 3 seq# 861 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01c.log
      Current log# 3 seq# 861 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02c.log
      Current log# 3 seq# 861 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03c.log
    Wed Oct 23 15:37:37 2013
    alter database datafile 5 online
    Wed Oct 23 15:37:37 2013
    Completed: alter database datafile 5 online
    Wed Oct 23 15:37:58 2013
    alter database datafile 7 online
    Wed Oct 23 15:37:58 2013
    Completed: alter database datafile 7 online
    Wed Oct 23 15:41:09 2013
    Thread 1 advanced to log sequence 862 (LGWR switch)
      Current log# 1 seq# 862 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01a.log
      Current log# 1 seq# 862 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02a.log
      Current log# 1 seq# 862 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03a.log
    Wed Oct 23 15:41:10 2013
    Thread 1 advanced to log sequence 863 (LGWR switch)
      Current log# 2 seq# 863 mem# 0: /dborafiles/nGTA/oraredo1/smartsgs/redo01b.log
      Current log# 2 seq# 863 mem# 1: /dborafiles/nGTA/oraredo2/smartsgs/redo02b.log
      Current log# 2 seq# 863 mem# 2: /dborafiles/nGTA/oraredo3/smartsgs/redo03b.log
    Please advice how can we troubleshoot what could be the issue.
    Thanks,
    Dasarath

    Output of the requested commands.
    SQL> select * from v$datafile_header;
         FILE# STATUS  ERROR                                                                 FORMAT REC FUZ CREATION_CHANGE# CREATION_ TABLESPACE_NAME             TS#     RFILE# RESETLOGS_CHANGE# RESETLOGS CHECKPOINT_CHANGE# CHECKPOIN CHECKPOINT_COUNT      BYTES     BLOCKS NAME                                               SPACE_HEADER    LAST_DEALLOC_SCN
             1 ONLINE                                                                             0 NO  YES                8 23-JUL-09 SYSTEM                        0         1                  1 23-JUL-09           94978106 24-OCT-13              913 1073741824     131072 /dborafiles/nGTA/oradata01/smartsgs/system01.dbf
             2 ONLINE                                                                             0 NO  YES         94828823 22-OCT-13 UNDOTBS1                      6         2                  1 23-JUL-09           94978106 24-OCT-13               37 1073741824     131072 /dborafiles/nGTA/oradata01/smartsgs/undo02.dbf     8388610
             3 ONLINE                                                                             0 NO  YES             7545 23-JUL-09 SYSAUX                        2         3                  1 23-JUL-09           94978106 24-OCT-13              912 1073741824     131072 /dborafiles/nGTA/oradata01/smartsgs/sysaux01.dbf   12582914
             4 ONLINE                                                                             0 NO  YES           170715 23-JUL-09 USERS                         4         4                  1 23-JUL-09           94978106 24-OCT-13              907 2147483648     262144 /dborafiles/nGTA/oradata01/smartsgs/users01.dbf    16777218
             5 ONLINE                                                                             0 NO  YES         94891412 22-OCT-13 TBLSPCSMARTS                  5         5                  1 23-JUL-09           94978106 24-OCT-13               30 7340032000     896000 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_0 20971522
                                                                                                                                                                                 1.dbf
             6 ONLINE                                                                             0 NO  YES         94891511 22-OCT-13 TBLSPCSMARTS                  5         6                  1 23-JUL-09           94978106 24-OCT-13               28 6442450944     786432 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts02 25165826
                                                                                                                                                                                 .dbf
             7 ONLINE                                                                             0 NO  YES         94891933 22-OCT-13 TBLSPCSMARTS                  5         7                  1 23-JUL-09           94978106 24-OCT-13               29 2147483648     262144 /dborafiles/nGTA/oradata01/smartsgs/tblspcsmarts_0 29360130
                                                                                                                                                                                 3.dbf
    7 rows selected.
    SQL> select * from v$recover_file;
    no rows selected
    Thanks,
    Dasarath

  • [help me] Oracle 10G + ASM "ORA-00376: file 5 cannot be read at this time"

    We have used Oracle 10G R2 RAC + ASM on Redhat 4 (EMC cx700 Storage)
    I found below errors on alert log and can't inserted, updated and deleted datas in database.
    Sun May 27 01:12:34 2007
    SUCCESS: diskgroup ARCH was mounted
    SUCCESS: diskgroup ARCH was dismounted
    SUCCESS: diskgroup ARCH was mounted
    SUCCESS: diskgroup ARCH was dismounted
    SUCCESS: diskgroup ARCH was mounted
    SUCCESS: diskgroup ARCH was dismounted
    Sun May 27 01:19:11 2007
    Errors in file /oracle/product/admin/DB/udump/db3_ora_15854.trc:
    ORA-00376: file 5 cannot read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00372: file 5 cannot be modified at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    So:
    I checked and recovered data file
    SQL> select name,status,file# from v$datafile where status ='RECOVER';
    NAME
    STATUS FILE#
    +DATA/db/datafile/undotbs3.257.617849281
    RECOVER 5
    RMAN> run {
    allocate channel t1 type 'SBT_TAPE';
    allocate channel t2 type DISK;
    recover datafile 5;
    recover completed.
    SQL> alter database datafile 5 online;
    Butttttttttttttttttt:
    What is going on?
    I checked EMC storage, not found any disk error.
    I checked alert log of ASM, no found anything.
    I don't know What the problem ?
    Because I had the same problem 2 days ago.
    This day error on undo datafile node 3.
    2 days aGo; error on undo node 4.
    Please please anybody
    What bug or anything wrong ?
    Please introduce me
    trace file:
    /oracle/product/admin/DB/udump/db3_ora_15854.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/db
    System name: Linux
    Node name: db03.domain
    Release: 2.6.9-42.ELsmp
    Version: #1 SMP Wed Jul 12 23:32:02 EDT 2006
    Machine: x86_64
    Instance name: DB3
    Redo thread mounted by this instance: 3
    Oracle process number: 65
    Unix process pid: 15854, image: [email protected]
    *** SERVICE NAME:(DB) 2007-05-27 01:19:11.574
    *** SESSION ID:(591.62658) 2007-05-27 01:19:11.574
    *** 2007-05-27 01:19:11.574
    ksedmp: internal or fatal error
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    ORA-00372: file 5 cannot be modified at this time
    ORA-01110: data file 5: '+DATA/db/datafile/undotbs3.257.617849281'
    Current SQL statement for this session:
    INSERT INTO DATA_ALL VALUES (:B1 ,:B2 ,:B3 ,:B4 ,:B5 ,:B6 ,:B7 ,:B8 ,:B9 ,:B10 ,:B11 ,:B12 ,:B13 ,:B14 ,:B15 ,:B16 ,:B17 ,:B18 ,:B19 ,:B20 ,:B21 ,:B22 ,:B23 ,:B24 ,:B25 ,:B26 ,:B27 ,:B28 ,:B29 ,:B30 ,:B31 ,:B32 ,:B33 ,:B34 ,:B35 ,:B36 ,:B37 ,:B38 ,:B39 ,:B40 ,:B41 ,:B42 ,:B43 ,:B44 ,:B45 ,:B46 ,:B47 ,:B48 ,:B49 ,:B50 )
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x21dc2b4b8 780 package body MGR.AC
    0x21e4815b0 3 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+31 call ksedst1() 000000000 ? 000000001 ?
    7FBFFF7290 ? 7FBFFF72F0 ?
    7FBFFF7230 ? 000000000 ?
    ksedmp()+610 call ksedst() 000000000 ? 000000001 ?
    7FBFFF7290 ? 7FBFFF72F0 ?
    7FBFFF7230 ? 000000000 ?
    ksupop()+3581 call ksedmp() 000000003 ? 000000001 ?
    7FBFFF7290 ? 7FBFFF72F0 ?
    7FBFFF7230 ? 000000000 ?
    opiodr()+3899 call ksupop() 000000002 ? 000000001 ?
    7FBFFF7290 ? 7FBFFF72F0 ?
    7FBFFF7230 ? 000000000 ?
    rpidrus()+198 call opiodr() 000000066 ? 000000006 ?
    .......etc.............................
    Message was edited by:
    HunterX (Surachart Opun)

    To me it looks like your undotbs on node3 is filled and not marking old undo as expired. Use this query to find out if it is labeling old undo as expired.
    SELECT tablespace_name, status, COUNT(*) AS HOW_MANY
    FROM dba_undo_extents
    GROUP BY tablespace_name, status;
    Another thing I noticed from your alertlog is it is only doing that on undotbs3, which I assumes is on node3.
    1) try recreate undotbs on node3
    2) take node3 out of service (stop nodeapps, ASM, instance and finally CRS on node3) and see if you can do DML on your database.
    -Moid

  • SQL error 376: 'ORA-00376: file 12 cannot be read at this time

    While installing Appl Patch set SAPKH70010- SAPKH70013 I received followingerror ,
    SQL_fehler in der Datenbank beim Zugriff auf eine
    Following is output of the dev_w0 logfile.
    C SELECT TLINE, SEQNO FROM SNAPT WHERE LANGU = :A0 AND ERRID = :A1 AND TTYPE = :A2 ORDER BY SEQNO;
    B ***LOG BY2=> sql error 376 performing FET dbds#1 @ 592 dbds 0592
    B ***LOG BY0=> ORA-00376: file 12 cannot be read at this time
    ORA-01110: data file 12: '/oracle/RTQ/sapdata2/sr3_9/sr3.data9' dbds#1 @ 592 dbds 0592
    C OCI-call failed with -1=OCI_ERROR
    C SQL error 376: 'ORA-00376: file 12 cannot be read at this time
    C ORA-01110: data file 12: '/oracle/RTQ/sapdata2/sr3_9/sr3.data9''
    C *** ERROR => Error 376 in stmt_fetch() from oci_execute_stmt(), orpc=0
    http://dbsloci.c 12861
    C *** ERROR => ORA-376 occurred when executing SQL stmt (parse error offset=0)
    http://dbsloci.c 12880
    C sc_p=0x106d644c8,no=227,idc_p=(nil),con=0,act=1,slen=95,smax=256,#vars=3,stmt=0x108563c80,table=SNAPT
    C SELECT TLINE, SEQNO FROM SNAPT WHERE LANGU = :A0 AND ERRID = :A1 AND TTYPE = :A2 ORDER BY SEQNO;
    C sc_p=0x106d644c8,no=227,idc_p=(nil),con=0,act=1,slen=95,smax=256,#vars=3,stmt=0x108563c80,table=SNAPT
    C prep=0,lit=0,nsql=1,lobret=0,#exec=1,dbcnt=0,upsh_p=(nil),ocistmth_p=0x1085649b0
    C IN : cols=3,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=4294967295,rsize=42,vmax=32,bound=1,iobuf_p=0x1070cf7d0,vda_p=0x1074f664
    0
    C lobs=0,lmax=0,lpcnt=0,larr=(nil),lcurr_p=(nil),rret=0
    C OUT: cols=2,rmax=208,xcnt=208,rpc=0,rowi=0,rtot=0,upto=4294967295,rsize=152,vmax=32,bound=1,iobuf_p=0x1070e9f50,vda_p=0x108
    565000
    According this i checked file
    ORA-01110: data file 12: '/oracle/RTQ/sapdata2/sr3_9/sr3.data9''
    This file is in RECOVER mode.
    my SAP application ECC6.9 is running.
    Oracle is also running.
    I do not have any oracle backup
    For any transaction the system is giving following error,
    "SQL_fehler in der Datenbank beim Zugriff auf eine"
    Please advice.

    Hi PushpaMitra,
    Check below note.
    Note 328785 - ORA-00376: File cannot be read at this time
    Regards
    Ashok

  • ORA-00376: file 2 cannot be read at this time

    Hi,
    Our SAP system is down. When checked I found PSAPUNDO tablespace needs recovery. (From SYSSMU1$ to SYSSMU10$ NEEDS RECOVERY and SYSSMU11$ to SYSSMU17$ are offline).
    So I have created another tablespace PSAPUNDO2 and altered the system.
    SQL >create undo tablespace PSAPUNDO2 datafile 'D:\Oracle\SOL\sapdata1\undo_2\UNDO.DATA2' size 700MB;
    SQL>alter system set undo_tablespace=PSAPUNDO2 scope=spfile;
    I have changed undo_management to Manual. And I have not dropped old tablespace PSAPUNDO yet,
    I have restarted the system and initially the database was not open.
    I gave command alter database open and opened it.
    The oracle has been started normally. But still SAP instance cannot be started.
    Last few lines of aler log:
    Sun Jan 06 04:05:12 2013
    Completed: ALTER DATABASE OPEN
    Sun Jan 06 04:06:08 2013
    Shutting down archive processes
    Sun Jan 06 04:06:13 2013
    ARCH shutting down
    ARC2: Archival stopped
    Adjusting the default value of parameter parallel_max_servers
    from 160 to 65 due to the value of parameter processes (80)
    Sun Jan 06 04:06:29 2013
    Starting ORACLE instance (normal)
    Sun Jan 06 04:14:09 2013
    Errors in file d:\oracle\sol\saptrace\background\sol_smon_3796.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 2 cannot be read at this time
    ORA-01110: data file 2: 'D:\ORACLE\SOL\SAPDATA1\UNDO_1\UNDO.DATA1'
    Now when i give command:
    show parameter undo, I got the table_space name as PSAPUNDO2.But if I give command
    SQL> select segment_name,owner,tablespace_name,status from dba_rollback_segs;
    I am getting PSAPUNDO as the tablespace insteadof PSAPUNDO2. PSAPUNDO tablespace needs recovery. (From SYSSMU1$ to SYSSMU10$ NEEDS RECOVERY and SYSSMU11$ to SYSSMU17$ are offline).
    Also
    In BRTOOLS, in show tablespace command I cannot see the new tablespace PSAPUNDO2.
    Kindly suggest how to resolve this issue.

    Hi,
    Thanks for your reply. When I checked SAP down issue(around 6th Dec) I had exteneded the tablespace PSAPUNO and PSAPSR3 with brtools and restarted the server.
    Then I checked further and found the problem was PSAPUNDO needs recovery.
    Then I created another tablespace PSAPUNDO2 and altered system. (See my previous post).
    Now as you told I checked alert log history to check when the problem started and found the following:
    Incremental checkpoint up to RBA [0x2aad.15fb6.0], current log tail at RBA [0x2aad.15ff4.0]
    Sun Dec 02 19:01:16 2012
    Beginning log switch checkpoint up to RBA [0x2aae.2.10], SCN: 179359877
    Thread 1 advanced to log sequence 10926
    Current log# 2 seq# 10926 mem# 0: D:\ORACLE\SOL\ORIGLOGB\LOG_G12M1.DBF
    Current log# 2 seq# 10926 mem# 1: C:\ORACLE\SOL\MIRRLOGB\LOG_G12M2.DBF
    Sun Dec 02 19:06:21 2012
    Completed checkpoint up to RBA [0x2aae.2.10], SCN: 179359877
    Sun Dec 02 19:25:04 2012
    Incremental checkpoint up to RBA [0x2aae.2d36.0], current log tail at RBA [0x2aae.2e11.0]
    Sun Dec 02 19:30:00 2012
    KCF: write/open error block=0x19 online=1
    file=2 D:\ORACLE\SOL\SAPDATA1\UNDO_1\UNDO.DATA1
    error=27072 txt: 'OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.'
    Automatic datafile offline due to write error on
    file 2: D:\ORACLE\SOL\SAPDATA1\UNDO_1\UNDO.DATA1
    Sun Dec 02 19:30:01 2012
    Errors in file d:\oracle\sol\saptrace\usertrace\sol_ora_5408.trc:
    ORA-00376: file 2 cannot be read at this time
    ORA-01110: data file 2: 'D:\ORACLE\SOL\SAPDATA1\UNDO_1\UNDO.DATA1'
    ORA-00376: file 2 cannot be read at this time
    I am not sure what caused this error: ORA-00376: file 2 cannot be read at this time
    I think there is no issue with Parallel_Max_Server as I can see its entry in Alert log since 2007.
    Thu Oct 25 20:48:48 2007
    Adjusting the default value of parameter parallel_max_servers
    from 160 to 65 due to the value of parameter processes (80)
    Thu Oct 25 20:48:48 2007
    Starting ORACLE instance (normal)
    Will wait for your reply.
    Edited by: 980149 on Jan 6, 2013 9:32 AM

  • ORA-00376: file 201 cannot be read at this time

    How can i resolve this?
    SQL> alter database tempfile '/home/oracle/product/oradata/ora01/temp01.dbf' resize 10g;
    alter database tempfile '/home/oracle/product/oradata/ora01/temp01.dbf' resize 10g
    ERROR at line 1:
    ORA-00376: file 201 cannot be read at this time
    ORA-01110: data file 201: '/home/oracle/product/oradata/ora01/temp01.dbf'

    Hi
    If you have created a new TEMP Tablespace and dropped the old temp tablespace , then you will have to use the follwoing command to make use of the old temp files in the new temporary tablespace.
    alter tablespace <new temp tbs name > add tempfile '<old tempfile name>' reuse;
    To autoextend the tempfile :
    alter database tempfile '<tenpfile name>' autoextend on;
    Regards,
    Akash
    Link : [oracledreamz.blogspot.com]
    Edited by: akash@otn on 28 Mar, 2009 12:58 AM

  • ORA-00376: file 24 cannot be read at this time

    Hi,
    DB 10.2.0.4
    AIX 5.3
    PROD
    When i am trying to start database i got below error.kindly suggest me.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 5368709120 bytes
    Fixed Size 2091632 bytes
    Variable Size 2399143312 bytes
    Database Buffers 2952790016 bytes
    Redo Buffers 14684160 bytes
    Database mounted.
    ORA-00376: file 24 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/undo_.dbf'
    Thanks
    Edited by: user13382934 on Apr 21, 2011 2:05 PM

    In trace file find below
    ORA-00376: file 27 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    Parallel Transaction recovery caught exception 376
    Parallel Transaction recovery caught error 376
    *** 2011-04-21 19:09:26.615
    SMON: following errors trapped and ignored:
    ORA-00376: file 27 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    Parallel Transaction recovery caught exception 376
    Parallel Transaction recovery caught error 376
    *** 2011-04-21 19:09:27.633
    SMON: following errors trapped and ignored:
    ORA-00376: file 27 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    Parallel Transaction recovery caught exception 376
    Parallel Transaction recovery caught error 376
    *** 2011-04-21 19:09:28.651
    SMON: following errors trapped and ignored:
    ORA-00376: file 24 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data//undo.dbf'
    In alert log file
    *** 2011-04-21 20:18:16.178
    SMON: following errors trapped and ignored:
    ORA-00376: file 24 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    MMNL absent for 4286 secs; Foregrounds taking over
    MMNL absent for 4286 secs; Foregrounds taking over
    MMNL absent for 4286 secs; Foregrounds taking over
    MMNL absent for 4286 secs; Foregrounds taking over
    Thu Apr 21 20:20:26 2011
    Errors in file /vol01/oracle/admin/bdump/dev_smon_516148.trc:
    ORA-00376: file 27 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    Thu Apr 21 20:20:36 2011
    Errors in file /vol01/oracle/admin/bdump/dev_smon_516148.trc:
    ORA-00376: file 27 cannot be read at this time
    ORA-01110: data file 27: '/vol01/oracle/data/undo.dbf'
    Kindly update me,
    http://www.oracle.cc/2008/06/case-study-recover-database-after-crash-of-storage-array-linux-error-5-ora-01243-ora-00376.html
    This link is giving solution for the same,confirm me
    Thanks
    Edited by: user13382934 on Apr 21, 2011 2:15 PM
    Edited by: user13382934 on Apr 21, 2011 2:19 PM

  • ORA-00376: file 30 cannot be read at this time

    hi
    iam new for appsdba
    iam facing the below problem can any one help me.
    [appldev@ebs idev_ebs]$ ./adstrtal.sh apps/apps
    You are running adstrtal.sh version 115.16
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adapcctl.sh start
    script returned:
    adapcctl.sh version 115.47
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adalnctl.sh start
    script returned:
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_idev.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 115.24
    Starting concurrent manager for idev ...
    Starting idev_0628@idev Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adfrmctl.sh start
    script returned:
    You are running adfrmctl.sh version 115.37
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    Starting forms server for idev on port 9080.
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adrepctl.sh start
    script returned:
    You are running adrepctl.sh version 115.31
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    starting Reports Server for idev on port 7080.
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adfmcctl.sh start
    script returned:
    You are running adfmcctl.sh version 115.19
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    Starting forms load balancing client for idev.
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.15
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    starting forms metrics server for idev.
    ORACLE error 376 in afpgdbcf
    Cause: afpgdbcf failed due to ORA-00376: file 30 cannot be read at this time
    ORA-01110: data file 30: '/devc/p05/oracle/pixdata/tx_data4.dbf'
    ORA-06512: at "APPS.FND_CORE_LOG", line 22
    ORA-06512: at "APPS.FND_PROFILE", line 99
    ORA-06512: at "APPS.FND_WEB_CONFIG", line .
    The SQL statement being executed at the time of the error was: begin :d := FND_SECURITY_PKG.DATABASE_ID; end; and was executed from the file &ERRFILE.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /devc/p01/oracle/pixcomn/admin/scripts/idev_ebs/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 115.16
    Validating Fulfillment patch level via /devc/p01/oracle/pixcomn/java
    Fulfillment patch level validated.
    Starting Fulfillment Server for idev on port 9380 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    Check logfile /devc/p01/oracle/pixcomn/admin/log/idev_ebs/06280212.log for details
    Exiting with status 0
    [appldev@ebs idev_ebs]$

    You are trying to access objects of that perticular datafiles.
    If you want to access either you need to perform recovery, you should have all the archives of all those when datafiles put offline.
    Or you should not try to access the objects such resides in that tablespace.
    If you perform offline or offline drop. Next time you can face problems like object does not exist.

  • ORA-00376: file cannot be read at this time

    Hi All,
    I am not able to login to database.after performing this activities .Please help.
    I have run the following commands. I checked tablespace datafile size and try to re-sizing the datafile size. I get following error.
    Would you please help me.
    Regards,
    GS
    =============================================
    SQL>select * from DBA_DATA_FILES where TABLESPACE_NAME='TLAPP';
    FILE_NAME
    FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY USER_BYTES USER_BLOCKS ONLINE_
    /HRPRODDATA/oradata/tlapp.dbf
    118 TLAPP 2306867200 281600 AVAILABLE 118 YES 3.4360E+10 4194302 640 2306736128 281584 ONLINE
    SQL> alter database datafile '/HRPRODDATA/oradata/tlapp.dbf' resize 9900m
    SQL> alter database datafile '/HRPRODDATA/oradata/tlapp.dbf' resize 9900m;
    alter database datafile '/HRPRODDATA/oradata/tlapp.dbf' resize 9900m
    ERROR at line 1:
    ORA-01135: file 118 accessed for DML/query is offline
    ORA-01110: data file 118: '/HRPRODDATA/oradata/tlapp.dbf'
    SQL> alter database datafile '/HRPRODDATA/oradata/tlapp.dbf' resize 9900m ;
    alter database datafile '/HRPRODDATA/oradata/tlapp.dbf' resize 9900m
    ERROR at line 1:
    ORA-00376: file 118 cannot be read at this time
    ORA-01110: data file 118: '/HRPRODDATA/oradata/tlapp.dbf'
    SQL> select * from DBA_DATA_FILES where TABLESPACE_NAME='TLAPP';
    FILE_NAME
    FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY USER_BYTES USER_BLOCKS ONLINE_
    /HRPRODDATA/oradata/tlapp.dbf
    118 TLAPP AVAILABLE 118 RECOVER
    SQL>
    ======================================================

    i ran and i got the following. Would you please tell me how to solve it.
    SQL> select * from v$recover_file;
    FILE# ONLINE ONLINE_ ERROR CHANGE# TIME
    2 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    8 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    50 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    60 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    63 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    73 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    76 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    78 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    91 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    92 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    98 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    FILE# ONLINE ONLINE_ ERROR CHANGE# TIME
    99 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    102 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    108 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    118 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    119 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    127 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    128 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    129 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    132 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    135 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    136 OFFLINE OFFLINE 1.7304E+10 21-DEC-11
    22 rows selected.

  • ORA-00376

    Hello
    For some reason I am getting the above mentioned error. I did not delete any datafiles.
    This is the an example of an error I get when I do a select * on one of the tables
    ORA-00376: file 54 cannot be read at this time
    ORA-01111: name for data file 54 is unknown - rename to correct file
    ORA-01110: data file 54: '/private/oracle/m5/infra/dbs/MISSING00054'

    Could you post the output of the following queries?
    select tablespace_name,status from dba_tablespaces;
    select file#,name,status,enabled from v$datafile;
    [/CODE]

  • Error  ora-00376

    cada ves que quiero ver una tabla me aparece  el siguiente error
    la estructura puedo  de la tabla puedo ver pero no asi los datos
    ORA-00376: el archivo 6 no se puede leer en este momento
    ORA-01111: nombre del archivo datos 6 desconocido - escriba un nombre de archivo correcto
    ORA-01110: archivo de datos 6: 'D:\APP\ADMINISTRADOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\MISSING00006'
    mis archivo de basededato
    cuando inicia
    Total System Global Area  535662592 bytes
    Fixed Size                  1375792 bytes
    Variable Size             335544784 bytes
    Database Buffers          192937984 bytes
    Redo Buffers                5804032 bytes
    Base de datos montada.
    Base de datos abierta.
    el archivo missing0006 no existe
    si me pueden dar una mano estaría muy agradecido
    realizo lo siguiente
    SQL> recover datafile 6;
    ORA-00283: sesi¾n de recuperaci¾n cancelada debido a errores
    ORA-01111: nombre del archivo datos 6 desconocido - escriba un nombre
    archivo correcto
    ORA-01110: archivo de datos 6:
    'D:\APP\ADMINISTRADOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\MISSING00006'
    ORA-01157: no se puede identificar/bloquear el archivo de datos 6 - c
    archivo de rastreo del DBWR
    ORA-01111: nombre del archivo datos 6 desconocido - escriba un nombre
    archivo correcto
    ORA-01110: archivo de datos 6:
    'D:\APP\ADMINISTRADOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\MISSING00006'
    alguna ayuda

    SQL> select a.file#,a.name as FILE_NAME,b.name as TABLESPACE_NAME ,status
    $datafile a ,v$tablespace b where a.ts#=b.ts#;
         FILE#
    FILE_NAME
    TABLESPACE_NAME                STATUS
             1
    D:\APP\ADMINISTRADOR\ORADATA\ORCL\SYSTEM01.DBF
    SYSTEM                         SYSTEM
             2
    D:\APP\ADMINISTRADOR\ORADATA\ORCL\SYSAUX01.DBF
    SYSAUX                         ONLINE
         FILE#
    FILE_NAME
    TABLESPACE_NAME                STATUS
             3
    D:\APP\ADMINISTRADOR\ORADATA\ORCL\UNDOTBS01.DBF
    UNDOTBS1                       ONLINE
             4
    D:\APP\ADMINISTRADOR\ORADATA\ORCL\USERS01.DBF
         FILE#
    FILE_NAME
    TABLESPACE_NAME                STATUS
    USERS                          ONLINE
             5
    D:\APP\ADMINISTRADOR\ORADATA\ORCL\EXAMPLE01.DBF
    EXAMPLE                        ONLINE
             6
         FILE#
    FILE_NAME
    TABLESPACE_NAME                STATUS
    D:\APP\ADMINISTRADOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\MISSING00006
    CONTAB                         RECOVER
             7
    D:\APP\ADMINISTRADOR\PRODUCT\11.2.0\DBHOME_1\DATABASE\MISSING00007
    CONTAB                         RECOVER
    7 filas seleccionadas.

  • ORA-00376: file 29 cannot be read at this time

    Hi Guys,
    I am running Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production on RHEL5.
    I had mny files on auto-extend now my mount point went to 100%.
    I had a problem with some of the files that were on that mount point.
    I managed to can increase the mount point. Now I want to recover those files as their status is RECOVER.
    But when I do recover datafile 'file_name'; I get this error:
    ORA-00376: file 29 cannot be read at this time
    How do I make sure that the files are readable again?
    Please help!!!!!!!!!!!

    Go through your alert.log . File 29 would have been taken OFFLINE by Oracle at some time and a message would have been written to the alert.log
    You can
    ALTER DATABASE DATAFILE 29 ONLINE;
    ALTER DATABASE RECOVER DATAFILE 29;Hemant K Chitale

  • ORA-00376 file string cannot be read at this time

    Hi,
    I have got a big big problem.
    We are useing
    Oracle8i Release 8.1.7.0.0 - Production
    JServer Release 8.1.7.0.0 - Production
    we get the following error message: "ORA-00376 file users01.dbf cannot be read at this time" when i want to execute an select statement. What can i do? i´ve got a backup only form the filesystem and not with an Oracle agent. I already restored the file from yesterday but the error message was the same!!!

    Check if u have the rights to read in this file.
    Check in dba_data_files the status of this datafile, u perhaps need to recover it :
    recover datafile '/users1.dbf'
    And u should backup your database "better" than by filesystem...
    Avoir products like "Storage something", use standard Oracle utility such as command line (alter tablespace begin backup, ...) or RMAN...
    Fred

  • Urgent ORA-00376: file 11 cannot be read at this time

    Does file 11 needs media recovery ? If yes what are the steps to do that ?
    SQL> select * from v$recover_file;
    FILE# ONLINE ONLINE_STATUS ERROR CHANGE# TIME
    11 OFFLINE OFFLINE 5968032723 02/07/2007
    12 OFFLINE OFFLINE 5968032723 02/07/2007
    13 OFFLINE OFFLINE 5968032723 02/07/2007
    14 OFFLINE OFFLINE 5968032723 02/07/2007
    SQL> select name, status from v$datafile where status not in ('ONLINE', 'SYSTEM') ;
    NAME STATUS
    /data3/app/oracle/oradata/data1.dbf RECOVER
    /data3/app/oracle/oradata/index1.dbf RECOVER
    /data3/app/oracle/oradata/archive1.dbf RECOVER
    /data3/app/oracle/oradata/archive2.dbf RECOVER
    Rajkum

    Hi,
    You have deleted the data files then how can you expect to query the data :). You need to recover from a valid backup to get the database back. You CAN NOT open database if current undo tablespace data file is gone
    Salman

Maybe you are looking for

  • Burn to DV tape

    From a finished Final Cut project how do you burn it back to a DV tape

  • JTable causing ArrayIndexOutOfBounds exception on Linux

    I have an application which defines a TableModel so that data retreived from our mainframe application can be displyed in a JTable. The following problem occurs on Linux (Redhat version 7.3 and 8.0) but not on Windows (XP) I retrieve some data from a

  • How to have Infopath form use Sharepoint Domain credentials

    I have built a for in infopath which is published to a library on Sharepoint 2013. This form is filled out by certain users and when its completed it gets moved into a subfolder. We then provide a link to a client who has a domain account with restri

  • 10.4.6 upgrade problem = Photoshop crash

    Hello, I upgrade Tiger on 3 PowerMac G5 from 10.4.5 to 10.4.6 without problem during upgrade install. Now when the graphists works with Photoshop CS, it crash ("Le programme a quitté inopinément" => "Program has quit...") when they save documents ope

  • Editing / removing dental braces - Aperture 3.3?

    Quick question as I've never had cause to do this before and I need a lot of pictures editing for tonight.  Has anyone got any links or a suggested approach for editing dental braces in Aperture 3.3?  I'm figuring a combination of 'Clone' and maybe '