Recent content by Greg Pigate

  1. G

    AWS and SSH connections

    Some of our development environments are being pushed out to AWS which require SSH connections. Is there a way to set this up in pl/sql developer?
  2. G

    Beautifier and plsql table elements

    was this ever updated/fixed?
  3. G

    Beautifier and plsql table elements

    In our code we often have this WHERE table_column= plsql_table(i) .column AND table_column = plsql_table(i) .column and table_column >= plsql_table(i)...
  4. G

    A couple of things

    thanks, I knew it was somewhere.
  5. G

    A couple of things

    Version 7.0.3.1123 I have 2 things that are bugging me. It is probably me not knowing how to use them correctly in the new version so someone enlighten me. 1) Every time I open plsql dev I have to manually show the window list. Is there a way to get this thing to stay put? 2) When you...
  6. G

    Backwards Mouse?

    well i bought a new mouse. I had been wanting a new mouse for a while. Problem fixed :) That is still the weirdest thing I had ever seen.
  7. G

    Backwards Mouse?

    this is my old mouse with new machine. mouse operates correctly with all other programs. For some reason with plsql dev it is now "inverted" DRIVING ME CRAZY
  8. G

    Backwards Mouse?

    I just got a new machine. Installed plsql dev and for some reason in plsql dev only the mouse scroll wheel is backwards. I have to move the wheel UP to make it scroll down and vice versa. It as not doing this on my old machine. No other changes have been made. I have attempted a reinstall...
  9. G

    Compile: Program Window vs Command Line

    everything is fine in plsql developer with the comments at the bottom. the error is given there when you compile it at command line. And it may be if you are using a driver script to compile more than one package. The screaching hault comes if you have synonyms and grants in the source and...
  10. G

    Compile: Program Window vs Command Line

    nah its not ampersands, the latest event we saw was something along the lines of create or replace package body blah_blah as .... ... end blah blah; / /* comment out some stuff here */ the comments at the bottom are ignored on plsql developer and will compile, but wont if you run from a...
  11. G

    Compile: Program Window vs Command Line

    still looking for some help on this one.
  12. G

    Compile: Program Window vs Command Line

    We have objects that will compile in a program window but not command line. Things like comment lines after everything else in the code will compile in plsql developer but not if you compile command line. Is there anything out there that resolves this? It is making things a little difficult...
Back
Top