hello everyone,
i want to take a database backup with only schemas in it without data is it possible?
im using oracle 11g version is 11.2.0
normally we take back up in this format expdp
"expdp system/jj@orcl full=Y directory=dump_dir dumpfile=yourdmpfilename.dmp logfile=yourlogfilename.log"
but this takes full backup of a database
but i want only schemas in a database is it possible?? can anyone help me out? is there any query for it? for taking backup of only schemas?