External Table Load
Oracle Release 11.2.0.3.0
I am trying to load one table using external table using positional data way. I want some columns to be having "NOT NULL" constraints on them. Is it possible to make the columns NOT NULL while loading them only using external table or I will have to ALTER the table columns to NOT NULL once the load is done.
Thanks,
Vikash