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

Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC: Connection refused (BUF='HPUX Error: 12: Not enough space')

Re: JDBC: Connection refused (BUF='HPUX Error: 12: Not enough space')

From: ECStahl <ecstahl_at_aol.com>
Date: 01 Dec 2001 18:13:00 GMT
Message-ID: <20011201131300.16855.00000243@mb-fh.aol.com>


The first thing to check for "not enough space" is `swapinfo -tm`. Are you short on swap space (look at total PCT USED).

Could also be...

Contact the HP Response Center and ask for a copy of the unsupported yet very useful shminfo utility that shows how your 32-bit global addr space is being used.

Regards,

Eric Stahl

"koert54" koert54_at_nospam.com wrote:

>Connection refused (BUF='HPUX Error: 12: Not enough space')

>2GB RAM and 2GB paging space -> make that 4GB to 6GB paging space !
>HPUX != Win NT
>
>
>
>"Huy Vu" <huyv_at_usa.net> wrote in message news:3bffdadb_3_at_aeinews....
>> Hi all,
>>
>> I'm trying to tune up my Oracle database server 8.1.7 64bits on HP-UX 11.0
>> which has 2 GB of RAM and 2GB swap file.
>> The server hung often (cannot telnet to the server neither) without let
>any
>> error messages in syslog except the error found from remote JDBC
>> connections:
>>
>> java.sql.SQLException: Io exception: Connection
>>
>refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12500)(ERROR_STACK=(ERROR=(
>>
>CODE=12500)(EMFI=4))(ERROR=(CODE=12540)(EMFI=4))(ERROR=(CODE=12560)(EMFI=4))
>> (ERROR=(CODE=510)(EMFI=4))(ERROR=(BUF='HPUX Error: 12: Not enough
>space'))))
>> jdbc:oracle:thin:@orasvr:1521:O817
>>
>> The Oracle SGA of 'O817' database:
>>
>> SVRMGR> show sga
>> Total System Global Area 756292072 bytes
>> Fixed Size 104936 bytes
>> Variable Size 141709312 bytes
>> Database Buffers 614400000 bytes
>> Redo Buffers 77824 bytes
>>
>> I'm trying to determine how much physical memory and virtual memory
>> currently used by my Oracle database to fix this problem ASAP.
>>
>> Thanks in advance for any help.
>>
>> DH
Received on Sat Dec 01 2001 - 12:13:00 CST

Original text of this message

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