Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle ROWID to HiRDB

There is no equivalent of Oracle ROWID in HiRDB. Add message “/*Could not convert 'ROWID'*/”.

Oracle:

CREATE TABLE hanbai
(
 col1 ROWID,
 col2 FLOAT
 );

HiRDB:

CREATE TABLE hanbai
(
 col1 ROWID,
 col2 FLOAT
 );
 /*Could not convert 'ROWID'*/

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.