Datapump sqlfile option to extract only PK
rcc50886Jul 19 2012 — edited Jul 19 2012Is there any way to generate a sqlfile using Datapump that contains only Primary Key (I don't want the Check and Foreign Key constraints)
There are lot of Chk and Fk, so editing is not an option
I am able to generate the FK script by using " include=CONSTRAINT/REF_CONSTRAINT "
Is there any way to extract only PK DDL's ??
-Thanks,