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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can a Select START WITH .. CONNECT BY be used in a view?

331961Mar 23 2007 — edited Mar 23 2007
Can a Select .. START WITH .. CONNECT BY .. be used in a view?
Unless I'm missing something, I cannot see how it can if the START WITH is not a constant. I'd want the start with value to be one of the view's parameters.

Similarly, am I right in believing a Connect By cannot be in a subquery where the Start With column = a value from the outer query.

I cannot find any examples on Oracle site or recent(ish) forum posts.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2007
Added on Mar 23 2007
7 comments
658 views