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
|
}
executing Memory Script
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
Oracle instance started
Total System Global Area 759169024 bytes
Fixed Size 2023848 bytes
Variable Size 197135960 bytes
Database Buffers 557842432 bytes
Redo Buffers 2166784 bytes
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "DUPBASE" RESETLOGS ARCHIVELOG
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 100
MAXINSTANCES 8
MAXLOGHISTORY 292
LOGFILE
GROUP 1 ( '/u01/app/oracle/oradata/dupbase/redo01.log' ) SIZE 50 M REUSE,
GROUP 2 ( '/u01/app/oracle/oradata/dupbase/redo02.log' ) SIZE 50 M REUSE,
GROUP 3 ( '/u01/app/oracle/oradata/dupbase/redo03.log' ) SIZE 50 M REUSE
DATAFILE
'/u01/app/oracle/oradata/dupbase/system01.dbf'
CHARACTER SET WE8MSWIN1252
contents of Memory Script:
{
set newname for tempfile 1 to
"/u01/app/oracle/oradata/dupbase/temp01.dbf";
switch clone tempfile all;
catalog clone datafilecopy "/u01/app/oracle/oradata/dupbase/undotbs01.dbf";
catalog clone datafilecopy "/u01/app/oracle/oradata/dupbase/sysaux01.dbf";
catalog clone datafilecopy "/u01/app/oracle/oradata/dupbase/users01.dbf";
switch clone datafile all;
}
executing Memory Script
executing command: SET NEWNAME
renamed temporary file 1 to /u01/app/oracle/oradata/dupbase/temp01.dbf in control file
cataloged datafile copy
datafile copy filename=/u01/app/oracle/oradata/dupbase/undotbs01.dbf recid=1 stamp=700340592
cataloged datafile copy
datafile copy filename=/u01/app/oracle/oradata/dupbase/sysaux01.dbf recid=2 stamp=700340592
cataloged datafile copy
datafile copy filename=/u01/app/oracle/oradata/dupbase/users01.dbf recid=3 stamp=700340592
datafile 2 switched to datafile copy
input datafile copy recid=1 stamp=700340592 filename=/u01/app/oracle/oradata/dupbase/undotbs01.dbf
datafile 3 switched to datafile copy
input datafile copy recid=2 stamp=700340592 filename=/u01/app/oracle/oradata/dupbase/sysaux01.dbf
datafile 4 switched to datafile copy
input datafile copy recid=3 stamp=700340592 filename=/u01/app/oracle/oradata/dupbase/users01.dbf
contents of Memory Script:
{
Alter clone database open resetlogs;
}
executing Memory Script
Erreur de segmentation |