Transportable tablespaces and Oracle downgrading... 2006-06-01 - By Grabowy, Chris
So let's say you have a 10gR2 database that you need to downgrade to 10gR1. You have no choice, you have to downgrade.
The immediate solution that comes to mind:
- export the entire database - shutdown the database. - trash the 10gR2 software - install 10gR1 software, and create an empty database. - import a lot of schemas with a ton of data.
Or, second option:
- export the transportable tablespace metadata. - shutdown the database. - trash the 10gR2 software - install the 10gR1 software and create an empty database. - import the transportable tablespace metadata.
Has anyone actually executed the second option?? Is it doable??
CxG
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6617.47"> <TITLE>Transportable tablespaces and Oracle downgrading...</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">So let's say you have a 10gR2 database that you need to downgrade to 10gR1. You have no choice, you have to downgrade.< /FONT> </P>
<P><FONT SIZE=2 FACE="Arial">The immediate solution that comes to mind:</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">- export the entire database</FONT>
<BR><FONT SIZE=2 FACE="Arial">- shutdown the database.</FONT>
<BR><FONT SIZE=2 FACE="Arial">- trash the 10gR2 software</FONT>
<BR><FONT SIZE=2 FACE="Arial">- install 10gR1 software, and create an empty database.</FONT>
<BR><FONT SIZE=2 FACE="Arial">- import a lot of schemas with a ton of data.< /FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Or, second option:</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">- export the transportable tablespace metadata.< /FONT>
<BR><FONT SIZE=2 FACE="Arial">- shutdown the database.</FONT>
<BR><FONT SIZE=2 FACE="Arial">- trash the 10gR2 software</FONT>
<BR><FONT SIZE=2 FACE="Arial">- install the 10gR1 software and create an empty database.</FONT>
<BR><FONT SIZE=2 FACE="Arial">- import the transportable tablespace metadata.< /FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Has anyone actually executed the second option?? Is it doable??</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">CxG</FONT> </P>
</BODY> </HTML>
|
|