Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: e-mail from within the database

RE: e-mail from within the database

From: Naik, Sandesh S <sandesh.naik_at_qwest.com>
Date: Wed, 25 Jul 2001 12:02:50 -0700
Message-ID: <F001.00355056.20010725122129@fatcity.com>

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 exist
loadjava: 2 errors
Call completed.
SQL> Has anyone else had a similar experience with attempting this? If so, how did you get around it?

Thank you,
  -Fred Smith



Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

--

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Naik, Sandesh S
  INET: sandesh.naik_at_qwest.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). Received on Wed Jul 25 2001 - 14:02:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US