Title: Setting profile limits?
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-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Denham Eva
Sent: Thursday, January 09, 2003 1:44 PM
To: Multiple recipients of list ORACLE-L
Subject: Setting profile limits?

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 www.marshalsoftware.com

Reply via email to