hello,
I need to create an external table and after the creation i have to check if a bad file was created.
do i have to execute "SELECT * FROM EXT_TBL" to make sure all the bad recors were found?
Is there a way to make the table create the bad file at the "CREATE TABLE" or "ALTER TABLE ... LOCATION .." command?

ganit.