Hi:
I am following the steps. I have a question.
In the trace file that is generated , should I change the old instance name that appears in the logfile and datafile paths to the new instance name? That means should I create those directories and files?
This is what was generated: I need to change from 'brie' to 'brie_tst'
STARTUP NOMOUNT
CREATE CONTROLFILE SET DATABASE "BRIE_TST" NORESETLOGS NOARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 2
MAXDATAFILES 30
MAXINSTANCES 8
MAXLOGHISTORY 907
LOGFILE
GROUP 1 '/dac/oracle/oradata/brie/redobrie01.log' SIZE 2M,
GROUP 2 '/home/oracle-dac/oradata/brie/redobrie02.log' SIZE 2M,
GROUP 3 '/oracle/oradata/brie/redobrie03.log' SIZE 2M
DATAFILE
'/dac/oracle/oradata/brie/system01.dbf',
'/dac/oracle/oradata/brie/rbs01.dbf',
'/dac/oracle/oradata/brie/temp01.dbf',
'/dac/oracle/oradata/brie/tools01.dbf',
'/dac/oracle/oradata/brie/users01.dbf',
'/dac/oracle/oradata/brie/users02.dbf',
'/dac/oracle/oradata/brie/system02.dbf'
CHARACTER SET WE8ISO8859P9
;
RECOVER DATABASE
ALTER DATABASE OPEN;
Again in initbrie_tst.ora ( old initbrie.ora ) , should I change the file path and config file name to include the instance name?
# include database configuration parameters
ifile = /dac/oracle/admin/brie/pfile/configbrie.ora
Thanks,
Arthi