Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Copy Dilemma
I am trying to copy from one database to another. The origin is an 8i
instance and the destination is an 9i instance on another machine. If I am
logged on to the destination machine as a user with sufficient privileges
and type:
copy from user/pw_at_origindb create tablename using select * from tablename;
I get an error ORA- 01002
On the other hand if I am logged on to the source database (remotely from the destination machine), and type:
copy to user/pw_at_destdb create tablename using select * from tablename;
it works fine!
Weird!!!! Anyone have any ideas what is happening???? Received on Wed Aug 14 2002 - 01:03:51 CDT
![]() |
![]() |