Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active August 3, 2019 15:41
Show Gist options
  • Save marcosvidolin/64d61d7e09ef128b960c8b92f7228359 to your computer and use it in GitHub Desktop.
Save marcosvidolin/64d61d7e09ef128b960c8b92f7228359 to your computer and use it in GitHub Desktop.
How to Backup a table on Oracle
create table my_backup_table as (select * from my_table);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment