how to insert records from one databse to another database without DB link
hi,
how to insert records from one databse to another database without DB link,i have used below commands in sql*plus,
copy from siva4/siva4@fromdb create emp_HOLIDAY_LIST using select * from emp_HOLIDAY_LIST;
i got below error,
ERROR:
ORA--17239232: Message -17239232 not found; product=RDBMS; facility=ORA
can any one give some ideas of copy command with examples.
By
Siva
Edited by: kn_sivaraman on Oct 21, 2009 12:12 AM