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

Thread: Oracle execution of Powerbuilder queries?

  1. #1
    Join Date
    Oct 2000
    Posts
    21
    Does Oracle treat queries passed to it from a Client tool like Powerbuilder, the same way as it does the queries passed to it by a stored procedure. Does it still look for statistics on tables being accessed and choose the execution plan just as it does when the statements are passed to it from a stored procedure?

  2. #2
    Join Date
    Jul 2000
    Posts
    37
    Hi,

    about 4 years ago, I was using PowerBuilder with Oracle 7 and as I remember, we did see better performance after using analyse, so although I'm not entirely sure, I think Oracle's optimiser will treat PowerBuilder's embedded SQL in the same way as any other SQL or PL/SQL.

    cheers

    chris.

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