Oracle: Create Backup Schedule
may be useful in certain circumstances, create a backup copy of a table before performing any type of operation, in order to compare the results between the first and after.
with the following statement:
CREATE TABLE Tabella_backup AS
SELECT * FROM
Table
you get an exact copy of the previous .
Greetings
0 comments:
Post a Comment