Quantcast
Viewing all articles
Browse latest Browse all 16689

Migrate Oracle tables with UDT

Hello Experts,

I am using kettle to migrate Oracle schema (to another Oracle schema) and stuck with this scenario -

CREATE OR REPLACE TYPE ssn AS OBJECT(ssn NUMBER(10));

-- table not getting migrated when type is referenced as column
CREATE TABLE person
(
NAME VARCHAR(40) NOT NULL,
refssn ssn NOT NULL
);

Please guide how this migration scenario can be handled through kettle.

Thank you.

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>