pldev version 7.1.3.1378
windows xp
when restoring files after killing pldev with taskmanager i get several error-messages resulting in a crash. i've send file plsqldev.elf to support@allroundautomations.com
please try the following:
CREATE OR REPLACE TYPE ar_ts AS VARRAY(2147483647) OF TIMESTAMP(0) WITH TIME ZONE
/
CREATE TABLE TEST
(
ts ar_ts
)
TABLESPACE BASIC
/
INSERT INTO test ( ts ) VALUES ( ar_ts ( TO_TIMESTAMP_TZ ( '01.01.2007 01:00:00 +01:00', 'DD.MM.YYYY HH24:MI:SS TZH:TZM' )...