ORA-01466: unable to read data - table definition has changed [message #581107] |
Tue, 02 April 2013 04:26  |
ishika_20
Messages: 339 Registered: December 2006 Location: delhi
|
Senior Member |
|
|
Dear All,
My job is running at 2 am and that time no application user is connected. Even though, my exp utility shows error on 3 tables (2 are temp tables), everyday. But when expdp is running without error, which was scheduled at 4 am.
Below are the error -
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
. . exporting table DW_TEST_MOTOR
EXP-00056: ORACLE error 1466 encountered
ORA-01466: unable to read data - table definition has changed
. . exporting table DW_TEST_MOTOR_1 0 rows exported
. . exporting table DW_TEST_TAC 0 rows exported
. . exporting table DW_TMP_ACC_GENERAL_LEDGER 0 rows exported
. . exporting table DW_TRF_AGG_SCHEDULE_DTLS 6174 rows exported
. . exporting table DW_TRF_AGG_SCHEDULE_DTLS_0112 0 rows exported
. . exporting table DW_TRF_AGG_SCHEDULE_DTLS_1612 0 rows exported
. . exporting table DW_TRF_AGG_SCHEDULE_DTLS_2402 0 rows exported
. . exporting table DW_TXT_FILE_GEN_LOG 0 rows exported
. . exporting table DW_UIIC_GEN_GC_PROV 0 rows exported
. . exporting table DW_UIIC_GEN_GC_PROV_1 0 rows exported
. . exporting table DW_UNEARNED_PREMIUM 0 rows exported
. . exporting table DW_UNEARNED_PREMIUM_LOG 0 rows exported
. . exporting table DW_VEHICLE_DATA_NOT_FOUND_LOG 0 rows exported
. . exporting table EMP_11 0 rows exported
. . exporting table ERR_LOG 0 rows exported
. . exporting table GC_CLM_GEN_INFO_TAC 0 rows exported
. . exporting table GC_CLM_OS_TAC 0 rows exported
. . exporting table GC_CLM_PAYMENT_DETAILS_TAC 0 rows exported
. . exporting table GC_CLM_PROVISION_INFO_TEMP
EXP-00056: ORACLE error 1466 encountered
ORA-01466: unable to read data - table definition has changed
. . exporting table GC_CLM_PROVISION_INFO_TEMP_F
EXP-00056: ORACLE error 1466 encountered
ORA-01466: unable to read data - table definition has changed
Eager to know the solution for this.
Regards,
Ishika
|
|
|
|
|
|
|
|
|
Re: ORA-01466: unable to read data - table definition has changed [message #581132 is a reply to message #581124] |
Tue, 02 April 2013 06:49   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
No unless you use Log Miner.
Now you can audit DDL on your tables for the next time:
AUDIT ALTER, AUDIT, COMMENT, FLASHBACK, GRANT, INDEX, LOCK, RENAME on mytable BY ACCESS;
Before, check the audit_trail parameter is set to DB.
Regards
Michel
|
|
|
|
|