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

Thread: check optimizer mode?

  1. #1
    Join Date
    Oct 2000
    Posts
    56
    how do i check what optimizer mode is being used?

  2. #2
    Join Date
    Sep 2000
    Posts
    384
    select substr(name,1,40),substr(value,1,40) from v$parameter where name='optimizer_mode';
    Radhakrishnan.M

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