这个语句可以查看数据库的状态,启动的话应该是open 当然,也可以使用如下语句来查看oracle进程,在linux用户下 ps -ef|grep oracle 如果数据库没起来的话↓↓↓ 以下为linux启动oracle的一些小步骤: 1、root用户或有相应权限用户登录linux服务器,登录oracle用户 su -oracle 这里有个-,不加的话可能会登不上 2、以不...
出现这种情况的典型环境为windows的客户端的‘我的电脑->属性->计算机名->更改->其它…->此计算机的主DNS后缀’中设置了‘primary dns suffix’,因为在这种情况下安装客户端时,会在sqlnet.ora文件中自动设置NAMES.DEFAULT_DOMAIN参数,或许当把计算机 加入域中安装oracle客户端时也会出现这种情况,有条件的话大家可以...
是oracle为调用外部程序默认配置的监听,它的名字通常是ExtProc或PLSExtProc,但一般不会使用它,可以直接从listener.ora中将这项移除,因为对ExtProc已经有多种攻击手段了,在不使用外部程序时,oracle也是建议删除的。
1 ---方案三---后发现Oracle有个Net Manager可用:在下图的Listeners->Database Services中配置要监听的SID及ORACLE_HOME,退出保存。Linux上面:[root@localhost oracle]# xhost +[root@localhost oracle]# su - oracle[oracle@localhost ~]$ netmgr===Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=152...
[oracle@hvrhub hub]$ cat /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. ...
运行命令:lsnrctl status 检查有没有如下两行:Listener Parameter File /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/oradb1/listener/alert/log.xml
Linux开放1521端口允许网络连接OracleListener 症状:1. TCP/IP连接是通的。可以用ping 命令测试。 服务器上Oracle Listener已经启动。 lsnrctl status 查看listener状态 lsnrctl start 启动Oracle listener 客户端得到的错误信息通常是:ORA-12170: TNS:连接超时 ...
The command completed successfully 这样启动后远程连接会报错: oracle ORA-12514:TNS:listener does not currently know of service requested in connect descriptor 问题原因:数据库实例没注册到listener 解决方法一: 在listener.ora里面添加下面各行: SID_LIST_LISTENER = ...
Information in this document applies to any platform. The listener process can be started without a listener.ora file in place.Generic to any OS platform and all the DB versions. The moment " lsnrctl start "command is passed,the listener utility searched for listener.ora file under " $ORACLE...
下载好后切换到oracle用户 [oracle@bogon ~]$ unzipp8670579_112010_LINUX.zip [oracle@bogon ~]$ cd 8670579 [oracle@bogon ~]$/u01/app/oracle/product/11.2.0/dbhome_1/OPatch/opatch apply -invPtrLoc/u01/app/oracle/product/11.2.0/dbhome_1/oraInst.loc ...