ecasadella
MIS
If I issue this from a sqlplus works fine, but inside a PL/SQL gives PLS-00306: wrong number or types of arguments in call to 'TO_CHAR'
INSERT INTO sdr_service_detail_record
select to_date(to_char(SDR_ADD_DTZ,'ddmmyyyy h24:mi:ss'),'ddmmyyyy h24:mi:ss') SDR_ADD_DTZ
FROM sdr_service_detail_record@PLATAFORMA_PAR
Column SDR_ADD_DTZ in DB 9i is TIMESTAMP
TIA.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.
INSERT INTO sdr_service_detail_record
select to_date(to_char(SDR_ADD_DTZ,'ddmmyyyy h24:mi:ss'),'ddmmyyyy h24:mi:ss') SDR_ADD_DTZ
FROM sdr_service_detail_record@PLATAFORMA_PAR
Column SDR_ADD_DTZ in DB 9i is TIMESTAMP
TIA.
EDC
--------------------------------------
This is Unix-Land. In quiet nights, you can hear the Windows machines
reboot.