Collections:
What Is an External Table in Oracle
What Is an External Table in Oracle?
✍: 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.
⇒ Load Data through External Tables in Oracle
⇐ Load Data with SQL*Loader in Oracle
2016-11-27, 2604🔥, 0💬
Popular Posts:
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...