Standby database - problem with SEQUENCE# 2006-01-04 - By Luc Demanche
Hi all,
Here is the way I have created my standby database On the primary site: 1- alter tablespace ... begin backup 2- copy the datafiles to the standby site 3- alter tablespace ... end backup 4- copy the redo log files 5- alter database create standby controlfile as .... 6- copy the standby controlfile to the standby site
On the standby site: 7- startup nomount 8- alter database mount standby database
Everything is fine.
|
|