Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Teradata to Oracle migration - forum topic by sakthi42

$
0
0

Hi,

 

I'm new to Teradata,working in Teradata to Oracle migration project, converting Teradata DDL to Oracle.

 

For UNIQUE PRIMARY INDEX ( TRSY_ID,TRSY_STM,TAX_ID ): converted like below

 

TRSY_ID as Primary key , TRSY_STM as not null Unique , TAX_ID as not null Unique.

 

How to convert the below 2 concepts into oracle:

 

1. PRIMARY INDEX ( TRSY_STM,TRSY_ID,TAX_ID );

 

2. SPNS_ID BIGINT NOT NULL GENERATED BY DEFAULT AS IDENTITY

           (START WITH 1 

            INCREMENT BY 1 

            MINVALUE 1 

            MAXVALUE 999999999999999 

            NO CYCLE)

 

Any of your help is appreciated and also please correct me if i'm wrong...

 

-Thanks

 

 Sakthi

 

 

Tags: 
Forums: 

Viewing all articles
Browse latest Browse all 14773

Trending Articles



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