Recent content by M. Rokus

  1. M

    Mutiple SQL in one SQL Window

    Hi, i have an SQL Window with 2 SQLs inside. When i start it, 2 Results shows up. Now i wanne refresh only the Result of the second SQL. Now i can mark the SQL and execute it. But is there another way? Maybe something like, click into the result of the second SQL and press F3 ?! Thanks for...
  2. M

    Can't edit saved Package

    Hi, we are working with PL/SQL 8 and 9. When i open a Package with the Developer 8, everything is OK. But when i open the same Package with Developer 9, i got only a white Window with a question mark as title. Some Packages are working and some Packages have that problem. What can it be...
  3. M

    Export to Excel Problem (Field Data begins with '=')

    Hi, we are using Version 8.0.1.1501, still the same problem. Workarround: Select replace(, '=', '''=') from [TABLE];
  4. M

    Debug stopped Database

    Hi, I debugged a Package with the developer 7.0.0.1050, but while I start the debugging, the developer hangs up. A few people informed me, that they couldn`t work with the database anymore. We find the debug session of the developer which execute: declare ret binary_integer; begin ret :=...
Back
Top