1753534 Members
5882 Online
108795 Solutions
New Discussion юеВ

Re: not enogh space

 
Sanjay_6
Honored Contributor

Re: not enogh space

Hi Doug,

Check the permission on this file "/filer/PATO/u01/oracle/product/8.0.5/lib/liboci805jdbc.sl"

It should have execute permissions (555).

Hope this helps.

Regds
T G Manikandan
Honored Contributor

Re: not enogh space

One of the oracle recommendations is to increase the
maxdsiz

if you are running a 64 bit application increase maxdsiz_64.

Bump them to 256 MB.

REvert
T G Manikandan
Honored Contributor

Re: not enogh space

Look here the error messages are very clear.

OCI drivers are not available.

you are trying to use oci805jdbc and it is not available in the $ORACLE_HOME/lib or not linked properly.

Get those drivers from the CD and unload them to $ORACLE_HOME/lib