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

Thread: Disable running of functions in parallel.

  1. #1
    Join Date
    Mar 2001
    Posts
    46

    Question

    Hi All,
    We just upgraded our server to a multiprocessor machine. A counting function we were using is being run in parallel and this is causing miscounts.

    I know I can alter the session and remove parallel DDL and DML operations. I'm just not confident that Oracle really pays attention to the alter session command.

    So I would prefer to somehow specify that the called function must not be run in parallel.

    Any ideas?
    ora_newbie@yahoo.com

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    If you post your procedure someone might have an answer.

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Hmm, most people have the opposite problem; how to get my query to run in parallel.

    Check your parallel parameters in the init.ora. Also, make sure the DEGREE of your tables is 1.
    Jeff Hunter

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