Shared_pool

2002-11-06 Thread Jos Someone
List,
How do I find out how full my shared_pool is?
Jos
Yahoo! Careers
- 1,000's of jobs waiting online for you!

Testing

2002-08-12 Thread Jos Someone
 
  Gene Sais <[EMAIL PROTECTED]> wrote: 
another suggestion:disable default roles.grant create session to all users.use application to enable roles with password.hth,gene>>> [EMAIL PROTECTED] 08/09/02 01:58PM >>>Why to find who and when. the best thing is to restrict the access.-Original Message-Sent: Friday, August 09, 2002 10:44 PMTo: Multiple recipients of list ORACLE-LUse a logon trigger to capture everything from v$session and you can look atprogram name etc...it will be pretty easy to figure out who and when.Something like this in the trigger...select distinct sid into l_sid from v$mystat;insert into session_log (select * from v$session where sid = l_sid;Ethan Postperotdba (AIM), epost1 (Yahoo)-Original Me!
!
ssage-Sent: Friday, August 09, 2002 11:49 AMTo: Multiple recipients of list ORACLE-LFolks,Before I go off re-inventing the wheel once again I'll ask the group isanyone has tried this before. What I have is a request from damanagement totell them when someone connects to our PeopleSoft database using the schemausername, but outside of PeopleTools. The reason is that there have beensome"unexplained" changes to data that have occurred over the last month that iscausing a pile of concern. It is believed that someone who has the schemapassword is using SQL*Plus or Toad to update the data when they should notbedoing so. Now auditing connects for the schema account is not a problem,butdetermining which are suspicious and which are due to the damned PeopleSoftpanel processor I can't see a way around easily from sys.aud$. Anyone elsebeenthere, done that??Dick Goulet-- Please see the !
!
official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Post, EthanINET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo!
!
 REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).--Please see the official ORACLE-L FAQ: http://www.orafaq.com --Author: Naveen NahataINET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command !
!
for other information (like subscribing).--Please see the official ORACLE-L FAQ: http://www.orafaq.com--Author: Gene SaisINET: [EMAIL PROTECTED]Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subscribing).
Yahoo! Digital How To
- Get the best out of your PC!

Re: Oracle Corp. move to India

2002-07-31 Thread Jos Someone
 Based on the services we got from Oracle Support there, I can't imagine what the Oracle software will be like if they move the development over there 
  Ray Stell <[EMAIL PROTECTED]> wrote: 
Heard on the BBC radio at lunch that Oracle Corp. is moving alot ofoperations to India, 1800 new jobs. ===Ray Stell [EMAIL PROTECTED] (540) 231-4109 KE4TJC 28^D-- Please see the official ORACLE-L FAQ: http://www.orafaq.com-- Author: Ray StellINET: [EMAIL PROTECTED]Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051San Diego, California -- Public Internet access / Mailing ListsTo REMOVE yourself from this mailing list, send an E-Mail messageto: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from). You mayalso send the HELP command for other information (like subs!
!
cribing).
Yahoo! Digital How To
- Get the best out of your PC!

Re: Size of Oracle server processes

2002-07-17 Thread Jos Someone

Tim,
I think your observation is correct, every Apps logon
does create two sessions. How is that affecting the
size of the server process? Do you mean the size is
the sum of the two sessions? In glance, most of the
memory size came out of the data segment of the
process.
Jos
 
--- Tim Gorman <[EMAIL PROTECTED]> wrote: > This is a
pure guess, and I don't have my own
> OraApps system to check it upon first, so this might
> be embarrassing, but here goes...
> 
> Often I see 2 sessions started for every dedicated
> server process when Oracle Forms is in use with
> Oracle Apps, from R10.7 on up.  I think the
> Jinitiator applet is creating the second session
> associated with the process.  To verify this, you
> could try running the following query and see if it
> returns two rows instead of one:
>   selectsid, serial#, username, osuser, process
>   from   v$session
>   where paddr in (select addr from v$process
>  where spid =
> )
> Plug in the PID for the server process into
> "" where you are seeing the
> large RSS.  If you do get two rows back from the
> query, then this might be an explanation for the
> increased size....?
> 
> Hope this helps...
> 
> -Tim
>   - Original Message - 
>   From: Jos Someone 
>   To: Multiple recipients of list ORACLE-L 
>   Sent: Monday, July 15, 2002 1:18 PM
>   Subject: Size of Oracle server processes
> 
> 
>   I have a question to ask regarding Oracle server
> process (oracle) size. We have just installed
> Oracle Apps 11i, while monitoring the system using
> glance, I notice something strange, the oracle
> server processes - process which has a name
> oracle has a very big RSS size in glance, these
> processes were associated with the f60webmx
> processes. I was curious about the size of it,
> normally these processes are about 2-3M big. I did a
> quick test by logging on to the database using
> sqlplus and observe the size of the oracle server
> process, it showed  a size of 2M. So why the
> oracle processes size is so big where they are
> assoicated with f60webmx, is it something special
> about them? Or the RSS size shown in glance is
> doubling up on something?
> 
>   Jos
> 
> 
> 
> 
> 
> 
> 
>
--
>   SOLD.com.au - Find yourself a bargain!
>  

http://www.sold.com.au - SOLD.com.au
- Find yourself a bargain!
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Jos=20Someone?=
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

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).



Size of Oracle server processes

2002-07-15 Thread Jos Someone
I have a question to ask regarding Oracle server process (oracle) size. We have just installed Oracle Apps 11i, while monitoring the system using glance, I notice something strange, the oracle server processes - process which has a name oracle has a very big RSS size in glance, these processes were associated with the f60webmx processes. I was curious about the size of it, normally these processes are about 2-3M big. I did a quick test by logging on to the database using sqlplus and observe the size of the oracle server process, it showed  a size of 2M. So why the oracle processes size is so big where they are assoicated with f60webmx, is it something special about them? Or the RSS size shown in glance is doubling up on something?
Jos
 
SOLD.com.au
- Find yourself a bargain!