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, 2681🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...