batch file for running Oracle Query and save the result
Moderator: DosItHelp
batch file for running Oracle Query and save the result
Need a batch file for running Oracle Query and save the result to a file.
Re: batch file for running Oracle Query and save the result
Provide more information to describe the situation.
Re: batch file for running Oracle Query and save the result
Need to run a query in oracle.
The query is a select query.
After running the query, need to save the result to an excel file or csv file.
The query is a select query.
After running the query, need to save the result to an excel file or csv file.
Re: batch file for running Oracle Query and save the result
Batch files are tailored to a situation - not many of them are general purpose.
I assume you can do the query. We need to know your situation - the format of the query output would be helpful.
I assume you can do the query. We need to know your situation - the format of the query output would be helpful.
Re: batch file for running Oracle Query and save the result
Iam having a BOoks table, which concsists of three fields. title, author,ISBN
The query should be like this select title,author,ISBN from books.
The result should come in a csv format that can be opened in excel.
The query should be like this select title,author,ISBN from books.
The result should come in a csv format that can be opened in excel.
Re: batch file for running Oracle Query and save the result
Show us the query command you are using and the output.