Exporting data with Scheduled job [message #616680] |
Thu, 19 June 2014 12:27 |
|
ipisors
Messages: 24 Registered: May 2014 Location: USA [Arizona ... Desert]
|
Junior Member |
|
|
I am trying to learn how to use the Scheduler > Jobs Wizard in SQL Developer to schedule a SQL script to be exported in Excel to a file share. I can't find this option in the Wizard dialogue. Please suggest?
|
|
|
|
Re: Exporting data with Scheduled job [message #616682 is a reply to message #616681] |
Thu, 19 June 2014 12:36 |
|
ipisors
Messages: 24 Registered: May 2014 Location: USA [Arizona ... Desert]
|
Junior Member |
|
|
I would like to be able to create a SQL query and then schedule an automated repeating job that exports the data into Excel and saves the Excel file on a network share. I was studying this topic and noticed that Oracle quotes, "All Oracle starting at 10g come with out of the box scheduling". However, it seems that exporting data to a network share file is not part of the capability. Or is it? What tool(s) do I need to actually export reports to a network or email location?
Data is in Oracle
[Updated on: Thu, 19 June 2014 12:37] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Exporting data with Scheduled job [message #616692 is a reply to message #616690] |
Thu, 19 June 2014 12:58 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>What tool(s) do I need to actually export reports to a network or email location?
Oracle has a separate Report writing tool which is another (complex) product.
SQL*Plus can provide reporting capability in the hands of a competent operator.
>Do you have any helpful suggestions?
I don't think you now have anything to actually schedule.
SQL Developer is a separate & distinct product from Oracle RDBMS.
[Updated on: Thu, 19 June 2014 13:00] Report message to a moderator
|
|
|