Recent content by BrianGee

  1. B

    Cannot 'Apply' settings

    I have two 'System Default' appearing in the drop down list. One is green, the other is red.
  2. B

    Cannot 'Apply' settings

    Nope. When I copy and paste the path ending in default.ini, Windows cannot find this. Default.ini opens just fine.
  3. B

    Cannot 'Apply' settings

    Hi all, Whenever I make a change in the options menu and press 'Apply', the settings do not save. Normally, once the user hits 'Apply' the button is greyed out and inactive. This is driving me crazy because every time I open PL/SQL developer I have to do my settings all over again. Can anyone...
  4. B

    PL/SQL Developer and Oracle 10g xe

    If you are getting an ORA 12154 error and you think that everything has been configured properly then it may be that PL/SQL Developer has been installed in C:/Program Files (x86). You should reinstall it in the Program Files folder where there isnt (x86). I encountered this problem on Windows 7...
  5. B

    Indent item lists

    Hi everyone, I'm trying to find a way to configure my beautifier so my item lists are indented. Right now it looks like: SELECT ,p.forename ,p.surname ,mst.membership_status_name ,l.debit I want it to look like: SELECT ----,p.forename ----,p.surname ----,mst.membership_status_name...
  6. B

    Beautifier - Table/Object Names lowercase

    Thanks Gustavo. You're a star!
  7. B

    Beautifier - Table/Object Names lowercase

    Hello everyone. I'm new to these forums and also the whole SQL world! I'm using PL/SQL Developer but I'm having problems with my Beautifier. I want to make all commands upper case but all the table/field/object names lowercase. Is there anyway I can amend the rules file to incorporate this...
Back
Top