1. sysdba登录数据库
sqlplus / as sysdba
2. 备份spfile文件
show parameter spfile
create pfile=‘/home/oracle/pfile20190920.ora‘ from spfile=‘/home/oracle/u01/app/oracle/product/12.2.0/dbhome_1/dbs/spfileorcl.ora‘;
3. 查看归档路径及状态
sql> archive log List
4. 关闭数据库,以mount状态运行
shutdown immediate
startup mount
5. 开启归档模式
alter database archivelog;
6. 查看状态
archive log List
alter pluggable database all open;
show pdbs;
总结以上是内存溢出为你收集整理的Oracle开启归档全部内容,希望文章能够帮你解决Oracle开启归档所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)