Hi.
I commonly run 2 queries together to get the result sets in multiple tabs.
In the normal view I can flick between these to compare record sets. For sets with lots of columns I can use the horizontal scroll bar in one tab and then set in the other tab to compare more fields. When I move...
Can horizontal split be allowed in other windows type?
It is currently only allowed for Program Windows where it could also be useful for very large sql windows.
in v8 onwards different window types have different prefixes.
S- = SQL
P- = Program window
Can this be user configures?
I would find it a lot easier to use colours to differentiate rather than prefixes.
The code assistant helps select columns when an alis is used which is great.
However, as soon as DBlinks are used, it is as if the alias is not picked up so the code assistant does not work.
Can this be remedied?
Workarounds include adding the dblink at then end or using views. However, this...
The v8.0 autoreplace only covers 1 line of code.
I can put together long string but then I lose any indentation I may want.
For example
forr=FOR R_| IN(
SELECT
FROM
)LOOP
END LOOP;
Can the featuer be extending over 1 line?
I am still using v7.0 which supports the softema textType plugin...
It was not marked as invalid in the dictionary tables but recompiling the view has fixed the problem.
Perhaps a timeout to skip over the object(s). The code appeared in the trace file so there should be enough information to bring back the object in the results pane if we match on search criteria.
Hello,
I regularly use the find facility within the tool and find when that it hangs when including views for a particular user.
I have traced from another session and found that it hangs when describing a particular view.
I have run this in debug mode and have a debug.txt file I can send...
Hello Marco,
this would be a good feature.
However v8 seems to have a similar feature to work aroung the 64k number of rows limit. Some standard ordering and naming convention would have to be applied to keep this tight.
Additionally it would be great to use extra sheets to get around the 256...
We are running with version v7.1.5.1396.
The debugging problem is to do with "ORA-0314 not connected to Oracle" which is described in the forum with workarounds.
I have not found details on the problem with not seeing the methdods in the package body.
I would just like to say that I am a huge fan of PL/SQL Developer having used the tool since my Oracle days 7 years ago. However I have recently moved back to the 7.0 code stream with 7.0.3.
The 7.1 code stream seems slower and more unstable. Although the code folding is a long awaited feature...
Marco,
I have found that there is a subtle change in functionality between versions but the feature still works as you have stated.
In the old version I can
-click on ALT and then use left mouse button (LMB)and drag to perform a box select.
-click LMB and then click ALT and use mouse drag to...
Thank you Marco.
I have retried the Alt + Mouse and it no longer works. It just highlights everything as normal.
To be sure I have restore my key configuration to system default with no luck.
I seem to lose 2 things when upgrading to this version from v7.0.3.
The first is the Window List plugin that allows each window type to have its own colour.
Additionally the box editting function no longer works. This is where you press ALT + left click to highlight a block of text to cut or...