DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: view text from all_views

  1. #1
    Join Date
    Sep 2000
    Posts
    17
    I am trying to get the script of view using all_views , text column. When I spool it in sqlplus, I am not able to get the
    full text in the file.

    Am I missing something.

    Also, as the text is a long column , I am not able to do a
    substr or any operation on that. I am sure there is a
    round about way to do this.

    Can somebody help me on this.

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    In SQL*Plus the default is to display only first 80 (or is it 100?) characters. If you want to see more, set it to higher value:

    SET LONG = 1000

    and you'll be able to see the first 1000 characters...
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width