External Files

199664

Member
Is it possible to use an external list (example a .txt file) as look up values in a statement (without importing the list as a table)?
 
Yes, define it as an external table and you can query it just like a real database table. Google "oracle external table".
 
This is currently not possible (except for the external table implementation).

I have added this to the list of enhancement requests.
 
Back
Top