I would like to program an Oracle 11g stored procedure to mail-merge and transmit html e-mails to our clients.
However, the XSL code I have written is necessarily larger than 4000 characters so I think it must be stored in a file.
At my company, I am a Developer, not a DBA. so I need to request of our DBA team to upload my XSL file to someplace on the server such that the stored procedure may see the file and use the content.
I will then try to find code on the web someplace which does the transform from XML to HTML.
This is a medium-volume mailing.
What do I tell my DBA team to do?