I need to add multiple users to select input which will fetch the data on the database in one specific file.
example:
select * from <table Name> where <column_Name> (which will take from specific file) in <value>(this also need to come from the file )
Is this operation we perform in Oracle 12c the file format will be like this
<table Name> <value>
<table Name> <value>