免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1571 | 回复: 6
打印 上一主题 下一主题

help me to start the Oracle 9i [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-11-02 07:02 |只看该作者 |倒序浏览
#./ora9
LRM-00109: could not open parameter file '/opt/ora9/product/9.2/dbs/initora9i.ora' <------
SQL>; Disconnected
[root@localhost init.d]#

then i use

su -oralce

then,

SQL>; startup pfile=/opt/ora9/product/9.2/dbs/initbvst.ora <---
LRM-00109: could not open parameter file '/opt/ora9/product/9.2/dbs/initbvst.ora'
ORA-01078: failure in processing system parameters

but .... this is ok

SQL>; startup pfile=/opt/ora9/product/9.2/dbs/init.ora <---
ORACLE instance started.

Total System Global Area 42741800 bytes
Fixed Size 450600 bytes
Variable Size 41943040 bytes
Database Buffers 204800 bytes
Redo Buffers 143360 bytes
ORA-00205: error in identifying controlfile, check alert log for more info

论坛徽章:
0
2 [报告]
发表于 2003-11-02 07:10 |只看该作者

help me to start the Oracle 9i

http://www.linuxsir.org/bbs/showthread.php?s=&postid=396842#post396842

论坛徽章:
0
3 [报告]
发表于 2003-11-02 10:29 |只看该作者

help me to start the Oracle 9i

ding xia la ...

论坛徽章:
0
4 [报告]
发表于 2003-11-02 10:35 |只看该作者

help me to start the Oracle 9i

用google查找一下ORA-01078错误号,看看解决办法。

论坛徽章:
0
5 [报告]
发表于 2003-11-02 13:09 |只看该作者

help me to start the Oracle 9i

There are three main problems and its solution
for installing ora9i under linux.

1>; Modify kernel parameter permanently
   HOW-TO:
     Modify file /etc/sysctl.conf by adding/modifing followed rows:
       kernel.sem = 250 32000 128 128
       kernel.shmmax = 335544320
       kernel.shmmni = 4096
       kernel.shmall = 2097152
       net.ipv4.ip_local_port_range = 1024 65535
     then reboot the system.

2>; When Oracle is installing, ins_ctx error message come out.
   WHY:  
     $ORACLE_HOME/ctx/lib/ins_ctx.mk does not include '-ldl' option.
   HOW-TO:
     Modify the 'ins_ctx.mk'
     from ctxhx: $(CTXHXOBJ) $(LINK) $(CTXHXOBJ) $(INSO_LINK)
     to ctxhx: $(CTXHXOBJ) $(LINK) -ldl $(CTXHXOBJ) $(INSO_LINK)
     then click Retry.

3>; When message "Can't find init file for Database <SID>;" come out for
   starting up the oracle server by dbstart command.
   HOW-TO:
     copy file $ORACLE_BASE/admin/$ORACLE_SID/pfile/init$ORACLE_SID.ora.<A_DIGIT_STRING>;
     to $ORACLE_HOME/dbs/init$ORACLE_SID.ora
     then run dbstart again.

论坛徽章:
0
6 [报告]
发表于 2003-11-02 14:23 |只看该作者

help me to start the Oracle 9i

Thank u anybody for help me. Thank u your guys so much. I don't know how to say
how much i thank u your guys.

Anyway, i just fixed my Oricle 9i.

SQL>; startup
ORACLE instance started.

Total System Global Area  235999352 bytes
Fixed Size                   450680 bytes
Variable Size             201326592 bytes
Database Buffers           33554432 bytes
Redo Buffers                 667648 bytes
Database mounted.
Database opened.
    

论坛徽章:
0
7 [报告]
发表于 2003-11-02 14:32 |只看该作者

help me to start the Oracle 9i

By the way,  after i installed the Oracle 9i, i didn't know what i could to do with Oracle!  What  can I do with Oracle?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP