Description: This post describes the primary use of the oracle9i external table (External table).
What is an external table?
External table is similar to a regular table, the definition can be seen in the Oracle Concept manual, and the following points need to be noted:
The syntax created by > is similar to: "Create TABLE ... Organization EXTERNAL "
> data in the external organization of the database, is the operating system files.
> The logo of the operating system file in the database is mapped through a logical directory.
> data is read-only. (external table is equivalent to a read-only virtual table)
> You cannot run any DML operations on the above, and you cannot create an index.
> can query operations and connections. can operate in parallel.
Example:
Suppose the following two data files:
1 Description of Flat file data
Suppose the following two flat files
1.dat:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service