Database Utilities (MOSC)

MOSC Banner

Does SQL*Loader in direct path mode temporarily set NULLABLE to 'D' but doesn't set it back?

That's just a theory, since

SELECT owner,table_name,column_name,nullable

FROM dba_tab_columns

where nullable = 'D'

 and table_name='OSQ_MAP'

 and column_name='LINE';


but I can't reproduce it no matter what I do. NULLABLE is either "Y" or "N" and I can't find any other possible values. Thanks.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center