Recent content by Max Castagno

  1. Max Castagno

    Session improvement request - CURRENT_SCHEMA

    Thanks Marco this is great. Have a great evening Max
  2. Max Castagno

    Session improvement request - CURRENT_SCHEMA

    Hi Guys, any news about this feature. It would be extremely useful for me at this moment because i'm testing API's that generates and logs complex statements in the application schema that is the one at witch I connect. Thanks Max
  3. Max Castagno

    Sessios tool export/import (feature request)

    Hi, I've several VMs, 6 used to connect to 10 / 15 different customers implementing different VPN technologies. Each VM has a copy of PLSQL de deployed. I've heavily customized the "Sessions" tool, 5 "Filters", from 10g to 12cR2, with Active or all sessions scenarios and more than 30 "Details"...
  4. Max Castagno

    UI imporvement request - Objects browser on Packages/Types

    Hi a new feature can help when working with pacakges/type containing hundred of procedures/functions/constants... When browsing a package, in the subobjects context menu (Functions, Procedures, etc) include the possibility to Sort A..Z the list.... Sometimes it is time consuming to find out a...
  5. Max Castagno

    Session improvement request - CURRENT_SCHEMA

    Hi, what about introducing a feature for a specific "session" or for the "main session" to enable a "global" ALTER SESSION SET current_schema = XXX applied, on demand, to all the windows open using the same connection? Many times I use an administrative account to retrieve code and info from...
  6. Max Castagno

    PL/SQL Developer (V 10.0.5.1710 ) debug out of sync

    Hi Marco, I think the problem is the same that I'm having with latest version (11.0.3.1770). using a test window to debug a procedure, after the first run, several tabs are displayed, showing the code of debugged procedures/packages. After the first test, when I reinstall package from SQL*Plus...
  7. Max Castagno

    "Sessions" window enhancements and bugs

    I've heavily configured the "Sessions" tools with 3 filters ( for 10.2, 11.2 and 12.1) and more than 45 details. First, I've found very usefull the function to have a master/detail window and I think will be a good thing to have this kind of feature available also in SQL Windows (or a new...
  8. Max Castagno

    Minimize application

    Just to know.... The 8.0.2 installation doesn't fix the issue. Now I've a PL/SQL window tha des not minimaze. It worked just before the diconnection fron the db, using "Session Log Off..." Bye Max
  9. Max Castagno

    Minimize application

    I've had the same problem. Installation of 8.0.2 version seems to fix this problem. Bye Max
  10. Max Castagno

    Object Browser Enhancement Request

    Hi, just a little request for the object browser. With the browser filter I can set an order for the displayed items, but I cannot decide the order in wich the procedures and functions of a package are displayed. When a package contains a lot of procedures (or variables or functions), maybe very...
  11. Max Castagno

    AfterConnect.sql script change request

    Thanks Marco, as usual You are very kindly. Now I'll try to configure Yr solution. Have a nice day. Max :D
  12. Max Castagno

    AfterConnect.sql script change request

    Hi, I've just a problem with AfterConnect.sql script. I need to change the informations in V$Session table pertinent to MODULE, ACTION and CLIENT_INFO fields whenever a connection is made using PL/SQL Dev. Now I've introduced this in AfterConnect.sql nd Login.sql scripts: BEGIN...
Back
Top