配置好pfile和口令文件后启动数据库到nomount状态下出现错误: [oracle@localhost ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Dec 1 19:23:55 2016 Copyright (c) 1982, 2013, Oracle. All rights reserved. ERROR: ORA-09925: Unable to create audit trail fil…
1.先来看下外国网站上的资料怎么说 Nomount – The database instance has been started (processes and memory structures have been allocated, but control file is not yet accessed). 数据库实例已经开始(进程和内存已经分配,但是控制文件还没有启动) Mount – Instance has accessed the control file, but has…