Oracle Database
--
Questions
--
Followers
Top Experts
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
http://www.oracle.com/technetwork/oem/grid-control/bestpractices-notifications-130521.pdf






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
You can get the expiration date from dba_users and use UTL_MAIL. ย Then just schedule it using DBMS_SCHEDULER or DBMS_JOB.
All this is talked about in the docs.
http://download.oracle.com/docs/cd/B28359_01/server.111/b31222/cfrulset.htm

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
or
are you wanting something like a daily report?
you can write whatever select statement gets you the results you need then apply the answers to all your other questions related to this topic to actually get the email and get it scheduled.
We cannot answer that here until you decide on an architecture for the process.
Like I mentioned in your other questions:
I would create a stored procedure that generates the 'list' you want. ย Store that list in a varchar2 variable (remember the 32K limit), use UTL_MAIL to send it. ย Then use DBMS_JOB or DBMS_SCHEDULER to run it every day.
If the 'list' can be greater than 32K then, as mentioned in your other questions, use UTL_SMTP and then you can use a CLOB to store the 'list'.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Oracle Database
--
Questions
--
Followers
Top Experts
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.