I'm truly sorry - I am confused whether it's me, but did something changed regarding the sortordering of dropdown lists of autocomplete (v15)
Currently the dropdown is showing columns alphabetically (not allways, but I can't reproduce when, or when not) which is usually not the natural order. I...
Hi!
It's pretty trivial for modern editors nowadays, so I might have missed the option.
If I didn't miss it, I really like to have the option in the editor to REPLACE with keeping case as is.
Example:
declare
l_table_alias varchar2(3) := 'USR';
begin
l_usr_id := -1;
end;
After find and...
Hi,
I also have this issue now (in version 15.0.3) -- not sure if it ever worked in version 15, I had no issues with version 14 or below.
And when right-clicking on a object for compare, nothing happens...
Logging
EurekaLog 7.10.3.0 update 3 950BEB23D70E284583494E6502C08651...
I stand with the decreasing (in negative sense) performance of plsql developer (coming from version 5.x).
Thought was the (distributed) environment
When writing some simple applications with lazarus and oracle components things truely fly. Even with xmltype/blobs, which really, really hurt in...
Is there a way to prevent pl/sql developer to raise/display dialogs for (&/&&) substitution variables.
I want those dialogs only when I execute the code from the SQL editor.
Maybe I am overextending the use of templates and I should use just files...but currently I use templates as a tools...
I cannot find the option to disable the logon window when I start pl/sql developer.
Now I always need to cancel the logon window before I manually choose my connection. It feels rather strange that I am expected (feels forced) to connect first...
I can acknowledge the performance issues. I keep getting back to version 9 for this only reason.
It's rather frustrating, I guess there are obvious reasons for this...
(I have a fast laptop might you wonder)
I envy TOAD users having the ability to create AND SAVE master-de tail(master->detail->detail) constructions (they have some limitations as well, but even then..)
I really wish to have that in PL/SQL dev. The current functionality for linked queries is ok, but it would be really a killer if:
*...
It's difficult to determine if you are fooling me (or us).
Contact your (Oracle) Database Administrator to get your login credentials to the database (you DO want to connect to a database don't you??)
Use the button "Filters..." right above the "All objects" dropdown list.
Select the predefined "My objects" and mark it as default. The font will change to bold.
Will Direct Oracle Access components 'work' in Delphi 2009 Professional ??
As far as I can see you need Enterprise or Architect versions to make Oracle connections (and those versions are ridiculously priced).
In other words: Can I do everything with Oracle databases if I purchase (upgrade to)...
Try this strange workaround (it's a bug anyway I would say) (empty line, two slashes)
BEGIN
--
ef_sl_pg_login.logon_without(p_sprach_id => 1,p_username => 'hugr',p_mandant_id =>13);
--
END;
/
/
Regards,
Bart Verstegen
Just a minor enhancement request (would be really appreciated by some end users):
When using multiple tabs in the query window we would like to be able to influence the tabnames.
E.g. selecting more than one query and execute:
select *
from user_objects
;
select *
from user_jobs
...
I can only emphasize the request (and apologize to have made a new post for this functionality recently) !!
For me it's the most annoying (this tells what a great tool this is!) missing feature.
It's really important to be able to assign a (hot)key to it. So I can change session by tapping F7...