Home » SQL & PL/SQL » SQL & PL/SQL » dba_profile (oracle 9i, aix5.2)
dba_profile [message #464425] |
Thu, 08 July 2010 01:42  |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hi All,
I have just created a profile as below.
create profile test_idle limit idle_time 360;
When i queried the dba_profiles view, I observed that the LIMIT
value mentioned as DEFAULT. Can anyone guide what is the
Default values for every resource name.
TEST_IDLE COMPOSITE_LIMIT KERNEL DEFAULT
TEST_IDLE SESSIONS_PER_USER KERNEL DEFAULT
TEST_IDLE CPU_PER_SESSION KERNEL DEFAULT
TEST_IDLE CPU_PER_CALL KERNEL DEFAULT
TEST_IDLE LOGICAL_READS_PER_SESSION KERNEL DEFAULT
TEST_IDLE LOGICAL_READS_PER_CALL KERNEL DEFAULT
TEST_IDLE IDLE_TIME KERNEL 360
TEST_IDLE CONNECT_TIME KERNEL DEFAULT
TEST_IDLE PRIVATE_SGA KERNEL DEFAULT
TEST_IDLE FAILED_LOGIN_ATTEMPTS PASSWORD DEFAULT
TEST_IDLE PASSWORD_LIFE_TIME PASSWORD DEFAULT
TEST_IDLE PASSWORD_REUSE_TIME PASSWORD DEFAULT
TEST_IDLE PASSWORD_REUSE_MAX PASSWORD DEFAULT
TEST_IDLE PASSWORD_VERIFY_FUNCTION PASSWORD DEFAULT
TEST_IDLE PASSWORD_LOCK_TIME PASSWORD DEFAULT
TEST_IDLE PASSWORD_GRACE_TIME PASSWORD DEFAULT
For the another profile LIMIT value is mentioned as UNLIMITED.
Thanks in advance.
Regards,
Chandu
|
|
|
|
|
|
|
Re: dba_profile [message #464465 is a reply to message #464463] |
Thu, 08 July 2010 02:40  |
 |
Michel Cadot
Messages: 68756 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
You still don't understand.
DEFAULT in your result means: "refer to the DEFAULT profile to know what is the limit".
In your case, the DEFAULT profile as an UNLIMITED limit, so your profile as an UNLIMITED limit.
Now if you modify the DEFAULT profile then your profile inherits a new limit from this DEFAULT profile.
Is this clear?
Regards
Michel
[Updated on: Thu, 08 July 2010 02:40] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 07 14:42:55 CDT 2025
|