A
A
Alistair O2017-01-25 08:07:09
SQL
Alistair O, 2017-01-25 08:07:09

How to automate report sending?

Good afternoon,
there is a sql script, I connect to the DBMS using PL\SQL Developer, run it and upload the result to xlsx format and send it by mail.
Task:
It is necessary to automate.
Question:
How?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Filatov, 2017-01-25
@NYMEZIDE

1. implement in a programming language or script.
1.1. powershell
1.2. .net, java, c++ what can you do.
2. Set up the scheduler for scheduled execution.

A
Anton, 2017-01-25
@MoonMaster

Вам необходимо разработать программу, которая будет брать этот SQL скрипт, выполнять запрос в базе, получать данные, парсить их и отправлять. Такое можно сделать на любом языке программирования в принципе. Также реализуйте стек задач и подцепите к нему сборщик, например, Jenkins. Который будет запускать вашу программу и отправлять отчет

D
d-stream, 2017-01-25
@d-stream

Как вариант - "штатными средствами": www.cyberforum.ru/oracle/thread727605.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question