Export tables and views Data Pump
expdp CKEGOLD/PASSWORD schemas=CKEGOLD include=TABLE:"IN('STTM_DATES','STTM_LCL_HOLIDAY','STTM_CUST_ACCOUNT','STTM_CUSTOMER','CSTB_ADDL_TEXT','STTM_TRN_CODE')" include=VIEW:"IN('ACVW_ALL_AC_ENTRIES')" directory=DUMDIR dumpfile=CKEGOLDTABLES.dmp logfile=CKEGOLDTABLESLOG.log
This results in an error.How can I do the export?Please give me an exact syntax of how to do so with the syntax including the tables and view shown above.