Database Utilities (MOSC)

MOSC Banner

ORA-01753: column definition incompatible with clustered column definition

edited Apr 15, 2011 2:55AM in Database Utilities (MOSC) 11 commentsAnswered
 Hello. I am running into ora-1753 when trying to import a table from one schema to another. The table is created within a cluster in a source schema, but in the target schema it is not part of the cluster.  I am using this command

imp / file=CDB801.dmp log=1table fromuser=CDB801 touser=CPBSBC ignore=y tables=ACCOUNT_ACTIVITY

and it fails

IMP-00017: following statement failed with ORACLE error 1753:
 "CREATE TABLE "ACCOUNT_ACTIVITY" ("ACCOUNT_ID" NUMBER(16, 0) NOT NULL ENABLE"
 ", "ACTIVITY_TYPE_CODE" VARCHAR2(3) NOT NULL ENABLE, "POINT_IN_TIME_CODE" VA"
 "RCHAR2(3) NOT NULL ENABLE, "POINT_IN_TIME_START_DATE" DATE NOT NULL ENABLE,"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center