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: Importing only views DDL while importing Schema

Re: Importing only views DDL while importing Schema

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Mon, 17 Jul 2006 18:13:25 +0200
Message-ID: <44bbb726$0$31660$626a54ce@news.free.fr>

<Faizanamjad_at_gmail.com> a écrit dans le message de news: 1153111397.909906.128430_at_s13g2000cwa.googlegroups.com...
| Hi guys....
|
| All i want to know is
| if while importing schema
| i just want to import the ddl of my views nothing else ( no change in
| Data and definition of my table)
| then how should i import the schema
| Waiting for the reply..
|
| Cheers
| Faizee
|

Export view DDL with DBMS_METADAT.
With export/import you can't do that but you can do it with Data Pump.

Regards
Michel Cadot Received on Mon Jul 17 2006 - 11:13:25 CDT

Original text of this message

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