Answer the question
In order to leave comments, you need to log in
How to read the keys from a text file and select data from the database using them?
There is a CSV file containing the keys of the records from the Oracle database. (~5000 values).
You need to select all rows by the corresponding key from this file. How can this be done with a minimum number of routine operations (not to manually score all these keys)?
Answer the question
In order to leave comments, you need to log in
Create a table, load data from csv into it, and select it. What is the problem? Upload csv to oracle, well, this is a trivial task, the easiest way is through Sqldeveloper with the help of a mouse click, you can use sqlloader, you can connect this file as an external table.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question