Export oracle 9 to oracle 10 [message #74661] |
Tue, 01 February 2005 03:08 |
gioser
Messages: 2 Registered: February 2005
|
Junior Member |
|
|
hi friends
when i am trying to export the full database i got a error message.
so i run the catexp.sql and after restarting the export i got this error and export terminated unsuccessfully.
i am using oracle 10 and windowsXP
|
|
|
|
Re: Export oracle 9 to oracle 10 [message #74664 is a reply to message #74662] |
Tue, 01 February 2005 04:57 |
gioser
Messages: 2 Registered: February 2005
|
Junior Member |
|
|
About to export the entire database ...
. exporting tablespace definitions
. exporting profiles
. exporting user definitions
. exporting roles
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
|
|
|
|
Re: Export oracle 9 to oracle 10 [message #110055 is a reply to message #74661] |
Thu, 03 March 2005 02:39 |
ttphuong
Messages: 5 Registered: March 2005
|
Junior Member |
|
|
How can i run catexp.sql of ora9i in ora8, since i would like to use exp tool from ora9i to export data from ora8. As i know in catexp.sql, there are CREATE OR REPLACE view(s) from some sys.tables(s) in ora9i are not in ora8. Please help.
Thanks.
|
|
|
|
Re: Export oracle 9 to oracle 10 [message #110150 is a reply to message #110098] |
Thu, 03 March 2005 13:56 |
ttphuong
Messages: 5 Registered: March 2005
|
Junior Member |
|
|
Hi, i really thanks for your help.
I would like to ask if after i run catexp.sql (9i) on
9i machine, by sys/password@8idatabase, will i still
be able to run version 8 export on our version 8
database/machine?
Thanks a lot for your help.
|
|
|
|
Re: Export oracle 9 to oracle 10 [message #110480 is a reply to message #110152] |
Mon, 07 March 2005 21:47 |
ttphuong
Messages: 5 Registered: March 2005
|
Junior Member |
|
|
Hi,
When i compare 2 catexp.sql files of ora8 and ora9, i see in Ora9, there are some extra crea/replace VIEWS that are not in Ora8 (eg: CREATE OR REPLACE VIEW XYZ9ABCDEF AS, but almost all views created on ora8 will be in ora9 (except 1 CREATE OR REPLACE VIEW exu81ind_base) and 2 CREATE OR REPLACE VIEW imp8ttd and CREATE OR REPLACE VIEW imp8ttdu in Ora9 alittle bit different by using table sys.type$ (but that's for import, i guess!).
Since we still runexport in our old version ora8 (unix based), and would like to export to machin using ora9 (window based) ...
how can we do them in the same time? i see function just create or replace, but not delete, so the views once created will be stayed there in database (ora8). Please give us some advice.
Thanks alot.
|
|
|