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
| Dump file D:\Oracle\admin\BROCANTE\udump\ORA00418.TRC
Wed Nov 02 11:36:04 2005
ORACLE V8.1.7.4.1 - Production vsnsta=0
vsnsql=f vsnxtr=3
Windows NT Version 4.0 Service Pack 6, CPU type 586
Oracle8i Release 8.1.7.4.1 - Production
JServer Release 8.1.7.4.1 - Production
Windows NT Version 4.0 Service Pack 6, CPU type 586
Instance name: brocante
Redo thread mounted by this instance: 1
Oracle process number: 9
Windows thread id: 418, image: ORACLE.EXE
*** SESSION ID:(9.12811) 2005-11-02 11:36:04.703
*** 2005-11-02 11:36:04.703
# The following commands will create a new control file and use it
# to open the database.
# Data used by the recovery manager will be lost. Additional logs may
# be required for media recovery of offline data files. Use this
# only if the current version of all online logs are available.
STARTUP NOMOUNT
CREATE CONTROLFILE REUSE DATABASE "BROCANTE" NORESETLOGS NOARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 2
MAXDATAFILES 254
MAXINSTANCES 1
MAXLOGHISTORY 14392
LOGFILE
GROUP 1 'D:\ORACLE\ORADATA\BROCANTE\REDO01.LOG' SIZE 1M,
GROUP 2 'D:\ORACLE\ORADATA\BROCANTE\REDO02.LOG' SIZE 1M,
GROUP 3 'D:\ORACLE\ORADATA\BROCANTE\REDO03.LOG' SIZE 1M
DATAFILE
'D:\ORACLE\ORADATA\BROCANTE\SYSTEM01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\RBS01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\USERS01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\TEMP01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\TOOLS01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\INDX01.DBF',
'D:\ORACLE\ORADATA\BROCANTE\TEST_TBS.DBF',
'D:\ORACLE\ORADATA\BROCANTE\DATA1.ORA',
'D:\ORACLE\ORADATA\BROCANTE\MIS.ORA',
'D:\ORACLE\ORADATA\BROCANTE\MIS_INDEX.ORA',
'D:\ORACLE\ORADATA\BROCANTE\TS_DIA.ORA',
'D:\ORACLE\ORADATA\BROCANTE\TS_IDIA.ORA'
CHARACTER SET WE8ISO8859P1
;
# Recovery is required if any of the datafiles are restored backups,
# or if the last shutdown was not normal or immediate.
RECOVER DATABASE
# Database can now be opened normally.
ALTER DATABASE OPEN;
# Commands to add tempfiles to temporary tablespaces.
# Online tempfiles have complete space information.
# Other tempfiles may require adjustment.
ALTER TABLESPACE TEST_TEMP ADD TEMPFILE 'D:\ORACLE\ORADATA\BROCANTE\TEST_TMP.DBF' REUSE;
# End of tempfile additions.
# |
Partager