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

Thread: Multiple Versions of SQL statements in memory

  1. #1
    Join Date
    Jun 2001
    Posts
    30
    Hi
    Can some one explain to me what causes a situation to have multiple versions
    of SQL statements in memory. One of the remote database has this problem and

    I have never delt withit before. all applications are written the same for all remote stattions. only this station has this problem

    If I flushed the shared pool can this help? If so how do I go about it?
    PMS

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Check..
    1. If there are users doing ad-hoc queries from SQL*Plus.
    2. If the applications using bind variables or not.
    3. Remember that the SQL statements differing in case (upper/lower) will be parsed separately

    Sanjay

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    there will be different versions if you have synonyms, there will be a parent cursor and several child cursor

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