How to fix the Oracle error SQL*Loader-00299: Virtual column string in table string.string cannot be loaded.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00299: Virtual column string in table string.string cannot be loaded. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00299: Virtual column string in table string.string cannot be loaded.
Reason for the Error SQL*Loader-00299: Virtual column string in table string.string cannot be loaded.
Virtual columns were specified in the control file.
How to fix the Error SQL*Loader-00299: Virtual column string in table string.string cannot be loaded. ?
You can fix this error in Oracle by following the below steps
Virtual columns cannot be specified in the control file. Remove the virtual column from the SQL*Loader control file.
Leave Your Comment