InterviewSolution
Saved Bookmarks
| 1. |
How Can You Load The Ebcdic Data? |
|
Answer» You can specify the character set WE8EBCDIC500 for the EBCDIC data. The following code SNIPPET shows the SQL*Loader control file to load a fixed LENGTH EBCDIC RECORD into the Oracle database: You can specify the character set WE8EBCDIC500 for the EBCDIC data. The following code snippet shows the SQL*Loader control file to load a fixed length EBCDIC record into the Oracle database: |
|