Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Upgrade from Oracle 7.3 to Oracle 8.0.4
On 16 Nov 2001 09:54:02 -0800, yasird_at_hotmail.com (yasir) wrote:
>Hi all,
>
>I need help with updgrading a database from Oracle 7.3 to Oracle
>8.0.4.
>
>Can anybody tell me the complete list of steps of exporting complete
>database from Oracle 7.3 and importing that dump file into Oracle
>8.0.4. Do i have to use imp73 utility when importing into Oracle 8.0.4
>server. Appreciate any help...
>
>Thanks
Sorry I must ask this question. Oracle 7.3 and 8.0 have both been desupported. Why do you want to upgrade to a desupported release?
Other than that (and for this time only)
exp73 username/password file=... full=y log=....log compress=n
direct=y
(exp73 help=y will give you all parameters)
imp80 username/password full=y ignore=y file=... log=imp....log commit=y buffer=8192000
imp80 help=y will show all parameters
Hth
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Fri Nov 16 2001 - 16:19:30 CST
![]() |
![]() |