IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Oracle Discussion :

Perdu sans notre DBA (vacances). A l'AIDE.


Sujet :

Oracle

  1. #1
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut Perdu sans notre DBA (vacances). A l'AIDE.
    Bonjour,

    Serveur Linux RED HAT 3
    Oracle 9i

    Après un arret du serveur pour cause d'EDF, notre base n'a pas voulue nous autoriser à nous connecter.
    Après qq recherches nous avons trouvé ce message dans la log, mais nous ne savons pas quoi faire:
    dbora: ORA-01122: database file 9 failed verification check
    dbora: ORA-01110: data file 9: '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'
    dbora: ORA-01208: data file is an old version - not accessing current version
    dbora: SQL> Database "HOTEL" shut down.
    Je sais que nous n'avons pas d'Archivelog sur cette base, et qu'elle est sauvegardée tout les soirs par un export sur le disque du serveur.

    Qqn aurait'il la possibilité de nous aider à réouvrir la base.

    Merci d'avance.

  2. #2
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Il faut se connecter avec le compte Unix propriétaire des fichiers de la base (normalement 'oracle') et essayez de relancer l'instance avec

    $ sqlplus "/ as sysdba"
    >startup
    en supposant que les variables d'environnement ORACLE_SID et PATH sont bien positionnées et que le fichier d'initialisation de l'instance (init.ora) est dans $ORACLE_HOME/dbs et a le nom par défaut.

  3. #3
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    voilà le résultat de cette commande :
    ORACLE instance shut down.
    SQL> STARTUP
    ORACLE instance started.

    Total System Global Area 68227528 bytes
    Fixed Size 451016 bytes
    Variable Size 54525952 bytes
    Database Buffers 12582912 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'

  4. #4
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Que donne:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    ls -al /var/oradata/HOTEL/dbf/CIO_DATA2.dbf
    ps -fu oracle
    Y-a-il plusieurs bases sur la même machine ?

    Quel est le nom de la base en question:
    Quel est le contenu du fichier alert.log depuis le redémarrage du serveur ?

  5. #5
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Première question :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    [oracle@THOTTEST oracle]$ ls -al /var/oradata/HOTEL/dbf/CIO_DATA2.dbf
    -rw-r--r--    1 oracle   oracle    1343488 aoû 30 18:58 /var/oradata/HOTEL/dbf/CIO_DATA2.dbf
    [oracle@THOTTEST oracle]$ ps -fu oracle
    UID        PID  PPID  C STIME TTY          TIME CMD
    oracle    2093     1  0 16:37 ?        00:00:00 ora_pmon_CVO
    oracle    2096     1  0 16:37 ?        00:00:00 ora_dbw0_CVO
    oracle    2098     1  0 16:37 ?        00:00:00 ora_lgwr_CVO
    oracle    2100     1  0 16:37 ?        00:00:00 ora_ckpt_CVO
    oracle    2102     1  0 16:37 ?        00:00:00 ora_smon_CVO
    oracle    2104     1  0 16:37 ?        00:00:00 ora_reco_CVO
    oracle    2106     1  0 16:37 ?        00:00:00 ora_cjq0_CVO
    oracle    2194     1  0 16:37 ?        00:00:00 /home/oracle/products/9.2.0/bin/tnslsnr LISTENER -inherit
    oracle    2236     1  0 16:37 ?        00:00:00 /bin/sh /home/oracle/products/9.2.0/bin/dbsnmpwd
    oracle    2239  2236  0 16:37 ?        00:00:00 /home/oracle/products/9.2.0/bin/dbsnmp
    oracle    2646  2644  0 16:59 ?        00:00:00 sshd: oracle@pts/1
    oracle    2647  2646  0 16:59 pts/1    00:00:00 -bash
    oracle    3427     1  0 18:55 ?        00:00:00 ora_pmon_HOTEL
    oracle    3429     1  0 18:55 ?        00:00:00 ora_dbw0_HOTEL
    oracle    3431     1  0 18:55 ?        00:00:00 ora_lgwr_HOTEL
    oracle    3433     1  0 18:55 ?        00:00:00 ora_ckpt_HOTEL
    oracle    3435     1  0 18:55 ?        00:00:00 ora_smon_HOTEL
    oracle    3437     1  0 18:55 ?        00:00:00 ora_reco_HOTEL
    oracle    3490  2647  0 19:16 pts/1    00:00:00 ps -fu oracle
    [oracle@THOTTEST oracle]$
    Y-a-il plusieurs bases sur la même machine ?
    Je dirai 2. HOTEL et CVO ???
    [oracle@THOTTEST oracle]$ echo $ORACLE_SID
    HOTEL
    [oracle@THOTTEST oracle]$
    Je ne trouve pas le fichier alert.log ?

  6. #6
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Pour avoir le répertoire où se trouve le fichier alert.log, exécutez la commande dans sqlplus:

    show parameter background_dump_dest
    Il y a aussi un fichier trace généré suite à la commande startup, il doit se trouver dans le même répertoire: est-ce que vous pouvez aussi le poster ?

  7. #7
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Alors le fichier trace qui est plus petit :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    /home/oracle/admin/HOTEL/bdump/hotel_dbw0_2824.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /home/oracle/products/9.2.0
    System name:	Linux
    Node name:	THOTTEST
    Release:	2.4.21-37.EL
    Version:	#1 Wed Sep 7 13:35:21 EDT 2005
    Machine:	i686
    Instance name: HOTEL
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Unix process pid: 2824, image: oracle@THOTTEST (DBW0)
     
    *** SESSION ID:(2.1) 2007-08-30 17:22:00.115
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    J'ai extrait les lignes à partir d'aujourd'hui
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    Thu Aug 30 15:23:34 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2124
    DBW0 started with pid=3, OS id=2126
    LGWR started with pid=4, OS id=2128
    CKPT started with pid=5, OS id=2130
    SMON started with pid=6, OS id=2132
    RECO started with pid=7, OS id=2134
    Thu Aug 30 15:23:35 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 15:23:40 2007
    Successful mount of redo thread 1, with mount id 178954999
    Thu Aug 30 15:23:40 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 15:23:40 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Shutting down instance (abort)
    License high water mark = 1
    Instance terminated by USER, pid = 2735
    Thu Aug 30 15:54:10 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2739
    DBW0 started with pid=3, OS id=2741
    LGWR started with pid=4, OS id=2743
    CKPT started with pid=5, OS id=2745
    SMON started with pid=6, OS id=2747
    RECO started with pid=7, OS id=2749
    Thu Aug 30 15:54:10 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 15:54:14 2007
    Successful mount of redo thread 1, with mount id 178950946
    Thu Aug 30 15:54:14 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 15:54:14 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Shutting down instance (abort)
    License high water mark = 1
    Instance terminated by USER, pid = 3231
    Thu Aug 30 15:58:57 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=3235
    DBW0 started with pid=3, OS id=3237
    LGWR started with pid=4, OS id=3239
    CKPT started with pid=5, OS id=3241
    SMON started with pid=6, OS id=3243
    RECO started with pid=7, OS id=3245
    Thu Aug 30 15:58:57 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 15:59:01 2007
    Successful mount of redo thread 1, with mount id 178963521
    Thu Aug 30 15:59:01 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 15:59:01 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 1
    Thu Aug 30 15:59:56 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 15:59:56 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 16:07:17 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=4181
    DBW0 started with pid=3, OS id=4183
    LGWR started with pid=4, OS id=4185
    CKPT started with pid=5, OS id=4187
    SMON started with pid=6, OS id=4189
    RECO started with pid=7, OS id=4191
    Thu Aug 30 16:07:17 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 16:07:21 2007
    Successful mount of redo thread 1, with mount id 178946613
    Thu Aug 30 16:07:21 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 16:07:21 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Starting ORACLE instance (normal)
    Thu Aug 30 16:12:29 2007
    Starting ORACLE instance (normal)
    Thu Aug 30 16:13:17 2007
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 2
    Thu Aug 30 16:13:17 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 16:13:17 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 16:13:43 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=4437
    DBW0 started with pid=3, OS id=4439
    LGWR started with pid=4, OS id=4441
    CKPT started with pid=5, OS id=4443
    SMON started with pid=6, OS id=4445
    RECO started with pid=7, OS id=4447
    Thu Aug 30 16:13:43 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 16:13:48 2007
    Successful mount of redo thread 1, with mount id 178933687
    Thu Aug 30 16:13:48 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 16:13:48 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 2
    Thu Aug 30 16:34:23 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 16:34:23 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 16:37:24 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2136
    DBW0 started with pid=3, OS id=2138
    LGWR started with pid=4, OS id=2140
    CKPT started with pid=5, OS id=2142
    SMON started with pid=6, OS id=2144
    RECO started with pid=7, OS id=2146

  8. #8
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Je ne sais pas si ce sera d'une grande utilité mais je poste la fin du fichier Alert.log pour la journée d'aujourd'hui
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    Thu Aug 30 16:37:25 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 16:37:29 2007
    Successful mount of redo thread 1, with mount id 178938437
    Thu Aug 30 16:37:29 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 16:37:29 2007
    ALTER DATABASE OPEN
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Thu Aug 30 17:05:21 2007
    Starting ORACLE instance (normal)
    Thu Aug 30 17:06:18 2007
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 1
    Thu Aug 30 17:06:18 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 17:06:18 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 17:08:02 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2776
    DBW0 started with pid=3, OS id=2778
    LGWR started with pid=4, OS id=2780
    CKPT started with pid=5, OS id=2782
    SMON started with pid=6, OS id=2784
    RECO started with pid=7, OS id=2786
    Thu Aug 30 17:08:03 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 17:08:07 2007
    Successful mount of redo thread 1, with mount id 178984819
    Thu Aug 30 17:08:07 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 17:08:14 2007
    ALTER DATABASE RECOVER  DATABASE  
    Thu Aug 30 17:08:14 2007
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    ORA-279 signalled during: ALTER DATABASE RECOVER  DATABASE  ...
    Thu Aug 30 17:08:24 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 17:08:24 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 17:08:24 2007
    ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 17:08:24 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 17:19:01 2007
    Starting ORACLE instance (normal)
    Thu Aug 30 17:21:40 2007
    Shutting down instance: further logons disabled
    Shutting down instance (normal)
    License high water mark = 2
    Thu Aug 30 17:21:40 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 17:21:40 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 17:21:55 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2822
    DBW0 started with pid=3, OS id=2824
    LGWR started with pid=4, OS id=2826
    CKPT started with pid=5, OS id=2828
    SMON started with pid=6, OS id=2830
    RECO started with pid=7, OS id=2832
    Thu Aug 30 17:21:55 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 17:22:00 2007
    Successful mount of redo thread 1, with mount id 178973875
    Thu Aug 30 17:22:00 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 17:22:00 2007
    ALTER DATABASE OPEN
    Thu Aug 30 17:22:00 2007
    Errors in file /home/oracle/admin/HOTEL/bdump/hotel_dbw0_2824.trc:
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Thu Aug 30 17:22:00 2007
    ORA-1157 signalled during: ALTER DATABASE OPEN...
    Thu Aug 30 17:22:47 2007
    Starting ORACLE instance (normal)
    Thu Aug 30 17:23:04 2007
    Shutting down instance: further logons disabled
    Shutting down instance (normal)
    License high water mark = 1
    Thu Aug 30 17:23:04 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 17:23:04 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 17:28:25 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=2851
    DBW0 started with pid=3, OS id=2853
    LGWR started with pid=4, OS id=2855
    CKPT started with pid=5, OS id=2857
    SMON started with pid=6, OS id=2859
    RECO started with pid=7, OS id=2861
    Thu Aug 30 17:28:26 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 17:28:30 2007
    Successful mount of redo thread 1, with mount id 178955834
    Thu Aug 30 17:28:30 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 17:31:14 2007
    ALTER DATABASE MOUNT
    Thu Aug 30 17:31:14 2007
    ORA-1100 signalled during: ALTER DATABASE MOUNT...
    Thu Aug 30 17:49:20 2007
    ALTER DATABASE RECOVER  automatic database  
    Thu Aug 30 17:49:20 2007
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    Thu Aug 30 17:49:20 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-279 signalled during: ALTER DATABASE RECOVER  automatic database  ...
    Thu Aug 30 17:49:44 2007
    ALTER DATABASE RECOVER    CANCEL  
    Thu Aug 30 17:49:44 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER    CANCEL  
    Thu Aug 30 17:57:16 2007
    ALTER DATABASE RECOVER  datafile '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'  
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    ORA-279 signalled during: ALTER DATABASE RECOVER  datafile '/var/oradata/THO...
    Thu Aug 30 17:57:27 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 17:57:27 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 17:57:27 2007
    ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 17:57:27 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:11:00 2007
    alter database datafile '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'
    offline
    Thu Aug 30 18:11:00 2007
    ORA-1145 signalled during: alter database datafile '/var/oradata/HOTEL/dbf/CIO...
    Thu Aug 30 18:12:01 2007
    alter database datafile '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf' offline
    Thu Aug 30 18:12:01 2007
    ORA-1145 signalled during: alter database datafile '/var/oradata/HOTEL/dbf/CIO...
    Thu Aug 30 18:16:53 2007
    ALTER DATABASE RECOVER  datafile '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'  
    Thu Aug 30 18:16:53 2007
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    ORA-279 signalled during: ALTER DATABASE RECOVER  datafile '/var/oradata/THO...
    Thu Aug 30 18:17:19 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 18:17:19 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 18:17:19 2007
    ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:17:19 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:40:19 2007
    ALTER DATABASE RECOVER  datafile 9  
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    ORA-279 signalled during: ALTER DATABASE RECOVER  datafile 9  ...
    Thu Aug 30 18:40:26 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 18:40:26 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 18:40:26 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 18:40:26 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 18:40:26 2007
    ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:40:26 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:54:36 2007
    Shutting down instance: further logons disabled
    Shutting down instance (normal)
    License high water mark = 2
    Thu Aug 30 18:54:36 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Aug 30 18:54:36 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Aug 30 18:55:05 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=3412
    DBW0 started with pid=3, OS id=3414
    LGWR started with pid=4, OS id=3416
    CKPT started with pid=5, OS id=3418
    SMON started with pid=6, OS id=3420
    RECO started with pid=7, OS id=3422
    Thu Aug 30 18:55:57 2007
    Starting ORACLE instance (force)
    License high water mark = 2
    Instance terminated by USER, pid = 3423
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.8.0.
    System parameters with non-default values:
      processes                = 200
      timed_statistics         = TRUE
      shared_pool_size         = 33554432
      large_pool_size          = 4194304
      java_pool_size           = 0
      control_files            = /var/oradata/HOTEL/ctl/HOTEL_control01.ctl, /home/oracle/oradata/HOTEL/ctl/HOTEL_control02.ctl
      db_block_size            = 8192
      db_cache_size            = 12582912
      compatible               = 9.2.0
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = TBS_UNDO
      undo_retention           = 7200
      remote_login_passwordfile= NONE
      background_dump_dest     = /home/oracle/admin/HOTEL/bdump
      user_dump_dest           = /home/oracle/admin/HOTEL/udump
      core_dump_dest           = /home/oracle/admin/HOTEL/cdump
      db_name                  = HOTEL
      ifile                    = /home/oracle/admin/HOTEL/pfile/init.ora
      optimizer_mode           = CHOOSE
      pga_aggregate_target     = 15728640
      workarea_size_policy     = AUTO
    PMON started with pid=2, OS id=3427
    DBW0 started with pid=3, OS id=3429
    LGWR started with pid=4, OS id=3431
    CKPT started with pid=5, OS id=3433
    SMON started with pid=6, OS id=3435
    RECO started with pid=7, OS id=3437
    Thu Aug 30 18:55:57 2007
    ALTER DATABASE   MOUNT
    Thu Aug 30 18:56:01 2007
    Successful mount of redo thread 1, with mount id 178936765
    Thu Aug 30 18:56:01 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Thu Aug 30 18:56:01 2007
    ALTER DATABASE OPEN
    Thu Aug 30 18:56:01 2007
    ORA-1113 signalled during: ALTER DATABASE OPEN...
    Thu Aug 30 18:58:37 2007
    ALTER DATABASE RECOVER  datafile 9  
    Media Recovery Start
    WARNING! Recovering data file 9 from a fuzzy backup. It might be an online
    backup taken without entering the begin backup command.
    ORA-279 signalled during: ALTER DATABASE RECOVER  datafile 9  ...
    Thu Aug 30 18:58:53 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 18:58:53 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 18:58:53 2007
    ALTER DATABASE RECOVER    CONTINUE DEFAULT  
    Thu Aug 30 18:58:53 2007
    Media Recovery Log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    Errors with log /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-308 signalled during: ALTER DATABASE RECOVER    CONTINUE DEFAULT  ...
    Thu Aug 30 18:58:53 2007
    ALTER DATABASE RECOVER CANCEL 
    Thu Aug 30 18:58:53 2007
    Media Recovery Cancelled
    Completed: ALTER DATABASE RECOVER CANCEL

  9. #9
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Est-ce le fichier trace le plus récent ? vous pouvez trier le répertoire avec
    Quel est le contenu du syslog Linux dans /var/log/messages ?

    Vous avez peut-être un problème de disque ou de système de fichier ?
    Mais je ne comprends pas pourquoi "ls" affiche le fichier en question dans ce cas-là...

    Essayer de lancer la commande:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    cat /var/oradata/HOTEL/dbf/CIO_DATA2.dbf >/dev/null
    pour voir si Linux peut lire le fichier.

  10. #10
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Il y a eu des essais de recovery mais ils ne peuvent fonctionner que si les données nécessaires sont dans les online redo logs.

    Récupérez les noms des online redo logs avec:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    select member from v$logfile;
    essayez de relancer:

    et lorsque Oracle demande un archive redo log avec ORA-00279 essayez avec chaque nom complet d'un online redo log.

  11. #11
    Membre expert
    Avatar de bouyao
    Inscrit en
    Janvier 2005
    Messages
    1 778
    Détails du profil
    Informations forums :
    Inscription : Janvier 2005
    Messages : 1 778
    Points : 3 033
    Points
    3 033
    Par défaut
    la proposition de pifor ca devrait marcher, en entrant les redo en ligne au lieu des archives log pendant la restauration par recover.

  12. #12
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    [oracle@THOTTEST bdump]$ ls -rtl
    total 872
    -rw-r--r--    1 root     root            0 jui 27 15:09 hotel_pmon_2120.trc
    -rw-rw----    1 oracle   oracle        725 aoû 30 17:22 hotel_dbw0_2824.trc
    -rw-rw-r--    1 oracle   oracle     881757 aoû 30 18:58 alert_HOTEL.log
    [oracle@THOTTEST bdump]$
    C'est tout ce qu'il y a.

    Le fichier messages
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    Aug 30 15:20:15 : shutdown: shutting down for system reboot
    Aug 30 15:20:16 : init: Switching to runlevel: 6
    Aug 30 15:20:18 : rhnsd[1708]: Exiting
    Aug 30 15:20:18 : rhnsd: Arrêt de rhnsd succeeded
    Aug 30 15:20:18 : su(pam_unix)[11193]: session opened for user oracle by (uid=0)
    Aug 30 15:20:18 : dbora: /home/oracle/products/9.2.0/Apache/Apache/bin/apachectl stop: httpd (no pid file) not running
    Aug 30 15:20:18 : su(pam_unix)[11193]: session closed for user oracle
    Aug 30 15:20:18 : su(pam_unix)[11234]: session opened for user oracle by (uid=0)
    Aug 30 15:20:19 : dbora: 
    Aug 30 15:20:19 : dbora: DBSNMP for Linux: Version 9.2.0.8.0 - Production on 30-AUG-2007 15:20:19
    Aug 30 15:20:19 : dbora: 
    Aug 30 15:20:19 : dbora: Copyright (c) 2006 Oracle Corporation.  All rights reserved.
    Aug 30 15:20:19 : dbora: 
    Aug 30 15:20:20 : dbora: Agent shutdown failed
    Aug 30 15:20:20 : su(pam_unix)[11234]: session closed for user oracle
    Aug 30 15:20:20 : su(pam_unix)[11275]: session opened for user oracle by (uid=0)
    Aug 30 15:20:20 : dbora: 
    Aug 30 15:20:20 : dbora: LSNRCTL for Linux: Version 9.2.0.8.0 - Production on 30-AUG-2007 15:20:20
    Aug 30 15:20:20 : dbora: 
    Aug 30 15:20:20 : dbora: Copyright (c) 1991, 2006, Oracle Corporation.  All rights reserved.
    Aug 30 15:20:20 : dbora: 
    Aug 30 15:20:21 : dbora: Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=:)(PORT=1521)))
    Aug 30 15:20:21 : dbora: The command completed successfully
    Aug 30 15:20:21 : su(pam_unix)[11275]: session closed for user oracle
    Aug 30 15:20:21 : su(pam_unix)[11316]: session opened for user oracle by (uid=0)
    Aug 30 15:20:24 : dbora: 
    Aug 30 15:20:24 : dbora: SQL*Plus: Release 9.2.0.8.0 - Production on Thu Aug 30 15:20:24 2007
    Aug 30 15:20:24 : dbora: 
    Aug 30 15:20:24 : dbora: Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Aug 30 15:20:24 : dbora: 
    Aug 30 15:20:24 : dbora: SQL> 
    Aug 30 15:20:25 : dbora: ERROR:
    Aug 30 15:20:25 : dbora: ORA-09817: Write to audit file failed.
    Aug 30 15:20:25 : dbora: Linux Error: 28: No space left on device
    Aug 30 15:20:25 : dbora: ORA-01075: you are currently logged on
    Aug 30 15:20:25 : dbora: 
    Aug 30 15:20:25 : dbora: 
    Aug 30 15:20:25 : dbora: SQL> 
    Aug 30 15:20:27 : sshd(pam_unix)[29804]: session closed for user userEV
    Aug 30 15:20:27 : su(pam_unix)[11109]: session closed for user root
    Aug 30 15:20:30 : dbora: SP2-0640: 
    Aug 30 15:20:30 : dbora: Not connected
    Aug 30 15:20:30 : dbora: Database closed.
    Aug 30 15:20:30 : dbora: SP2-0640: Not connected
    Aug 30 15:20:30 : dbora: Database dismounted.
    Aug 30 15:20:30 : dbora: ORA-09817: Write to audit file failed.
    Aug 30 15:20:30 : dbora: Linux Error: 28: No space left on device
    Aug 30 15:20:30 : dbora: SQL> Database "CVOO" shut down.
    Aug 30 15:20:30 : dbora: 
    Aug 30 15:20:30 : dbora: SQL*Plus: Release 9.2.0.8.0 - Production on Thu Aug 30 15:20:30 2007
    Aug 30 15:20:30 : dbora: 
    Aug 30 15:20:30 : dbora: Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Aug 30 15:20:30 : dbora: 
    Aug 30 15:20:30 : dbora: SQL> 
    Aug 30 15:20:30 : dbora: ERROR:
    Aug 30 15:20:30 : dbora: ORA-09817: Write to audit file failed.
    Aug 30 15:20:30 : dbora: Linux Error: 28: No space left on device
    Aug 30 15:20:30 : dbora: ORA-01075: you are currently logged on
    Aug 30 15:20:30 : dbora: 
    Aug 30 15:20:30 : su(pam_unix)[11316]: session closed for user oracle
    Aug 30 15:20:30 : dbora: 
    Aug 30 15:20:30 : dbora: SQL> 
    Aug 30 15:20:30 : dbora: ORA-01122: database file 9 failed verification check
    Aug 30 15:20:30 : dbora: ORA-01110: data file 9: '/var/oradata/HOTEL/dbf/CIO_DATA2.dbf'
    Aug 30 15:20:30 : dbora: ORA-01208: data file is an old version - not accessing current version
    Aug 30 15:20:30 : dbora: SQL> Database "HOTEL" shut down.
    Aug 30 15:20:30 : rc: Stopping dbora:  succeeded
    Aug 30 15:20:31 : httpd: Arrêt de httpd.worker succeeded
    Aug 30 15:20:31 : sshd: sshd -TERM succeeded
    Aug 30 15:20:31 : sshd(pam_unix)[8420]: session closed for user root
    Aug 30 15:20:32 : bab_agent: 
    Aug 30 15:20:32 : bab_agent: Arrêt du processus BrightStor ARCserve Backup Universal Agent...Arrêté.
    Aug 30 15:20:32 : bab_agent: 
    Aug 30 15:20:32 : rc: Stopping bab_agent:  succeeded
    Aug 30 15:20:32 : crond: Arrêt de crond succeeded
    Aug 30 15:20:32 : kernel: Kernel logging (proc) stopped.
    Aug 30 15:20:32 : kernel: Kernel log daemon terminating.
    Aug 30 15:20:33 : syslog: Arrêt de klogd succeeded
    Aug 30 15:20:33 : exiting on signal 15
    Aug 30 15:22:40 : syslogd 1.4.1: restart.
    Aug 30 15:22:40 : syslog: Démarrage de syslogd succeeded
    Aug 30 15:22:40 : kernel: klogd 1.4.1, log source = /proc/kmsg started.
    Quand à la commande cat /var/oradata/HOTEL/dbf/CIO_DATA2.dbf >/dev/NULL elle s'exécute, mais je n'ai rien qui s'affiche ?

  13. #13
    Membre expert
    Avatar de bouyao
    Inscrit en
    Janvier 2005
    Messages
    1 778
    Détails du profil
    Informations forums :
    Inscription : Janvier 2005
    Messages : 1 778
    Points : 3 033
    Points
    3 033
    Par défaut
    Il faut faire ces manip avec un compte oracle et non pas un compte root.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
     -rw-r--r--    1 root     root            0 jui 27 15:09 hotel_pmon_2120.trc
    ce fichier appartient a root ce qui n'est pas normal.

  14. #14
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Quand à la commande cat /var/oradata/HOTEL/dbf/CIO_DATA2.dbf >/dev/NULL elle s'exécute, mais je n'ai rien qui s'affiche ?
    Cela veut dire que le fichier est accessible et qu'il n'y pas d'erreur dessus au niveau système ou matériel.

    Ce que confirme le syslog (il signale un sytème de fichiers plein: il faudrait vérifier avec "df -k" mais c'est sûrement un problème indépendant).

    Si la command recover ne marche pas, il reste 3 solutions:
    1. restaurer tous les fichiers de la base à partir d'une sauvegarde complète à froid de la base
    2. recréer votre base vide et importer le dump de l'export.
    3. faire intervenir le support Oracle pour faire démarrer la base dans un mode non documenté et essayez de faire un export full en espérant qu'il fonctionne ...

  15. #15
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Bon voilà ce qui s'affiche, je sais pas si j'utilise la bonne syntaxe :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    SQL> SELECT member FROM v$logfile;
     
    MEMBER
    --------------------------------------------------------------------------------
    /var/oradata/HOTEL/redo/HOTEL_redo01a.rdo
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo01b.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo02a.rdo
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo02b.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo03a.rdo
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo03b.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo04a.rdo
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo04b.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo05a.rdo
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo05b.rdo
     
    10 rows selected.
     
    SQL> recover DATABASE
    ORA-00279: change 12337508 generated at 06/12/2007 22:30:45 needed for thread 1
    ORA-00289: suggestion : /home/oracle/products/9.2.0/dbs/arch1_3000.dbf
    ORA-00280: change 12337508 for thread 1 is in sequence #3000
     
     
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    filename '/home/oracle/oradata/HOTEL/redo/HOTEL_redo01b.rdo'
    ORA-00308: cannot open archived log 'filename'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
     
     
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    filename '/home/oracle/oradata/HOTEL/redo/HOTEL_redo02b.rdo'
    ORA-00308: cannot open archived log 'filename'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
     
     
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    filename '/home/oracle/oradata/HOTEL/redo/HOTEL_redo03b.rdo'
    ORA-00308: cannot open archived log 'filename'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
     
     
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    filename '/home/oracle/oradata/HOTEL/redo/HOTEL_redo04b.rdo'
    ORA-00308: cannot open archived log 'filename'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3

  16. #16
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Il ne faut pas taper "filename" ni les '':

    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo01b.rdo
    Mais il demande des données de juin:
    ORA-00279: CHANGE 12337508 generated at 06/12/2007 22:30:45 needed FOR thread 1.

  17. #17
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    Je n'ai rien d'autres sous la main !!

    Peut on faire autre chose dans l'instant ou doit-on se résoudre à attendre le retour du DBA, pour une manip plus 'définitive' ?

    Merci en tout les cas pour ton aide.

  18. #18
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    Les données de juin peuvent être éventuellement dans les online redo logs: tout dépend de l'activité de la base depuis juin et de la taille des redo logs.

    Il faut essayer avec chaque member de chaque groupe:

    /var/oradata/HOTEL/redo/HOTEL_redo01a.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo02a.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo03a.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo04a.rdo
    /var/oradata/HOTEL/redo/HOTEL_redo05a.rdo

    Si le message
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    ORA-00279: CHANGE NNNNNN generated at MM/DD/2007 HH:MI:SS needed FOR thread 1
    est toujours le même après les 5 essais différents, c'est foutu pour cette méthode (voir les 3 autres solutions mentionnées plus haut).
    S'il change, il y a de l'espoir et il faut continuer avec les membres qui n'ont pas encore été utilisés.
    Si on a:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    Media recovery complete.
    C'est gagné.

  19. #19
    Membre averti
    Inscrit en
    Juin 2007
    Messages
    336
    Détails du profil
    Informations forums :
    Inscription : Juin 2007
    Messages : 336
    Points : 369
    Points
    369
    Par défaut
    une dernière précision la syntaxe c'est bien :
    /home/oracle/oradata/HOTEL/redo/HOTEL_redo0xb.rdo
    j'utilise pas
    /var/oradata/HOTEL/redo/HOTEL_redo0xa.rdo ???

  20. #20
    Membre expert

    Profil pro
    Inscrit en
    Février 2006
    Messages
    3 437
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 3 437
    Points : 3 597
    Points
    3 597
    Par défaut
    C'est égal: chaque /home/oracle/oradata/HOTEL/redo/HOTEL_redo0xb.rdo
    est très probablement une copie de /var/oradata/HOTEL/redo/HOTEL_redo0xa.rdo gérée par Oracle pour multiplexer chaque groupe de online redo log sur un disque différent.

    Voir le tutoriel sur les REDO pour confirmer avec V$LOG.

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Réponses: 15
    Dernier message: 25/05/2015, 16h21
  2. Comment installer notre .exe sans installer CR ?
    Par speed034 dans le forum SAP Crystal Reports
    Réponses: 113
    Dernier message: 01/09/2008, 16h10
  3. [Tableaux] aide je suis perdu
    Par covin85 dans le forum Langage
    Réponses: 12
    Dernier message: 14/04/2006, 18h56
  4. Réponses: 22
    Dernier message: 17/02/2006, 12h51
  5. [DBA] Calcul des Statistiques sans privilèges DBA
    Par Krashtest dans le forum Administration
    Réponses: 14
    Dernier message: 06/05/2004, 17h08

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo