Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Meaning of v$sqlarea.users_opening

Meaning of v$sqlarea.users_opening

2007-12-01       - By Mark Anderson

 Back
I wish to use the "Shared Pool Minimium Size Calculator" script in
Metalink Note 105813.1 to find out how the shared pool of an Enterprise
9.2.0.8.0 database is divided up between objects like packages and views,
SQL, and a third component that I don't understand very well, per-user
per-cursor memory.   The Calculator computes per-user per-cursor memory as

select sum(250*users_opening) from v$sqlarea;

I run the Calculator script every ten minutes through the week. The values
of the first two components start low when the instance is restarted after
its weekly cold backup and shortly level off.  The per-user per-cursor
memory value climbs continuously through the week.

I thought I understood that the query above returns a value of 250 bytes
for each concurrent user for each cursor that the user has open. But the
continuously rising value returned by the query suggests that the database
is experiencing some combination of a continuously rising number of
database connections and/or a continuously rising number of open cursors
per connection.  That should not be the case in this database.  Is my
understanding of v$sqlarea.users_opening incorrect?  Doesn't it represent
the number of open cursors for a given shared SQL?

N.B. The underlying intent here, in case that helps, is to deliberately
undersize the shared pool of a test database to "just large enough" so
that load tests will quickly place it under stress, but we will not be
hampered by continuous ORA-4031 (See http://ORA-4031.ora-code.com)s.

Thank you,

Mark Anderson
University of Alaska
--
http://www.freelists.org/webpage/oracle-l