RE: Bus Error (Urgent)

2003-09-12 Thread Mladen Gogala
Which platform & version, how did you define your ORACLE_HOME and
ORACLE_SID,
did you export them, what do your tnsnames.ora and sqlnet.ora look like?
This way, I can only tell you to wait for another bus.

--
Mladen Gogala
Oracle DBA 



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of bhabani s pradhan
> Sent: Friday, September 12, 2003 5:00 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Bus Error (Urgent)
> 
> 
> Hi All
> 
> I am able to connect to my database from a set of different 
> clients from different machines.
> 
>  From one particular machine i am not able to connect to the DB 
> server machine.
> 
> ping  works fine
> but tnsping  gives
> 
> Bus Error (core dumped)
> 
> 
> Please help
> 
> Thanks and Regards
> 
> ___
> Interior meets Software; Rani Weds Gaurav.
> Rediff Matchmaker strikes another interesting match
> Visit http://matchmaker.rediff.com?1
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: bhabani s pradhan
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> San Diego, California-- Mailing list and web hosting services
> -
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (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).
> 




Note:
This message is for the named person's use only.  It may contain confidential, 
proprietary or legally privileged information.  No confidentiality or privilege is 
waived or lost by any mistransmission.  If you receive this message in error, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender.  You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to 
monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where 
the message states otherwise and the sender is authorized to state them to be the 
views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


Re: Bus Error (Urgent)

2003-09-12 Thread bhabani s pradhan
 From the listener.log I am getting:

12-SEP-2003 11:24:20 * 
(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM=)(HOST=trade-host2)(USER=rubix))) 
* (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.28)(PORT=40837)) * 
establish * TRADEDB1 * 12500
TNS-12500: TNS:listener failed to start a dedicated server 
process
  TNS-12540: TNS:internal limit restriction exceeded
   TNS-12560: TNS:protocol adapter error
TNS-00510: Internal limit restriction exceeded
 Solaris Error: 12: Not enough space

Regards

--
On Sat, 13 Sep 2003 bhabani s pradhan wrote :
>Hi All
>
>I am able to connect to my database from a set of different
>clients from different machines.
>
>  From one particular machine i am not able to connect to the 
>DB
>server machine.
>
>ping  works fine
>but tnsping  gives
>
>Bus Error (core dumped)
>
>
>Please help
>
>Thanks and Regards
>
>___
>Interior meets Software; Rani Weds Gaurav.
>Rediff Matchmaker strikes another interesting match
>Visit http://matchmaker.rediff.com?1
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: bhabani s pradhan
>   INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- 858-538-5051 
>http://www.fatcity.com
>San Diego, California-- Mailing list and web hosting 
>services
>-
>To REMOVE yourself from this mailing list, send an E-Mail 
>message
>to: [EMAIL PROTECTED] (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).

___
Interior meets Software; Rani Weds Gaurav.
Rediff Matchmaker strikes another interesting match
Visit http://matchmaker.rediff.com?1

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: bhabani s pradhan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


RE: Bus Error (Urgent)

2003-09-12 Thread Stephen Lee
Maybe find something at http://sunsolve.sun.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephen Lee
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


Re: Bus Error (Urgent)

2003-09-12 Thread alan . aschenbrenner

Oddly enough,  I received the same error today on one of our Solaris
servers while trying to start a listener.  I ran 'top' and noticed that all
of the available swap space on the machine was being used.  After the
guilty process was killed, I was able to start the listener.  FYI, the
process was picld, an O/S process that is known to have a memory leak.

Hope that helps...

Alan


Alan Aschenbrenner
Oracle DBA
IHS Group
[EMAIL PROTECTED]



   
 
  "bhabani s   
 
  pradhan"  To:   Multiple recipients of list 
ORACLE-L <[EMAIL PROTECTED]>   
  <[EMAIL PROTECTED]cc:
 
  ffmail.com>       Subject:  Re: Bus Error (Urgent)   
 
  Sent by: 
 
  [EMAIL PROTECTED]

  com  
 
   
 
   
 
  09/12/2003 04:14 
 
  PM   
 
  Please respond to
 
  ORACLE-L 
 
   
 
   
 




 From the listener.log I am getting:

12-SEP-2003 11:24:20 *
(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM
=)(HOST=trade-host2)(USER=rubix)))
* (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.28)(PORT=40837)) *
establish * TRADEDB1 * 12500
TNS-12500: TNS:listener failed to start a dedicated server
process
  TNS-12540: TNS:internal limit restriction exceeded
   TNS-12560: TNS:protocol adapter error
TNS-00510: Internal limit restriction exceeded
 Solaris Error: 12: Not enough space

Regards

--
On Sat, 13 Sep 2003 bhabani s pradhan wrote :
>Hi All
>
>I am able to connect to my database from a set of different
>clients from different machines.
>
>  From one particular machine i am not able to connect to the
>DB
>server machine.
>
>ping  works fine
>but tnsping  gives
>
>Bus Error (core dumped)
>
>
>Please help
>
>Thanks and Regards
>
>___
>Interior meets Software; Rani Weds Gaurav.
>Rediff Matchmaker strikes another interesting match
>Visit http://matchmaker.rediff.com?1
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: bhabani s pradhan
>   INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- 858-538-5051
>http://www.fatcity.com
>San Diego, California-- Mailing list and web hosting
>services
>-
>To REMOVE yourself from this mailing list, send an E-Mail
>message
>to: [EMAIL PROTECTED] (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).

___
Interior meets Software; Rani Weds Gaurav.
Rediff Matchmaker strikes another interesting match
Visit http://matchmaker.rediff.com?1

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: bhabani s pradhan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California  

RE: Bus Error (Urgent)

2003-09-12 Thread Mladen Gogala
You cannot start process. You need to increase PROCESSES in
init$ORACLE_SID.ora.
You may have to increase SHMMAX and SEMMNS in /etc/system. 

--
Mladen Gogala
Oracle DBA 



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of bhabani s pradhan
> Sent: Friday, September 12, 2003 6:14 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Bus Error (Urgent)
> 
> 
>  From the listener.log I am getting:
> 
> 12-SEP-2003 11:24:20 * 
> (CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM=)(HOST=trad
> e-host2)(USER=rubix))) 
> * (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.28)(PORT=40837)) * 
> establish * TRADEDB1 * 12500
> TNS-12500: TNS:listener failed to start a dedicated server 
> process
>   TNS-12540: TNS:internal limit restriction exceeded
>TNS-12560: TNS:protocol adapter error
> TNS-00510: Internal limit restriction exceeded
>  Solaris Error: 12: Not enough space
> 
> Regards
> 
> --
> On Sat, 13 Sep 2003 bhabani s pradhan wrote :
> >Hi All
> >
> >I am able to connect to my database from a set of different clients 
> >from different machines.
> >
> >  From one particular machine i am not able to connect to the
> >DB
> >server machine.
> >
> >ping  works fine
> >but tnsping  gives
> >
> >Bus Error (core dumped)
> >
> >
> >Please help
> >
> >Thanks and Regards
> >
> >___
> >Interior meets Software; Rani Weds Gaurav.
> >Rediff Matchmaker strikes another interesting match
> >Visit http://matchmaker.rediff.com?1
> >
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.net
> >--
> >Author: bhabani s pradhan
> >   INET: [EMAIL PROTECTED]
> >
> >Fat City Network Services-- 858-538-5051 
> >http://www.fatcity.com
> >San Diego, California-- Mailing list and web hosting 
> >services
> >-
> >To REMOVE yourself from this mailing list, send an E-Mail
> >message
> >to: [EMAIL PROTECTED] (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).
> 
> ___
> Interior meets Software; Rani Weds Gaurav.
> Rediff Matchmaker strikes another interesting match
> Visit http://matchmaker.rediff.com?1
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: bhabani s pradhan
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> San Diego, California-- Mailing list and web hosting services
> -
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (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).
> 




Note:
This message is for the named person's use only.  It may contain confidential, 
proprietary or legally privileged information.  No confidentiality or privilege is 
waived or lost by any mistransmission.  If you receive this message in error, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender.  You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to 
monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where 
the message states otherwise and the sender is authorized to state them to be the 
views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


Re: RE: Bus Error (Urgent)

2003-09-12 Thread bhabani s pradhan
both client and server on Sun OS 5.8

ORACLE_HOME and ORACLE_SID in .profile

tnsnames.ora

TRADEDB1 =
   (DESCRIPTION =
 (ADDRESS_LIST =
   (ADDRESS = (PROTOCOL = TCP)(HOST = trade-db1)(PORT = 
1521))
 )
 (CONNECT_DATA =
   (SERVICE_NAME = TRADEDB1)
 )
   )

INST1_HTTP =
   (DESCRIPTION =
 (ADDRESS_LIST =
   (ADDRESS = (PROTOCOL = TCP)(HOST = trade-db)(PORT = 
1521))
 )
 (CONNECT_DATA =
   (SERVER = SHARED)
   (SERVICE_NAME = TRADEDB1)
   (PRESENTATION = http://admin)
 )
   )


sqlnet.ora
--
# SQLNET.ORA Network Configuration File: 
/export/home/oracle/product/8.1.7/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.

NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)




now ??

Regards
---



On Sat, 13 Sep 2003 Mladen Gogala wrote :
>Which platform & version, how did you define your ORACLE_HOME 
>and
>ORACLE_SID,
>did you export them, what do your tnsnames.ora and sqlnet.ora 
>look like?
>This way, I can only tell you to wait for another bus.
>
>--
>Mladen Gogala
>Oracle DBA
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>On
> > Behalf Of bhabani s pradhan
> > Sent: Friday, September 12, 2003 5:00 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: Bus Error (Urgent)
> >
> >
> > Hi All
> >
> > I am able to connect to my database from a set of different
> > clients from different machines.
> >
> >  From one particular machine i am not able to connect to the 
>DB
> > server machine.
> >
> > ping  works fine
> > but tnsping  gives
> >
> > Bus Error (core dumped)
> >
> >
> > Please help
> >
> > Thanks and Regards
> >
> > ___
> > Interior meets Software; Rani Weds Gaurav.
> > Rediff Matchmaker strikes another interesting match
> > Visit http://matchmaker.rediff.com?1
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.net
> > --
> > Author: bhabani s pradhan
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services-- 858-538-5051 
>http://www.fatcity.com
> > San Diego, California-- Mailing list and web hosting 
>services
> > 
>-
> > To REMOVE yourself from this mailing list, send an E-Mail 
>message
> > to: [EMAIL PROTECTED] (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).
> >
>
>
>
>
>Note:
>This message is for the named person's use only.  It may contain 
>confidential, proprietary or legally privileged information.  No 
>confidentiality or privilege is waived or lost by any 
>mistransmission.  If you receive this message in error, please 
>immediately delete it and all copies of it from your system, 
>destroy any hard copies of it and notify the sender.  You must 
>not, directly or indirectly, use, disclose, distribute, print, or 
>copy any part of this message if you are not the intended 
>recipient. Wang Trading LLC and any of its subsidiaries each 
>reserve the right to monitor all e-mail communications through 
>its networks.
>Any views expressed in this message are those of the individual 
>sender, except where the message states otherwise and the sender 
>is authorized to state them to be the views of any such entity.
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: Mladen Gogala
>   INET: [EMAIL PROTECTED]
>
>Fat City Network Services-- 858-538-5051 
>http://www.fatcity.com
>San Diego, California-- Mailing list and web hosting 
>services
>-
>To REMOVE yourself from this mailing list, send an E-Mail 
>message
>to: [EMAIL PROTECTED] (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).

___
Interior meets Software; Rani Weds Gaurav.
Rediff Matchmaker strikes another interesting match
Visit http://matchmaker.rediff.com?1

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: bhabani s pradhan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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 se

Re: RE: Bus Error (Urgent)

2003-09-12 Thread bhabani s pradhan
While running tnsping and sqlplus i am getting this:

WW_WS> tnsping TRADEDB1
Bus Error (core dumped)
WW_WS> sqlplus rubix/[EMAIL PROTECTED]
Bus Error (core dumped)
WW_WS> /usr/sbin/ping 10.10.8.44
10.10.8.44 is alive
WW_WS> echo $ORACLE_HOME
/export/home/oracle/product/8.1.7
WW_WS> echo $ORACLE_SID
TRADEDB1
WW_WS>

Please help .

Regards



___
Interior meets Software; Rani Weds Gaurav.
Rediff Matchmaker strikes another interesting match
Visit http://matchmaker.rediff.com?1

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: bhabani s pradhan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


Re: Re: Bus Error (Urgent)

2003-09-12 Thread bhabani s pradhan
listener is running okay
it has refused some connections:

WW_DB> lsnrctl stat

LSNRCTL for Solaris: Version 8.1.7.0.0 - Production on 12-SEP-2003 
14:49:01

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

Connecting to 
(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER

Alias LISTENER
Version   TNSLSNR for Solaris: Version 8.1.7.0.0 - 
Production
Start Date01-MAY-2003 16:13:23
Uptime133 days 22 hr. 35 min. 38 sec
Trace Level   off
Security  OFF
SNMP  OFF
Listener Parameter File   
/export/oracle/product/8.1.7/network/admin/listener.ora
Listener Log File 
/export/oracle/product/8.1.7/network/log/listener.log
Services Summary...
   PLSExtProchas 1 service handler(s)
   TRADEDB1  has 1 service handler(s)
   TRADEDB1  has 2 service handler(s)
The command completed successfully
WW_DB> lsnrctl services

LSNRCTL for Solaris: Version 8.1.7.0.0 - Production on 12-SEP-2003 
14:49:07

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

Connecting to 
(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
Services Summary...
   PLSExtProchas 1 service handler(s)
 DEDICATED SERVER established:0 refused:0
   LOCAL SERVER
   TRADEDB1  has 1 service handler(s)
 DEDICATED SERVER established:2 refused:0
   LOCAL SERVER
   TRADEDB1  has 2 service handler(s)
 DISPATCHER established:0 refused:0 current:0 max:1022 
state:ready
   D000 
   
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=trade-db2.webwayllc.com)(PORT=32804))(PRESENTATION=oracle.aurora.server.SGiopServer)(SESSION=RAW))
   Presentation: oracle.aurora.server.SGiopServer
 DEDICATED SERVER established:213656 refused:4442
   LOCAL SERVER
The command completed successfully
WW_DB>


the  problem is with One particular client machine.

Regards


On Sat, 13 Sep 2003 [EMAIL PROTECTED] wrote :
>
>Oddly enough,  I received the same error today on one of our 
>Solaris
>servers while trying to start a listener.  I ran 'top' and 
>noticed that all
>of the available swap space on the machine was being used.  After 
>the
>guilty process was killed, I was able to start the listener.  
>FYI, the
>process was picld, an O/S process that is known to have a memory 
>leak.
>
>Hope that helps...
>
>Alan
>
>
>Alan Aschenbrenner
>Oracle DBA
>IHS Group
>[EMAIL PROTECTED]
>
>
>
>
>   "bhabani s
>   pradhan"  To:   
>Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>       <[EMAIL PROTECTED]cc:
>   ffmail.com>   Subject:  Re: 
>Bus Error (Urgent)
>   Sent by:
>   [EMAIL PROTECTED]
>   com
>
>
>   09/12/2003 04:14
>   PM
>   Please respond to
>   ORACLE-L
>
>
>
>
>
>
>  From the listener.log I am getting:
>
>12-SEP-2003 11:24:20 *
>(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM
>=)(HOST=trade-host2)(USER=rubix)))
>* (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.28)(PORT=40837)) *
>establish * TRADEDB1 * 12500
>TNS-12500: TNS:listener failed to start a dedicated server
>process
>   TNS-12540: TNS:internal limit restriction exceeded
>TNS-12560: TNS:protocol adapter error
> TNS-00510: Internal limit restriction exceeded
>  Solaris Error: 12: Not enough space
>
>Regards
>
>--
>On Sat, 13 Sep 2003 bhabani s pradhan wrote :
> >Hi All
> >
> >I am able to connect to my database from a set of different
> >clients from different machines.
> >
> >  From one particular machine i am not able to connect to the
> >DB
> >server machine.
> >
> >ping  works fine
> >but tnsping  gives
> >
> >Bus Error (core dumped)
> >
> >
> >Please help
> >
> >Thanks and Regards
> >
> >___
> >Interior meets Software; Rani Weds Gaurav.
> >Rediff Matchmaker strikes another interesting match
> >Visit http://matchmaker.rediff.com?1
> >
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.net
> >--
> >Author: bhabani s pradhan
> >   INET: [EMAIL PROTECTED]
> >
> >Fat City Network Services-- 858-538-5051
> >http://www.fatcity.com
> >San Diego, California-- Mailin

RE: RE: RE: RE: Bus Error (Urgent)

2003-09-12 Thread Mladen Gogala
Then, you have a problem with the number of processes on the OS level. The
investigation should continue on the server.

--
Mladen Gogala
Oracle DBA 



> -Original Message-
> From: bhabani s pradhan [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 12, 2003 5:46 PM
> To: Mladen Gogala
> Subject: Re: RE: RE: RE: Bus Error (Urgent)
> 
> 
> its a 2gig memory
> 
> shmsys:shminfo_shmmax=4294967295
> shmsys:shminfo_shmmin=1
> 
> parameter processes = 150
> 
> and v$process returns 25
> 
> ---
> 
> 
> 
> On Sat, 13 Sep 2003 Mladen Gogala wrote :
> >You don't have enough oracle processes on the server. Increase
> >"PROCESSES"
> >parameter.
> >You might need to adjust SHMMAX and SEMMNS in /etc/system
> >
> >--
> >Mladen Gogala
> >Oracle DBA
> >
> >
> >
> > > -Original Message-----
> > > From: bhabani s pradhan [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, September 12, 2003 5:34 PM
> > > To: Mladen Gogala
> > > Subject: Re: RE: RE: Bus Error (Urgent)
> > >
> > >
> > > donot know much about unix
> > > shell variables are exported
> > >
> > >  from the client machine it soes not return anything: 
> WW_WS> truss 
> > > -o /tmp/truss.out -af tnsping tradedb1 WW_WS>
> > >
> > >
> > >
> > > i got this from the listener.log
> > >
> > > 12-SEP-2003 11:24:45 *
> > > 
> >(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM=)(HOST=trad
> > > e-host2)(USER=rubix)))
> > > * (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.27)(PORT=40838)) * 
> establish 
> > > * TRADEDB1 * 12500
> > > TNS-12500: TNS:listener failed to start a dedicated server process
> > >   TNS-12540: TNS:internal limit restriction exceeded
> > >TNS-12560: TNS:protocol adapter error
> > > TNS-00510: Internal limit restriction exceeded
> > >  Solaris Error: 12: Not enough space
> > >
> > >
> > > Regards
> > > ===
> > >
> > >
> > >
> > > On Sat, 13 Sep 2003 Mladen Gogala wrote :
> > > >OK, this seems to have been created with netca. Are your
> >shell
> > > >variables
> > > >exported? You should do "truss -o /tmp/truss.out -af
> >tnsping
> > > >tradedb1".
> > > >That should tell you where does the error occur. Bus error
> >means
> > > >that the
> > > >process cannot connect to the server. It's very similar in
> >nature
> > > >to
> > > >ORA-3113.
> > > >If it was oracle process you were trying to connect, you'd
> >get an
> > > >oracle
> > > >error,
> > > >but your're getting bus error, which means that the problem
> >is on
> > > >the OS
> > > >level.
> > > >Turn on tracing (TRACE_LEVEL=ADMIN in sqlnet.ora on both
> >server
> > > >and client)
> > > >and
> > > >see what that gives you. What else can you tell me? Is
> >there
> > > >anything
> > > >unusual
> > > >in that combination? Did it work before? What has changed?
> >How
> > > >much
> > > >experience
> > > >do you have with Unix and oracle?
> > > >
> > > >--
> > > >Mladen Gogala
> > > >Oracle DBA
> > > >
> > > >
> > > >
> > > > > -Original Message-
> > > > > From: bhabani s pradhan
> >[mailto:[EMAIL PROTECTED]
> > > > > Sent: Friday, September 12, 2003 5:03 PM
> > > > > To: Multiple recipients of list ORACLE-L
> > > > > Cc: Mladen Gogala
> > > > > Subject: Re: RE: Bus Error (Urgent)
> > > > >
> > > > >
> > > > > both client and server on Sun OS 5.8
> > > > >
> > > > > ORACLE_HOME and ORACLE_SID in .profile
> > > > >
> > > > > tnsnames.ora
> > > > > 
> > > > > TRADEDB1 =
> > > > >(DESCRIPTION =
> > > > >  (ADDRESS_LIST =
> > > > >(ADDRESS = (PROTOCOL = TCP)(HOST = trade-db1)(PORT
> >=
> > > > > 1521))
> > > > >  )
> > > > >  (CONNECT_DATA =
> > > > >(SERVICE_NAME = TRADEDB1)
> > > 

Re: RE: RE: RE: RE: Bus Error (Urgent)

2003-09-12 Thread bhabani s pradhan
yes that problem is resolved
actually there are two problems:
1] Solaris Error: 12: Not enough space
sys admin killed some processes and now other client machines can 
connect and work on the db

2]tnsping and sqlplus on one particular client machine give
Bus Error (core dumped)

seems its a disk corruption error (can that be?)

 from oracle's side where else can i see for this "Bus Error (core 
dumped)" error.

Regards
---

On Sat, 13 Sep 2003 Mladen Gogala wrote :
>Then, you have a problem with the number of processes on the OS 
>level. The
>investigation should continue on the server.
>
>--
>Mladen Gogala
>Oracle DBA
>
>
>
> > -Original Message-
> > From: bhabani s pradhan [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 12, 2003 5:46 PM
> > To: Mladen Gogala
> > Subject: Re: RE: RE: RE: Bus Error (Urgent)
> >
> >
> > its a 2gig memory
> >
> > shmsys:shminfo_shmmax=4294967295
> > shmsys:shminfo_shmmin=1
> >
> > parameter processes = 150
> >
> > and v$process returns 25
> >
> > ---
> >
> >
> >
> > On Sat, 13 Sep 2003 Mladen Gogala wrote :
> > >You don't have enough oracle processes on the server. 
>Increase
> > >"PROCESSES"
> > >parameter.
> > >You might need to adjust SHMMAX and SEMMNS in /etc/system
> > >
> > >--
> > >Mladen Gogala
> > >Oracle DBA
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: bhabani s pradhan 
>[mailto:[EMAIL PROTECTED]
> > > > Sent: Friday, September 12, 2003 5:34 PM
> > > > To: Mladen Gogala
> > > > Subject: Re: RE: RE: Bus Error (Urgent)
> > > >
> > > >
> > > > donot know much about unix
> > > > shell variables are exported
> > > >
> > > >  from the client machine it soes not return anything:
> > WW_WS> truss
> > > > -o /tmp/truss.out -af tnsping tradedb1 WW_WS>
> > > >
> > > >
> > > >
> > > > i got this from the listener.log
> > > >
> > > > 12-SEP-2003 11:24:45 *
> > > >
> > 
> >(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM=)(HOST=trad
> > > > e-host2)(USER=rubix)))
> > > > * (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.27)(PORT=40838)) 
>*
> > establish
> > > > * TRADEDB1 * 12500
> > > > TNS-12500: TNS:listener failed to start a dedicated server 
>process
> > > >   TNS-12540: TNS:internal limit restriction exceeded
> > > >TNS-12560: TNS:protocol adapter error
> > > > TNS-00510: Internal limit restriction exceeded
> > > >  Solaris Error: 12: Not enough space
> > > >
> > > >
> > > > Regards
> > > > ===
> > > >
> > > >
> > > >
> > > > On Sat, 13 Sep 2003 Mladen Gogala wrote :
> > > > >OK, this seems to have been created with netca. Are 
>your
> > >shell
> > > > >variables
> > > > >exported? You should do "truss -o /tmp/truss.out -af
> > >tnsping
> > > > >tradedb1".
> > > > >That should tell you where does the error occur. Bus 
>error
> > >means
> > > > >that the
> > > > >process cannot connect to the server. It's very similar 
>in
> > >nature
> > > > >to
> > > > >ORA-3113.
> > > > >If it was oracle process you were trying to connect, 
>you'd
> > >get an
> > > > >oracle
> > > > >error,
> > > > >but your're getting bus error, which means that the 
>problem
> > >is on
> > > > >the OS
> > > > >level.
> > > > >Turn on tracing (TRACE_LEVEL=ADMIN in sqlnet.ora on 
>both
> > >server
> > > > >and client)
> > > > >and
> > > > >see what that gives you. What else can you tell me? Is
> > >there
> > > > >anything
> > > > >unusual
> > > > >in that combination? Did it work before? What has 
>changed?
> > >How
> > > > >much
> > > > >experience
> > > > >do you have with Unix and oracle?
> > > > >
> > > > >--
> > > > >Mladen Gogala
> > > > >

Re: RE: RE: RE: RE: Bus Error (Urgent)

2003-09-12 Thread Mladen Gogala
As I've said earlier, take a look at the server. Look in the alert.log.
On 2003.09.12 19:09, bhabani s pradhan wrote:
yes that problem is resolved
actually there are two problems:
1] Solaris Error: 12: Not enough space
sys admin killed some processes and now other client machines can
connect and work on the db
2]tnsping and sqlplus on one particular client machine give
Bus Error (core dumped)
seems its a disk corruption error (can that be?)

 from oracle's side where else can i see for this "Bus Error (core
dumped)" error.
Regards
---
On Sat, 13 Sep 2003 Mladen Gogala wrote :
>Then, you have a problem with the number of processes on the OS
>level. The
>investigation should continue on the server.
>
>--
>Mladen Gogala
>Oracle DBA
>
>
>
> > -Original Message-
> > From: bhabani s pradhan [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 12, 2003 5:46 PM
> > To: Mladen Gogala
> > Subject: Re: RE: RE: RE: Bus Error (Urgent)
> >
> >
> > its a 2gig memory
> >
> > shmsys:shminfo_shmmax=4294967295
> > shmsys:shminfo_shmmin=1
> >
> > parameter processes = 150
> >
> > and v$process returns 25
> >
> > ---
> >
> >
> >
> > On Sat, 13 Sep 2003 Mladen Gogala wrote :
> > >You don't have enough oracle processes on the server.
>Increase
> > >"PROCESSES"
> > >parameter.
> > >You might need to adjust SHMMAX and SEMMNS in /etc/system
> > >
> > >--
> > >Mladen Gogala
> > >Oracle DBA
> > >
> > >
> > >
> > > > -Original Message-
> > > > From: bhabani s pradhan
>[mailto:[EMAIL PROTECTED]
> > > > Sent: Friday, September 12, 2003 5:34 PM
> > > > To: Mladen Gogala
> > > > Subject: Re: RE: RE: Bus Error (Urgent)
> > > >
> > > >
> > > > donot know much about unix
> > > > shell variables are exported
> > > >
> > > >  from the client machine it soes not return anything:
> > WW_WS> truss
> > > > -o /tmp/truss.out -af tnsping tradedb1 WW_WS>
> > > >
> > > >
> > > >
> > > > i got this from the listener.log
> > > >
> > > > 12-SEP-2003 11:24:45 *
> > > >
> >
> >(CONNECT_DATA=(SERVICE_NAME=TRADEDB1)(CID=(PROGRAM=)(HOST=trad
> > > > e-host2)(USER=rubix)))
> > > > * (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.8.27)(PORT=40838))
>*
> > establish
> > > > * TRADEDB1 * 12500
> > > > TNS-12500: TNS:listener failed to start a dedicated server
>process
> > > >   TNS-12540: TNS:internal limit restriction exceeded
> > > >TNS-12560: TNS:protocol adapter error
> > > > TNS-00510: Internal limit restriction exceeded
> > > >  Solaris Error: 12: Not enough space
> > > >
> > > >
> > > > Regards
> > > > ===
> > > >
> > > >
> > > >
> > > > On Sat, 13 Sep 2003 Mladen Gogala wrote :
> > > > >OK, this seems to have been created with netca. Are
>your
> > >shell
> > > > >variables
> > > > >exported? You should do "truss -o /tmp/truss.out -af
> > >tnsping
> > > > >tradedb1".
> > > > >That should tell you where does the error occur. Bus
>error
> > >means
> > > > >that the
> > > > >process cannot connect to the server. It's very similar
>in
> > >nature
> > > > >to
> > > > >ORA-3113.
> > > > >If it was oracle process you were trying to connect,
>you'd
> > >get an
> > > > >oracle
> > > > >error,
> > > > >but your're getting bus error, which means that the
>problem
> > >is on
> > > > >the OS
> > > > >level.
> > > > >Turn on tracing (TRACE_LEVEL=ADMIN in sqlnet.ora on
>both
> > >server
> > > > >and client)
> > > > >and
> > > > >see what that gives you. What else can you tell me? Is
> > >there
> > > > >anything
> > > > >unusual
> > > > >in that combination? Did it work before? What has
>changed?
> > >How
> > > > >much
> > > > >experience
> > > > >do you have with Unix and oracle?
> &g