How to backup desired tables in oracle?
I guess we can create a new tablespace and move all the desired tables and back it up by using this query
ALTER TABLESPACE <TABLESPACE_NAME> BEGIN BACKUP
please post your suggestions
Regards,
Pavan
How to backup desired tables in oracle?
I guess we can create a new tablespace and move all the desired tables and back it up by using this query
ALTER TABLESPACE <TABLESPACE_NAME> BEGIN BACKUP
please post your suggestions
Regards,
Pavan