查看现有的的模式:
SQL> select log_mode from v$database;
修改数据为归档模式必须在数据库mount下进行:
SQL> alter database archivelog; <-开启归档模式