how to copy(migrate) the database one server to another server
without using expdp/impdp how it is possible.
Answer Posted / ravindra
Hi,
Correct if i am wrong.We can do through package
procedure.Create empty database on target database and
create dblink between two databases.Now we have to prepare
package and transfer the each schema.
Thanks & Regards,
Ravindra
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What is replication? : sql server DBA
what are the benefits of flashback feature?
how can you initialize log miner?
which background process invoke at the time of upgradation tell me???
How to start SQL Server in minimal configuration mode?
how can you generate profile of pl/sql applications to identify performance bottlenecks?
What is a system database and what is a user database? : sql server DBA
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
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
What are the recovery models for a database? : sql server DBA
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What are the commands you'd issue to show the explain plan for "select * from dual"?
Where do you find the default index fill factor and how to change it? : sql server DBA
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?