Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdddg\toc.xml
<?xml version='1.0' encoding='iso-8859-1'?> <toc version="1.0"> <tocitem text="Developing with Oracle Database"> <tocitem target="tdddg_intro.htm" text="Introduction"> <tocitem target="tdddg_intro001.htm-CEGGBDIJ" text="About Oracle Database Developers" /> <tocitem target="tdddg_intro002.htm-CEGDICAF" text="About This Document" /> <tocitem target="tdddg_intro003.htm-CEGEBHHF" text="About Oracle Database"> <tocitem target="tdddg_intro004.htm-CEGBCDFB" text="About Schema Objects" /> <tocitem target="tdddg_intro005.htm-CEGHAGHD" text="About Oracle Database Access"> <tocitem target="tdddg_intro006.htm-CEGJHEAG" text="About SQL*Plus" /> <tocitem target="tdddg_intro007.htm-CEGHIBFI" text="About SQL Developer" /> <tocitem target="tdddg_intro008.htm-CEGBBCCA" text="About Structured Query Language (SQL)" /> <tocitem target="tdddg_intro009.htm-CEGDBCBC" text="About Procedural Language/SQL (PL/SQL)" /> <tocitem target="tdddg_intro010.htm-CEGHBGAJ" text="About Other Client Programs, Languages, and Development Tools"> <tocitem target="tdddg_intro011.htm-CEGGBIEC" text="Oracle Application Express (APEX)" /> <tocitem target="tdddg_intro012.htm-CEGGJBFJ" text="Oracle Java Database Connectivity (JDBC)" /> <tocitem target="tdddg_intro013.htm-CEGIAGGE" text="Hypertext Preprocessor (PHP)" /> <tocitem target="tdddg_intro014.htm-CEGBEFAB" text="Oracle Call Interface (OCI)" /> <tocitem target="tdddg_intro015.htm-CEGBFHIF" text="Oracle C++ Call Interface (OCCI)" /> <tocitem target="tdddg_intro016.htm-CEGCCEHE" text="Open Database Connectivity (ODBC)" /> <tocitem target="tdddg_intro017.htm-CEGBIHDE" text="Pro*C/C++ Precompiler" /> <tocitem target="tdddg_intro018.htm-CEGCHBEB" text="Pro*COBOL Precompiler" /> <tocitem target="tdddg_intro019.htm-CEGIBAGB" text="Microsoft .NET Framework" /> <tocitem target="tdddg_intro020.htm-CEGJGCEH" text="Oracle Provider for OLE DB (OraOLEDB)" /> <tocitem target="tdddg_intro021.htm-CEGGJFHG" text="Oracle Objects for OLE (OO4O)" /> </tocitem> </tocitem> </tocitem> <tocitem target="tdddg_intro022.htm-BABGGFHJ" text="About Sample Schema HR" /> </tocitem> <tocitem target="tdddg_connecting.htm" text="Connecting to Oracle Database"> <tocitem target="tdddg_connecting001.htm-CEGDIFBC" text="Connecting to Oracle Database from SQL*Plus" /> <tocitem target="tdddg_connecting002.htm-CEGFCEGG" text="Connecting to Oracle Database from SQL Developer" /> <tocitem target="tdddg_connecting003.htm-BABFHHCJ" text="Connecting to Oracle Database as User HR"> <tocitem target="tdddg_connecting004.htm-CEGEBAAC" text="Unlocking the HR Account" /> <tocitem target="tdddg_connecting005.htm-BABIHDAB" text="Connecting to Oracle Database as User HR from SQL*Plus" /> <tocitem target="tdddg_connecting006.htm-BABIAAIA" text="Connecting to Oracle Database as User HR from SQL Developer" /> </tocitem> </tocitem> <tocitem target="tdddg_exploring.htm" text="Exploring Oracle Database with SQL Developer"> <tocitem target="tdddg_exploring001.htm-BABHJIAB" text="Tutorial: Viewing HR Schema Objects" /> <tocitem target="tdddg_exploring002.htm-BABGFBBA" text="Tutorial: Viewing EMPLOYEES Table Properties and Data" /> </tocitem> <tocitem target="tdddg_selecting.htm" text="Selecting Table Data"> <tocitem target="tdddg_selecting001.htm-BCGBIFBJ" text="About Queries" /> <tocitem target="tdddg_selecting002.htm-BCGHHIJG" text="Running Queries in SQL Developer" /> <tocitem target="tdddg_selecting003.htm-BCGFJIGI" text="Tutorial: Selecting All Columns of a Table" /> <tocitem target="tdddg_selecting004.htm-BCGBCFDE" text="Tutorial: Selecting Specific Columns of a Table" /> <tocitem target="tdddg_selecting005.htm-BCGCJHDC" text="Displaying Selected Columns Under New Headings" /> <tocitem target="tdddg_selecting006.htm-BCGBGBDC" text="Selecting Data that Satisfies Specified Conditions" /> <tocitem target="tdddg_selecting007.htm-BCGFAAIH" text="Specifying Conditions with Regular Expressions" /> <tocitem target="tdddg_selecting008.htm-BCGFEGCE" text="Sorting Selected Data" /> <tocitem target="tdddg_selecting009.htm-CEGBDEJC" text="Selecting Data from Multiple Tables" /> <tocitem target="tdddg_selecting010.htm-BCGCCGJF" text="Using Operators and Functions in Queries"> <tocitem target="tdddg_selecting011.htm-BCGHFJAG" text="Using Arithmetic Operators in Queries" /> <tocitem target="tdddg_selecting012.htm-BCGDIHEH" text="Using Numeric Functions in Queries" /> <tocitem target="tdddg_selecting013.htm-CEGBIJJH" text="Using the Concatenation Operator in Queries" /> <tocitem target="tdddg_selecting014.htm-CEGHFECE" text="Using Character Functions in Queries" /> <tocitem target="tdddg_selecting015.htm-BCGCAGFF" text="Using Datetime Functions in Queries" /> <tocitem target="tdddg_selecting016.htm-BCGFDEJD" text="Using Conversion Functions in Queries" /> <tocitem target="tdddg_selecting017.htm-BCGJDGBA" text="Using Aggregate Functions in Queries" /> <tocitem target="tdddg_selecting018.htm-BCGEDIJE" text="Using NULL-Related Functions in Queries" /> <tocitem target="tdddg_selecting019.htm-BCGHIIGC" text="Using CASE Expressions in Queries" /> <tocitem target="tdddg_selecting020.htm-BCGFAJDD" text="Using the DECODE Function in Queries" /> </tocitem> </tocitem> <tocitem target="tdddg_dml.htm" text="About DML Statements and Transactions"> <tocitem target="tdddg_dml001.htm-BCGBGBIE" text="About Data Manipulation Language (DML) Statements"> <tocitem target="tdddg_dml002.htm-BABCCIEG" text="About the INSERT Statement" /> <tocitem target="tdddg_dml003.htm-BABJDEBJ" text="About the UPDATE Statement" /> <tocitem target="tdddg_dml004.htm-BABIACDB" text="About the DELETE Statement" /> </tocitem> <tocitem target="tdddg_dml005.htm-BABEBGJG" text="About Transaction Control Statements" /> <tocitem target="tdddg_dml006.htm-BABGBDCF" text="Committing Transactions" /> <tocitem target="tdddg_dml007.htm-BABDBCBI" text="Rolling Back Transactions" /> <tocitem target="tdddg_dml008.htm-BABJCEJH" text="Setting Savepoints in Transactions" /> </tocitem> <tocitem target="tdddg_objects.htm" text="Creating and Managing Schema Objects"> <tocitem target="tdddg_objects001.htm-CIHGAJDJ" text="About Data Definition Language (DDL) Statements" /> <tocitem target="tdddg_objects002.htm-BABFIDBA" text="About Schema Object Names" /> <tocitem target="tdddg_objects003.htm-BABEBEJF" text="Creating and Managing Tables"> <tocitem target="tdddg_objects004.htm-BABDACBC" text="About SQL Data Types" /> <tocitem target="tdddg_objects005.htm-BABFEIDE" text="Creating Tables"> <tocitem target="tdddg_objects006.htm-BABJEJEG" text="Tutorial: Creating a Table with the Create Table Tool" /> <tocitem target="tdddg_objects007.htm-BABEECGC" text="Creating Tables with the CREATE TABLE Statement" /> </tocitem> <tocitem target="tdddg_objects008.htm-BABJFCCE" text="Ensuring Data Integrity in Tables"> <tocitem target="tdddg_objects009.htm-BABIBCDA" text="About Constraint Types" /> <tocitem target="tdddg_objects010.htm-CIHHFGCB" text="Tutorial: Adding Constraints to Existing Tables" /> </tocitem> <tocitem target="tdddg_objects011.htm-BABGCIFC" text="Tutorial: Adding Rows to Tables with the Insert Row Tool" /> <tocitem target="tdddg_objects012.htm-CIHGJCJE" text="Tutorial: Changing Data in Tables in the Data Pane" /> <tocitem target="tdddg_objects013.htm-CIHJEAAH" text="Tutorial: Deleting Rows from Tables with the Delete Selected Row(s) Tool" /> <tocitem target="tdddg_objects014.htm-BABHAGCH" text="Managing Indexes"> <tocitem target="tdddg_objects015.htm-BABBDBAB" text="Tutorial: Adding an Index with the Create Index Tool" /> <tocitem target="tdddg_objects016.htm-CIHGIFBD" text="Tutorial: Changing an Index with the Edit Index Tool" /> <tocitem target="tdddg_objects017.htm-CIHEDIEH" text="Tutorial: Dropping an Index" /> </tocitem> <tocitem target="tdddg_objects018.htm-BABEHICG" text="Dropping Tables" /> </tocitem> <tocitem target="tdddg_objects019.htm-BABEJDII" text="Creating and Managing Views"> <tocitem target="tdddg_objects020.htm-BABDGIAC" text="Creating Views"> <tocitem target="tdddg_objects021.htm-BABGIFAG" text="Tutorial: Creating a View with the Create View Tool" /> <tocitem target="tdddg_objects022.htm-BABFHHIA" text="Creating Views with the CREATE VIEW Statement" /> </tocitem> <tocitem target="tdddg_objects023.htm-BABHEBFB" text="Tutorial: Changing Views with the Edit View and Rename Tools" /> <tocitem target="tdddg_objects024.htm-BABEBFJI" text="Dropping Views" /> </tocitem> <tocitem target="tdddg_objects025.htm-BABJICJI" text="Creating and Managing Sequences"> <tocitem target="tdddg_objects026.htm-BABJIDEG" text="Tutorial: Creating a Sequence" /> <tocitem target="tdddg_objects027.htm-BABICHFI" text="Dropping Sequences" /> </tocitem> <tocitem target="tdddg_objects028.htm-BABCFIFI" text="Creating and Managing Synonyms"> <tocitem target="tdddg_objects029.htm-CIHIDFHE" text="Creating Synonyms" /> <tocitem target="tdddg_objects030.htm-CIHDGHBE" text="Dropping Synonyms" /> </tocitem> </tocitem> <tocitem target="tdddg_subprograms.htm" text="Developing Stored Subprograms and Packages"> <tocitem target="tdddg_subprograms001.htm-CIHGDECD" text="About Stored Subprograms" /> <tocitem target="tdddg_subprograms002.htm-BABHHHIC" text="About Packages" /> <tocitem target="tdddg_subprograms003.htm-BABHFBEA" text="About PL/SQL Identifiers" /> <tocitem target="tdddg_subprograms004.htm-BABJDDFH" text="About PL/SQL Data Types" /> <tocitem target="tdddg_subprograms005.htm-CIHCHIDB" text="Creating and Managing Standalone Stored Subprograms"> <tocitem target="tdddg_subprograms006.htm-BABJGJGJ" text="About Subprogram Structure" /> <tocitem target="tdddg_subprograms007.htm-BABDHFAC" text="Tutorial: Creating a Standalone Stored Procedure" /> <tocitem target="tdddg_subprograms008.htm-BABCIEHF" text="Tutorial: Creating a Standalone Stored Function" /> <tocitem target="tdddg_subprograms009.htm-CIHIEFDF" text="Changing Standalone Stored Subprograms" /> <tocitem target="tdddg_subprograms010.htm-CIHBFEHB" text="Tutorial: Testing a Standalone Stored Function" /> <tocitem target="tdddg_subprograms011.htm-CIHDBEAI" text="Dropping Standalone Stored Subprograms" /> </tocitem> <tocitem target="tdddg_subprograms012.htm-CIHGAGJG" text="Creating and Managing Packages"> <tocitem target="tdddg_subprograms013.htm-BABDJEFH" text="About Package Structure" /> <tocitem target="tdddg_subprograms014.htm-CIHHDBFE" text="Tutorial: Creating a Package Specification" /> <tocitem target="tdddg_subprograms015.htm-CIHIEAGC" text="Tutorial: Changing a Package Specification" /> <tocitem target="tdddg_subprograms016.htm-BABEIAGI" text="Tutorial: Creating a Package Body" /> <tocitem target="tdddg_subprograms017.htm-CIHHAIBE" text="Dropping a Package" /> </tocitem> <tocitem target="tdddg_subprograms018.htm-CIHBCBHC" text="Declaring and Assigning Values to Variables and Constants"> <tocitem target="tdddg_subprograms019.htm-CIHBGDBA" text="Tutorial: Declaring Variables and Constants in a Subprogram" /> <tocitem target="tdddg_subprograms020.htm-BABBHBGA" text="Ensuring that Variables, Constants, and Parameters Have Correct Data Types" /> <tocitem target="tdddg_subprograms021.htm-BABEEIIC" text="Tutorial: Changing Declarations to Use the %TYPE Attribute" /> <tocitem target="tdddg_subprograms022.htm-CIHBFAGE" text="Assigning Values to Variables"> <tocitem target="tdddg_subprograms023.htm-CIHIBCCJ" text="Assigning Values to Variables with the Assignment Operator" /> <tocitem target="tdddg_subprograms024.htm-CIHGCBBB" text="Assigning Values to Variables with the SELECT INTO Statement" /> </tocitem> </tocitem> <tocitem target="tdddg_subprograms025.htm-CIHHFJFJ" text="Controlling Program Flow"> <tocitem target="tdddg_subprograms026.htm-BABJAEDA" text="About Control Statements" /> <tocitem target="tdddg_subprograms027.htm-BABDFCCI" text="Using the IF Statement" /> <tocitem target="tdddg_subprograms028.htm-BABCGEIH" text="Using the CASE Statement" /> <tocitem target="tdddg_subprograms029.htm-BABGDIJD" text="Using the FOR LOOP Statement" /> <tocitem target="tdddg_subprograms030.htm-BABIECGJ" text="Using the WHILE LOOP Statement" /> <tocitem target="tdddg_subprograms031.htm-BABGFJCD" text="Using the Basic LOOP and EXIT WHEN Statements" /> </tocitem> <tocitem target="tdddg_subprograms032.htm-CIHHCJDI" text="Using Records and Cursors"> <tocitem target="tdddg_subprograms033.htm-BABJIJGC" text="About Records" /> <tocitem target="tdddg_subprograms034.htm-BABGIEHF" text="Tutorial: Declaring a RECORD Type" /> <tocitem target="tdddg_subprograms035.htm-BABCDCJA" text="Tutorial: Creating and Invoking a Subprogram with a Record Parameter" /> <tocitem target="tdddg_subprograms036.htm-BABJBEGE" text="About Cursors" /> <tocitem target="tdddg_subprograms037.htm-BABIEDFH" text="Using an Explicit Cursor to Retrieve Result Set Rows One at a Time" /> <tocitem target="tdddg_subprograms038.htm-BABJJDAJ" text="Tutorial: Using an Explicit Cursor to Retrieve Result Set Rows One at a Time" /> <tocitem target="tdddg_subprograms039.htm-BABEIDAC" text="About Cursor Variables" /> <tocitem target="tdddg_subprograms040.htm-BABEHCAJ" text="Using a Cursor Variable to Retrieve Result Set Rows One at a Time" /> <tocitem target="tdddg_subprograms041.htm-BABBEABD" text="Tutorial: Using a Cursor Variable to Retrieve Result Set Rows One at a Time" /> </tocitem> <tocitem target="tdddg_subprograms042.htm-BABDFGAA" text="Using Associative Arrays"> <tocitem target="tdddg_subprograms043.htm-BABGHDJD" text="About Collections" /> <tocitem target="tdddg_subprograms044.htm-BABIEHDG" text="About Associative Arrays" /> <tocitem target="tdddg_subprograms045.htm-BABBIBHD" text="Declaring Associative Arrays" /> <tocitem target="tdddg_subprograms046.htm-BABJHJBJ" text="Populating Associative Arrays" /> <tocitem target="tdddg_subprograms047.htm-CIHBIEFB" text="Traversing Dense Associative Arrays" /> <tocitem target="tdddg_subprograms048.htm-BABCBIED" text="Traversing Sparse Associative Arrays" /> </tocitem> <tocitem target="tdddg_subprograms049.htm-CIHIHAFG" text="Handling Exceptions (Run-Time Errors)"> <tocitem target="tdddg_subprograms050.htm-BABFIBHE" text="About Exceptions and Exception Handlers" /> <tocitem target="tdddg_subprograms051.htm-BABFCCGH" text="Handling Predefined Exceptions" /> <tocitem target="tdddg_subprograms052.htm-BABGDFGJ" text="Declaring and Handling User-Defined Exceptions" /> </tocitem> </tocitem> <tocitem target="tdddg_triggers.htm" text="Using Triggers"> <tocitem target="tdddg_triggers001.htm-BABIHIHH" text="About Triggers" /> <tocitem target="tdddg_triggers002.htm-BABDAGJJ" text="Creating Triggers"> <tocitem target="tdddg_triggers003.htm-BCFIGJAE" text="About OLD and NEW Pseudorecords" /> <tocitem target="tdddg_triggers004.htm-BABGEAIA" text="Tutorial: Creating a Trigger that Logs Table Changes" /> <tocitem target="tdddg_triggers005.htm-BABCGBBD" text="Tutorial: Creating a Trigger that Generates a Primary Key for a Row Before It Is Inserted" /> <tocitem target="tdddg_triggers006.htm-BABECIAE" text="Creating an INSTEAD OF Trigger" /> <tocitem target="tdddg_triggers007.htm-BABFBEJH" text="Creating Triggers that Log LOGON and LOGOFF Events" /> </tocitem> <tocitem target="tdddg_triggers008.htm-CHDBBCAJ" text="Changing Triggers" /> <tocitem target="tdddg_triggers009.htm-CHDHIADD" text="Disabling and Enabling Triggers" /> <tocitem target="tdddg_triggers010.htm-CHDFGJDF" text="About Trigger Compilation and Dependencies" /> <tocitem target="tdddg_triggers011.htm-CHDHAGAE" text="Dropping Triggers" /> </tocitem> <tocitem target="tdddg_globalization.htm" text="Working in a Global Environment"> <tocitem target="tdddg_globalization001.htm-CACBGCDE" text="About Globalization Support Features"> <tocitem target="tdddg_globalization002.htm-CACCDFGA" text="About Language Support" /> <tocitem target="tdddg_globalization003.htm-CACDDFII" text="About Territory Support" /> <tocitem target="tdddg_globalization004.htm-CACJDJFD" text="About Date and Time Formats" /> <tocitem target="tdddg_globalization005.htm-CACHAAJD" text="About Calendar Formats" /> <tocitem target="tdddg_globalization006.htm-i1007693" text="About Numeric and Monetary Formats" /> <tocitem target="tdddg_globalization007.htm-i1008368" text="About Linguistic Sorting and String Searching" /> <tocitem target="tdddg_globalization008.htm-i1008561" text="About Length Semantics" /> <tocitem target="tdddg_globalization009.htm-CACBHBBA" text="About Unicode and SQL National Character Data Types" /> </tocitem> <tocitem target="tdddg_globalization010.htm-CACFHDAH" text="About Initial NLS Parameter Values" /> <tocitem target="tdddg_globalization011.htm-CACIIJGI" text="Viewing NLS Parameter Values" /> <tocitem target="tdddg_globalization012.htm-CACJAJGC" text="Changing NLS Parameter Values"> <tocitem target="tdddg_globalization013.htm-CACGEEED" text="Changing NLS Parameter Values for All SQL Developer Connections" /> <tocitem target="tdddg_globalization014.htm-CACCBAGA" text="Changing NLS Parameter Values for the Current SQL Function Invocation" /> </tocitem> <tocitem target="tdddg_globalization015.htm-CACHJFJF" text="About Individual NLS Parameters"> <tocitem target="tdddg_globalization016.htm-i1006280" text="About Locale and the NLS_LANG Parameter" /> <tocitem target="tdddg_globalization017.htm-CACCIJIA" text="About the NLS_LANGUAGE Parameter" /> <tocitem target="tdddg_globalization018.htm-CACJBHAH" text="About the NLS_TERRITORY Parameter" /> <tocitem target="tdddg_globalization019.htm-CACIFHHI" text="About the NLS_DATE_FORMAT Parameter" /> <tocitem target="tdddg_globalization020.htm-CACDGDBG" text="About the NLS_DATE_LANGUAGE Parameter" /> <tocitem target="tdddg_globalization021.htm-CACBCCBE" text="About the NLS_TIMESTAMP_FORMAT and NLS_TIMESTAMP_TZ_FORMAT Parameters" /> <tocitem target="tdddg_globalization022.htm-CACGDEAF" text="About the NLS_CALENDAR Parameter" /> <tocitem target="tdddg_globalization023.htm-CACFIDDF" text="About the NLS_NUMERIC_CHARACTERS Parameter" /> <tocitem target="tdddg_globalization024.htm-CACEJIFD" text="About the NLS_CURRENCY Parameter" /> <tocitem target="tdddg_globalization025.htm-CACJAJFH" text="About the NLS_ISO_CURRENCY Parameter" /> <tocitem target="tdddg_globalization026.htm-CACBADAD" text="About the NLS_DUAL_CURRENCY Parameter" /> <tocitem target="tdddg_globalization027.htm-CACJEJIB" text="About the NLS_SORT Parameter" /> <tocitem target="tdddg_globalization028.htm-CACGDCAF" text="About the NLS_COMP Parameter" /> <tocitem target="tdddg_globalization029.htm-CACFEAAF" text="About the NLS_LENGTH_SEMANTICS Parameter" /> </tocitem> <tocitem target="tdddg_globalization030.htm-CACBIHDF" text="Using Unicode in Globalized Applications"> <tocitem target="tdddg_globalization031.htm-CACGJBJD" text="Representing Unicode String Literals in SQL and PL/SQL" /> <tocitem target="tdddg_globalization032.htm-CIHGJBFI" text="Avoiding Data Loss During Character-Set Conversion" /> </tocitem> </tocitem> <tocitem target="tdddg_deploying.htm" text="Deploying an Oracle Database Application"> <tocitem target="tdddg_deploying001.htm-CEGEEAAC" text="About Deployment Environments" /> <tocitem target="tdddg_deploying002.htm-CEGEJGJE" text="About Installation Script Files"> <tocitem target="tdddg_deploying003.htm-CEGGEBJI" text="About DDL Statements and Schema Object Dependencies" /> <tocitem target="tdddg_deploying004.htm-CEGCAHDD" text="About INSERT Statements and Constraints" /> </tocitem> <tocitem target="tdddg_deploying005.htm-BABIIBHE" text="Creating Installation Script Files"> <tocitem target="tdddg_deploying006.htm-BABBIDCB" text="Creating an Installation Script File with SQL Developer" /> <tocitem target="tdddg_deploying007.htm-CEGEGHJJ" text="Editing Installation Script Files that Create Sequences" /> <tocitem target="tdddg_deploying008.htm-BABJCJIJ" text="Editing Installation Script Files that Create Triggers" /> <tocitem target="tdddg_deploying009.htm-BABEBFDI" text="Tutorial: Creating an Installation Script File for the Sequence and Tables" /> <tocitem target="tdddg_deploying010.htm-BABJEDAD" text="Tutorial: Creating an Installation Script File for the Package" /> <tocitem target="tdddg_deploying011.htm-BABFBGHI" text="Tutorial: Creating an Installation Script File for the Synonym and View" /> <tocitem target="tdddg_deploying012.htm-CEGIHAJF" text="Tutorial: Creating an Installation Script File for the Data" /> </tocitem> <tocitem target="tdddg_deploying013.htm-BABBJBEJ" text="Installing the Sample Application" /> <tocitem target="tdddg_deploying014.htm-BABGHJDG" text="Checking the Validity of an Installation" /> <tocitem target="tdddg_deploying015.htm-BABICFHF" text="Archiving the Installation Script Files" /> </tocitem> </tocitem> </toc>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de