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: Query on 2 table while exp and imp (Join)

Re: Query on 2 table while exp and imp (Join)

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 06 Aug 2006 10:10:52 -0700
Message-ID: <1154884252.284960@bubbleator.drizzle.com>


peter wrote:
> How can I exp the data where my following query is true:
>
> select d.deptno,dname,ename,sal,address from dept d,emp e where
> d.deptno=e.deptno;
>
> And Then how I imp the same data on client database in both tables.

Assuming 10g ... with DataPump.

For instructions on how to do this Read The Fine Manuals at http://tahiti.oracle.com.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Sun Aug 06 2006 - 12:10:52 CDT

Original text of this message

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