ok, i just realize that it's not possible. Because Oracle won't do any inserts or other DML Operations on the External table.
But, to perfom my task, is it possible to create a View on the external table and using a INSTEAD OF Trigger to transform and copy the data to an internal Oracle table?
Am i'm missing something?
thanks...




Reply With Quote