Re: identifying shared memory segments

2001-03-23 Thread dex troya
under linux redhat : just do : $locate shmparam.h or $locate shmmax.h Best Regards, Ramada From: "Ruth Gramolini" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Re: identifying shared memory segments Date: Wed, 2

RE: identifying shared memory segments

2001-03-23 Thread Chuck Hamilton
: 21 March 2001 16:02 To: Multiple recipients of list ORACLE-L Subject: Re: identifying shared memory segments Me too! Thanks,Ruth B. Gramolini ORACLE DB2 DBA VT Dept. of Taxes ph# 802.828.5708 fax# 802.828..3754 [EMAIL PROTECTED] - Original Message - To: "Multiple recip

RE: identifying shared memory segments

2001-03-22 Thread Lord David
Looks like: - a) oradebug ipc is more generic. But the output is a trace file in user_dump_dest and looks a bit of a nightmare to decipher. b) sysresv is specific to 8.1.x and perhaps is only on certain o/s. But the output is quick and simple to use. I suspect the problems with libraries are

Re: identifying shared memory segments

2001-03-21 Thread Ruth Gramolini
Me too! Thanks,Ruth B. Gramolini ORACLE DB2 DBA VT Dept. of Taxes ph# 802.828.5708 fax# 802.828..3754 [EMAIL PROTECTED] - Original Message - To: "Multiple recipients of list ORACLE-L" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 10:00 AM A while back someone posted a method for

RE: identifying shared memory segments

2001-03-21 Thread Weaver, Walt
Okay, log into server manager and type: oradebug ipc Oracle 7.x, it will go to stdout. In 8.x it seems to prefer writing out to a trace file... --Walt Weaver Bozeman, Montana, USA -Original Message- Sent: Wednesday, March 21, 2001 9:02 AM To: Multiple recipients of list ORACLE-L Me

RE: identifying shared memory segments

2001-03-21 Thread Lord David
Under unix (Solaris at least): set your oracle environment and run $ORACLE_HOME/bin/sysresv. No idea about windoze. HTH David Lord -Original Message- Sent: 21 March 2001 16:02 To: Multiple recipients of list ORACLE-L Me too! Thanks,Ruth B. Gramolini ORACLE DB2 DBA VT Dept. of Taxes

RE: identifying shared memory segments

2001-03-21 Thread Trassens, Christian
[SMTP:[EMAIL PROTECTED]] Enviado el: mircoles 21 de marzo de 2001 18:03 Para: Multiple recipients of list ORACLE-L Asunto: RE: identifying shared memory segments Under unix (Solaris at least): set your oracle environment and run $ORACLE_HOME/bin/sysresv. No idea about windoze. HTH

RE: identifying shared memory segments

2001-03-21 Thread Mandar Ghosalkar
of list ORACLE-L Subject: RE: identifying shared memory segments Under unix (Solaris at least): set your oracle environment and run $ORACLE_HOME/bin/sysresv. No idea about windoze. HTH David Lord -Original Message- Sent: 21 March 2001 16:02 To: Multiple recipients of list

RE: identifying shared memory segments

2001-03-21 Thread Steve Orr
Here's a little something I wrote up on memory errors that relates: --- ORA-07306: sms1sg: shmget error, unable to get a shared memory segment. This indicates a problem with shared memory so you need to clean it up. Just killing off the

RE: identifying shared memory segments

2001-03-21 Thread Trassens, Christian
Ruth, In the trace file. You run it on a 8.0.X. Regards. -Mensaje original- De: Ruth Gramolini [SMTP:[EMAIL PROTECTED]] Enviado el: mircoles 21 de marzo de 2001 18:46 Para: Multiple recipients of list ORACLE-L Asunto: Re: identifying shared memory segments Walt

Re: identifying shared memory segments

2001-03-21 Thread Denny Koovakattu
In svrmgrl, executing oradebug ipc will generate a tracefile with the information required for mapping it with the output of ipcs. Regards, Denny Ruth Gramolini wrote: Me too! Thanks,Ruth B. Gramolini ORACLE DB2 DBA VT Dept. of Taxes ph# 802.828.5708 fax# 802.828..3754

Re: identifying shared memory segments

2001-03-21 Thread Ruth Gramolini
I get a 'not found' when I try to run it on AIX. RBG - Original Message - To: "Multiple recipients of list ORACLE-L" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 12:02 PM Under unix (Solaris at least): set your oracle environment and run $ORACLE_HOME/bin/sysresv. No idea about

RE: identifying shared memory segments

2001-03-21 Thread Riyaj_Shamsudeen
Multiple recipients of list ORACLE-L [EMAIL PROTECTED] MandarG@gsr-cc: inc.com Subject: RE: identifying shared memory segments