Posted By: Heiko12345 db object context menu - 03/29/22 09:11 AM
e.g. if i am logged in as XY in oracle and 'select * zzz.bla' (table from other schema)
in sql- or command-window, the object properties or query-edit/view is no longer listed in the contextmenu with 'zzz.bla' selected.
Posted By: Heiko12345 Re: db object context menu - 03/29/22 09:20 AM
in program window to
Posted By: Marco Kalter Re: db object context menu - 03/29/22 09:55 AM
The editor popup menu had become very long, so we moved the object functions to an "Object Name" submenu (e.g. "Table EMP"). You can revert to the previous behavior by using the "InlineObjectMenu" parameter. For example:

"C:\Program Files\PLSQL Developer 15 Beta\plsqldev.exe" InlineObjectMenu

You can also add the following line to the Params.ini file in the PL/SQL Developer installation directory:

InlineObjectMenu=1
Posted By: Heiko12345 Re: db object context menu - 03/29/22 10:47 AM
ok, thanks!
© Allround Automations forums