Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: e-mail from within the database
Fred,
You can load pl/sql using following to load pl/sql in database.
loadjava -force -user sys/<sys's password> plsql.jar
It works fine for us. You have to use -force to load it if the script fails.
Sandesh
-----Original Message-----
Sent: Wednesday, July 25, 2001 3:42 PM
To: Multiple recipients of list ORACLE-L
I am running 8.1.7.0.0 on Windows NT.
I ran INITJVM.SQL successfully. When I try to run INITPLSJ.SQL I get the
following errors:
SQL> @D:\ORACLE\ORA817SE\RDBMS\ADMIN\INITPLSJ.SQL;
Call completed.
Error while resolving class oracle/plsql/net/TCPConnection ORA-04043: object oracle/plsql/net/TCPConnection does not exist Error while resolving class oracle/plsql/net/InternetAddress ORA-04043: object oracle/plsql/net/InternetAddress does not existloadjava: 2 errors
Thank you,
-Fred Smith
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Fred Smith
INET: fred_fred_1_at_hotmail.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 25 2001 - 14:02:50 CDT
![]() |
![]() |