Fork me on GitHub
行锋

低头走路,抬头思考


  • 首页

  • 分类

  • 归档

  • 标签

  • 关于

  • 搜索

未命名

发表于 2009-05-28
initialization parameter file

initialization parameter file

A file that contains configuration parameters to initialize the database and instance.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
instance

instance

The combination of the System Global Area (SGA) and Oracle background processes. When a database is started on a database server (regardless of the type of computer), Oracle allocates a memory area called the SGA and starts one or more Oracle processes. The memory and processes of an instance efficiently manage the associated database's data and serve the database users. You can connect to any instance to access information within a parallel server database.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
integrity

integrity

The comparison of data sent over the connection as seen by both client and server.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
ldap.ora file

ldap.ora file

A file created by Oracle Net Configuration Assistant that contains the following directory configuration information:

  • Type of directory

  • Location of the directory

  • Default Oracle Context that the client or server will use to look up or configure connect identifiers for connections to database services

The ldap.ora file must reside in one of the following locations:

  1. The directory specified by the TNS_ADMIN environment variable If the TNS_ADMIN environment variable is not defined as a variable on Windows NT, it may be in the registry.

  2. The $ORACLE_HOME/network/admin directory on UNIX or the ORACLE_HOME \network\admin directory on Windows operating systems.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
instance name

instance name

Oracle9i and Oracle8i database instances are identified by the INSTANCE_NAME parameter in the initialization parameter file. INSTANCE_NAME corresponds to the Oracle System Identifier (SID) of the instance. Clients can connect to a specific instance by specifying the INSTANCE_NAME parameter in the connect descriptor.

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
link qualifier

link qualifier

A qualifier appended to a global database link to provide alternate settings for the database user name and password credentials. For example, a link qualifier of emp can be appended to a global database link of sales.us.example.com. A connection to a remote database with the global database link and link qualifier would be:

CONNECT scott/tiger@sales.example.com@emp

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
listener

listener

A process that resides on the server whose responsibility is to listen for incoming client connection requests and manage the traffic to the server.

Every time a client requests a network session with a server, a listener receives the actual request. If the client information matches the listener information, then the listener grants a connection to the server.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
local naming

local naming

A naming method that resolves a net service name, stored in a client's tnsnames.ora file, to a connect descriptor. Local naming is most appropriate for simple distributed networks with a small number of services that change infrequently.

Related Topics

Create a Net Service Name

Prioritize Naming Methods

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
Local Naming Overview

Local Naming Overview

Local naming is one of the primary naming methods used to resolve a simple name, a net service name, to a connect descriptor that the client uses to connect to a database or service. Local naming stores net service names and their connect descriptors in a local tnsnames.ora file.

An end user enters a connect string that includes the net service name in the following format:

CONNECT username/password@net_service_name

In the following example sales is the net service name that is looked up in the tnsnames.ora file:

CONNECT scott/tiger@sales

The connect descriptor returned to the client includes the:

  • Protocol address location of the listener

  • Service name of the database

The client uses this information to connect to a listener. The listener, configured with the same address information, receives the request. If the listener is listening for requests to the same database service as specified in the client's connect descriptor, a connection is granted.

For more information, see Chapter 2, Connectivity Concepts, in the Oracle10i Net Administrator's Guide.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

未命名

发表于 2009-05-28
listener.ora file

listener.ora file

A configuration file for the listener that specifies the following:

  • Listener name

  • Protocol addresses it is accepting connection requests on

  • Services (database or non-database service) it is listening for

The listener.ora file must reside in one of the following locations:

  1. The directory specified by the TNS_ADMIN environment variable If the TNS_ADMIN environment variable is not defined as a variable on Windows NT, it may be in the registry.

  2. The node's global configuration directory. For Sun Solaris, this directory is /var/opt/oracle. Windows NT does not have a central directory.

  3. The $ORACLE_HOME/network/admin directory on UNIX or the ORACLE_HOME \network\admin directory on Windows operating systems.

Note: Oracle9i and Oracle8i databases do not require identification of the database service because of service registration. However, static service configuration is required if you plan to use Oracle Enterprise Manager to monitor the database.

Related Topics

Oracle Net Services Overview

Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.

1…454647…50
行锋

行锋

496 日志
15 分类
74 标签
GitHub E-Mail
自古写字楼如青楼,不许楼里见白头
© 2015 — 2019 行锋
博客全站共229.9k字