由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - How to start a Oracle database
相关主题
question about oracle 8i personal editionOracle8概 述
found a way to corrupt oracle on NThelp! oracle8i client installation on Windows2000/NT4
how to connect to remote Oracle database, help me!!!Oracle8i 启动问题
Oracle for Solaris is available for FREE download如何在oracle8i中得到视图和表的定义?
Oracle downurgent! which odbc lib file need use when use the oracle8i&odbc on Solaris?
In SQLPLUS, how to repeat typed commandRe: urgent! which odbc lib file need use when use the oracle8i&odbc on
ora-12560: TNS: Protocol adaptor error求教一ORACLE问题
Question about the err when export tableoracle client side program
相关话题的讨论汇总
话题: oracle话题: production话题: release话题: svrmgr话题: svrmgrl
进入Database版参与讨论
1 (共1页)
s****y
发帖数: 25
1
数据库是装在Unix环境下的,机器从新启动过,
如何运行Oracle数据库,我只有数据库管理员的帐号.
应该用哪些命令启动数据库呢
a****o
发帖数: 37
2
run server manager. svrmgrl or srvmgrl, I'm not sure.
connect sys as sysdba
startup
~{!>~} ~{TZ~} suckey (~{E
w*****h
发帖数: 139
3
Login with oracle admin account(e.g.: oracle).
sqlplus internal
startup

【在 s****y 的大作中提到】
: 数据库是装在Unix环境下的,机器从新启动过,
: 如何运行Oracle数据库,我只有数据库管理员的帐号.
: 应该用哪些命令启动数据库呢

s****y
发帖数: 25
4
Thanks. I tried, but error occured,
"no file for product=SVRMGR"
what's up. is there any file missing?

【在 a****o 的大作中提到】
: run server manager. svrmgrl or srvmgrl, I'm not sure.
: connect sys as sysdba
: startup
: ~{!>~} ~{TZ~} suckey (~{E
a****o
发帖数: 37
5
Is it when you ran the server manager? If so, maybe you did
not set the path correctly. You can try to find the file
using find . -name svrmgrl or find . -name srvmgrl.
Once you find the executable, go to that directory, run
./svrmgrl or ./srvmgrl

【在 s****y 的大作中提到】
: Thanks. I tried, but error occured,
: "no file for product=SVRMGR"
: what's up. is there any file missing?

h****r
发帖数: 2056
6
Hi, aaajoo, I meet another problem for start the oracle
server on
the Solaris 2.7,
below is the problem,
/***********************************************************
******/
$ ./svrmgrl
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights
Reserved.
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the Partitioning option
JServer Release 8.1.7.0.0 - Production
SVRMGR> connect sys as sysdba
Password:
Connected.
SVRMGR> sqlplu

【在 a****o 的大作中提到】
: Is it when you ran the server manager? If so, maybe you did
: not set the path correctly. You can try to find the file
: using find . -name svrmgrl or find . -name srvmgrl.
: Once you find the executable, go to that directory, run
: ./svrmgrl or ./srvmgrl

h****r
发帖数: 2056
7
Hi, I meet another problem for start the oracle server on
the Solaris 2.7,
below is the problem,
/***********************************************************
******/
$ ./svrmgrl
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights
Reserved.
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the Partitioning option
JServer Release 8.1.7.0.0 - Production
SVRMGR> connect sys as sysdba
Password:
Connected.
SVRMGR> sqlplus intern

【在 s****y 的大作中提到】
: Thanks. I tried, but error occured,
: "no file for product=SVRMGR"
: what's up. is there any file missing?

1 (共1页)
进入Database版参与讨论
相关主题
oracle client side programOracle down
Re: In SQLPLUS, how to repeat typed commIn SQLPLUS, how to repeat typed command
Re: Web Databaseora-12560: TNS: Protocol adaptor error
primitive question.Question about the err when export table
question about oracle 8i personal editionOracle8概 述
found a way to corrupt oracle on NThelp! oracle8i client installation on Windows2000/NT4
how to connect to remote Oracle database, help me!!!Oracle8i 启动问题
Oracle for Solaris is available for FREE download如何在oracle8i中得到视图和表的定义?
相关话题的讨论汇总
话题: oracle话题: production话题: release话题: svrmgr话题: svrmgrl