Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Export/Import specific/selected table columns (can database view be

kxnagarajanApr 6 2009 — edited Apr 6 2009
All,

I like to export and import some selected columns and rows of a table from one oracle database to another database.

For example, I like to export the following SQL's result data to another oracle database.

select ename, sal from emp where dno = 100;

Can I create a database view based on the above SQL and export the view with data (I don't think data will be exported along with database view?)

I know, I can do this either with SQL*Loader or by creating DBLink between databases and using insert-select statement.


Please let me know if this is possible in exp/imp.

Appreciate your help.

Thanks

Kumar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2009
Added on Apr 6 2009
23 comments
5,675 views