database specific tables data

Oracle Db Backup Command

Oracle Db Backup Command

The Oracle Db Backup Command is used to back up an Oracle database. The command can be used to back up the entire database, or specific tables or datafiles. The backup can be created as a file on the local filesystem, or sent to a remote destination.

The syntax of the Oracle Db Backup Command is:

BACKUP {DATABASE | TABLE | DATAFILE}

The BACKUP keyword is followed by the specific object to be backed up. The …