Hi
Mine config:
Toad 11.5.1.2
Windows XP SP3 x86
Oracle 10R1 home (connected as “sys as sysdba” on 10gR2 database)
I found a bug in java generation script.
Reproduction steps:
Menu Database|Diagnose| Trace File browser
Choose “Open Trace on database server” button
Choose “Create Object in mine schema”
Very soon “ORA-24344: success with compilation error” is shown on dialog with terminated creation.
BUG is that “ToadDirList” java source is created with line:
Boolean exists = (new File(directory)).exists();
which should be:
boolean exists = (new File(directory)).exists();
(small “b”)
Unfortunately the whole creation process is stopped and this option is not available
to use (cannot press some kind of “ignore” button).
Please make this correction in future release.
Rg
Damir Vadas
damir.vadas@prouno.hr
http://damir-vadas.blogspot.com/