Hi. is there a way to limit pl/sql total memory consumption ?
we are working in citrix environment and i want to be sure users wont be able to consume more then 500 MB for example.
Hi Marco
It seems to work when the user is not identified externally.
when i alter the user to be identified externally, and the user logins without user/pass (kerberos), it doesnt work.
looks like a bug..
Sagi
pl/sqldeveloper users can't see pl/sql objects list and code using the object browser.
use dba views if available is on, and they have select any dictionary.
Which grants should the user have in order to view pl/sql (procedures, functions,stored procedures body/spec) ?
debug / execute is not a...
I would like to add dbms_sqltune.report_sql_monitor info in one of the tabs of the session. I would like to see the HTML info correctly.
Is it possible?
I understand that pl/sql developer doesnt support local indexes.
The fact that it displays Local indexes DDL as a GLOBAL index is a BUG . It is not a lack of "support" . At least it shouldn't allow displaying DDL of such indexes.
When will you fix this bug ?
I wish to use the report variables option in order to enable the user to multiselect values.
for example :
where object_Type in &
the user should select few values, and not just one.
how can i do this?