Recent content by ghyland

  1. G

    macro recording

    I've just discovered I have this same problem. As soon as I switch on macro recording PL/SQL Dev just hangs and nothing happens. I have to Ctrl, Alt, Del to get out of it. I have version 7.0.2.1076 on Windows 2000 Service Pack4.
  2. G

    Building a Project is Dangerous

    I need to warn you about a very dangerous feature in your PLSQL Developer product. I tried to run a build into our production database this morning using the project build utility and found that the build scripts kept executing after an error occured in the very first command file. This...
  3. G

    Oracle XML DB Support

    I am wondering if much is planned for supporting the XML functionality of Oracle XML DB in release 2 and 10i versions of the database. I noticed that Oracle have had to adapt SQLPlus to work with Oracle XML DB when running in client/server mode. I tried running the query: select...
  4. G

    Beautifier Changes Code

    The functional change is: SELECT tfac.teaching_faculty_code, tfac.teaching_faculty, aou.aou_code, aou.aou_name, d.academic_year FROM academic_organisational_units...
  5. G

    PL/SQL Developer 5.1.1

    Isn't this a fantastic feature. Full marks to the product designers. One slight extension though: You could apply the same logic with drop down for foreign keys and check constraints to providing options in QBE. Regards Grant
  6. G

    Beautifier Changes Code

    PL/SQL Developer V5.1.0.657 I had the following code with an in-line view in a SQL Window. I selected the code and requested beautification. The code was changed in functionality as opposed to form. SELECT TFAC.teaching_faculty_code, TFAC.teaching_faculty, AOU.aou_code, AOU.aou_name...
Back
Top