w*********r 发帖数: 2095 | 1 我也太菜鸟了。好不容易安装完成,却不知道如何启动。
谢谢。 |
c*****d 发帖数: 6045 | 2 su - oracle
sqlplus "/ as sysdba"
startup |
w*********r 发帖数: 2095 | 3 非常感谢Coolbid.
我输入startup后遇到了如下错误。
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/
dbhome_1/dbs/initorcl.ora'
还有,Oracle的密码是什么时候设的。我忘记密码了,不知道怎么重新设一下。
谢谢。 |
B*****g 发帖数: 34098 | 4 如果你自己没设过密码,可以试试default密码
SYSTEM/MANAGER
SYS/CHANGE_ON_ INSTALL
【在 w*********r 的大作中提到】 : 非常感谢Coolbid. : 我输入startup后遇到了如下错误。 : ORA-01078: failure in processing system parameters : LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/ : dbhome_1/dbs/initorcl.ora' : 还有,Oracle的密码是什么时候设的。我忘记密码了,不知道怎么重新设一下。 : 谢谢。
|
T****U 发帖数: 3344 | 5 did u create database?
run dbca to create a database
【在 w*********r 的大作中提到】 : 非常感谢Coolbid. : 我输入startup后遇到了如下错误。 : ORA-01078: failure in processing system parameters : LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/ : dbhome_1/dbs/initorcl.ora' : 还有,Oracle的密码是什么时候设的。我忘记密码了,不知道怎么重新设一下。 : 谢谢。
|
w*********r 发帖数: 2095 | 6 下面是我从网上找到的。问题是如何export the ORACLE_SID=orcl1 for node1?
----------
This means that the ORACLE_SID is set to orcl - and that would be invalid
for a RAC instance as there are multiple instances per database and
identified by an instance number in addition (e.g. orcl1, orcl2 and so on).
Fix the ORACLE_SID in the environment, prior to firing up a sqlplus session.
Great! I just exported the ORACLE_SID=orcl1 for node1 and it worked.
Thanks a ton for the quick reply. |
T****U 发帖数: 3344 | 7 你装的是single instance吧,rac是multiple instance的 real application cluster
。看起来你的就是没创建数据库。退出sqlplus
然后运行dbca创建个数据库再来看
你运行这个命令看看
env | grep ORA
session.
【在 w*********r 的大作中提到】 : 下面是我从网上找到的。问题是如何export the ORACLE_SID=orcl1 for node1? : ---------- : This means that the ORACLE_SID is set to orcl - and that would be invalid : for a RAC instance as there are multiple instances per database and : identified by an instance number in addition (e.g. orcl1, orcl2 and so on). : Fix the ORACLE_SID in the environment, prior to firing up a sqlplus session. : Great! I just exported the ORACLE_SID=orcl1 for node1 and it worked. : Thanks a ton for the quick reply.
|
c*****d 发帖数: 6045 | 8 先看看你create db了没有
tail /etc/oratab |