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

Thread: event 10046 set session

  1. #1
    Join Date
    Aug 2000
    Posts
    236

    event 10046 set session

    In order to enable event 10046 for a particular session, how do I enable it for that session?

    Thanks,

    Nizar

  2. #2
    Join Date
    Aug 2000
    Posts
    236
    Well - This question was posted in a bit of hurry. Found the solution myself.

    execute sys.DBMS_SYSTEM.SET_EV(18, 52392, 10046, 12, '')

    After 12, its two single quotes. Took me a few attempts to get that one right.

    Nizar

  3. #3
    Join Date
    Aug 2000
    Posts
    236
    18 and 52392 are the SID's and serial # , 12 is level.

    Nizar

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