QUESTION POSED ON: 23 April 2007 The goal is to migrate Oracle 9i (9.2.0.3 EE) on Red Hat Advanced Linux 2.1 to Oracle 10g R2 (EE) on Red Hat Enterprise Linux (RHEL) 4. I have read a number of documents but since we are upgrading our operating system we would like to do a fresh install of Linux and OCFS2, thus my question is, can I use transportable tablespaces to move my data to the new server that we are building?
To continue reading for free, register below or login
Requires Membership to View
To read more you must become a member of SearchOracle.com
You should be able to use transportable tablespaces to migrate your database from Oracle 9i to 10gR2. There are, of course, some limitations:
The compatible parameter must be set to at least 8.1 in both the source and target databases.
You must be using Enterprise Edition to generate a transportable tablespace set (which you are).
The source and target databases must have the same character set and national character set.
The tablespaces you wish to transport must be self-contained tablespaces. Use the DBMS_TTS.TRANSPORT_SET_CHECK procedure to check whether this is true.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.