Hi All,
I need to do a batch export to excel files form my queries into client machine.
For example:
I have three query:
1. select * from employees;
2. select * from departments;
3. select * from emp_dept_vw;
Now I want to export each query result in excel (batch Job) into client machine where only sqlplus is present.
excel file name should contain table_name.xls.
I am currently using oracle 8i.
Is there any solution for that?
I am looking for the experts opinion.
Thanks in advance for the help.
Regards
Sanka