Recent content by Stian

  1. S

    saving files in UTF8

    This would be awesome! :)
  2. S

    how to restore a procedure or Packages after compilation

    In general no. When compiling code in database the old code is lost. At least to my knowledge. Unless you have an versioning file system and saved the file yesterday. I am not sure if database flashback restores packages but it would have to be enabled before hand. Regards Stian
  3. S

    saving files in UTF8

    This has been requested or discussed previously as well. This is still an issue in 10 beta 9. Several times I have committed code which fails when deployed to a Linux environment because of this. I have to manually convert all files. This should really be a simple issue if not an development...
  4. S

    Flashing menu and slow reaction PL/SQL 9.0.3.1641

    I have the same problem. It's painfully slow with only a few windows.
  5. S

    Suggestions for Connection Manager

    The CTRL-key did not work :) I just got a new unconfigured connection. I held down CTRL when clicking the new button as you said.
  6. S

    Suggestions for Connection Manager

    Thanks :) Stian
  7. S

    Suggestions for Connection Manager

    Suggestions for Connection Manager Autosave connections. If PD crashed I loose all new connections. So I have to manually export the connections every time I create a new connection. Create root folders. I was able to do this by manually editing definitions in file and importing. Clone/copy...
  8. S

    Window/tab execution frozen

    I have an unusual oracle-home config. We are using Oracle Designer and it has it's own 10g home and I have 11gR2 enterprise 64-bit. For PD I use instantclient 11gR2 32-bits with the oracle home and OCI path entered in the preferences. TNS_ADMIN is set to the 11gR2 enterprise 64-bit database...
  9. S

    Window/tab execution frozen

    Hi, I have been getting a lot of execution freezes now in a tab/window where I execute a simple select * from table. This table just got populated. Test case 1. open file (is opened in main connection) 2. change connection to correct one only in this tab/window 3. execute select works OK 4...
  10. S

    Feature request: Connection showing in window title bar

    Hi, I have only recently started using PD with multiple connected databases at once and almost executed a migration script in the wrong environment because I only looked at the window title. I have a feature request for showing the current connection as window title instead of the main...
  11. S

    SP2-0734 when running Command File saved by plsdev8 in SQL*Plus

    Have this been implemented? I would very much like to disable the BOM.
  12. S

    DB Object - Save As adds 3 bytes to begining of file

    I believe the autodetect only saves a file as UTF8 when there are characters outside US ASCII (or windows default) character set. As long as you only use US characters files will not be saved as UTF8. In other countries this is a bigger problem as they often use accented or other special...
  13. S

    DB Object - Save As adds 3 bytes to begining of file

    Marco, is there any way to disable the BOM? The BOM can be a big problem for SQL*Plus scripts when executed in Linux.
  14. S

    Latency when clicking on table data

    Thanks Marco :) Do you have any other tips disabling as many lookups as possible? For exsample, I get a delay for 5-10 sec very often when I just click to select a variable name or procedure name when editing SQL og PL/SQL. I'm not talking about right clicking, only single left click.
  15. S

    Latency when clicking on table data

    Hi, Just clicking cell or somewhere in the table freezes the whole application for 15-30 seconds every time I execute a query. This is very annoying and I can not understand why there is need for network round trips for this. The data should already be transfered. FYI, I am working as a...
Back
Top