Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Setting profile limits?
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-----
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.
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.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Bernardus Deddy Hoeydiono
INET: deddy_at_sdi.co.id
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: 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 Thu Jan 09 2003 - 02:28:41 CST
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |