If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Moving databases between same version of Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-03, 20:59
kasi kasi is offline
Registered User
 
Join Date: Jan 2003
Posts: 6
Moving databases between same version of Oracle

Hi

I am new to Oracle so DBA's please forgive me if this question sound too silly for you.

How to move the databases from one Oracle 9i machine to another Oracle 9i machine.(OS version is same in both machine). Is it possible to get the database working by copying datafiles,Logfiles,Control files and parameter file from one machine to another machine. Please let me know the procedure.

thanks
Reply With Quote
  #2 (permalink)  
Old 01-22-03, 03:56
berxh3g berxh3g is offline
Registered User
 
Join Date: Jan 2003
Location: Vienna, Austria
Posts: 102
Re: Moving databases between same version of Oracle

Yes, you can move databases between machines.
Make sure OS and Oracle-Version are the same!
If all paths are identical you can simply copy the files, set ORACLE_SID and startup the database.
if you change paths you have to do a ALTER DATABASE RENAME FILE '/full/path/and/filename' TO '/new/full/path/and/filename'; in MOUNT status for all datafiles and redo-logfiles.
Just take care of some spread files like oratab, start/stop-scripts etc.
__________________
^/\x
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On