Importing from 9.2.0.3 to 9.2.0.8 Note: table contains ROWID column, values may be obsolete 0 rows i
Hi experts.
I have this error in the import. I already recreate this tables, but I need to explain why this errors occured.
. . importing table "TBS_EXCEPTIONS"
Note: table contains ROWID column, values may be obsolete 0 rows imported
I did the following query and it returned all the rows on the table. This query was from the following site:
http://docs.oracle.com/cd/ B19306_01/ appdev.102 /b14258/ d_ rowid.htm# i997423
Examples
Considering the schema in the example for the ROWID_TO_EXTENDED function, you can use the following statement to find bad ROWIDs prior to conversion. This enables you to fix them beforehand.
I have this error in the import. I already recreate this tables, but I need to explain why this errors occured.
. . importing table "TBS_EXCEPTIONS"
Note: table contains ROWID column, values may be obsolete 0 rows imported
I did the following query and it returned all the rows on the table. This query was from the following site:
http://docs.oracle.com/cd/
Examples
Considering the schema in the example for the ROWID_TO_EXTENDED function, you can use the following statement to find bad ROWIDs prior to conversion. This enables you to fix them beforehand.
0