How To Load Data Using Functions CASE, CONCAT And TO_DATE To Avoid The Error ORA-1861
(Doc ID 785368.1)
Last updated on SEPTEMBER 19, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 to 10.2.0.4 [Release 9.2 to 10.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database 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 demonstrates how to load data with SQL*Loader (sqlldr) using the functions CASE, CONCAT and TO_DATE to concatenate "0" at the beginning of a number column when is required to avoid format data problems.
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 |