Hi,

I am giving an example

c:\> exp username@alias parfile=test.txt


contents of Test.txt

file=filename.dmp
tables= tablename
log=logfilename
constraints=y

for import

c:\> imp username@alias parfile=test1.txt


contents of Test1.txt

file=filename.dmp
fromuser=username
touser=username1
ignore=y
commit=y
log=logfilename

when imp table of one user to another user connect from a user with dba privilege.

-Anand