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
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What is dcl? : sql server DBA
what do you understand by flashback feature of oracle?
how can you initialize log miner?
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
what is logical system in sap basis
when does an alert gets signaled?
What is the default fill factor value? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
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?
how can you process messages in order asynchronously?
What are statistics, under what circumstances they go out of date, how do you update them?
how can you get actual data change values from previous transactions in oracle?