Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Setting profile limits?

RE: Setting profile limits?

From: Denham Eva <EvaD_at_TFMC.co.za>
Date: Fri, 10 Jan 2003 01:03:49 -0800
Message-ID: <F001.0052C13E.20030110010349@fatcity.com>


Thanks for the help, or should I say the lack of help :) I took the disdainful silence from all of you, to mean that I had not done enough RTFM.
Anyway a little experimentation on the test system and Rachel's 101 book managed to clear that problem.
Thanks Bernardus for your input.  

Regards
Denham

-----Original Message-----
Sent: Thursday, January 09, 2003 10:29 AM To: Multiple recipients of list ORACLE-L

Dear Denham Eva,  

Can explain more detail about the profile limit ?  

Because, based on my experiance The profile limit on oracle is wworking properly.
Everything you have to create one profile first using command line or you can create the profile using DBA studio or TOAD (third party of Oracle from Quest Software).

    CREATE PROFILE test LIMIT

    SESSIONS_PER_USER XXX     CPU_PER_SESSION XXX     CPU_PER_CALL XXX     CONNECT_TIME XXX     IDLE_TIME XXX   After you create the profile you just alter the corresponding user to the profile that you have set and created.

    alter user username profile profile_name;

After you finish all the things above, you can test. And I believe it's working, becuase I have used before.  

Thanks,

Bernardus Deddy Hoeydiono.

 -----Original Message-----
Sent: Thursday, January 09, 2003 1:44 PM To: Multiple recipients of list ORACLE-L

Hello List,

I am not sure I understand the documentation correctly, please help out here.
Lets assume that I have set RESOURCE_LIMIT to TRUE. Now I set the parameter IDLE_TIME for the profile DEFAULT.

Here is the question:
Does that mean that all the other parameters ie CONNECT_TIME, SESSION_PER_USER, CPU_PER_SESSION etc remain the same as before the changes?

Or will I be forced to change or set all the parameters?

Thanks in advance for the help.
Regards
Denham Eva
Oracle DBA
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
Dennis Ritchie.


DISCLAIMER 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. TFMC, its holding company, and any of its subsidiaries each reserve the right to monitor and manage 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 views of any such entity.



This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal - For more information please visit <http://www.marshalsoftware.com> www.marshalsoftware.com




DISCLAIMER
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. TFMC, its holding company, and any of its subsidiaries each reserve the right to monitor and manage 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.




This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal

For more information please visit www.marshalsoftware.com


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Denham Eva
  INET: EvaD_at_TFMC.co.za

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: ListGuru_at_fatcity.com (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).
Received on Fri Jan 10 2003 - 03:03:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US