oracle无法连接 ORA-01034报错

是不是spfile的问题啊
2024-12-30 02:25:49
推荐回答(2个)
回答1:

报ora-01034是因为你的收据库的控制文件没有加
在startup mount 后可以查看oracle数据库的归档与否。如果是归档的
按照你的报错原因来看你的归档日志的格式不正确,建议你在mount下改变一下你的归档日志的格式(format)
alter system set log_archive_dest_1='location=D:\OraHome_1\admin\orcl\arh';

alter system set log_archive_max_processes=3;

alter system set log_archive_format='arh_%t_%s_%r.log' scope=spfile;
alter system set log_archive_format='%t_%s.dbf'

回答2:

很明显,
(1)是你的log_archive_format 写错了,没有包含,%s,%t ,%r
(2)共享内存也有问题,好像不够,请在/etc/fstab中,对tmpfs 的 default后加入“,size=*** “