boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 如何在Unbuntu下启动oracle
相关主题
我的oracle 怎么了?
【已解决】oracle db link
问个RAC的问题
如何创建“initorcl.ora”文件
found a way to corrupt oracle on NT
Error Code 01034?
connect to an oracle server on anoter machine
question on JOIN on Oracle
How to creat user in Oracle?
servlet调用sql 访问oracle的问题
相关话题的讨论汇总
话题: oracle话题: sid话题: orcl1话题: unbuntu话题: instance
进入Database版参与讨论
1 (共1页)
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
1 (共1页)
进入Database版参与讨论
相关主题
servlet调用sql 访问oracle的问题
SQL Developer ORA-01017 错误
newbie's question about oracle
比较sqlplus和sql developer
Debugging in SQLPLUS, need help
help! oracle8i client installation on Windows2000/NT4
oracle connection problem
Drop table error.
请教:oracle9i安装问题
Oracle database link problem
相关话题的讨论汇总
话题: oracle话题: sid话题: orcl1话题: unbuntu话题: instance