Can SQL loader handle EBCDIC data?
A
Correct answer
Explanation
SQL*Loader can handle EBCDIC data through character set conversion specifications in the control file. EBCDIC (Extended Binary Coded Decimal Interchange Code) is commonly used on IBM mainframes, and SQL*Loader includes built-in support for converting EBCDIC to ASCII during the load process.