Problem with exporting user objects file per object

horsi

Member
Hi!

PLSQL Developer creates file names as "OBJECT_NAME.TYPE".

Some names like CON and others (COM1 to COM9, LPT1 to LPT9, NUL, PRN, AUX) are reserved names in Windows and you cannot use these names.

Unfortunately, one of my object has CON name, and the export is stopped every time.

How can I resolve or work around the problem?

Thanx in advance
Jakub
 
Back
Top