plsqldoc and problem generating folder

matej

Member
If I connect to oracle without tnsnames I get error when I try to produce documentation:

Cannot create file "D:\app\PLSQL Developer\plsqldoc\192.168.1.26:1521\ORCL\SCHEMA\globalPkg.html".

I belive that it's problem becouse it wants to create folder with ":" which is invalid character for folder names.
 
You could try and uncheck some of the prefix options in the configuration of plsqldoc. Namely the 'Object name prefix' one where you can uncheck the database name.

Regards,
Wim
 
Back
Top