PL/SQL (MOSC)

MOSC Banner

Inserting rowinto a remote table got ora error

edited Mar 15, 2012 12:42AM in PL/SQL (MOSC) 13 commentsAnswered
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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center