配置好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 file
Linux-x86_64 Error: 2: No such file or directory
Additional information: 9925
ORA-01075: you are currently logged on

Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied

错误原因:pfile中的两个手工创建的目录是在root下创建的,应该在oracle下创建。

最新文章

  1. How to regress out unwanted vectors
  2. Git的搭建和使用技巧完整精华版
  3. SuperToolTips
  4. CopyOnWriteArrayList理解与理解
  5. Eclipse代码提示功能设置(Java & Eclipse+CDT C/C++)
  6. Google map v3 using simple tool file google.map.util.js v 1.2
  7. 使用 ArcGIS Online和APP进行监控操作和数据采集
  8. Hibernate中遇见的问题
  9. 【转载】js常用方法和片段
  10. 通用技术 : 异步调用 - Ajax技术
  11. Spring Boot快速入门(最新)
  12. 关于bootstrap-fileinput
  13. centos7.5环境下编译安装php7.0.30并安装redis和mongo扩展
  14. SQL Server 存储过程的运用
  15. Maven指定编译级别
  16. H3C网络设备配置SSH登录
  17. C. Trailing Loves (or L'oeufs?)
  18. Java对象的内存实际占用
  19. DBCC--SQLPERF
  20. java微信开发之接口连接

热门文章

  1. Innodb 中的事务隔离级别和锁的关系
  2. P1125 笨小猴
  3. JVM学习-jvm结构(一)
  4. 0818基于360开源数据库流量审计MySQL Sniffer
  5. Bi-shoe and Phi-shoe 欧拉函数 素数
  6. cogs 9. 中心台站建设。。。
  7. Android学习心得(13) --- Android代码混淆(1)
  8. 剖析Mysql的InnoDB索引
  9. springboot集成grpc
  10. int*与(int*)的差别