How to backup all the views in a table
NonudayJan 4 2012 — edited Apr 30 2012I want export all the view in a schema.
I used the below command:
expdp A12/A12 schemas=USER INCLUDE=VIEW directory=pump_dir dumpfile=expdp_VIEW.dmp
The command executed successfully but,
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 0 KB
Processing object type SCHEMA_EXPORT/VIEW
Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
******************************************************************************
It seems nothing have been backed up..
I don't want to export specifically. Is there any way to upload all the views using export or any other way.
Kindly help me..
Thanks in advance
nonuday