重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 424|回复: 0
打印 上一主题 下一主题

[Oracle] ORA-27041 Or ORA-1565 / ORA-27037 When Creating Pfile From Spfile

[复制链接]
跳转到指定楼层
楼主
发表于 2025-9-7 18:36:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现象:
Getting errors like below when trying to create pfile from spfile:

SQL> create pfile from spfile;
create pfile from spfile
*
ERROR at line 1:
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.

Note that the errors as such may vary. With Oracle 11.2 on Linux, next errors may be encountered:

SQL> create pfile from spfile;
create pfile from spfile
*
ERROR at line 1:
ORA-01565: error in identifying file '?/dbs/spfile@.ora'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3


原因:
The database was not started with an spfile.

The following command shows the spfile parameter is unset:

SQL> show parameter spfile

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string

If an spfile was used to start the database, the value of the spfile will be the path and filename of the spfile.
If the value is null, as above, then an spfile was not used to start the database.

处理方法:
-- To implement the solution, please execute the following steps:

Either:

1. Restart the database using the spfile

- OR -

2. specify the full paths for the pfile and spfile, as follows:

SQL> create pfile='full path and filename of the pfile>' from spfile = '<full path and filename of the spfile>';

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2026-4-17 21:21 , Processed in 0.280007 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表