使用expdp工具导出数据库下的scott用户的相关信息,如果不想导出表数据,只想导出相关的元数据(表和索引相关定义),应该使用下列( )命令。
Aexpdp system/system directory=DATA_PUMP_DIR dumpfile=scott.dmp schemas=SCOTT content=metadata_only
Bexpdp system/system directory=DATA_PUMP_DIR dumpfile=scott.dmp schemas=SCOTT content=all
Cexpdp system/system directory=DATA_PUMP_DIR dumpfile=scott.dmp schemas=SCOTT content=data_only
Dexpdp system/system directory=DATA_PUMP_DIR dumpfile=scott.dmp schemas=SCOTT content=meta_only