Title: RE: Export

Hi Fawzia,

You can use the QUERY parameter in th export command.

DOC :Oracle8i Utilities
     Release 2 (8.1.6)
     A76955-01

QUERY
Default: none

This parameter allows you to select a subset of rows from a set of tables when doing a table mode export. The value of the query parameter is a string that contains a WHERE clause for a SQL SELECT statement that will be applied to all tables (or table partitions) listed in the TABLE parameter.

For example, if user SCOTT wants to export only those employees whose job title is SALESMAN and whose salary is greater than 1600, he could do the following (note that this example is UNIX-based):

exp scott/tiger tables=emp query=\"where job=\'SALESMAN\' and sal\<1600\"

...
...



Luc


-----Message d'origine-----
De: Malik, Fawzia [mailto:[EMAIL PROTECTED]]
Date: Friday, August 17, 2001 1:07 PM
À: Multiple recipients of list ORACLE-L
Objet: Export



Hi

Can you please tell me if there is a way of exporting select rows from a
given table in 8.1.6.2???

Thanks in advance

Rgds

Fawzia

Reply via email to