Recent content by Vio

  1. V

    Beautifier rules / Auto Replace tips

    Hi all, I need something like this, for a defined couple of words, after I write the word, the case to be changed in the following way: Example: clientid => ClientID fullpersonname => FullPersonName I tried with Beautified - Use Special Case, also with Editor - AutoReplace, didn't worked...
  2. V

    Debugging PL/SQL Collections using PL/SQL Developer

    Hi, do we have news about this?
  3. V

    Using Macro in Command Window

    Hi all, I tried to create a macro for something like this to use in Command Window: set echo on set define on col spoolname new_value spoolname But all I get is something like that: SQL> set echo on set define on col spoolname new_value spoolname instead of SQL> set echo on SQL> set define on...
  4. V

    DBMS_DEBUG

    What future release? Because it's already 15 and it's not implemented => results we can not riley on PLSQL Developer debug anymore. For example: you can not see in watches variables based on NVARCHAR2 in PLSQL Developer debug, even they are stored in. In Oracle SQL Developer, based on...
  5. V

    Compare table data - generate script mode

    I can't install what I want in this company. It worked fine a month ago with the same database... It's ALM character set on the database.
  6. V

    Compare table data - generate script mode

    Hi, PLSQL Developer 11.0.5. - Oracle 12 database Compare table data - generate script mode, doesn't generate the script, only comments, what it's wrong? Thank you!
  7. V

    Compare table data

    Hi, 1 - There is any way in Compare table data to ignore some columns in comparison? 2 - There is any way in Compare table data to can compare tables with different name? (eventually in the same schema, also :) ) Thank you!
Back
Top