How to fix the Oracle error SQL*Loader-00263: PIECED column string must be last specified column in table string?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00263: PIECED column string must be last specified column in table string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00263: PIECED column string must be last specified column in table string
Reason for the Error SQL*Loader-00263: PIECED column string must be last specified column in table string
A column that is not the last column was specified as PIECED.
How to fix the Error SQL*Loader-00263: PIECED column string must be last specified column in table string ?
You can fix this error in Oracle by following the below steps
Remove the PIECED keyword or place the column last.
Leave Your Comment