linux学习笔记之五:oracle
一、启动oracle服务
以oracle用户登录linux,可以在/etc/passwd中查看到有没有oracle用户
如果不知道oracle用户密码,可以以root账号进行重置。
#:passwdoracle
oracle用户登录后执行:
sqlplus/nolog//进入sqlshell
SQL>conn/assysdba
SQL>startup
二、关闭oracle服务
由上面的方式进入sqlshell
SQL>shutdownimmediate
三、监听
如果连接时出现:TNS:无监听程序
lsnrctl start
四、监听和服务自动启动
1、修改/etc/oratab
orcl:/opt/oracle/product/10R2:Y
2、修改/etc/sysconfig/oracle
START_ORACLE_DB="yes" ## Path: Productivity/Databases/Tools/Oracle/DB ## Type: yesno ## Default: no # # Enable clients on other computers to connect to the database # START_ORACLE_DB_LISTENER="yes"
相关推荐
lklong 2020-11-22
oraclemch 2020-11-06
shilukun 2020-10-10
周嘉笙 2020-11-09
iilegend 2020-10-19
EricRay 2020-10-16
zhuzhufxz 2020-09-16
dataminer 2020-08-17
bfcady 2020-08-16
Hody 2020-08-16
FightFourEggs 2020-08-16
数据库设计 2020-08-16
Seandba 2020-08-16
Omega 2020-08-16
zjyzz 2020-08-16
yanghuatong 2020-08-16
ktyl000 2020-08-16
dbasunny 2020-08-16