DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: What is set to IDLE TIME by default?

  1. #1
    Join Date
    Oct 2001
    Posts
    22

    Smile

    There was a question that asked what value for IDLE TIME in a profile is set by default. I looked through the study guide but I couldn't find. Can you help me answer this ?


    Thank you in advance.


    Do not worry people not knowing you,
    but seek the way that truely make yourself known to them
    -Confucius
    Need an Oracle running on Mac OS !!
    aleaves@hitel.net

  2. #2
    Join Date
    Sep 2001
    Posts
    30
    Hi Woo,

    By default, idle_time is default.

    select Resource_Name, Limit
    from DBA_PROFILES
    where resource_name = 'IDLE_TIME'

    RESOURCE_NAME LIMIT
    ----------------------------------------
    IDLE_TIME UNLIMITED



    Thanks
    Jason

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Oracle DB Resources ( http://oracle.dbresources.com) - Online community for Oracle DBAs and Developer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  3. #3
    Join Date
    Sep 2001
    Posts
    30
    By default it is UNLIMITED.

    Thanks
    Jason

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Oracle DB Resources ( http://oracle.dbresources.com) - Online community for Oracle DBAs and Developer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  4. #4
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by jason
    By default it is UNLIMITED.

    Thanks
    Jason

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Oracle DB Resources ( http://oracle.dbresources.com) - Online community for Oracle DBAs and Developer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    So are all parameters of the DEFAULT profile.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width