![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I manage an application that uses an Oracle DB. That DB resides on a host running 8.1.7.3 on HP-UX 11.00. Since I don't have access to that system and I am not confident that it is being backed up reliably, I have been doing a nightly export from another system, run from a cron (my local Oracle server). That has been working fine for some time. Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? |
#3
| |||
| |||
|
|
I manage an application that uses an Oracle DB. That DB resides on a host running 8.1.7.3 on HP-UX 11.00. Since I don't have access to that system and I am not confident that it is being backed up reliably, I have been doing a nightly export from another system, run from a cron (my local Oracle server). That has been working fine for some time. Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? First: |
#4
| |||
| |||
|
|
Randy Harris wrote: I manage an application that uses an Oracle DB. That DB resides on a host running 8.1.7.3 on HP-UX 11.00. Since I don't have access to that system and I am not confident that it is being backed up reliably, I have been doing a nightly export from another system, run from a cron (my local Oracle server). That has been working fine for some time. Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? First: SELECT object_name FROM dba_objects WHERE status = 'INVALID'; I expect you'll find some. Then check the log file from the upgrade. Then repeat the upgrade. |
|
Make sure you perform any STARTUP MIGRATE or other recommendations that are in the documentation and be sure to run utlrp.sql in the /rdbms/admin directory. -- Daniel Morgan http://www.outreach.washington.edu/e...ad/oad_crs.asp http://www.outreach.washington.edu/e...oa/aoa_crs.asp damorgan@x.washington.edu (replace 'x' with a 'u' to reply) |
#5
| |||||
| |||||
|
|
Randy Harris wrote: I manage an application that uses an Oracle DB. That DB resides on a host running 8.1.7.3 on HP-UX 11.00. Since I don't have access to that system and I am not confident that it is being backed up reliably, I have been doing a nightly export from another system, run from a cron (my local Oracle server). That has been working fine for some time. Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? Do ya thunk it's possible that a 8.1.7.4 export executable might not be compatible with a 8.1.7.3 export dictionary? What's metalink/support say? (or perhaps the upgrade docco that comes with the upgraded s/w?) |
|
One possibility - install a baseline 8.1.7.3 (no need to install a database -just the s/w) in a separate Oracle Home on your local machine. Use that instead of the new s/w to continue your exports. A second possibility - shake some trees to ensure the backups on the HP are done properly so you don't end up being responsible for things you really can't control. (What happens when 'they' upgrade the HP-UX?) |
|
A third - there's a reason for upgrading to 8.1.7.4 .... have the DB on the HP-UX machine upgraded. |
|
A fourth - get all the databases moved up to 9i A fifth - investigate RMAN for backup. |
|
(etc., etc., etc.) -- /Hans [mailto:`echo $from" | sed "s/yahoo/telusplanet/g"`] |
#6
| |||
| |||
|
|
Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? |
#7
| |||
| |||
|
|
On Sat, 11 Oct 2003 20:27:40 GMT, "Randy Harris" <randy (AT) SpamFree (DOT) com wrote: Yesterday I upgraded my local server to 8.1.7.4. Now I can longer do a full export. I get this error . exporting sequence numbers EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully It seems to work OK until it begins exporting the sequence numbers. I was able to confirm that a "exp full=yes" can be done successfully on the 8.1.7.3 system. What is the cause of this and what, if anything, can I do to correct it? The usual issue of not running catalog.sql catproc.sql ----> catexp.sql after every upgrade though these steps are documented. |
|
Sybrand Bakker, Senior Oracle DBA |
![]() |
| Thread Tools | |
| Display Modes | |
| |