|
Re: How to replicate the whold schema automaticly? [message #55360 is a reply to message #55289] |
Mon, 20 January 2003 11:53 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
Three ways come to mind:
1. Snapshot replication for all tables in schema 1 to schema2.
2. Schema export from schema1, disable constraints, triggers, truncate tables in schema 2, import into schema2. Easy to script all this will shell or batch scripts.
3. Move schema1 objects in single table space or at least make sure the current tablespaces are selfcontaint. Then script transportable tablespaces for schema1, import the meta data into schema2, and copy the tablespaces. Easy to do too and much much faster since you stay on the same machine...
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|