What is the SQL command to switch the log file creating and archive log file that includes the datad
I have used the the command to switch over the redo logs so that an archive log file is created. I know there is an option that can be included that will cause the database data dictionary to be included in the archive log file and as a result, if I execute "Select sequence# from v$archived_log where dictionary_begin = 'YES';" it will return the archive log file sequence number of the file that was created. What is the syntax for that command?
All replies (even the one's calling me stupid for having such a simple question) are appreciated so long as they are helpful.