Quote Originally Posted by cracboy View Post
Is there any command that can be used on the command line to check and see once connected to a database, if it is in archive log mode or not.?
Try: SELECT LOG_MODE FROM V$DATABASE;