Précédent   Forum des professionnels en informatique > Bases de données > Oracle
Oracle Forum Oracle : le serveur, les outils, ... Voir F.A.Q Oracle Tutoriels Oracle
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 30/08/2007, 18h27   #1
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
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:
Citation:
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.
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h03   #2
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
Il faut se connecter avec le compte Unix propriétaire des fichiers de la base (normalement 'oracle') et essayez de relancer l'instance avec

Citation:
$ 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.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h13   #3
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
voilà le résultat de cette commande :
Citation:
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'
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h19   #4
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
Que donne:

Code :
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 ?
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h29   #5
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
Première question :
Code :
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]$
Citation:
Y-a-il plusieurs bases sur la même machine ?
Je dirai 2. HOTEL et CVO ???
Citation:
[oracle@THOTTEST oracle]$ echo $ORACLE_SID
HOTEL
[oracle@THOTTEST oracle]$
Je ne trouve pas le fichier alert.log ?
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h38   #6
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
Pour avoir le répertoire où se trouve le fichier alert.log, exécutez la commande dans sqlplus:

Citation:
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 ?
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 19h53   #7
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
Alors le fichier trace qui est plus petit :
Code :
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 :
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
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h01   #8
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
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 :
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
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h04   #9
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
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 :
cat /var/oradata/HOTEL/dbf/CIO_DATA2.dbf >/dev/NULL
pour voir si Linux peut lire le fichier.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h19   #10
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
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 :
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.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h28   #11
Rédacteur
 
Avatar de bouyao
 
Inscription : janvier 2005
Messages : 1 778
Détails du profil
Informations forums :
Inscription : janvier 2005
Messages : 1 778
Points : 1 857
Points : 1 857
la proposition de pifor ca devrait marcher, en entrant les redo en ligne au lieu des archives log pendant la restauration par recover.
bouyao est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h33   #12
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
Code :
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 :
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 ?
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h35   #13
Rédacteur
 
Avatar de bouyao
 
Inscription : janvier 2005
Messages : 1 778
Détails du profil
Informations forums :
Inscription : janvier 2005
Messages : 1 778
Points : 1 857
Points : 1 857
Il faut faire ces manip avec un compte oracle et non pas un compte root.

Code :
 -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.
bouyao est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h39   #14
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
Citation:
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 ...
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h42   #15
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
Bon voilà ce qui s'affiche, je sais pas si j'utilise la bonne syntaxe :
Code :
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
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h45   #16
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
Il ne faut pas taper "filename" ni les '':

Citation:
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.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h52   #17
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
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.
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 20h58   #18
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
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 :
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 :
Media recovery complete.
C'est gagné.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 21h02   #19
Membre éclairé
 
Inscription : juin 2007
Messages : 336
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 336
Points : 317
Points : 317
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 ???
old_arnaud est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/08/2007, 21h09   #20
Expert Confirmé
 
Inscription : février 2006
Messages : 3 433
Détails du profil
Informations forums :
Inscription : février 2006
Messages : 3 433
Points : 3 462
Points : 3 462
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.
__________________
P. Forstmann

AskTom Forums OTN doc 8, 9, 10 et 11
pifor est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 23h48.


 
 
 
 
Partenaires

Hébergement Web