November 24, 2011 at 11:23 pm
Hi guys
What would be the best method of migrating databases from one server to another?
I was thinking, seeing that the db's ain't that large, expdp and impdp should be sufficient?
Regards
November 25, 2011 at 12:10 am
As you said it is side by side migration, In this approach backup and restore will be a good choice.
In SQL Server 2008 we have new copy database option, which is also a better option.
But we need to have backups at safer side.
November 25, 2011 at 12:13 am
This is Oracle, not SQL. The reason why backup and restore (RMAN) won't work is because we are upgrading to 11g from 9i.
Thus I think expdp and impdp will be the best and easiest solution
November 26, 2011 at 7:25 pm
impdp/expdp doesn't exist in oracle 9? Imp/exp does
November 28, 2011 at 2:22 am
@RuanK: You probably have misunderstanding on 'Working with Oracle' section. We discuss Oracle issues here if they are related to SQL Server as well e.g. Linked Server. We don't discuss core Oracle Issues here 'Migrating from Oracle 9i to Oracle 11g'.
Please visit Oracle Forums for more information.
November 28, 2011 at 11:03 pm
I'm so sorry 🙂
I was under the impression I could post issues regarding Oracle as well 🙂
Hi Jo, yes I know, luckily imp and exp are backward compatible (ie. 11g can use it) 🙂
November 29, 2011 at 3:59 am
Also have a look at Quest for SSC alike oracle forums
November 29, 2011 at 4:23 am
Jo Pattyn (11/29/2011)
Also have a look at Quest for SSC alike oracle forums
Nice Pointer Jo 😉
December 26, 2011 at 10:11 am
erwinluke (12/24/2011)
Many ways are present to move or copy a database from one server to another server using SQL server tools. Even so, as my experience the best way is that back up the database in old server and restore it in the destination server.
Really? Migrating from Oracle 9i to Oracle 11g "using SQL server tools"? 😀
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.December 27, 2011 at 1:08 am
PaulB-TheOneAndOnly (12/26/2011)
erwinluke (12/24/2011)
Many ways are present to move or copy a database from one server to another server using SQL server tools. Even so, as my experience the best way is that back up the database in old server and restore it in the destination server.Really? Migrating from Oracle 9i to Oracle 11g "using SQL server tools"? 😀
Nope... with 'proofreading service' :hehe:
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply