Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Migrating an Oracle Instance from Windows 2000 to Linux (RH AS)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-24-03, 20:52
mfalomir mfalomir is offline
Registered User
 
Join Date: Apr 2003
Location: Tijuana, BC, Mexico
Posts: 2
Migrating an Oracle Instance from Windows 2000 to Linux (RH AS)

Hello, I need help... i hope anybody can help me.... I need to migrate or move my Oracle database , which is now on a Windows 2000 server, to a Linux Server (Red Hat AS).. is it possible?? any suggestions?
Reply With Quote
  #2 (permalink)  
Old 04-25-03, 02:29
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
export the win2K databases
install the oracle sw on redhat

build the instances

imp the exported datasets
Reply With Quote
  #3 (permalink)  
Old 04-25-03, 03:21
Orca777 Orca777 is offline
Registered User
 
Join Date: Apr 2003
Location: Germany
Posts: 25
Re: Migrating an Oracle Instance from Windows 2000 to Linux (RH AS)

Quote:
Originally posted by mfalomir
Hello, I need help... i hope anybody can help me.... I need to migrate or move my Oracle database , which is now on a Windows 2000 server, to a Linux Server (Red Hat AS).. is it possible?? any suggestions?

Hi the Db-version of your win2k should be the same or lower
as the version on Linux

you cannot import for example 8.1.6 into 8.0.6

Orca
Reply With Quote
  #4 (permalink)  
Old 04-25-03, 11:01
aarroyob aarroyob is offline
Registered User
 
Join Date: Apr 2003
Posts: 6
Not mandatory Orca, you could export using 8.1.7 database using exp utility 8.0.6 and import there without problem

cheers
Reply With Quote
  #5 (permalink)  
Old 04-25-03, 11:06
Orca777 Orca777 is offline
Registered User
 
Join Date: Apr 2003
Location: Germany
Posts: 25
Hi,
this is luck, isn't it?
We had problems imp/exp (views were missing ) even between 8.1.7.0.0 and 8.1.7.4.50 Databases

Orca
Reply With Quote
  #6 (permalink)  
Old 04-25-03, 11:09
aarroyob aarroyob is offline
Registered User
 
Join Date: Apr 2003
Posts: 6
Did you downgraded 50 databases? Really? Why?
Reply With Quote
  #7 (permalink)  
Old 04-25-03, 11:52
Orca777 Orca777 is offline
Registered User
 
Join Date: Apr 2003
Location: Germany
Posts: 25
No,
this would not be my dream-job ;-),
but all this happens thru consulting day by day.
Orca
Reply With Quote
  #8 (permalink)  
Old 04-25-03, 12:05
Orca777 Orca777 is offline
Registered User
 
Join Date: Apr 2003
Location: Germany
Posts: 25
Looked at metalink :

1. From 7.3.3 to 8.1.6 => Use the EXPORT 7.3.3 to export the data from the 7.3.3 database and IMPORT 8.1.6 to import the data into the 8.1.6 database.

2. From 8.1.6 to 8.1.6 => Use the EXPORT 8.1.6 to export the data from the 8.1.6 database and IMPORT 8.1.6 to import the data into the 8.1.6 database.
3. From 8.1.5 to 8.0.6 => Use the EXPORT 8.0.6 to export the data from the 8.1.5 database and IMPORT 8.0.6 to import the data into the 8.0.6 database.
4. From 9.0.1 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the 9.0.1 database and IMPORT 8.1.7 to import the data into the 8.1.7 database.
5. From 8.1.7 to 9.2.0 => Use the EXPORT 8.1.7 to export the data from the 8.1.7 database and IMPORT 9.2.0 to import the data into the 9.2.0 database.
6. From 9.0.1 to 9.2.0 => Use the EXPORT 9.0.1 to export the data from the 9.0.1 database and IMPORT 9.2.0 to import the data into the 9.2.0 database.
7. From 8.1.7 to 7.3.4 => Only if never run before, first run CATEXP7.SQL on the 8.1.7 database in order to create the Oracle7 data dictionary views; then use the EXPORT 7.3.4 to export the data from the 8.1.7 database
and IMPORT 7.3.4 to import the data into the 7.3.4 database.



You are totally right downgrading is possible (From 8.1.5 to 8.0.6 => Use the EXPORT 8.0.6)
Sorry
Orca
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

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