Recent content by sagizvi

  1. S

    plsqldeveloper kerberos authentication

    this one: I have added this to the list of enhancement requests.
  2. S

    plsqldeveloper kerberos authentication

    Marco. Did you add these features already ? It has been a few years now.
  3. S

    memory limitation

    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.
  4. S

    pl/sql objects are not displayed in object browser

    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
  5. S

    pl/sql objects are not displayed in object browser

    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...
  6. S

    "check online updates" in our local network

    Hi. I want to check for an online updates withing our organization servers, without using proxy or an internet connection. Is this possible ?
  7. S

    debug procedure hangs in pl-sql developer

    We had this issue too. Try connecting to the sid itself, and not through service.
  8. S

    html on details tabs in session window

    Can you please add it as a request for future version ? displaying the sql monitoring can be quite a blast in the session window....
  9. S

    html on details tabs in session window

    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?
  10. S

    Viewing with Large Object Viewer hangs and results in 100% CPU.

    Marco, did you get the email i've sent few months ago with the export file ?
  11. S

    View SQL bug with local indexes

    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 ?
  12. S

    multiselect report variables

    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?
Back
Top