Recent content by Dirk.RSMG

  1. D

    Wait time when copying (ctrl+c)

    I thought it was because of connection to remote database. But it seems to be dependent on anything else. Maybe time of PL/SQL-Developer is running. In a "fresh" started instance not connected to a database I have to wait 2 seconds, in an instance running since yesterday evening I now have to...
  2. D

    Wait time when copying (ctrl+c)

    Hi, I'm working on a remote database (10MBit connection). Every time doing a copy when editing functions, procedures, ... the program is "locked" for about 3-6 seconds. I have to wait this time until continue working, even if only a single word is copied. This is very annoying! Is there any...
  3. D

    Prefix own Objects with schema/owner

    Hi, we have BIG problems with this behaviour in our company. We are using application servers each connecting to it's "own" schema on the SAME ORA-server. So I have to be able to edit an object in schema 1 (test) and transfer it to schema 2-n (live) without changing any owner information!!!!! In...
  4. D

    Poor test-performance when function call in SELECT

    Hi, I have a very poor testing performance when I step into a FOR c in (SELECT abc(column) ...) LOOP with a function call (abc) within the select part. Allthough I switched off debug information for that function it takes a lot of minutes until I can step on. I discovered a lot of data sent over...
  5. D

    PL/SQL Developer hangs when network connection breaks

    Hi, I'm very often working via VPN on remote systems. When network connection breaks PL/SQL Developer hangs. Sometimes it takes more than 30 minutes until it's "back" again. Most often I have to kill the application and have to hope that most windows will be restored. Is there any configuration...
Back
Top