Oralce在linux中终止和启动服务

Oralce在linux中停止和启动服务
blog迁移至:http://www.micmiu.com

先以数据库用户登录

停止数据库服务
cd
source .bash_profile
lsnrctl stop
sqlplus /nolog
>connect user/pwd as sysdba
>shutdown immediate
>exit

启动数据库服务
cd
source .bash_profile
lsnrctl start
sqlplus /nolog
>connect user/pwd as sysdba
>startup
>exit

ps:本人一般会为数据库单独建一个用户

Oralce在linux中终止和启动服务

相关文章:

你感兴趣的文章:

标签云: