ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

ora2pg does not convert anydata

Open did16 opened this issue 1 year ago • 1 comments

Ora2Pg v23.2 does not convert Oracle Anydata type to PostgreSQL: --- Oracle CREATE TABLE "CTR"."TQ_ACTIV" ( ... "USER_PROP" "SYS"."ANYDATA" , ... --- PostgreSQL CREATE TABLE tq_activ ( ... user_prop ANYDATA

anydata is not a postgresql type

did16 avatar Jun 10 '23 12:06 did16