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!

How to get the create statement of sql view

656582Aug 25 2008 — edited Aug 26 2008
I have a technical problem

There is a view in the database, say "topstudentsview" and sql statement is "select * from students where marks > 90;"

My question is how to get the sql statement of the view. I want to get the sql statement of topstudentsview

The equivalent in MS Sql is

sp_helptext 'topstudentsview'

How in Oracle?

Thank you
This post has been answered by Sven W. on Aug 25 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2008
Added on Aug 25 2008
16 comments
1,309 views