只设定了init.ora还不够,
在启动数据库时还必需要设定为归档模式:
SQL>startup mount;
SQL>alter database archivelog;
SQL>alter database open;查看归档状态:
SQL>archive log list;