DOCID NUMBER(38) NULL,
TEXTKEY ROWID NULL,
CONSTRAINT SYS_IOT_TOP_107722
PRIMARY KEY
(TEXTKEY)
I'm trying to define a table like this in MySql
from our old Oracle
databases, and I am uncertain how to handle this extended ROWID
in MySql
.
UPDATE
This is some of the sample data:AAAaRfAARAAACtcAAA
. It appears to following the extended key format as stated in the oracle docs. Ill try to use binary and see if it bombs.