Thanx - but now problem loading plsql.jar
Trevor, June 27, 2001 - 12:16 pm UTC
I encountered the error ORA-29540 when using UTL_SMTP and my dba attempted to load plsql.jar, as per your reply to a previous question, with the following result:
D:\>cd d:\orant816\plsql\jlib
D:\orant816\plsql\jlib>loadjava -user sys/sys plsql.jar
Error while retrieving errors for oracle/plsql/net/TCPConnection
ORA-00904: invalid column name
Error while retrieving errors for oracle/plsql/net/InternetAddress
ORA-00904: invalid column name
Error while creating resource META-INF/MANIFEST.MF
ORA-29547: Java system class not available: oracle/aurora/rdbms/Compiler
loadjava: 3 errors
D:\orant816\plsql\jlib>
Can you please help!
Trevor, October 05, 2001 - 11:08 am UTC
After one or two problems the dba managed to load initjvm.sql and all is well, thankyou.
An additional piece of information please..
Is it possible to include an attachment (eg. a txt file) with an email sent using utl.smtp? If so, how?
A reader, October 06, 2001 - 5:14 am UTC
My db is oracle 731, on vms-vax, client winNT4, forms5
my application, periodically (say 5 minutes) looking FTP server direcotry for data files, transfer it to local pc, proceessing, posting new datafile into FTP. This is my scnario. I'm using timer-expired trigger for this.
Here i had a problem. If the oracle server is down, then i need to restart my form again. Is on-logon will workout for me, to logoff and logon?.
How can i overcome this?