Recent content by Glen Gerber

  1. Glen Gerber

    PL/SQL Developer Window 7 - 64 bit

    Hi Marco, I am still interested in the 64-bit version of the software. It was supposed to be released in 2014. Almost halfway through 2015 now. Any progress you can share regarding this? Thanks, Glen
  2. Glen Gerber

    PL/SQL Developer Window 7 - 64 bit

    Ok, it's been over 2 years now. Do you have a date yet?
  3. Glen Gerber

    Declare a variable using PL/SQL developer

    -- when you declare a variable in a pl/sql block it can be used directly -- in the block. When oracle processes the statement, it will be -- interpreted as a bind variable. DECLARE lv_myvar varchar2(20); BEGIN lv_myvar := 'XXX'; select * from mytable where mycol = lv_myvar; end; /
  4. Glen Gerber

    PL/SQL Developer Window 7 - 64 bit

    When is the 64bit version excpected to be released?
  5. Glen Gerber

    VCS and Borlands StarTeam

    I have the same problem. I installed the MS SSC Integration software coupled with Star Team. The integration works fine with other development packages. I used the integration to interface with Rational Rose Java Edition. Has anyone found a resolution to this issue with the interface to...
Back
Top