Fork me on GitHub
行锋

低头走路,抬头思考


  • 首页

  • 分类

  • 归档

  • 标签

  • 关于

  • 搜索

未命名

发表于 2009-05-28
Configure Default Domains for Clients

Configuring Default Domains for Clients

In environments where the client often requests names from a specific domain, it is appropriate to set a default domain. When a default domain is set in the profile, it is automatically appended to any unqualified net service name or service name. For example, if the default domain is set to us.example.com, sales in the following connect string gets searched as sales.us.example.com:

CONNECT scott/tiger@sales

To specify a default domain:

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

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

  3. Select the Methods tab.

  4. Enter the domain in the Default Domain field.

  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 Encryption

Configuring Encryption

Encryption is the process of disguising a message rendering it unreadable to anyone but the intended recipient.

To configure encryption parameters:

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

  2. From the list in the right pane, select Oracle Advanced Security.

  3. Select the Encryption tab.

  4. Select either Client or Server from the Encryption list.

  5. Select a value from the Encryption Type list to specify the client or server behavior when negotiating encryption and integrity. The four possible values are as follows:

    Element

    Description

    accepted

    Service will be active if the other side of the connection specifies either "required" or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive.

    rejected

    Service must not be active, and the connection will fail if the other side specifies "required".
    requested

    Service will be active if the other side of the connection specifies either "accepted", "required", or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive.  

    required Service must be active, and the connection will fail if the other side specifies "rejected", or if there is no compatible algorithm on the other side.
  6. Enter an encryption seed in the Encryption Seed field: a random string of up to 256 characters. This encryption seed is used with the encryption algorithm you select in the next step.
  7. From the Available Methods list, select an encryption algorithm, and then choose the right-arrow (<) button to move it to the Selected Methods list. The order of the methods in the Selected Methods list determines the preferred order for negotiation. The following algorithms are supported by Oracle Advanced Security:

    Element

    Description

    RC4_256

    256 bit key size

    3DES168

    Triple DES with a three-key (168 bit) option
    RC4_128

    128 bit key size

    3DES112 Triple DES with a two-key (112 bit) option
    RC4_56 56 bit key size
    DES Standard 56 bit key size
    RC4_40 40 bit key size
    DES40 40 bit key size
  8. Choose File > Save Network Configuration.

Note: All Oracle Advanced Security encryption algorithms and key lengths are available for U.S. domestic use only.

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 Listener Addresses

Configuring Listener Addresses

The listener must be configured with one or more protocol addresses. The listener receives connection requests from clients configured with the same addresses.

To configure a protocol address for the listener:

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

  2. Select a listener.

  3. From the list in the right pane, select Listening Locations .

  4. Choose Add Address. A new Address tab appears.

  5. Select a protocol, and then enter the appropriate protocol parameter information for the selected protocol.

    When configuring the listener to listen on TCP/IP for Oracle Net clients, you should choose the default port or 1521. If you do not, you must configure the LOCAL_LISTENER parameter in the initialization parameter file and resolve the listener name through a naming method.

  6. If the computer has more than one IP address and you want the listener to listen on all available IP addresses, configure TCP/IP or TCP/IP with SSL and enter the host name of the computer in the Host field.

  7. Optionally, click Show Advanced to specify settings for specifying the I/O buffer space of send and receive operations of session.

  8. Choose File > Save Network Configuration.

For more information about configuring a nondefault port, see Chapter 10, Configuring and Administering the Listener, in the Oracle10i Net Administrator's Guide.

For more information about configuring I/O buffer space, see Chapter 14, Optimizing Performance, 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
Configure Data Integrity

Configuring Data Integrity

Data integrity checking is the process by which a quantity is calculated based on the contents of a message. The sender of the message calculates the checksum. The value of the checksum is included as part of the message packet. The recipient of the message re-computes the checksum of the message upon receipt. The two checksum values must match if the message is to be considered unaltered during transit.

To configure data integrity:

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

  2. From the list in the right pane, select Oracle Advanced Security.

  3. Select the Integrity tab.

  4. Enable client or server data integrity by choosing either the Client or Server checkbox, respectively.

  5. Specify how the client and the server will negotiate data integrity. You must select Checksum Levels for both the client and the server. Description of the levels follow:

    Element

    Description

    accepted

    Service will be active if the other side of the connection specifies either "required" or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive.

    rejected

    Service must not be active, and the connection will fail if the other side specifies "required".

    requested

    Service will be active if the other side of the connection specifies either "accepted", "required", or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive.

    required

    Service must be active, and the connection will fail if the other side specifies "rejected", or if there is no compatible algorithm on the other side.
  6. 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 Listener Logging and Tracing

Configuring Listener Logging and Tracing

You can configure the listener with logging and tracing parameters.

Log information is typically stored in the listener.log file located in $ORACLE_HOME/network/log on UNIX and ORACLE_HOME\network\log on Windows platforms.

Trace information is stored by default in listener.trc, located in $ORACLE_HOME/network/trace on UNIX and ORACLE_HOME\network\trace on Windows platforms.

To enable logging or tracing:

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

  2. Select a listener.

  3. From the list in the right pane, select General Parameters.

  4. Select the Logging & Tracing tab.

  5. Adjust the logging and tracing settings as needed.

  6. 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 Password Authentication for the Listener

Configuring Password Authentication for the Listener

The listener can be configured with security. This way, privileged operations, such as saving configuration changes or stopping the listener, used from the Listener Control utility will require a password. Oracle Net Manager enables you to set an encrypted password.

To set a password for the listener:

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

  2. Select a listener.

  3. From the list in the right pane, select General Parameters.

  4. Select the Authentication tab.

  5. Choose Require a Password for Listener Operations.

  6. Enter the password in the Password field, and re-enter it in the Confirm Password field.

  7. 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 Profile Logging and Tracing

Configuring Profile Logging and Tracing

The client can be configured for logging and tracing.

Log information is typically stored in the sqlnet.log file located in $ORACLE_HOME/network/log on UNIX and ORACLE_HOME \network\log on Windows platforms.

Trace information is stored by default in sqlnet.trc for the client and svr_pid..trc for the server, located in $ORACLE_HOME/network/trace on UNIX and ORACLE_HOME \network\trace on Windows platforms

To enable logging or tracing:

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

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

  3. Select the Logging or Tracing tab.

  4. Specify the logging or tracing settings

  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
connect data

connect data

See CONNECT_DATA.

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
connect descriptor

connect descriptor

A specially formatted description of the destination for a network connection. A connect descriptor contains destination service and network route information.

The destination service is identified by using its service name for Oracle9i and Oracle8i databases or its Oracle System Identifier (SID) for Oracle8 or Oracle7 databases.

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
connect identifier

connect identifier

A net service name or the actual name of the service that maps to a connect descriptor. Clients use the connect identifier in their connect strings, for example:

CONNECT username/password@connect_identifier

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

行锋

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