Oracle8i Utilities Release 2 (8.1.6) Part Number A76955-01 |
|
This manual describes how to use the Oracle8i utilities for data transfer, data maintenance, and database administration.
Oracle8i Utilities contains information that describes the features and functionality of the Oracle8i and the Oracle8i Enterprise Edition products. Oracle8i and Oracle8i Enterprise Edition have the same basic features. However, several advanced features are available only with the Enterprise Edition, and some of these are optional.
For information about the differences between Oracle8i and the Oracle8i Enterprise Edition and the features and options that are available to you, see Getting to Know Oracle8i.
This manual describes the basic concepts behind each utility and provides examples to show how the utilities are used.
This manual is for database administrators (DBAs), application programmers, security administrators, system operators, and other Oracle users who perform the following tasks:
To use this manual, you need a working knowledge of SQL and Oracle fundamentals, information that is contained in Oracle8i Concepts. In addition, SQL*Loader requires that you know how to use the file management facilities of your operating system.
Note: This manual does not contain instructions for installing the utilities, which is operating system-specific. Installation instructions for the utilities can be found in your operating system-specific Oracle documentation.
This manual is divided into the following parts:
This chapter describes how to use Export to write data from an Oracle database into transportable files. It discusses export guidelines, export modes, interactive and command-line methods, parameter specifications, and describes Export object support. It also provides example Export sessions.
This chapter describes how to use Import to read data from Export files into an Oracle database. It discusses import guidelines, interactive and command-line methods, parameter specifications, and describes Import object support. It also provides several examples of Import sessions.
Chapter 3, "SQL*Loader Concepts"
This chapter introduces SQL*Loader and describes its features. It also introduces data loading concepts (including object support). It discusses input to SQL*Loader, database preparation, and output from SQL*Loader.
Chapter 4, "SQL*Loader Case Studies"
This chapter presents case studies that illustrate some of the features of SQL*Loader. It demonstrates the loading of variable-length data, fixed-format records, a free-format file, multiple physical records as one logical record, multiple tables, direct path loads, and loading objects, collections, and REF columns.
Chapter 5, "SQL*Loader Control File Reference"
This chapter describes the control file syntax you use to configure SQL*Loader and to describe to SQL*Loader how to map your data to Oracle format. It provides detailed syntax diagrams and information about specifying data files, tables and columns, the location of data, the type and format of data to be loaded, and more.
Chapter 6, "SQL*Loader Command-Line Reference"
This chapter describes the command-line syntax used by SQL*Loader. It discusses command-line arguments, suppressing SQL*Loader messages, sizing the bind array, and more.
Chapter 7, "SQL*Loader: Log File Reference"
This chapter describes the information contained in SQL*Loader log file output.
Chapter 8, "SQL*Loader: Conventional and Direct Path Loads"
This chapter describes the differences between a conventional path load and a direct path load. A direct path load is a high performance option that significantly reduces the time required to load large quantities of data.
Chapter 9, "DBVERIFY: Offline Database Verification Utility"
This chapter describes how to use the offline database verification utility, DBVERIFY.
Appendix A, "SQL*Loader Reserved Words"
This appendix lists the words reserved for use only by SQL*Loader.
Appendix B, "DB2/DXT User Notes"
This appendix describes differences between the data definition language syntax of SQL*Loader and DB2 Load Utility control files. It discusses SQL*Loader extensions to the DB2 Load Utility, the DB2 RESUME option, options (included for compatibility), and SQL*Loader restrictions.
This section lists new and changed features for the Import, Export, and SQL*Loader utilities. Cross-references are provided that tell you where you can find more detailed information on each feature.
The following sections describe features that were new or changed as of release 8.1.5.
The following are new Export features as of release 8.1.5:
The following are new Import features as of release 8.1.5:
In order to provide object support, the behavior of certain DDL clauses and certain restrictions has been changed from previous releases. These changes apply in all cases, not just when you are loading objects, collections, or LOBs. See SQL*Loader DDL Behavior and Restrictions for a description of these changes.
This manual follows textual and typographic conventions explained in the following sections.
The following conventions are used in the text of this manual:
PL/SQL, SQL, and SQL*Plus commands and statements are displayed in a fixed-width font using the following conventions, separated from normal text as in the following example:
ALTER TABLESPACE users ADD DATAFILE 'users2.ora' SIZE 50K;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|