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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Corba Example (Employee): Exception during activation: java.lang.IllegalArgumentException: Null schema supplied.

Re: Corba Example (Employee): Exception during activation: java.lang.IllegalArgumentException: Null schema supplied.

From: Christof Kaiser <Kaiser_at_logiball.de>
Date: Fri, 05 Apr 2002 08:57:19 +0200
Message-ID: <3CAD4ACF.8B0F145E@logiball.de>


Let meselfe give the answer to the question:

well with the loadjava you specifiy the schema (optional. for default the user name is used). This schema name is (first time in the whole of oracle?) case sensitive.

so make it loadjava .... -s SCOTT rather rather loadjava ... - scott as in the corba developers guide 'getting started'.

that is also the difference to the javavm/demo/examples/corba/basic/helloWorld.

it took me 8 h to figure it out :-(

regards christof Received on Fri Apr 05 2002 - 00:57:19 CST

Original text of this message

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