首页
文章
活动
博客
图书
招聘
Search
登录
注册
Solaris系统上启动Oracle
2011-09-26
王少平
登录后依次执行
su - oracle
lsnrctl start
sqlplus /nolog
conn /as sysdba
startup
exit
关闭oracle:
su - oracle
sqlplus /nolog
conn /as sysdba
shutdown immediate
exit
lsnrctl stop
0
该文章对我有帮助
435°
/
4356 人阅读
/
0 条评论
发表评论
请
登录
后发表评论
王少平
访客 31003
王少平
的其他博文
更多
【转】数据库范式
在windows中用shell命令
selenium-webdriver for android
配置几种数据库的连接
ruby中的while与map效率比对
【转】提高rails new时bundle install运行速度
解决webdriver用send_keys输入长字符串问题
ruby time
MySql错误代码1045的解决方案
selenium IE截图问题