Recent content by Andrew Lacwik

  1. A

    Question: problems porting a 32-bit plug-in to 64 bit with Visual Studio

    Norman - check the post from Nicolas on March 1st 2016 in this forum (I initiated the topic). His reply could be helpful in your case. BTW PLD 64bit is not ready yet for 64bit C++ Plugins "out of the box". The scripts in folder PlugInDoc have not been updated to 64bit - they are still 32bit...
  2. A

    Menu item - New/Program Window - cannot create any new object

    No. There is no new item in the Window List. When I click OK button - Program Window is not created as expected. It works fine in PLD 11 32bit installed on the same Windows 8.1 machine.
  3. A

    Menu item - New/Program Window - cannot create any new object

    I tried to create a new object using PLD 64bit Menu item: New/Program Window... I picked trigger option. Dialog appears with: Trigger name, Fires, Event, Table or view, Statement level. Click OK - nothing happens. This occurs for all item listed. I think this is a bug. It should popup Program...
  4. A

    v10 vs v9: Performance problems with "Compare User Objects" and "Export User Objects"

    Marco, Are you going to improve "Compare User Objects..." in PL/SQL Developer 10? So far you ask to send you debugging info from "Compare User Objects..." in version 9 and 10 (I sent it to you long time ago). There is no constructive response to this issue so far. Pleas do something with it...
  5. A

    PL/SQL Developer 10 - "Compare User Objects..." - triggers

    However, the pre-release version still generates schema prefixes in triggers. It causes the problem when schema names to compare are different: - compare identical triggers in schema_A and schema_B: schema_A.Test schema_B.Test Triggers are identical - however, trigger Test is included to...
  6. A

    Compare user objects error

    I have already requested that fix few times! I believe the fix comes with the next maintenance patch...
  7. A

    PL/SQL Developer 10 - "Compare User Objects..." - triggers

    Yes, I am connected as the owner of the triggers. Are you going to fix it in the next build? Please let us know. Now when I compare 2 schemas there is a lot of tables with triggers on the differences list - in fact tables are identical in both schemas. Generated script lists the triggers to be...
  8. A

    PL/SQL Developer 10 - "Compare User Objects..." - triggers

    PL/SQL Developer version 10.0.1.1694 When "Compare User Objects" triggers are prefixed with schema name. For example, I compare two schemas: COMMON_1 and COMMON_2. All trigger names are prefixed in "Compare User Objects..." with schema name like this (trigger TriggerTest) -
  9. A

    Compare User Objects.

    It looks like it works partially. It works for Packages. However, it does not work for Functions and Procedures - please see my previous reply with function definition as a sample. Even with all 3 options checked, i.e. "Ignore case...", "Ignore whitespace...", "Ignore comments..." in "Compare...
  10. A

    Multiple Connections.

    When switching connections in PL/SQL Developer 9.0, shouldn't opened Command Window switch the connection as well? Apparently it does not. Is it a bug or is it intentional?
  11. A

    Compare User Objects.

    >>>>>>>>>>>>>>>>>>>>> Yes, both are added in 9.0. Quotes are ignored when the "Ignore white space" option is enabled, and case is ignored when the "Ignore case" option is enabled on the "Options" tab page. >>>>>>>>>>>>>>>>>>>> Apparently quotes are not ignored when option "Ignore white space in...
  12. A

    Compare User Objects.

    Great! Thanks Marco.
  13. A

    Compare User Objects.

    ...also "Ignore Case" when two object compared...
  14. A

    Compare User Objects.

    So can we expect "Ignore Quotes in Object Name" (related to Oracle Data Pump import) in Compare User Objects in PSD version 9? I am not sure if it has been already included in beta or not... Thanks.
Back
Top