Error on exit, if "commandfile" parameter used

Hello, all!

I have a command file with sql (with plsqdoc plugin) and I want to run it over plsqldeveloper. I use "commandfile" parameter. Everything look fine, but on exit I have a error (see screenschoot) on exit.
35k2vk1.jpg


thx.

p.s.
my command file:

SQL:
set hea OFF;
SET feed OFF;
SET pages 0;
spool c:\backup\db_doc.sql
SELECT 'plugin plsqldoc generate ' || OU.OBJECT_NAME || ';'
  FROM USER_OBJECTS OU
WHERE OU.OBJECT_TYPE IN ('FUNCTION', 'PACKAGE', 'PROCEDURE', 'TABLE', 'TRIGGER', 'TYPE');
spool OFF
@c:\backup\db_doc.sql
exit application

 
in PLSQL Dev 9.0 I bekome this Error too :-(
Marco if you need more info let me know, i can give you what you need ;-)

Gregor
 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
hm
I can't reproduce this problem :-(
It comes only once and now it comes no more ...
but that was a "fresh install" of pld and now i use my settings
and if I delete all my settings in registry it is not reproducable too...
as extra info i haved in my command-line param
this "plsqldev.exe nosplash noplugins nologon noconnectionlist commandfile="real_path""
I know nologon and noconnectionlist and then commandfile are not so good idea but I have not seen this bevore ;-) only after this error.
and now I can do what I want and this error comes not...

if you can't reproduce too sorry for "false alarm"

sorry for my english!
 
Back
Top