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!

Query is ignoring "materialize hint"

1917689Mar 25 2014 — edited Mar 25 2014

Hi all,

           I'm having this query which is modified recently by using materialize hints. It runs fine when i run it manually but it doesn't when it gets triggered from dbms_scheduler job. In addition, it(if i run through dbms_scheduler) ignores only materialize hint(i have other hints in the query those are not affected).  The strange thing is "With clause" instance is being referenced multiple places in the query so oracle should create temporary segment by default but it's not. Any suggestions would be appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2014
Added on Mar 25 2014
1 comment
857 views