hey all,
a got a problem when i try to insert into postgre table
copy from sa/sa@xe insert "ora"."tab0"@orapos3 using select * from tabel0;
SP2-0498: missing parenthetical column list or USING keyword
at "ora"."tab0"@orapos3, data type of all of column are text
at tabel0 data taype of all of column are varchar2..
is this the cause?