0

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>

1 Answer 1

1

Please explain more your question.

I supose, you have a CSV file. you can import data from csv file. If you use EXTERNAL TABLES. you can use the csv file like a table and you can join the external tables with your tables

you can read about external tables in this link Import a CSV file into an Oracle External Table

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.