marcosvidolin
4/28/2017 - 1:58 AM

Backup de table

How to Backup a table on Oracle

create table my_backup_table as (select * from my_table);