Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Export tables question
Hi !
I want to export all tables data in only one shot. I already made a
full export with rows=n parameter, but now I need to retrieve JUST the
data as insert into statements. I've tried many ways using pattern
matching, but I could not success.
For example:
exp system/system tables=% file=exp.dmp rows=y
I hope there is a better way, rather than placing user by user in the
tables parameter:
exp system/system file=c:\exp.dmp rows=y tables=(scott.%, oe.%,
hr.%....)
SQL> select banner from v$version;
BANNER
Thanks ! Received on Thu Nov 24 2005 - 11:54:23 CST