Wish List - lists

ScottMattes

Member³
It would be nice if lists of delimited values (like index fields for one) would have a space after the delimiter

instead of this
fld1,fld2,fld3,fld4

would be this

fld1, fld2, fld3, fld4

I asked because after a long day, which isn't done, it is hard on the eyes to make out the delimiters and at least in my case is more prone to errors

Thank you.
 
I have 2 suggestion:

1. Add feature: Dump DDL for custom user and put it in file
2. Add if statment to formating raports, ex: if some value > 100 - highlight to red
3. Support for materialized view or snapshot
 
That's 3 suggestions ;)

1. Isn't this covered by Tools > Export User Objects?

2. I have added this to the list of enhancement requests.

3. This is implemented for the upcoming 6.0 release.
 
1. Isn't this covered by Tools > Export User Objects?
Ok but How can I dump sql in entire schema(tables, index, views, synonims, pl/sql structures)?
Maybe you should add schema on main tree. And on all: tables, schema when i click right mouse key I should show possibilites export all objects.
 
I'm not sure if I understand the question, but in the "Export User Objects" tool you can simply select all objects by clicking on the top-left cell (like in all grids), and press the Export button.
 
OK, it option export user objects. But in schema that is logged in. How to export all object from another user. I assume that user who use this has privilage for this.
 
Comparing and Exporting objects owned by another user is currently on the list of enhancement requests. Right now you need to log on as that user.
 
Another great would be:
Raport that I can execute in period time. I can gather time stats. I can be usefull. I should be possible to export to excel.
 
It would be extremely useful to be able to export the data grid with a custom delimiter. Currently exports are only allowed in CSV/XML/TSV/HTML yet we often use pipe | or other delimiters in files.
 
If you are comfortable with Delphi, you could write a Plug-In for this. The Plug-In documentation comes with a demo for an RTF export.
 
Another one for the wish-list :

The possibility to define a refresh-time for the execute command, in order to monitor tables in time, without having to press the [execute] button every 10 seconds
 
This has been added in 6.0 for several window types (SQL Window, Test Window, Report Window, Sessions Window).
 
UROWID is a valid PL/SQL datatype in Oracle 9.2. It's not hilighted in the editor. Could we add it to the keywords please?

Thanks,

Brett.
 
I just joined this forum and started trying out PL/SQL Developer 6 beta. Here is a feature request of mine that I didn't see in the beta.

Collapsable Code Blocks in the Editor

When editing a PL/SQL package, you don't always need to see the complexity of the entire program unit while editing. Being able to collapse if/end if and other blocks of code would aid in editing.

When I first starting using PL/SQL Developer about a year ago this is one of the first things I checked to see if it had.

Let me know if there is a better place for this type of information.

Thanks.
 
It would be useful to have a tree view whilst debugging code in the Test window for easier navigation. I find that if I need to add a breakpoint whilst debugging a large package, finding the position for the break point in the Test window often involves scrolling through many lines of code.
 
@Jim: this is on the list of enhancement requests.

@Mr Happy: I have added this to the list of enhancement requests.
 
As a work around, if you open the code you are debugging and compile it, you can then put in a break points that will be picked up in the test window. You can not be actively debugging at the time, but it makes it much easier to navigate.
 

Similar threads

Back
Top