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

Thread: RESOURCE LIMT PARAMETER

  1. #1
    Join Date
    Nov 2000
    Posts
    169

    Exclamation

    Is the initialization parameter for profiles
    SET_RESOURCE_LIMT = TRUE
    or
    RESOURCE_LIMIT = TRUE

  2. #2
    Join Date
    Apr 2000
    Location
    roma
    Posts
    131
    the second you said.

  3. #3
    Join Date
    Jul 2000
    Location
    Amsterdam
    Posts
    234
    Hi learn,

    You can look parameter names up with this type of query.

    select name from v$parameter
    where name like '%resource%'
    /

    So it's the second one.

    HTH tycho

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