Is there any way we can extract data from oracle tables to multiple sheets in an excel?
For example: I have two tables checkpoints
and hold
. I want data from checkpoints
to go to sheet1
of MS excel
and data from hold
to go to sheet2
.
Is this possible to implement in oracle?
Oracle version: Oracle 11G
- Edit: I would like to implement this using PL/SQL. This code will be executed as a batch job.