1、to administrator enterprise manager,use: http://hostname:1158/em
emctl status dbconsole
emctl start dbconsole
emctl stop dbconsole
emctl status agent
emctl start agent
2、侦听
lsnrctl status
lsnrctl start conn scott/tiger @orcl 连接成功
lsnrctl stop conn scott/tiger @orcl ERROR:ORA-12541: TNS: 无监听程序
3、查看哪些用户有sysdba,sysoper权限
sql>select * from V_$PWFILE_USERS;
本文介绍了Oracle环境下企业管理器的启动与停止方法,包括使用特定URL访问企业管理器、通过命令行工具emctl进行状态检查及控制操作。此外,还介绍了如何使用lsnrctl命令管理监听服务的状态,并提供了一个示例展示如何查询具有sysdba和sysoper权限的用户。
914

被折叠的 条评论
为什么被折叠?



