how to copy(migrate) the database one server to another server
without using expdp/impdp how it is possible.
Answer Posted / venu
It can be done thru hot cloning
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between clustered and non-clustered index? : sql server DBA
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
how can you process messages in order asynchronously?
How to start SQL Server in minimal configuration mode?
what is grd?
suppose you want to audit specific activities on sensitive data. How can you achieve that?
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
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
Explain about your sql server dba experience? : sql server DBA
What authentication modes does sql server support? : sql server DBA
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What is dcl? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
What the different types of replication and why are they used? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.