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

Thread: materialized views

  1. #1
    Join Date
    Mar 2004
    Posts
    3

    Question materialized views

    how do you see the query given for materialized views ?

    I tried using dba_snapshots? but i could not read the entire query ?
    is there any other view which can show this query ?

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    The query column has data type "LONG". In SQL*Plus type ...
    set long 10000
    ... then run the select.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Mar 2004
    Posts
    3

    Thumbs up

    IT WORKED THANKS!!

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