I have a stored procedure in Oracle that runs automatically at 2AM every night. If the procedure can determine a certain condition, then it must email someone and notify them. If I have a java class that provides features to send an email message, can I invoke the class from the stored procedure? SAF
Thanks Jamie, that was a big help. My other problem is trying to figure out how to pass an argument through PL/SQL to a Java class. I need to pass a String type, so it's primiive enough to not cause me so much headache, I hope! Thanks again, SAF