Fork me on GitHub
行锋

低头走路,抬头思考


  • 首页

  • 分类

  • 归档

  • 标签

  • 关于

  • 搜索

未命名

发表于 2009-05-28
tracing

tracing

A facility that writes detailed information about an operation to an output file. The trace facility produces a detailed sequence of statements that describe the events of an operation as they are executed. Administrators use the trace facility for diagnosing an abnormal condition; it is not normally turned on. Tracing an operation enables you to obtain more information on the internal operations of a component than is provided through logging.

Note: Tracing uses a large amount of disk space and may have a significant impact on performance. Therefore, you should enable tracing only when necessary.

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
Create a Net Service Alias

Creating a Net Service Alias

Notes:

  • Only users that are members of either the OracleNetAdmins or the OracleContextAdmins group can create net service alias entries in a directory.

  • Net service aliases are not supported using Microsoft Active Directory.

  • You can export existing alias objects from an Oracle Names server. See Chapter 10, "Exporting Naming Data to a Directory Server," of the Oracle10i Net Services Administrator's Guide for further information.

You can create net service aliases for directory naming objects-- net service names or database services--in a directory server. A net service alias stores the name of the object it is referencing.

When a client requests a directory lookup of a net service alias, the directory determines that the entry is a net service alias and completes the lookup as if it is the referenced entry. For example, a net service alias of salesalias can be created for a net service name of sales. When salesalias is used to connect to a database service, as in CONNECT scott/tiger@salesalias, it will actually resolve to and use the connect descriptor information for sales.

There are two main uses for net service name aliases:

  • Use a net service name alias as a way for clients to refer to a database service or net service name by another name.

  • Use a net service name alias in one Oracle Context for a database service or net service name in a different Oracle Context. This enables that database service or net service name to be defined once in the directory server, but used out of other Oracle Contexts.

To create a net service name alias:

  1. In the navigator pane, expand Oracle Net Configuration > Directory > Service Naming > Aliases.

  2. Choose plus (+) from the toolbar, or choose Edit > Create from the menu bar. The Create Net Service Alias dialog box appears.

  3. In the Net Service Alias field, enter a name for the net service alias.

  4. In the Net Service or Database Service box, enter the following information about the net service name or database service:
    • Oracle Context: Specify the Oracle Context of the database service or net service name by selecting one from the list or entering one in the field.
    • Name: Specify the distinguished name (DN) of the database service or net service name by selecting one from the list or entering one in the field.
  5. Choose Create.

Related Topics

Database Identification by Service Name

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
Welcome to Oracle Net Manager

Welcome to Oracle Net Manager

Welcome to Oracle Net Manager. Oracle Net Manager combines configuration abilities with component control to provide an integrated environment for configuring and managing Oracle Net.

Who Uses Oracle Net Manager?

Any network administrator who is responsible for establishing client connections to services. Oracle Net Manager enables you to focus on configuration of specific areas of the network.

New to Oracle Net Manager?

If you are new to Oracle Net Manager or to networking in general, you may want to browse through this Help system to learn more about Oracle Net Manager and configuring the network. You should also review the Oracle10i Net Services Administrator's Guide.

Here are some good places to begin in the help system:

  • Oracle Net Overview

  • Oracle Net Connectivity Overview

  • Oracle Net Configuration Overview

  • Oracle Net Manager Key Features

  • Overview of Oracle Net Manager Environment

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
net service alias

net service alias

An alternative name for a directory naming object in a directory server. A directory server stores net service aliases for any defined net service name or database service. A net service alias entry does not have connect descriptor information. Instead, it only references the location of the object for which it is an alias. When a client requests a directory lookup of a net service alias, the directory determines that the entry is a net service alias and completes the lookup as if it is the referenced entry.

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.

未命名

发表于 2007-05-08
@charset "utf-8"; /* blafdoc.css Release 5.0 beta 10 Copyright 2002, 2007, Oracle. All rights reserved. */ body { font-family: Tahoma, sans-serif; /* line-height: 125%; */ color: black; background-color: white; font-size: small; } * html body { /* http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */ font-size: x-small; /* for IE5.x/win */ f\ont-size: small; /* for other IE versions */ } h1 { font-size: 160%; font-weight: bold; border-bottom: 1px solid #ddd; width: 100%; } h2 { font-size: 130%; font-weight: bold; } h3 { font-size: 110%; font-weight: bold; } h4 { font-size: 100%; /* for IE7 */ font-weight: bold; } h5 { font-weight: bold; display: inline; } h6 { font-weight: bold; font-style: italic; display: inline; } a:link { color: #039; background: inherit; } a:visited { color: #72007C; background: inherit; } a:hover { text-decoration: underline; } a img { border-style: none; } code, pre, samp, tt { font-family: monospace; font-size: 110%; } caption { text-align: center; font-weight: bold; width: auto; } dt { font-weight: bold; } table { font-size: small; /* for ICEBrowser */ } td { vertical-align: top; } th { font-weight: bold; text-align: left; vertical-align: bottom; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: lower-roman; } table.table-border { border-collapse: collapse; border-top: 1px solid #ccc; border-left: 1px solid #ccc; } table.table-border th { padding: 0.5ex 0.25em; color: black; background-color: #f7f7ea; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } table.table-border td { padding: 0.5ex 0.25em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } span.gui-object, span.gui-object-action { font-weight: bold; } span.gui-object-title { } p.horizontal-rule { width: 100%; border: solid #cc9; border-width: 0px 0px 1px 0px; margin-bottom: 4ex; } div.zz-skip-header { display: none; } td.zz-nav-header-cell { text-align: left; font-size: 95%; width: 99%; color: black; background: inherit; font-weight: normal; vertical-align: top; margin-top: 0ex; padding-top: 0ex; } a.zz-nav-header-link { font-size: 95%; } td.zz-nav-button-cell { white-space: nowrap; text-align: center; width: 1%; vertical-align: top; padding-left: 4px; padding-right: 4px; margin-top: 0ex; padding-top: 0ex; } a.zz-nav-button-link { font-size: 90%; } div.zz-nav-footer-menu { width: 100%; text-align: center; margin-top: 2ex; margin-bottom: 4ex; } p.zz-legal-notice, a.zz-legal-notice-link { font-size: 85%; /* display: none; */ /* Uncomment to hide legal notice */ } /*************************************/ /* Begin DARB Formats */ /*************************************/ .bold, .codeinlinebold, .syntaxinlinebold, .term, .glossterm, .seghead, .glossaryterm, .keyword, .msg, .msgexplankw, .msgactionkw, .notep1, .xreftitlebold { font-weight: bold; } .italic, .codeinlineitalic, .syntaxinlineitalic, .variable, .xreftitleitalic { font-style: italic; } .bolditalic, .codeinlineboldital, .syntaxinlineboldital, .titleinfigure, .titleinexample, .titleintable, .titleinequation, .xreftitleboldital { font-weight: bold; font-style: italic; } .bridgehead, .titleinrefsubsect, .subhead1, .subhead2 { font-weight: bold; } .subhead3 { font-weight: bold; font-style: italic; display: inline; } .underline { text-decoration: underline; } .superscript { vertical-align: super; } .subscript { vertical-align: sub; } .listofeft { border: none; } .betadraft { color: #f00; background: inherit; } .betadraftsubtitle { text-align: center; font-weight: bold; color: #f00; background: inherit; } .comment { color: #080; background: inherit; font-weight: bold; } .copyrightlogo { text-align: center; font-size: 85%; } .tocsubheader { list-style-type: none; } table.icons td { padding-left: 6px; padding-right: 6px; } .l1ix dd, dd dl.l2ix, dd dl.l3ix { margin-top: 0ex; margin-bottom: 0ex; } div.infoboxnote, div.infoboxnotewarn, div.infoboxnotealso { margin-top: 4ex; margin-right: 10%; margin-left: 10%; margin-bottom: 4ex; padding: 0.25em; border-top: 1pt solid gray; border-bottom: 1pt solid gray; } p.notep1 { margin-top: 0px; margin-bottom: 0px; } /*************************************/ /* End DARB Formats */ /*************************************/ @media all { /* * * { line-height: 120%; } */ dd { margin-bottom: 2ex; } dl:first-child { margin-top: 2ex; } } @media print { body { font-family: serif; font-size: 11pt; } a:link, a:visited { color: black; background: inherit; } code, pre, samp, tt { font-size: 10pt; } }

未命名

发表于 2006-01-22

Downloading the Oracle HTML documentation

Step 1 - Free OTN registration

If you do not yet have an Oracle Technology Network (OTN) Account, you will first need to register.

Step 2 - Download the HTML documentation for your Oracle Server version.

Oracle Server version   File size  
Oracle 10.2 Library 376 MB
Oracle 10.1 Library 253 MB
Oracle 9.2 Library 209 MB
Oracle 9.0 Library 210 MB
Oracle 8.1 Library 165 MB
Oracle 8.0 Library 42 MB
Oracle 7.3 Library 18 MB

Step 3 - Unzip the documentation library into an appropriate directory.

Step 4 - Start PL/SQL Developer's HTML Help setup and point to this directory.

1…4950
行锋

行锋

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