How to make a replica of existing oracle server to another
server?
Answer Posted / pavana kumar.s
If the server is a linux box means,
Without Sychronization:
1.Just tar the oracle_base path and untar it on another server. This copies the databse including the oracle software.
2.Otherwise do the rman cloning.
With Synchronization:
Try to configure the Dataguard.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when does an alert gets signaled?
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
What is the default port no on which sql server listens? : sql server DBA
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
how can you find out if a table can be redefined?
Why would you call update statistics? : sql server DBA
What are the commands used in dcl? : sql server DBA
how does an oracle clusterware manage crs resources?
what functionality does oracle provide to secure sensitive information?
What are the different sql server versions you have worked on? : sql server DBA
how can you enable flashback feature?
What is the default fill factor value? : sql server DBA
what do you understand by fine-grained auditing?
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?