Recent content by JDietz

  1. J

    9.0.4.1644 on W2K8 R2 SP1 File Type registration not allowed

    Hello Marco, do you have any news? Regards, Juergen
  2. J

    9.0.4.1644 on W2K8 R2 SP1 File Type registration not allowed

    It's strange because file type registration works on W2K8 R2 with PLSQL Dev 8.x when the plsqldev.exe is executed as admin. Nevertheless trying to register the file types with PLSQL Dev 8/9 and not using admin privs leads to a shutdown of Windows or renders the Windows session unuseable :(...
  3. J

    9.0.4.1644 on W2K8 R2 SP1 File Type registration not allowed

    Hallo Marco, will this be fixed in the near future? File type registration worked well with PLSQL Dev 8.x on W2K8 R2 (as admin). This imho is a very time saving feature because we have a lot of development servers with lots of different (Windows) users and manually registering file types takes...
  4. J

    9.0.4.1644 on W2K8 R2 SP1 File Type registration not allowed

    Hello, it seems that file type registration with PLSQL Dev 9.0.4.1644 on W2K8 R2 SP1 (fully patched) is broken => the error message box says: "Could not register file types, please run as administrator". We tried the same with "run as administrator" on plsqldev.exe and also logged in as local...
  5. J

    Command Window Bug

    Hello, today I came across a PLSQL Developer Command Windows issue. If you try to run this little script in a Command Window you'll see that the PLSQL Comment "-- /*" code is not correctly interpreted/checked: BEGIN -- /* comment dbms_output.put_line('test'); END; / Your SQL*Plus...
  6. J

    Instance termination whilst debugging with PLSQL Developer >=7.1.x

    Hello Marco, this is what I got back with "debugsql" on: PL/SQL Developer Version 8.0.0.1480 Windows 2003 Enterprise Edition (64-bit) 5.2 Build 3790 (Service Pack 1) Physical memory : 4.194.304 kB (4.194.304 available) Paging file : 4.194.304 kB (4.194.304 available) Virtual...
  7. J

    Instance termination whilst debugging with PLSQL Developer >=7.1.x

    Hello, last week we found a serious issue whilst debugging a certain piece of PLSQL code running on a 10.2.0.3 x64 Enterprise Edition on Win2k3 with PLSQL Developer >= 7.1.x or 8.0: Everytime we step over a certain "for cs in (select ...)" the whole instance terminates without any crash dump or...
  8. J

    How can I get the list of databases at PLSQL Developer window logon?

    Hi! This heavily depends on the Oracle installation on your system where you have reinstalled the PLSQL Developer. If you have a single & clean Oracle Client x86 installation PLSQL Developer should find the tnsnames.ora itself. But this isn't the case it seems. If you have more Oracle Homes...
  9. J

    Bug in "Import Tables..." Tool

    Hello, today we found 2 bug(s) when we tried to "import" a sql-script with the "Import Tables..."->"SQL Inserts" tool. We use PL/SQL Developer 7.1.5.1396 directly on a Windows 2003 R2 Sp2 x64 machine which also serves a 10.2.0.4 x64 Oracle Database. In order to get PL/SQL Developer working we...
  10. J

    Plugin & new tabs in program windows

    Oh thanks! I'll try that. This should do the trick! :) Thanks, J
  11. J

    Plugin & new tabs in program windows

    This will be a very good addition! Will we be able to create more then one such complete window layout? This is/was my intention. By using "Projects" I could reach a similiar result but it's too complex. I'd just like to hit one "button" and my current layout should be saved e.g. a layout for...
  12. J

    Plugin & new tabs in program windows

    Hi, is it possible in a plugin to create new tabs in a programm window? I'd like to store all open windows with content in a text file in order to load them anytime again (-> store different window layouts with content and bookmarks). To do so I have to manually generate program windows (spec...
  13. J

    A call to an OS function failed

    Hello, "InstallAMS" is just the name of some package I opened with "view". so this could not be the reason. but I found out something very interesting: the messagebox only pops up if you have a package(spec or body) or similar other "program window" open in edit or view mode. If you set the...
  14. J

    A call to an OS function failed

    Hello! We're using 5.1.6.747 on a Windows 2003 Enterprise Edt. If we are working with PLSQLDeveloper on a terminal server session (remote desktop session) on that server (client is XP) we are often getting the error "A call to an OS function failed" when we change back to the XP desktop and the...
  15. J

    "saved" & "compiled" indicators bug?

    many thanks!
Back
Top