I am trying to copy a table from one database on server A
to another database on server B

My SQL:
create table prop as select * from temp.prop;

How do I tell Oracle to grab the table from server A.
I can connect and view my database on server A. from
server B
EX:
connect user/temp@serverA

Thanks,
scotta