Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
CSV Load « Table « Oracle PL / SQL
Oracle PL / SQL
Table
CSV Load
1.
Load CSV data to a table
2.
Load data and set field terminated sign and OPTIONALLY ENCLOSed sign
3.
FIELDS TERMINATED BY WHITESPACE
4.
Indicate columns in load data statement
5.
Set value position in load statement
6.
Set ENTIRE_LINE in load data statement
7.
Leave start position open in load data statement
8.
Set char(count) for load data statement
9.
Set date format in load data statement
10.
Use string function in load data statement
11.
Set entry line in load data statement
12.
Trailing null columns when loading data
13.
use case statement to check the value in load data statement
14.
Use user-defined columns in load data statement