Prior to 8i, you can create a table with ROWID as a column name. This is not supported in 8i.
For example, in 7.3.4,
CREATE TABLE TEST ("ROWID" VARCHAR2(30)); will work, but not in 8i.
Check the old database.
|
Results 1 to 8 of 8
Threaded View
|
Click Here to Expand Forum to Full Width |