Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle connection problem on SUN One
That's only because connection_ doesn't get initiated at connect -method.
Then it's used at
>> DatabaseMetaData dbmd = connection_.getMetaData();
This is sample only, and is yes that exception is not handled properly,
but that's not the point.
-jk Received on Thu Feb 03 2005 - 08:05:42 CST