Is it possible to run an export from a database using the exp utility on a different database? If I have a new database up and running on a new server, can i go to that new server and run something like exp myname/myname@remoteserver tables=mytable? I tried it and got tns errors even though the "remoteserver" is set up properly in tns on the new server. Im guessing that its not possible and dont want to waste any more time if this is a dead end.