Recent content by georgie

  1. G

    Problem with sql query

    Hello. Today I tried to compose a query for firm internally to be used application. The query is as: ======================================================================================================= SELECT w.acc_date, w.deposit_base, w.cash_amount , (w.deposit_base - (w.cash_amount / 2))...
  2. G

    Question/help about debugsql option

    Hi. For some time I've been using the "DebugSQL" parameter/option when starting the PL/SQL Developer, and it helps in some situations when I need to find what SQL is executed. However until today I didn't pay attention/noticed that every time I start a new IDE instance the file "Debug.txt" gets...
  3. G

    PL/SQL 8 + Windows 7 = blank error, no login

    Hi m4a1. Not sure if this is a PL/SQL Developer or Windows 7 problem/bug, but is something I have come across and I believe is undependent of the specific PL/SQL Developer version/build - was using v7.1.5.1398 build. To make your developer working go through following steps: 1. Open control...
Back
Top