Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Backup - Proxy Copy

Back


Proxy Copies

diagram_proxy_copy

BACKUP [AS BACKUPSET] .. PROXY [ONLY] DATABASE |TABLESPACE;

-- to view information about the proxy copy
LIST BACKUP;

View

View Description
V$PROXY_DATAFILE info about the proxy datafile and control file backups
V$PROXY_ARCHIVEDLOG info about the proxy archived log backups
V$PROXY_ARCHIVELOG_SUMMARY summary information about the output proxy archive log file.
V$PROXY_ARCHIVELOG_DETAILS information about all available archive log proxy copies.
V$PROXY_COPY_SUMMARY Summary of information about data file proxy copies
V$PROXY_COPY_DETAIL information about all available control file and datafile proxy copies.