Oracle Data Load - What Is an External Table
Interview Question Database For Software Developers
|
|
| What Is an External Table | | What Is an External Table? - Oracle DBA FAQ - Loading and Exporting Data | | By: FYIcenter.com | An external table is a table defined in the database with data stored outside the database.
Data of an external table is stored in files on the operating systems.
Accessing data of external tables are done through data access drivers.
Currently, Oracle supports two data access drivers: ORACLE_LOADER and ORACLE_DATAPUMP.
External tables can be used to load data from external files into database,
or unload data from database to external files.
| | ID: 616 | Rank: 1109 | Votes: 0 | Views: 69 | Submitted: 20070430 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|