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

Home -> Community -> Mailing Lists -> Oracle-L -> Re:Getting view definitions

Re:Getting view definitions

From: <dgoulet_at_vicr.com>
Date: Wed, 28 Aug 2002 05:48:59 -0800
Message-ID: <F001.004C14B8.20020828054859@fatcity.com>


Eric,

    For one whenever I do an import I keep a log file. If a view is invalid the sql to recreate it is in there. Also look in user_views and/or dba_views the text field will provide the sql. When quering these views it helps to "set long 10000000" and "column text format A70 word". Makes things more readable.

Dick Goulet

____________________Reply Separator____________________
Author: "Eric Richmond"<cemail2_at_sprintmail.com>
Date:       8/27/2002 1:48 PM

I did an import into a database and have one view that is invalid. How can I get the definition for the view out of database so that I can drop it and recreate it?

Might there be any issues with just dropping and recreating it? How do other people handle this when then import goes well except for one view being invalid?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Eric Richmon
  INET: cemail2_at_sprintmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dgoulet_at_vicr.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Aug 28 2002 - 08:48:59 CDT

Original text of this message

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