Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\tutorial\preface.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- Run date = February 23, 2005 16:58:37 --> <meta name="Generator" content=" Oracle DARB XHTML converter - Version 4.1.3 Build 116" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>Preface</title> <link rel="stylesheet" type="text/css" href="blafdoc.css" title="default" /> <link rel="stylesheet" type="text/css" href="darbbook.css" title="default" /> <link rel="prev" href="rcf.htm" title="Previous" /> <link rel="next" href="frm_tabular.htm" title="Next" /> <link rel="up" href="toc.htm" title="Up" /> <link rel="contents" href="toc.htm" title="Contents" /> <link rel="copyright" href="./support/html/cpyr.htm" title="Copyright" /> <link rel="index" href="index.htm" title="Index" /> </head> <body> <div class="header"> <a id="top" name="top"></a> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <tr> <td align="left" valign="top"> <b>Oracle® HTML DB Guide to Building Applications </b> <br /> <b>Release 2.0 </b> </td> <td valign="bottom" align="right"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="225"> <tr><td> </td> <td align="center" valign="top"><a href="toc.htm"><img src="./support/gifs/toc.gif" alt="Go To Table Of Contents" border="0" /><br /><span class="icon">Contents</span></a></td> </table> </td> </tr> </table> <hr /> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100"> <tr> <td align="center"> <a href="rcf.htm"> <img src="./support/gifs/leftnav.gif" alt="Previous" border="0" /><br /><span class="icon">Previous</span></a> </td> <td align="center"> <a href="frm_tabular.htm"> <img src="./support/gifs/rightnav.gif" alt="Next" border="0" /><br /><span class="icon">Next</span></a> </td> <td> </td> </tr> </table> </div><!-- class="header" --> <div class="IND"> <!-- End Header --><a id="sthref4" name="sthref4"></a> <h1>Preface</h1> <p><span class="italic">Oracle HTML DB Guide to Building Applications</span> contains tutorials with step-by-step instructions that explain how to create a variety application components and complete applications using the Oracle HTML DB development environment. </p> <p class="subhead2">Topics:</p> <ul> <li type="disc"> <p><a href="#BABGDIDF">Audience</a> </p> </li> <li type="disc"> <p><a href="#CIABBJEH">Documentation Accessibility</a> </p> </li> <li type="disc"> <p><a href="#CIAJEGBC">Structure</a> </p> </li> <li type="disc"> <p><a href="#i972232">Related Documents</a> </p> </li> <li type="disc"> <p><a href="#i971172">Conventions</a> </p> </li> </ul><a id="BABGDIDF" name="BABGDIDF"></a><a id="sthref5" name="sthref5"></a> <h2>Audience </h2> <p><span class="italic">Oracle HTML DB Guide to Building Applications</span> is intended for application developers who are building database-centric Web applications using Oracle HTML DB, Release 2.0. To use this guide, you need to have a general understanding of Oracle HTML DB Release 2.0, relational database concepts, and the operating system environment under which you are running Oracle HTML DB. </p><a id="CIABBJEH" name="CIABBJEH"></a><a id="sthref6" name="sthref6"></a> <h2>Documentation Accessibility </h2> <p>Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at </p> <pre xml:space="preserve" class="oac_no_warn"><code><a href="http://www.oracle.com/accessibility/">http://www.oracle.com/accessibility/</a></code> </pre><a id="sthref7" name="sthref7"></a> <p class="subhead2">Accessibility of Code Examples in Documentation</p> <p>JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace. </p><a id="sthref8" name="sthref8"></a> <p class="subhead2">Accessibility of Links to External Web Sites in Documentation</p> <p>This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites. </p><a id="CIAJEGBC" name="CIAJEGBC"></a><a id="sthref9" name="sthref9"></a> <h2>Structure </h2> <p>This document contains: </p><a id="sthref10" name="sthref10"></a> <p class="subhead2"><a href="frm_tabular.htm#CHDFBHDB">How to Create a Tabular Form</a></p> <p>Describes how to create a tabular form within an existing application and then how to change one of the updatable columns from a text field to a select list. </p><a id="sthref11" name="sthref11"></a> <p class="subhead2"><a href="rprt_query.htm#BGBEEBJA">How to Create a Parameterized Report</a></p> <p>Illustrates how to create a report in which the results depend on the form input (also called a parameterized report). </p><a id="sthref12" name="sthref12"></a> <p class="subhead2"><a href="rprt_drill.htm#CIHGBADI">How to Create a Drill Down Report</a></p> <p>Describes how to create a report on the <code>DEMO_ORDERS</code> table with links to drill down to detail data in the <code>DEMO_ORDER_ITEMS</code> table. </p><a id="sthref13" name="sthref13"></a> <p class="subhead2"><a href="frm_layout.htm#CIHCFIBA">How to Control Form Layout</a></p> <p>Describes the steps to create a data input form and explains how to change its layout by changing region and item attributes. </p><a id="sthref14" name="sthref14"></a> <p class="subhead2"><a href="check_box.htm#CHDDFBFH">How to Work with Check Boxes</a></p> <p>Explains the different ways you can create check boxes and how to reference and process the values of checked boxes. </p><a id="sthref15" name="sthref15"></a> <p class="subhead2"><a href="web_serv.htm#CHDJEFEB">How to Implement a Web Service</a></p> <p>Describes how to call a Web service from within an Oracle HTML DB application. </p><a id="sthref16" name="sthref16"></a> <p class="subhead2"><a href="bar_chart.htm#CHDECIGH">How to Create a Stacked Bar Chart</a></p> <p>Explains how to create a stacked bar chart using existing data within the demonstration application, <span class="italic">Sample Application</span>. </p> <a id="sthref17" name="sthref17"></a> <p class="subhead2"><a href="up_dn_files.htm#CJAHDJDA">How to Upload and Download Files in an Application</a></p> <p>Illustrates how to create a form and report with links for file upload and download, create and populate another table to store additional attributes about the documents, and create the mechanism to download a document in your custom table. </p><a id="sthref18" name="sthref18"></a> <p class="subhead2"><a href="javascript.htm#CIHEBFFC">How to Incorporate JavaScript into an Application</a></p> <p>Describes some usage scenarios for JavaScript and includes details about how to implement them in your application. </p><a id="sthref19" name="sthref19"></a> <p class="subhead2"><a href="issue_track.htm#BJFJFCBF">How to Build and Deploy an Issue Tracking Application</a></p> <p>Offers in-depth, step-by-step instructions that explain how to create and deploy an issue tracking application. This application tracks the assignment, status, and progress of issues related to a project. </p><a id="i972232" name="i972232"></a><a id="sthref20" name="sthref20"></a> <h2>Related Documents </h2> <p>For more information, see these Oracle resources: </p> <ul> <li type="disc"> <p><span class="italic">Oracle HTML DB User's Guide</span> </p> </li> <li type="disc"> <p><span class="italic">Oracle Database Concepts</span> </p> </li> <li type="disc"> <p><span class="italic">Oracle Database Application Developer's Guide - Fundamentals</span> </p> </li> <li type="disc"> <p><span class="italic">Oracle Database Administrator's Guide</span> </p> </li> <li type="disc"> <p><span class="italic">Oracle Database SQL Reference</span> </p> </li> </ul> <p>Printed documentation is available for sale in the Oracle Store at </p> <pre xml:space="preserve" class="oac_no_warn"><code><a href="http://oraclestore.oracle.com/">http://oraclestore.oracle.com/</a></code> </pre> <p>To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at </p> <pre xml:space="preserve" class="oac_no_warn"><code><a href="http://otn.oracle.com/membership/">http://otn.oracle.com/membership/</a></code> </pre> <p>If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at </p> <pre xml:space="preserve" class="oac_no_warn"><code><a href="http://otn.oracle.com/documentation/">http://otn.oracle.com/documentation/</a></code> </pre><a id="i971172" name="i971172"></a><a id="sthref21" name="sthref21"></a> <h2>Conventions </h2> <p>This section describes the conventions used in the text and code examples of this documentation set. It describes: </p> <ul> <li type="disc"> <p><a href="#i970892">Conventions in Text</a> </p> </li> <li type="disc"> <p><a href="#i970948">Conventions in Code Examples</a> </p> </li> <li type="disc"> <p><a href="#i971041">Conventions for Windows Operating Systems</a> </p> </li> </ul><a id="i970892" name="i970892"></a><a id="sthref22" name="sthref22"></a> <p class="subhead1">Conventions in Text</p> <p>We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use. </p> <div class="inftblInformalWide"> <table class = "InformalWide" title="Conventions In Text" summary="This table describes typographical conventions used in text in this manual." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t2"><span class="bold">Convention</span> </th> <th align="left" valign="bottom" id="r1c2-t2">Meaning </th> <th align="left" valign="bottom" id="r1c3-t2">Example </th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t2" headers="r1c1-t2"><span class="bold">Bold</span> </td> <td align="left" headers="r2c1-t2 r1c2-t2">Bold typeface indicates terms that are defined in the text or terms that appear in a glossary, or both. </td> <td align="left" headers="r2c1-t2 r1c3-t2">When you specify this clause, you create an <span class="bold">index-organized table</span>. </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t2" headers="r1c1-t2"><span class="italic">Italics</span> </td> <td align="left" headers="r3c1-t2 r1c2-t2">Italic typeface indicates book titles or emphasis. </td> <td align="left" headers="r3c1-t2 r1c3-t2"><span class="italic">Oracle Database Concepts</span> <p>Ensure that the recovery catalog and target database do <span class="italic">not </span>reside on the same disk. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t2" headers="r1c1-t2"><code>UPPERCASE monospace (fixed-width) font</code> </td> <td align="left" headers="r4c1-t2 r1c2-t2">Uppercase monospace typeface indicates elements supplied by the system. Such elements include parameters, privileges, datatypes, Recovery Manager keywords, SQL keywords, SQL*Plus or utility commands, packages and methods, as well as system-supplied column names, database objects and structures, usernames, and roles. </td> <td align="left" headers="r4c1-t2 r1c3-t2">You can specify this clause only for a <code>NUMBER</code> column. <p>You can back up the database by using the <code>BACKUP</code> command. </p> <p>Query the <code>TABLE_NAME</code> column in the <code>USER_TABLES</code> data dictionary view. </p> <p>Use the <code>DBMS_STATS</code>.<code>GENERATE_STATS</code> procedure. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t2" headers="r1c1-t2"><code>lowercase monospace (fixed-width) font</code> </td> <td align="left" headers="r5c1-t2 r1c2-t2">Lowercase monospace typeface indicates executable programs, filenames, directory names, and sample user-supplied elements. Such elements include computer and database names, net service names and connect identifiers, user-supplied database objects and structures, column names, packages and classes, usernames and roles, program units, and parameter values. <p><span class="italic">Note: </span>Some programmatic elements use a mixture of UPPERCASE and lowercase. Enter these elements as shown. </p> </td> <td align="left" headers="r5c1-t2 r1c3-t2">Enter <code>sqlplus</code> to start SQL*Plus. <p>The password is specified in the <code>orapwd</code> file. </p> <p>Back up the datafiles and control files in the <code>/disk1/oracle/dbs</code> directory. </p> <p>The <code>department_id</code>, <code>department_name</code>, and <code>location_id</code> columns are in the <code>hr.departments</code> table. </p> <p>Set the <code>QUERY_REWRITE_ENABLED</code> initialization parameter to <code>true.</code> </p> <p>Connect as <code>oe</code> user. </p> <p>The <code>JRepUtil</code> class implements these methods. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t2" headers="r1c1-t2"><code><span class="codeinlineitalic">lowercase italic monospace (fixed-width) font</span></code> </td> <td align="left" headers="r6c1-t2 r1c2-t2">Lowercase italic monospace font represents placeholders or variables. </td> <td align="left" headers="r6c1-t2 r1c3-t2">You can specify the <code><span class="codeinlineitalic">parallel_clause</span></code>. <p>Run <code><span class="codeinlineitalic">old_release</span></code><code>.SQL</code> where <code><span class="codeinlineitalic">old_release</span></code><span class="italic"> </span>refers to the release you installed prior to upgrading. </p> </td> </tr> </tbody> </table><br /> </div><!-- class="inftblInformalWide --> <a id="i970948" name="i970948"></a><a id="sthref23" name="sthref23"></a> <p class="subhead1">Conventions in Code Examples</p> <p>Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example: </p> <pre xml:space="preserve" class="oac_no_warn">SELECT username FROM dba_users WHERE username = 'MIGRATE'; </pre> <p>The following table describes typographic conventions used in code examples and provides examples of their use. </p> <div class="inftblInformalWide"> <table class = "InformalWide" title="Conventions in Code Examples" summary="This table describes typographical conventions used in code examples in this manual." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t3">Convention </th> <th align="left" valign="bottom" id="r1c2-t3">Meaning </th> <th align="left" valign="bottom" id="r1c3-t3">Example </th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">[ ] </pre> </td> <td align="left" headers="r2c1-t3 r1c2-t3">Anything enclosed in brackets is optional. </td> <td align="left" headers="r2c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">DECIMAL (<span class="italic">digits</span> [ , <span class="italic">precision</span> ]) </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">{ } </pre> </td> <td align="left" headers="r3c1-t3 r1c2-t3">Braces are used for grouping items. </td> <td align="left" headers="r3c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">{ENABLE | DISABLE} </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">| </pre> <br /> </td> <td align="left" headers="r4c1-t3 r1c2-t3">A vertical bar represents a choice of two options. </td> <td align="left" headers="r4c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">{ENABLE | DISABLE} [COMPRESS | NOCOMPRESS] </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">... </pre> </td> <td align="left" headers="r5c1-t3 r1c2-t3">Ellipsis points mean repetition in syntax descriptions. <p>In addition, ellipsis points can mean an omission in code examples or text. </p> </td> <td align="left" headers="r5c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">CREATE TABLE ... AS <span class="italic">subquery</span>; SELECT <span class="italic">col1</span>, <span class="italic">col2</span>, ... , <span class="italic">coln</span> FROM employees; </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t3" headers="r1c1-t3">Other symbols </td> <td align="left" headers="r6c1-t3 r1c2-t3">You must use symbols other than brackets ([ ]), braces ({ }), vertical bars (|), and ellipsis points (...) exactly as shown. </td> <td align="left" headers="r6c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn"><code>acctbal NUMBER(11,2);</code> <code>acct CONSTANT NUMBER(4) := 3;</code> </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r7c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn"><span class="italic">Italics</span> </pre> </td> <td align="left" headers="r7c1-t3 r1c2-t3">Italicized text indicates placeholders or variables for which you must supply particular values. </td> <td align="left" headers="r7c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">CONNECT SYSTEM/<span class="italic">system_password</span> DB_NAME = <span class="italic">database_name</span> </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r8c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">UPPERCASE </pre> </td> <td align="left" headers="r8c1-t3 r1c2-t3">Uppercase typeface indicates elements supplied by the system. We show these terms in uppercase in order to distinguish them from terms you define. Unless terms appear in brackets, enter them in the order and with the spelling shown. Because these terms are not case-sensitive, you can use them in either UPPERCASE or lowercase. </td> <td align="left" headers="r8c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">SELECT last_name, employee_id FROM employees; SELECT * FROM USER_TABLES; DROP TABLE hr.employees; </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r9c1-t3" headers="r1c1-t3"> <pre xml:space="preserve" class="oac_no_warn">lowercase </pre> </td> <td align="left" headers="r9c1-t3 r1c2-t3">Lowercase typeface indicates user-defined programmatic elements, such as names of tables, columns, or files. <p><span class="bold">Note: </span>Some programmatic elements use a mixture of UPPERCASE and lowercase. Enter these elements as shown. </p> </td> <td align="left" headers="r9c1-t3 r1c3-t3"> <pre xml:space="preserve" class="oac_no_warn">SELECT last_name, employee_id FROM employees; sqlplus hr/hr CREATE USER mjones IDENTIFIED BY ty3MU9; </pre> </td> </tr> </tbody> </table><br /> </div><!-- class="inftblInformalWide --> <a id="i971041" name="i971041"></a><a id="sthref24" name="sthref24"></a> <p class="subhead1">Conventions for Windows Operating Systems </p> <p>The following table describes conventions for Windows operating systems and provides examples of their use. </p> <div class="inftblInformalWide"> <table class = "InformalWide" title="Conventions for Windows Operating Systems" summary="This table describes typographical conventions particular to manuals which document work on Windows operating systems." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t4">Convention </th> <th align="left" valign="bottom" id="r1c2-t4">Meaning </th> <th align="left" valign="bottom" id="r1c3-t4">Example </th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t4" headers="r1c1-t4">Choose <span class="bold">Start</span> > <span class="bolditalic">menu item</span> </td> <td align="left" headers="r2c1-t4 r1c2-t4">How to start a program. </td> <td align="left" headers="r2c1-t4 r1c3-t4">To start the Database Configuration Assistant, choose <span class="bold">Start</span> > <span class="bold">Programs</span> > <span class="bold">Oracle</span> - <span class="bolditalic">HOME_NAME</span> > <span class="bold">Configuration and Migration Tools</span> > <span class="bold">Database Configuration Assistant</span>. </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t4" headers="r1c1-t4">File and directory names </td> <td align="left" headers="r3c1-t4 r1c2-t4">File and directory names are not case-sensitive. The following special characters are not allowed: left angle bracket (<), right angle bracket (>), colon (:), double quotation marks ("), slash (/), pipe (|), and dash (-). The special character backslash (\) is treated as an element separator, even when it appears in quotes. If the filename begins with \\, then Windows assumes it uses the Universal Naming Convention. </td> <td align="left" headers="r3c1-t4 r1c3-t4">c:\winnt"\"system32 is the same as C:\WINNT\SYSTEM32 </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t4" headers="r1c1-t4"><code>C:\></code> </td> <td align="left" headers="r4c1-t4 r1c2-t4">Represents the Windows command prompt of the current hard disk drive. The escape character in a command prompt is the caret (^). Your prompt reflects the subdirectory in which you are working. Referred to as the <span class="italic">command prompt</span> in this manual. </td> <td align="left" headers="r4c1-t4 r1c3-t4"> <pre xml:space="preserve" class="oac_no_warn">C:\oracle\oradata> </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t4" headers="r1c1-t4">Special characters </td> <td align="left" headers="r5c1-t4 r1c2-t4">The backslash (\) special character is sometimes required as an escape character for the double quotation mark (") special character at the Windows command prompt. Parentheses and the single quotation mark (') do not require an escape character. Refer to your Windows operating system documentation for more information on escape and special characters. </td> <td align="left" headers="r5c1-t4 r1c3-t4"> <pre xml:space="preserve" class="oac_no_warn">C:\> exp HR/HR TABLES=emp QUERY=\"WHERE job='REP'\" </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t4" headers="r1c1-t4"> <pre xml:space="preserve" class="oac_no_warn"><span class="italic">HOME_NAME</span> </pre> </td> <td align="left" headers="r6c1-t4 r1c2-t4">Represents the Oracle home name. The home name can be up to 16 alphanumeric characters. The only special character allowed in the home name is the underscore. </td> <td align="left" headers="r6c1-t4 r1c3-t4"> <pre xml:space="preserve" class="oac_no_warn">C:\> net start Oracle<span class="italic">HOME_NAME</span>TNSListener </pre> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r7c1-t4" headers="r1c1-t4"><code><span class="codeinlineitalic">ORACLE_HOME</span></code> and <code><span class="codeinlineitalic">ORACLE_BASE</span></code> </td> <td align="left" headers="r7c1-t4 r1c2-t4">In releases prior to Oracle8<span class="italic">i</span> release 8.1.3, when you installed Oracle components, all subdirectories were located under a top level <code><span class="codeinlineitalic">ORACLE_HOME</span></code> directory. The default for Windows NT was <code>C:\orant</code>. <p>This release complies with Optimal Flexible Architecture (OFA) guidelines. All subdirectories are not under a top level <code><span class="codeinlineitalic">ORACLE_HOME</span></code> directory. There is a top level directory called <code><span class="codeinlineitalic">ORACLE_BASE</span></code> that by default is <code>C:\oracle\product\10.1.0</code>. If you install the latest Oracle release on a computer with no other Oracle software installed, then the default setting for the first Oracle home directory is <code>C:\oracle\product\10.1.0\db_</code><code><span class="codeinlineitalic">n</span></code>, where <code><span class="codeinlineitalic">n</span></code> is the latest Oracle home number. The Oracle home directory is located directly under <code><span class="codeinlineitalic">ORACLE_BASE</span></code>. </p> <p>All directory path examples in this guide follow OFA conventions. </p> <p>Refer to <a href="olinkSRC NTDBI"><span class="italic">Oracle Database Installation Guide for 32-Bit Windows</span></a> for additional information about OFA compliances and for information about installing Oracle products in non-OFA compliant directories. </p> </td> <td align="left" headers="r7c1-t4 r1c3-t4">Go to the <code><span class="codeinlineitalic">ORACLE_BASE</span></code><code>\</code><code><span class="codeinlineitalic">ORACLE_HOME</span></code><code>\rdbms\admin</code> directory. </td> </tr> </tbody> </table><br /> </div><!-- class="inftblInformalWide --> </div> <!-- Start Footer --> <div class="footer"> <hr /> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <tr> <td valign="bottom" width="33%"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100"> <tr><td> </td> <td align="center"> <a href="rcf.htm"> <img src="./support/gifs/leftnav.gif" alt="Previous" border="0" /><br /><span class="icon">Previous</span></a> </td> <td align="center"> <a href="frm_tabular.htm"> <img src="./support/gifs/rightnav.gif" alt="Next" border="0" /><br /><span class="icon">Next</span></a> </td> </tr> </table> </td> <td class="copyrightlogo"> <a href="./support/html/cpyr.htm"> <span class="copyrightlogo"> Copyright © 2005, Oracle. All rights reserved. </span> </a> </td> <td valign="bottom" align="right" width="33%"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="225"> <tr><td> </td> <td align="center" valign="top"><a href="toc.htm"><img src="./support/gifs/toc.gif" alt="Go To Table Of Contents" border="0" /><br /><span class="icon">Contents</span></a></td> </table> </td> </tr> </table> </div><!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de