how to copy(migrate) the database one server to another server
without using expdp/impdp how it is possible.
Answer Posted / mohapatra.gouranga@gmail.com
migration of database we have two ways
1)datapump
2)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.
3)transportable tablespace ( rman duplicate database / by
manaual standby method)
so we can copy/migrate the data by using 2 method from one
server to another server like(linux to sun solaris or
vis/versa)..
Above answers correct.
Now days some best methods are follwed also.
4) Using Oracle streams / Golden Gate ( zero down time)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can you enable flashback feature?
How do you troubleshoot errors in a sql server agent job? : 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 communicate with operating system files from oracle?
which background process invoke at the time of upgradation tell me???
how can you process messages in order asynchronously?
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
Why would you call update statistics? : sql server DBA
How can you control the amount of free space in your index pages? : 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 do you understand by fine-grained auditing?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
what is the use of recording information about current session?
how can you find out if a table can be redefined?
How would you best determine why your MVIEW couldn't FAST REFRESH?