Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Email query results using SQL Developer

User_H95GNApr 30 2018 — edited May 1 2018

Server: Oracle RAC 11.2.0.3.0

OS: RH Linux 6.8

SQL Developer Version: 4.1.0.17

Question:  I run a query in SQL Developer manually every Friday, next I save the results to CSV file, next I import CSV into Excel sheet, next I email that sheet to several recipients.

1 - Is there a way to create a job on SQL Developer that will run this query, convert into CSV and email the results?

What I have done so far:  In SQL Developer, I right clicked Scheduler --> right click jobs-->Created a job, using most of the following article.

But I never receive the results in my email.

Job attributes:

Enabled= Checked

Job Class: Sys.Default_Job_Class

Type of Job: PL/SQL Block

When to Execute Job: Repeating

Destination: Local

Notification: Recipients:  My email address

                    Sender: My email address

Select Events: All of them

SQL Query: I copied and pasted right below Type of Job column.

Thanks for your help.

Article:

https://docs.oracle.com/cd/E55747_01/doc.41/e58244/GUID-E6812A89-197A-4515-82EF-4B26C05741EA.htm

This post has been answered by John_K on May 1 2018
Jump to Answer

Comments

evgeni gelfand

I don't think (I am sure actually) that this is an database server error, this is application error and this is coming from WebSphere.
According to google search results the main advice is to check connectivity between your client (WebSphere I guess) and database server.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 29 2018
Added on Apr 30 2018
4 comments
1,498 views