ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001

例行检查数据库时,发现alert日志中有ORA-报错,报错日志如下

[root@db1 trace]#  tail -5000 alert_orcl1.log |more
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
ORA-01017: invalid username/password; logon denied
2023-08-02T02:07:31.565849+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_143447.trc:
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
2023-08-02T02:07:31.569767+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_143447.trc:
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
ORA-01017: invalid username/password; logon denied
2023-08-02T02:07:37.369103+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_144010.trc:
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
2023-08-02T02:07:37.373114+08:00
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_144010.trc:
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied


--------------------------------
[root@db1 ~]# strings /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_143447.trc
Trace file /u01/app/oracle/diag/rdbms/orcl/orcl1/trace/orcl1_ora_143447.trc
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.19.0.0.0
Build label:    RDBMS_19.19.0.0.0DBRU_LINUX.X64_230321.1
ORACLE_HOME:    /u01/app/oracle/product/19.0.0/db_1
System name:    Linux
Node name:    db1
Release:    5.4.17-2102.201.3.el7uek.x86_64
Version:    #2 SMP Fri Apr 23 09:05:55 PDT 2021
Machine:    x86_64
Instance name: orcl1
Redo thread mounted by this instance: 1
Oracle process number: 1413
Unix process pid: 143447, image: oracle@db1 (TNS V1-V3)
*** 2023-08-02T02:07:31.565735+08:00
*** SESSION ID:(4923.9653) 2023-08-02T02:07:31.565749+08:00
*** CLIENT ID:() 2023-08-02T02:07:31.565753+08:00
*** SERVICE NAME:(SYS$USERS) 2023-08-02T02:07:31.565755+08:00
*** MODULE NAME:(sqlplus@db1 (TNS V1-V3)) 2023-08-02T02:07:31.565759+08:00
*** ACTION NAME:() 2023-08-02T02:07:31.565762+08:00
*** CLIENT DRIVER:(SERVER) 2023-08-02T02:07:31.565765+08:00
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/PASSWORD/pwdorcl.269.1142084001
ORA-27300: OS system dependent operation:open failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgmsmr_7
<error barrier> at 0x7ffc54cc4838 placed kzia.c@2652
ORA-01017: invalid username/password; logon denied
[root@db1 ~]#

mos文档:Customer RecommendedDatabases alert log showing ORA-17503/ORA-01017 (Doc ID 2919585.1)

处理办法:

1) Take the backup of /etc/group
2) modify the oinstall in /etc/group as "oinstall:x:1001:grid,oracle"
Existing entry
oinstall:x:1001:grid
Change To
oinstall:x:1001:grid,oracle

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
根据引用的内容来看,这个问题出现的原因是在执行关闭数据库命令或其他命令的过程中出现异常断电或命令人为中断导致开启数据库的初始化文件丢失或异常。 解决这个问题的步骤如下: 1. 首先,通过conn / as sysdba连接到数据库。 2. 使用everything软件或Windows搜索工具,找到一个pfile文件夹下的init.ora文件或init.ora.12345678文件,这个文件就是备份文件。 3. 关闭数据库。 4. 找到报错路径,将备份文件复制到报错路径中,并将其重命名为与路径中相同的文件名。 5. 重新启动数据库,使用startup命令。此时应该可以正常启动数据库。 这些步骤应该能够解决这个问题,使数据库能够正常启动。如果问题仍然存在,可能需要进一步检查和修复数据库的配置文件和参数。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file 解决过程](https://blog.csdn.net/jianyuwuyi/article/details/113827485)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file](https://blog.csdn.net/XWxDSJ/article/details/127732920)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值