How To Load Data With SQL*Loader Using Named Pipes
(Doc ID 1350952.1)
Last updated on OCTOBER 02, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 8.1.7.0 to 11.2.0.2 [Release 8.1.7 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data.
Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Goal
This note explains how to load data with SQL*Loader using named pipes based on examples.
The following environment is available:
-- input data file (ldr.dat) containing the records:
0001;Text 0001
0002;Text 0002
0003;Text 0003
...
1000;Text 1000
0002;Text 0002
0003;Text 0003
...
1000;Text 1000
-- the table TAB001 that needs to be loaded in schema TEST:
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |