Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Retrieving all the view_text from all_views

Re: Retrieving all the view_text from all_views

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1997/11/20
Message-ID: <01bcf57c$97dfaee0$f3040059@billyv.vslabs.co.za>#1/1

Matthew Burnett <others_at_zzapp.org> wrote in article <347375EB.BAA96B95_at_zzapp.org>...
> I'm trying to pull the view text out of the table 'all_views', and am
> getting much less text than I know is in there.
>
> Does anyone know how to pull all of the text out of that columns?

The SQL is:
SELECT text FROM all_views WHERE owner = '<owner>' AND view_name = '<name>'

If you're not seeing all the text on the client, you may have run into a limitation/bug/whatever on the client that causes it not to display Oracle LONG datatypes correctly.

regards,
Billy Received on Thu Nov 20 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US