Inserting rowinto a remote table got ora error
Hi community, when I try to insert a rows into a remote table using a dblink I got the following errors:
ORA-01400 followed by ORA-02063
I try the insert in these ways:
INSERT INTO tsit_lcv@dblink211 (recepcion_nb,
ifc_nb,
anio_nb,
mes_nb,
total_compras_nb,
total_ventas_nb,
cantidad_reg_compras_nb,
cantidad_reg_ventas_nb,
fecha_medio_dt,
id_cabecera_nb,
ultimo_estado_vc,
fecha_ingreso_sistema_dt,
usuario_vc,
equipo_vc)
(SELECT recepcion_nb, ifc_nb, anio_nb, mes_nb, total_compras_nb,
total_ventas_nb, cantidad_reg_compras_nb, cantidad_reg_ventas_nb, fecha_medio_dt, id_cabecera_nb,
0