博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle LOCAL=YES/NO on TNS Connections
阅读量:7110 次
发布时间:2019-06-28

本文共 1150 字,大约阅读时间需要 3 分钟。

hot3.png

Description OF LOCAL=YES on TNS Connections (Doc ID 158281.1)

Problem Description-------------------You see a number of processes on server as follows:oracleSID(DESCRIPTION=(LOCAL=YES)or as       oracleSID(DESCRIPTION=(LOCAL=NO)What do these mean?Solution Description--------------------The LOCAL=YES is more likely to be the User's shadow process connectedto the Database.WhileThe LOCAL=NO will be deamons or processes like the Intelligent Agent connected to the Database.  When you connect as  sqlplus username/password without specifying a TNS connect string (i.e @prod), you would get oracle (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=tcp.... If you did specify a TNS connect string, then the processes you would see would like like this:  oracle (DESCRIPTION=(LOCAL=NO)(ADDRESS=(PROTOCOL=tcp.... because you would be connecting through sqlnet and the connection hasto be routed through a listener.To summarise, every dedicated connection to the database will result in the creation of an oracle process.Whether or not it is local=YES orlocal=NO depends on how you are connecting (SQLNET or not).

 

转载于:https://my.oschina.net/zhiyonghe/blog/2222448

你可能感兴趣的文章
android创建桌面快捷键shortcut
查看>>
【从零之三(更)】自己定义类中调用讯飞语音包错误解决的方法
查看>>
vim、gvim在windows下中文乱码的终极解决方式
查看>>
大型企业网络配置系列课程详解(一)---OSPF单区域配置与相关概念的理解
查看>>
Exported activity does not require permission
查看>>
StackOverflow发布年度开发者调查报告:JavaScript备受欢迎
查看>>
自平衡二叉查找树
查看>>
shell脚本中的数据传递方式
查看>>
Shiro系列(0) - 权限管理在J2EE企业级开发中的应用与实战
查看>>
Gdevops峰会归来
查看>>
[20170215]ORA-00088与DG Gap监测与解决4
查看>>
根据输入的日期,控制台打印格式化日历
查看>>
前端性能影响思维导图
查看>>
过滤器控制用户登录
查看>>
MVC3 Razor视图引擎的基础语法
查看>>
CCan's sign in to Appstore - This action could not be completed
查看>>
Linux下安装JDK及其配置环境变量
查看>>
6、Eternal框架-渲染者
查看>>
麻省:第17.18课
查看>>
maven项目打包时去除dependency-reduced-pom.xml文件
查看>>