SERVICE_NAME和SERVICE_NAMES和GLOBAL_DBNAME的各自定义

tnsnames.ora文件里边SERVICE_NAME的参数值--对于动态注册和静态注册,该参数有不同的取值

对于动态注册:

The following pfile/spfile parameters are important when setting the value

for SERVICE_NAME in the tnsnames.ora file:

DB_NAME

DB_DOMAIN

SERVICE_NAMES

一句话概括:

Use the values of the parameters existing in the pfile or spfile,

namely DB_NAME and DB_DOMAIN to determine the value of the SERVICE_NAME that should be used in the TNSNAMES.ORA.

即是:SERVICE_NAME=DB_NAME.DB_DOMAIN

#######################################################################################################################

对于静态注册:

If using statically defined SIDs in the listener.ora file under SID_DESC, the

GLOBAL_DBNAME parameter (within SID_DESC) must match the value set in the

tnsnames.ora file for SERVICE_NAME.

即是:SERVICE_NAME=GLOBAL_DBNAME parameter(listener.ora文件中)

附1:listener.ora文件中GLOBAL_DBNAME的含义:

--来自:Global Database Name Explained (Doc ID 115499.1)

In the LISTENER.ORA file, under the sections SID description, a parameter

GLOBAL_DBNAME can be found. This parameter identifies the database by its

global database name and consists of the name and domain name of the database,

as given in SERVICE_NAMES parameter in the database initialization parameter

file (init<SID>.ora).

即是:GLOBAL_DBNAME=consists of the name and domain name of the database

The value of this parameter is used by the Oracle Intelligent Agent to

determine the service name of the database. Detailed information about this

LISTENER.ORA parameter can be found in Note:97066.1 "How the Intelligent

Agent determines a database service name".

附2:

数据库初始化参数service_names的含义:

默认情况下,service_names为DB_NAME.DB_DOMAIN

时间: 2025-01-06 22:39:11

SERVICE_NAME和SERVICE_NAMES和GLOBAL_DBNAME的各自定义的相关文章

SERVICE_NAME和SERVICE_NAMES和GLOBAL_DBNAME的各自己定义

tnsnames.ora文件中边SERVICE_NAME的參数值--对于动态注冊和静态注冊.该參数有不同的取值 对于动态注冊: The following pfile/spfile parameters are important when setting the value for SERVICE_NAME in the tnsnames.ora file: DB_NAME DB_DOMAIN SERVICE_NAMES 一句话概括: Use the values of the paramet

配置ORACLE 客户端连接到数据库

--================================= -- 配置ORACLE 客户端连接到数据库 --================================= Oracle 客户端连接到Oracle 数据库服务器貌似不同于SQL serve中的网络配置,其实不然,只不过所有的SQL server 运行于Windows平台,故很多配置直接集成到了操作系统之中.所以无需配置客户端即可连接到服务器.Oracle 客户端连接到数据库依赖于Oracle Net.Oracle提供

【转】oracle 监听静态注册举例解析

网上有很多关于oracle 监听静态注册的文章,但大多都是简单说说,并没有详细的例子,这里,将结合linux as3 下的oracle 10gR2.0.1 举一个具体的例子 1.在 $ORACLE_HOME/network/admin/listener.ora 文件中加入一个静态注册的节点 [[email protected] oracle]$ cd $ORACLE_HOME/network/admin[[email protected] admin]$ vi listener.ora# lis

1. 配置ORACLE 客户端连接到数据库

转载自:http://blog.csdn.net/leshami/article/details/5917103 Oracle 客户端连接到Oracle 数据库服务器貌似不同于SQL serve中的网络配置,其实不然,只不过所有的SQL server 运行于Windows平台,故很多配置直接集成到了操作系统之中.所以无需配置客户端即可连接到服务器.Oracle 客户端连接到数据库依赖于Oracle Net.Oracle提供了很多基于客户端或服务器的配置工具,需要搞清的是Oracle Net 中的

Unix网络编程代码 第13章 守护进程和inetd超级服务器

1. 概述 守护进程是在后台运行且不与任何控制终端关联的进程.unix系统通常有很多守护进程在后台运行,执行不同的管理任务.    守护进程没有控制终端通常源于它们由系统初始化脚本启动.然而守护进程也可能从某个终端由用户在shell提示符下键入命令行启动,这样的守护进程必须亲自脱离与控制终端的关联,从而避免与作业控制,终端会话管理,终端产生信号等发生任何不期望的交互,也可以避免在后台运行的守护进程非预期的输出到终端.    守护进程有多种启动方法:    1.在系统启动阶段,许多守护进程由系统初

Centos6.5下Oracle 11g R2安装过程

来自: http://blog.csdn.net/cafardhaibin/article/details/25071249 1准备CentOS-6.5-x86_64-bin-DVD1linux_11gR2_database_1of2linux_11gR2_database_2of2VMware Workstation 10.0.2SSH Secure Shell Clientinstantclient_11_2plsqldev10052安装虚拟机及CentOS(1)安装VMware Works

采购平台(一)

一.Oracle环境搭建 1.安装Oracle 10g      我们把Orcale安装到虚拟机上,远程连接. (1)解压文件10201_database_win32.zip,并双击解压目录下的setup.exe,出现安装界面.        (2)输入口令和确认口令,如:password,点击下一步,出现如下进度条,此口令即是管理员密码.        (3)检查先决条件,选中红框所示的选择框.        (4)点击"下一步",出现"概要"界面,点击"

Oracle的基本学习(一)&mdash;安装Oracle

一.Oracle环境搭建 1.安装Oracle 10g      我们把Orcale安装到虚拟机上,远程连接. (1)解压文件10201_database_win32.zip,并双击解压目录下的setup.exe,出现安装界面.        (2)输入口令和确认口令,如:password,点击下一步,出现如下进度条,此口令即是管理员密码.        (3)检查先决条件,选中红框所示的选择框.        (4)点击"下一步",出现"概要"界面,点击"

oracle 配置监听

LISTENER =  (DESCRIPTION_LIST =    (DESCRIPTION =      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))      (ADDRESS = (PROTOCOL = TCP)(HOST = raccontroller.cc)(PORT = 1521))    )  ) SID_LIST_LISTENER =  (SID_LIST =    (SID_DESC =      (GLOBAL_DBNAME