经常要用数据库,让他自己启动的话,开机太慢,所以用命令启动方便点。 1.开启: 在运行中输入cmd,进入控制台,lsnrctl start回车,提示启动监听成功后 net start OracleServiceORCL。 2 关闭 在运行中输入cmd,进入控制台,lsnrctl stop回车,提示启 ...
分类:
数据库 时间:
2017-08-02 11:09:16
阅读次数:
194
出现错误 ORA-01034 ORACLE not available ORA-27101 Shared memory realm does not exist 解决方法 启动监听: #lsnrctl start 启动Oracle服务 $sqlplus /nolog sql> conn / as s ...
分类:
数据库 时间:
2017-07-27 21:25:47
阅读次数:
163
1、ORACLE实例启动、停止 SQL>shutdown immediate; oracle停止 SQL>startup; oracle启动 2、ORACLE 监听启停 lsnrctl start 监听启动 lsnrct stop 监听停止 lsnrctl status 监听状态 3、查看ORCLE ...
分类:
数据库 时间:
2017-07-24 00:14:19
阅读次数:
264
http://blog.csdn.net/haibusuanyun/article/details/16338591 bash-3.2$ lsnrctl status LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 16-JUL-2017 ...
分类:
数据库 时间:
2017-07-17 00:34:12
阅读次数:
404
启动数据库服务 net start oracleserviceorcl 启动数据库监听 lsnrctl start 启动数据库服务 net start oracleserviceorcl 启动数据库监听 lsnrctl start ...
分类:
数据库 时间:
2017-07-09 14:50:59
阅读次数:
205
[20170705]diff比较执行结果的内容.txt--//有时候需要比较2个命令输出的结果进行比较,比较笨的方法如下,例子:$ lsnrctl status LISTENER_SCAN2 > /tmp/b2.txt$ lsnrctl status LISTENER_SCAN3 > /tmp/b3 ...
分类:
其他好文 时间:
2017-07-06 10:18:08
阅读次数:
116
Linux系统启动Oracle命令 su - oracle sqlplus /nolog conn /as sysdba startup exit lsnrctl start exit Linux系统关闭Oracle命令 su - oracle sqlplus /nolog conn /as sys ...
分类:
数据库 时间:
2017-07-03 12:16:45
阅读次数:
142
TNS-12560: TNS: 协议适配器错误 Microsoft Windows [版本 5.2.3790] (C) 版权所有 1985-2003 Microsoft Corp. C:\Documents and Settings\user1>lsnrctl LSNRCTL for 32-bit ...
分类:
其他好文 时间:
2017-07-01 12:49:57
阅读次数:
279
4.oracle数据库的启动流程 windows操作系统 启动监听: lsnrctl start; 启动数据库实例:oradim-startup-sid 实例名 linux系统 启动监听:lsnrctl start; 启动数据库实例:sqlplus sys/change_on_install as ...
分类:
数据库 时间:
2017-06-14 14:25:58
阅读次数:
220
All below actions should be executed with "oracle" user account 1. Check the status of listener $ lsnrctl status 2. If the listener isn't be started, ...
分类:
数据库 时间:
2017-06-06 14:58:52
阅读次数:
152