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

Home -> Community -> Usenet -> c.d.o.server -> Re: Looking at view creation ?

Re: Looking at view creation ?

From: Dick Allie <dallie_at_ionet.net>
Date: 1997/05/02
Message-ID: <336A0E97.179A@ionet.net>#1/1

AlBeRt tHe GoD wrote:
>
> Which table can I read to get the full source for a
> trigger and view, because when I query the user_views and
> user_triggers I do not get the full source.Hi,
You can set long to a value that is large (ie, set long 10000) You will also have to set arraysize to 1 (set arraysize 1) this way the description field for triggers or text field for views can be displayed or captured.
user_views also has a field text_length that tells how large the text field is.

Hope this helps.

Dick Allie - dallie_at_ionet.net Received on Fri May 02 1997 - 00:00:00 CDT

Original text of this message

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