Archive Log

Transformation for this command is pending

Description

The ARCHIVE LOG command displays information about redoing log files. (Oracle SQL Plus User's Guide and Reference)

ARCHIVE LOG LIST

Snowflake does not have a direct equivalent to this command. The Snowflake !optionscommand can be used to display the location path of some log files, however, it does not fully comply with the behavior expected by the ARCHIVE LOG command. At transformation time, an EWI will be added.

1. Archive Log command

Oracle

IN -> Oracle_01.sql
ARCHIVE LOG LIST

SnowSQL (CLI Client)

OUT -> Oracle_01.sql
!!!RESOLVE EWI!!! /*** SSC-EWI-0073 - PENDING FUNCTIONAL EQUIVALENCE REVIEW FOR 'ARCHIVE LOG STATEMENT' NODE ***/!!!
ARCHIVE LOG LIST;

Known Issues

No Known Issues.

Last updated