Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

run package from different schema

Douglas PhilipMar 22 2015 — edited Mar 23 2015

Hi All,

I have a very strange problem ( at least for me ) with a package run in production Environment.

The package was installed into application schema, and in the same schema for all tables that are in the same tablespace.

The customer has reported a performance slowdown of it, but if i test it in my PR env and :

- if I run the query outside of package, it run very fast

- if I install the package in my personal schema and run it, it run very fast

- if I run the package, installed on application schema, it is very slow!!!!

what is the difference between these three methods?

thank you in advance,

Diego

This post has been answered by unknown-7404 on Mar 22 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2015
Added on Mar 22 2015
10 comments
2,556 views