Requests regarding export user objects and command window...

CTucker

Member²
Two requests...

1) For export User object it would be nice to have options for defining how the file name should be generated, in particular the case for the file name and the extension. We have a source code control tool that is case-sensitive with regards to file names and all the existing code has uppercase file names with lower case extensions. We also migrate code to Unix and there we use all lower case file names and extensions.

2) The command window is missing an Output tab. A number of the scripts we run have the following command: SET SERVEROUTPUT ON. I cannot see a way to capture this output without an Output tab (is this correct?).

Thanks,
 
1) For export User object it would be nice to have options for defining how the file name should be generated, in particular the case for the file name and the extension.
I have added this to the list of enhancement requests.
2) The command window is missing an Output tab. A number of the scripts we run have the following command: SET SERVEROUTPUT ON. I cannot see a way to capture this output without an Output tab (is this correct?).
The output is displayed on the dialog tab page, or in the spool file. Exactly like SQL*Plus.

------------------
Marco Kalter
Allround Automations
 
Back
Top