For example I use a command for tables,views to show the number rows:
The caption shows (on right click on table/view):
"Table,View contains #field_0 row(s)",
so #field_0 is not resolved.
Moreover the command is not enabled (grayed).
The same situation I have with other BE-Commands.
In an Oracle 9i database everything is working.
----------------------
PL/SQL Developer Browser Extender Command
[MAIN]
NAME=Count Rows
CAPTION=Table/View contains #field_0 row(s)
OTYPE=Table,View
OOWNER=%
ONAME=%
SEPARATOR_ABOVE=Y
SEPARATOR_BELOW=N
LOAD_AND_EXECUTE=N
LOAD_COMMAND=N
LOAD_AFTER=REPLACE
LOAD_WIN_TYPE=1
PRIVILEGE_REQ=N
PRIVILEGE=
ORACLE_VERSION_REQ=N
ORACLE_VERSION=7.0.0
ONCLICK_CONFIRM=N
ONCLICK_CONFIRM_MSG=
ONCLICK_SPLASH=N
ONCLICK_SPLASH_MSG=
ONCLICK_SPLASH_MSG_BL=N
ONCLICK_SPLASH_MSG_AFTER=
ONCLICK_SPLASH_DELAY=0
ONCLICK_IGNORE_EXCEPTIONS=Y
ONPOPUP_IGNORE_EXCEPTIONS=N
[ONCLICK]
[ONPOPUP]
select count(*) from #oowner.#oname
----------------------
Regards
LMW