Fork me on GitHub
行锋

低头走路,抬头思考


  • 首页

  • 分类

  • 归档

  • 标签

  • 关于

  • 搜索

未命名

发表于 2009-05-28
Advanced Service Options dialog box

Advanced Service Options dialog box

The Advanced Service Options dialog box enables you to configure advanced CONNECT_DATA parameters.

Additional Service Settings

Element

Description

Instance Name

Enter the names of the database instance to access. The instance name can be obtained from the INSTANCE_NAME parameter value in the initialization parameter file.

Session Data Unit (SDU) Enter the session data unit size to change the performance characteristics having to do with the packets sent across the network. Set the SDU size as a multiple of the normal transport frame size. The normal size for Ethernet frame size is 1500, but the usable portion is 1460. When encryption is not in use, one byte is reserved. The algorithm to use is a multiple of 1460 plus 1 when encryption is not used or a multiple of 1460 when it is for Ethernet.
Use for Heterogeneous Services Choose for an Oracle server to access a non-Oracle system through heterogeneous services.

Oracle Rdb Settings

Element

Description

Oracle Rdb Settings

Specify the file name of an Oracle Rdb database.

Type of Service Enter the type of service to use for an Oracle Rdb database.
Global Database Name Enter an identifier for the Oracle Rdb database.

Related Links

Configure Advanced Connect Data Options

Configure a Connect Descriptor for Heterogeneous Services

Configure a Connect Descriptor for an Oracle Rdb Database

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
authentication method

authentication method

A security method that allows you to have high confidence in the identity of users, clients, and servers in distributed environments. Network authentication methods can also provide the benefit of single sign-on for users. The following authentication methods are supported in Oracle9i and Oracle8i, depending on whether or not Oracle Advanced Security is installed:

  • CyberSafe

  • KERBEROS(v5)

  • RADIUS

  • SSL

  • Windows NT native authentication

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
Change the Oracle Context

Change the Oracle Context

When Oracle Net Manager is started, the objects displayed in the Directory > Service Naming folder are the Oracle service entries contained in the default Oracle Context established during directory usage configuration with the Oracle Net Configuration Assistant. You can create and modify entries for another Oracle Context for which you have authentication.

To change the current Oracle Context:

  1. Choose Command > Directory > Change Current Context. The Choose a New Context dialog box appears.

  2. From the Directory Naming Context list, select the directory entry that contains the Oracle Context you want to view.

  3. From the Oracle Context list, select the Oracle Context, and then choose OK. If modifications were not saved to the current Oracle Context, a Save dialog box prompts you to save changes.

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
client load balancing

client load balancing

Load balancing, whereby if more than one listener services a single database, a client can randomly choose between the listeners for its connect requests. This randomization allows all listeners to share the burden of servicing incoming connect requests.

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
cman.ora file

cman.ora file

A configuration file that specifies protocol addresses for incoming requests and local and remote commands, as well as Oracle Connection Manager parameters. The Oracle Net Manager does not support configuration of this file. It must be configured manually.

The cman.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.

For more information, see Chapter 11, Configuring and Administering Oracle Connection Manager, 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
Choose Listener Name dialog box

Choose Listener Name dialog box

Enter any name for the listener in the Listener Name field. LISTENER is the default listener name for the first listener. Subsequent listeners are defaulted to LISTENER1, LISTENER2, and so on.

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
Command menu

Command menu

The Command menu enables you to perform the following operations:

Directory

This submenu contains commands the perform actions to a directory server:

Element

Description

Change Current Context

Choose to select a different Oracle Context than the current one. The Oracle Context is a subtree in the directory that stores Oracle entries, including database services and net service names for use with directory naming.
When a new Oracle Context is selected, objects in the navigator's Oracle Net Configuration > Directory > Service Naming folder display for the new Oracle Context.

Set Authentication

Choose to set authentication credentials to the directory server.
Export Net Service Names

Choose to launch the Directory Server Migration Wizard. This wizard exports net service names stored in a tnsnames.ora file to a directory server.  

Note: The Directory menu only displays if access to the directory has been configured. For more information about directory access configuration and other requirements, see Directory Naming Requirements for Oracle Net Manager.

Test Service

Choose to connect to a database service using connect descriptor information stored in a tnsnames.ora file or a directory 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
Configure Advanced Profile Information

Configuring Advanced Profile Information

The profile can be configured with the following advanced features:

  • Connection time-out value

  • A unique client identifier in the log file

  • Signal handlers, which clean up defunct processes

  • Out-of-band breaks

To configure advanced profile information:

  1. In the navigator pane, expand Oracle Net Configuration > Local > Profile.

  2. From the list in the right pane, select General.

  3. Select the Advanced tab.

  4. Enter the values for the options that you want to set.

  5. Choose File > Save Network Configuration. 

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
Configure a Connect Descriptor for External Procedures

Configuring a Connect Descriptor for External Procedures

External procedures are procedures that are called from another program, but are written in a different language. An example would be a PL/SQL program calling one or more C routines that are required to perform special-purpose processing.

In order for the Oracle database to connect to an external procedure, the database server must be configured with a net service name to access external procedures.

Note: Oracle Net Configuration Assistant automatically creates a net service name for external procedures during installation.

To configure a database server for external procedures:

  1. Ensure that the listener is configured for external procedures, as described in Configure External Procedures for the Listener.

  2. Create a net service name in the tnsnames.ora file on the database. Ensure that the connect descriptor information matches the information configured for the listener.

  3. Choose File > Save Network Configuration.

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
Configure External Naming Methods

Configuring External Naming Methods

You can configure client parameters required for external naming methods, including Network Information Service (NIS) in the profile.

To configure external naming method parameters:

  1. In the navigator pane, expand Oracle Net Configuration > Local > Profile.

  2. From the list in the right pane, select Naming.

  3. Select the External tab.

  4. Enter a value in the appropriate field for the external naming method that you are using.

  5. Choose File > Save Network Configuration.

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…404142…50
行锋

行锋

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