1) ODBC importer bug :: i have created and fully acceselable ODBC data source (for FireBird). after executing, in CLOB fields in destanation table (BLOB fields in source table) i see repeteabled data for each 50-100 rows. For example, BLOB field in source contains like that
'AAAAAAAAAA' (first row)
'BBBBBBBBBB' (second row)
'CCCCCCCCCCC' (third rows)
etc.
in destanation table
'AAAAAAAAAA' (first row)
'AAAAAAAAAA' (second row)
'AAAAAAAAAA' (third rows)
etc ...
2) debug bug :: when i add varitable in watches window by right click, when debugger wait for breakpoint, while my procedure is still executing, plsqldeveloper immediatly crashes (Access violation ...).
'AAAAAAAAAA' (first row)
'BBBBBBBBBB' (second row)
'CCCCCCCCCCC' (third rows)
etc.
in destanation table
'AAAAAAAAAA' (first row)
'AAAAAAAAAA' (second row)
'AAAAAAAAAA' (third rows)
etc ...
2) debug bug :: when i add varitable in watches window by right click, when debugger wait for breakpoint, while my procedure is still executing, plsqldeveloper immediatly crashes (Access violation ...).