Re: Memory consumption on HP-UX

2003-11-11 Thread Richard Foote
Hi Helmut, Notice the parameter is called pga_aggregate_TARGET and not pga_aggregate_MAX_SIZE. That's because the P_A_T is just that, a target the Oracle does it's best to not exceed. It does this by controlling and rationing the tuneable component of the PGA (ie. those portions of the PGA

RE: Memory consumption on HP-UX

2003-11-11 Thread Nelson, Allan
Use glance if you have that package installed, look for ps -ef | grep midaemon Allan -Original Message- Sent: Tuesday, November 11, 2003 3:54 AM To: Multiple recipients of list ORACLE-L Hi, how do I find out how much memory Oracle uses on an HP-UX box? Finding the shared memory

RE: Memory consumption on HP-UX

2003-11-11 Thread Juan Miranda
Enviado el: martes, 11 de noviembre de 2003 13:35 Para: Multiple recipients of list ORACLE-L Asunto: Re: Memory consumption on HP-UX Hi Helmut, Notice the parameter is called pga_aggregate_TARGET and not pga_aggregate_MAX_SIZE. That's because the P_A_T is just that, a target the Oracle does it's

Re: Memory consumption on HP-UX

2003-11-11 Thread Richard Foote
ORACLE-L Asunto: Re: Memory consumption on HP-UX Hi Helmut, Notice the parameter is called pga_aggregate_TARGET and not pga_aggregate_MAX_SIZE. That's because the P_A_T is just that, a target the Oracle does it's best to not exceed. It does this by controlling and rationing the tuneable

Re: memory usage by dbw very high

2003-11-04 Thread Tanel Poder
what is meant by OP,tanel.. Original Poster. Tanel.

Re: memory usage by dbw very high

2003-11-03 Thread Sai Selvaganesan
t ORACLE-L Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw very highrich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08)is used by non shared memory size. i went thru all the processes and found dbwr u! sing the max %mem. what could be the

Re: memory usage by dbw very high

2003-11-03 Thread Sai Selvaganesan
ssage - From: Sai Selvaganesan To: Multiple recipients of list ORACLE-L Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw very high ! rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08) is used by non shared memory size. i went

Re: memory usage by dbw very high

2003-11-03 Thread Mladen Gogala
process or you just guess linux would swap because you don't see free memory in top output? Tanel. - Original Message - From: Sai Selvaganesan To: Multiple recipients of list ORACLE-L Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw

Re: memory usage by dbw very high

2003-11-03 Thread Mladen Gogala
, 2003 1:34 AM Subject: RE: memory usage by dbw very high rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08) is used by non shared memory size. i went thru all the processes and found dbwr using the max %mem. what could be the reason? sai

Re: memory usage by dbw very high

2003-11-02 Thread Tanel Poder
output? Tanel. - Original Message - From: Sai Selvaganesan To: Multiple recipients of list ORACLE-L Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw very high rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size

Re: memory usage by dbw very high

2003-11-01 Thread Tanel Poder
t ORACLE-L Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw very high rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08)is used by non shared memory size. i went thru all the processes and found dbwr using the max %mem. wha

Re: memory usage by dbw very high

2003-11-01 Thread Mladen Gogala
Sent: Saturday, November 01, 2003 1:34 AM Subject: RE: memory usage by dbw very high rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08) is used by non shared memory size. i went thru all the processes and found dbwr using the max %mem. what could be the reason? sai

RE: memory usage by dbw very high

2003-10-31 Thread Jesse, Rich
If I'm not mistaken, this figure includes the size of the shared memory segment from the SGA. Take the output of the oracle line of ipcs -a (hopefully you'll only have one!) and subtract it from the process size to get a better idea of the non-shared memory size of the process. Rich Rich Jesse

RE: memory usage by dbw very high

2003-10-31 Thread Sai Selvaganesan
rich the ipcs output shows 1.1 gb. so nearly 2 gb(total ram size is 3.08)is used by non shared memory size. i went thru all the processes and found dbwr using the max %mem. what could be the reason? sai"Jesse, Rich" [EMAIL PROTECTED] wrote: If I'm not mistaken, this figure includes the size of the

Re: memory swapping and rollback

2003-06-19 Thread Daniel Fink
David, Commit frequency can help or hurt performance. The more often you commit, the more often undo blocks will be reused. This will also cause the log buffer and committed blocks in the buffer cache to be flushed. If you commit less often, these actions happen less often, but undo

RE: Memory strangeness on Win2k

2003-04-05 Thread Ashish
You need to increase value for SGA_MAX_SIZE parameter. Ashish OCP DBA -Original Message- Baumgartel Sent: Friday, April 04, 2003 5:04 PM To: Multiple recipients of list ORACLE-L So I have DB (9.2.0.1) running on Win2K, with db_cache_size of 32M. Windows Task Manager shows 600+ MB of

RE: Memory taken by s session

2003-03-24 Thread Hussain Ahmed Qadri
Title: RE: Memory taken by s session Hi, I explored the view v$sesstat. What I wanted to ask was whether the column VALUE in this shows bytes or what? Because if it is bytes then I can make out from combining the two views, i.e. v$sesstat and v$statname as to how much memory (pga, uga

Re: Memory taken by s session

2003-03-22 Thread Connor McDonald
Take a look at v$sesstat for the statistics on pga and uga memory used hth connor --- Hussain Ahmed Qadri [EMAIL PROTECTED] wrote: Hi all, Can anyone tell me what is the memory any session takes when it logs on to the database? That's is, when a person opens a SQL plus window, how much

Re: Memory taken by s session

2003-03-22 Thread chao_ping
Hussain Ahmed Qadri, hi, from oracle, you can get it from v$sesstat, in oracle9i ,you can even get the more detailed data from v$process. From Unix os, for solaris, you can use pmap, on linux, you can use /proc/spid/status. FOr other os, I hope others can share there

RE: Memory Free up Failing on Solaris 8 - Off-topic

2003-02-04 Thread Denny Koovakattu
Anjo response is correct. Try running truss against your executable. You will see that brk is called for allocating memory. The way I understand it is, brk/sbrk is the system call which allocates/deallocates memory and malloc is the user mode library which internally calls brk/sbrk. I don't

Re: Memory Free up Failing on Solaris 8 - Off-topic

2003-02-04 Thread Anjo Kolk
Thanks Denny :-) I remember writing a tool to prove this point in 1992, it was called ms (memory status), it showed all memory segments (heap, text, shared memory, shared objects, data segment etc). It worked the same as ps, but then for memory. I had enough of explaining all the time that the SZ

Re: Memory Free up Failing on Solaris 8 - Off-topic

2003-02-03 Thread Anjo Kolk
hmm, free() doesn't do sbrk() with a negative to reduce the process space. So yes the space stays allocated. Anjo. - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Monday, February 03, 2003 7:58 AM Hi SITUATION - On a production APP Server

RE: Memory Free up Failing on Solaris 8 - Off-topic

2003-02-03 Thread VIVEK_SHARMA
Hi brk, sbrk functions are used for DATA segments and we have problem with HEAP. Malloc allocates space onto heap and not in DATA segment. Seemingly the man page imply that it should not be used in conjunction with malloc, calloc , that we are using. Pasting from man pages :- USAGE The

Re: Memory leak in OCI call

2002-12-30 Thread Tim Gorman
Are you making any calls to OCIConnectionPoolDestroy anywhere in your program? HI. I am using OCIConnectionPoolCreate to establish Connection with database. When i run through purifier its showing Leak. The traces are as follows MLK: 128 bytes leaked at 0x1b7c830

Re: Memory leak in OCI call

2002-12-30 Thread dnaren
Yes I am using OCIConnectionPoolDestroy. -Naren Tim Gorman [EMAIL PROTECTED] on 12/30/2002 11:03:41 PM Please respond to [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc:(bcc: Narendra Donthineni/HSSBLR) Are you making any calls to

RE: Memory issues on HPUX --- docs on MetaLink

2002-12-11 Thread Hemant K Chitale
In my emails of the last two days I had mentioned that I had compiled a list of docs on Metalink. If you'd like to see the docs, I've placed them at http://hkchital.tripod.com/HPUX_Notes_from_Oracle.zip Hemant K Chitale My web site page is : http://hkchital.tripod.com -- Please see the

Re: RE: Memory issues on HPUX --- docs on MetaLink

2002-12-11 Thread hkchital
- Forwarded message from Cyril Thankappan Date: 12 Dec 2002 01:35:16 - Reply-To: Cyril Thankappan Subject: Re: RE: Memory issues on HPUX --- docs on MetaLink To: Hemant K Chitale [EMAIL PROTECTED] Hi I get the error This file is hosted by Tripod, a Lycos®Network Site

RE: Memory issues on HPUX

2002-12-10 Thread Deshpande, Kirti
They may be talking about large SGA support 32-bit applications on HP-UX and 'memory windows'. Check Note # 77310.1 on Metalink. Also check HP docs (http://docs.hp.com). There is a White Paper on this topic. - Kirti -Original Message- Sent: Tuesday, December 10, 2002 12:09 AM To:

Re: Memory issues on HPUX

2002-12-10 Thread Rodd Holman
It is true that you need to check your kernel parameters before installing and creating databases. Read the readme's and install docs completely first. Also as you have done search metalink for installation on HUPX 64 bit. Once the parameters are set, installation and db creation goes along

Re: Memory issues on HPUX

2002-12-10 Thread Rodd Holman
We run both HPUX and Solaris systems here. Quite frankly the HP systems give us less problems that the Sun systems. What you are getting from the vendors is exactly what you called it FUD. Rodd Holman On Tue, 2002-12-10 at 00:08, hkchital wrote: We are considering implementing a number of new

Re: Memory issues on HPUX

2002-12-10 Thread Binley Lim
Solaris' kernel parameters are a lot simpler that HP's. Practically all of Solaris' parameters are dynamic, whereas on HP, you need to do a fair bit of tweaking. A good example is the need to allocate memory available to Oracle, so you can size the SGA accordingly. Chances are, you will need

RE: Memory usage control in Tru64 - urgent !!!

2002-10-25 Thread Kurth, Michael J.
On Tru64 Unix there is a tool called SYS_CHECK which you run which will analyze your system and make recomendations on tuning parameters. You may have to install it from the installation CD if not already installed. -Original Message- Sent: Friday, October 25, 2002 2:19 PM To: Multiple

Re: Memory Based FS on Solaris 8

2002-09-30 Thread Hemant K Chitale
It wouldn't Cause Other regulat File systems to Crash. However, if the Server crashes, you wouldn't be able to restart your database ! Database Instance recovery requires the online redo logs which wouldn't be available when your server restarts. Hemant At 11:53 PM 29-09-02 -0800, you wrote:

Re: Memory utilization

2002-06-14 Thread Madhavan Amruthur
Hi Tim, FF21 8K read/write/exec [ anon ] FF34 8K read/write/exec/shared [ anon ] FF3A 8K read/write/exec [ anon ] I don't know what anon means, but let's assume that it is also private to this specific process, The anon refers to anonymous pages that

Re: Memory utilization

2002-06-13 Thread Connor McDonald
From the OS pmap From the DB select * from v$sesstat where stat# in ( select stat# from v$statname where name like '%ga%' ) hth connor --- CP [EMAIL PROTECTED] wrote: Hi Gurus, How can I find out the amount of memory utilized (grabbed from the available memory of the OS) by a

Re: Memory utilization

2002-06-13 Thread Tim Gorman
Sure! One way is to use the UNIX pmap utility... Here is 8.1.7.3 on Sol 2.8; my apologies if this output wraps and comes out really ugly -- there's really no way to prettify this on the plain text email formats enforced by the list server... I've made notes indicating where the Oracle PGA/UGA

RE: Memory usage by an Oracle instance

2002-05-21 Thread John Kanagaraj
Peter List, This is probably one of the most misunderstood parts of ps... Take a look at MetaClunk note 174555.1. John Kanagaraj Oracle Applications DBA DBSoft Inc (W): 408-970-7002 The manuals for Oracle are here: http://tahiti.oracle.com The manual for Life is here: http://www.gospelcom.net

RE: MEMORY USAGE

2002-05-10 Thread Diego Cutrone
- Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Friday, May 10, 2002 5:03 AM Hi ALL, 1. How do I get know memory usage by karnel,application programs,Filesystem Cache etc in SunOS 5.6 . I do not have the RMC package installed in my m/c I

Re: Memory?

2002-04-24 Thread Sergey V Dolgov
Hello Clinton, Here is script for calculating memory requirements (shared pool requirements). Tuesday, April 23, 2002, 5:38:33 PM, you wrote: CN Hi all. CN Does anyone have any idea how to calculate the amount of memory each user CN uses during a session? CN This needs to be done to

Re: Memory?

2002-04-24 Thread Igor Neyman
Sergey, Attachments are not going through on this list. Igor Neyman, OCP DBA [EMAIL PROTECTED] - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 2:58 AM Hello Clinton, Here is script for calculating memory requirements

Re: Memory?

2002-04-24 Thread Bunyamin K. Karadeniz
I have an idea .. PGA = UGA(user_session_data + cursor state)+stack space So Will it be enough or do I have to add sort_area_size to the value below? select * FROM v$SESSTAT a ,v$STATNAME b WHERE a.statistic#=b.statistic# and name like 'session pga memory' ; Bunyamin K. Karadeniz

RE: Memory?

2002-04-24 Thread Glenn Travis
Can you post this script inline as the list strips attachments. -Original Message- From: Sergey V Dolgov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:58 AM To: Multiple recipients of list ORACLE-L Subject: Re: Memory? Hello Clinton, Here is script

Re: memory resource...

2002-01-16 Thread orantdba
Hi Shuan, This has nothing to do with how your service is started and everything to do with the value of the initiazation paramaters that are used to start the database. The simple answer is that you can get oracle to use less memory by reducing the value of these parameters. The most likely

RE: memory resource...

2002-01-16 Thread Suhen Pather
Shuan, The oracle.exe process memory usage is dependant on the size of the SGA. The difference in the memory used for each of the oracle.exe processes is due to the different SGA sizes. Regards $uhen hi, DBAs... i'm using Win2000 Advance Server, with

Re: memory resource...

2002-01-16 Thread shuan
. and i didnt change any setting for init file. so i feel strange why it changed itself. thanks for ur answer. good day and hav a nice day. - Original Message - From: orantdba To: Multiple recipients of list ORACLE-L Sent: Thursday, January 17, 2002 11:10 AM Subject: Re

RE: Memory Windows for HP-UX

2001-11-09 Thread Ron Thomas
] ujitsu.com To: [EMAIL PROTECTED] Sent by:cc: [EMAIL PROTECTED]Subject: RE: Memory

Re: Memory Windows for HP-UX

2001-11-08 Thread Ron Thomas
I believe any system running hpux 11.0 or above can utilize this functionality. See http://docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf I've been using it on our L2000 box. It was the only way to get 10 instances running at once. Ron Thomas Hypercom, Inc [EMAIL PROTECTED]

RE: Memory Windows for HP-UX

2001-11-08 Thread Kimberly Smith
Do you do anything like dblinks in these 10 instances? I will have 4 instances which all have dblinks to each other in one way or another. From what I read I don't think its a problem but I am not really sure either. I also have no idea how MC ServiceGuard will come into play but I put that

RE: Memory Windows for HP-UX

2001-11-08 Thread Deshpande, Kirti
Kimberly, We are using memory windows on our N-class server supporting 21 instances (mainly development types). For 32-bit applications there is a max limit of 1.75 GB of shared memory resource for all applications combined. HP-UX 11.0 overcomes this with memory windows implementation. And it is

Re: Memory Sizing

2001-08-21 Thread Yosi Greenfield
Did you maybe use a different init file? Did you check the parameters in your email from sql or from the init file you think you're using to start the database? Just a sanity check, I'm sure you did all the right things... -- Please see the official ORACLE-L FAQ: http://www.orafaq.com --

RE: Memory Usage per Session on AIX 4.3.2 Oracle 8.0.5

2001-06-07 Thread Kevin Lange
We ran into the problem of having an ungodly amount of memory allocated to each of our users sessions as well. What I had to do was to to into SMITTY and modify the MBUFFS parameter under the environment. Apparently, if MBUFFS is set large or wide open , Oracle will take ALL YOU GIVE IT.We

RE: memory question again ???

2001-05-24 Thread Brian MacLean
Title: RE: memory question again ??? Here is a little C program that works on Solaris: $ sysconf Memory-total=5120M free=1596M pct=31 pagesize=8K CPU-total=6 online=6 $ cat sysconf.c #include stdio.h #include sys/unistd.h main() { int wk1, wk2, wk3, wk4; long total_pages, free_pages

RE: memory

2001-04-25 Thread Kevin Kostyszyn
Jeez it took all day for that to get out! No, it would just suck up 100 percent of both processors and then a gig of ram. Figured out what it was, one of the developers had sort of an infinite loop in his code. A beleive it was a procedure that kept calling itself, all fixed now. But what I

RE: memory

2001-04-25 Thread Haskins, Ed
Kev, What exactly do you mean by all hell breaks loose.? Is there a specific error? Ed Haskins Oracle DBA Verizon Wireless -Original Message- Sent: Wednesday, April 25, 2001 10:50 AM To: Multiple recipients of list ORACLE-L Hi all, I have a developer running a procedure

RE: memory refresher

2001-04-11 Thread Haskins, Ed
Kevin, When you say migration...I assume you're doing a data migration from some legacy to Oracle...and likely you're using DataMig to take data that's in the staging area ((source(Oracle)) and importing it into the target Oracle instance, yes? Yes, create a RBS called RBIG and size it

Re: memory usage

2001-02-20 Thread Bjorn Naessens
solution : select a.username, b.value from v$session a, v$sesstat b, v$statname c where a.sid = b.sid and b.statistic# = c.STATISTIC# and a.username!='SYSTEM' - Original Message - From: Bjorn Naessens To: Multiple recipients of list ORACLE-L Sent: Monday,

RE: memory usage

2001-02-20 Thread Koivu, Lisa
recipients of list ORACLE-LSubject: Re: memory usage solution : select a.username, b.value from v$session a, v$sesstat b, v$statname c where a.sid = b.sid and b.statistic# = c.STATISTIC# and a.username!='SYSTEM' - Original Message - From: Bjorn

RE: memory usage

2001-02-20 Thread Sam P. Roberts (ZADCO ITIS)
add in c.name to get the statistic name that the value corresponds to select a.username, c.name,b.value from v$session a, v$sesstat b, v$statname c where a.sid = b.sid and b.statistic# = c.STATISTIC# and a.username!='SYSTEM' -Original Message- Sent: Tuesday, February 20, 2001