Good day, Marko!
There are some errors, that I have found in your excelent program.
1.This error is somewhat dangerous. I had with it some problems. After restoration of windows as a result of incorrect termination of the program the header of a restored window contains an old connection identification. Possible that this connection may not corresponds current. It may misleads
2.Sometime it's imposible to break a sesion of finding of database objects. No by Break button on the form, no by Kill session button
3.Export of the data of SQL-query in Excel. Text fields with set of numbers is converted into numerical form. It is especially important, if this text field is big it is transformed into exponentional form, that may conducts to loss of the data.
And Some suggestions
1.Data definition scripts that generated by the program is not include "grants".
2.It is desirable, that a search of database objects would allow to search not only of the text in the source of these objects, but also by the objects names (or only under by the name)
3.Also It is desirable to realize panelizeable access to the objects of type 'procedure', 'function', 'package', 'view' as to objects of type 'table', with an opportunity of assignment of privileges.
Thank you
There are some errors, that I have found in your excelent program.
1.This error is somewhat dangerous. I had with it some problems. After restoration of windows as a result of incorrect termination of the program the header of a restored window contains an old connection identification. Possible that this connection may not corresponds current. It may misleads
2.Sometime it's imposible to break a sesion of finding of database objects. No by Break button on the form, no by Kill session button
3.Export of the data of SQL-query in Excel. Text fields with set of numbers is converted into numerical form. It is especially important, if this text field is big it is transformed into exponentional form, that may conducts to loss of the data.
And Some suggestions
1.Data definition scripts that generated by the program is not include "grants".
2.It is desirable, that a search of database objects would allow to search not only of the text in the source of these objects, but also by the objects names (or only under by the name)
3.Also It is desirable to realize panelizeable access to the objects of type 'procedure', 'function', 'package', 'view' as to objects of type 'table', with an opportunity of assignment of privileges.
Thank you