exp imp only data
Hi all,
My database version is 10g.
I have to export tables from server1 to server2. i do not want packages and functions just the table data.
i can give exp system/pass file=test.dmp tables=
but there are a lot of tables, how i can i just export tables of user1,user2 from server1 into user1,user2 of server2 without taking packages and functions.