Recent content by jko

  1. J

    how does pl/sql developer detect if a file was changed?

    I did the test you asked me for when I posted my reply. Seems I somehow missed to mention it. The modification time does not change, the access time does.
  2. J

    how does pl/sql developer detect if a file was changed?

    wim and marco thank you for your feedback. i got this log entries from my system admin: [2009/06/12 15:24:24, 2] smbd/open.c:open_file(551) jko opened file projekte_prg/trunk/sql/test.pck read=Yes write=No (numopen=2) [2009/06/12 15:24:35, 2] smbd/close.c:close_normal_file(606) jko...
  3. J

    how does pl/sql developer detect if a file was changed?

    No, we have just one domain. :(
  4. J

    how does pl/sql developer detect if a file was changed?

    yes it's wrong. let's assume the following situation: you are opening a file (located on a fileserver, mapped as a network drive), editing it in pl/sql developer, saving it again (ctrl+s) and some seconds later you get a "file has been modified - reload?"-box. just trying to figure out what...
  5. J

    how does pl/sql developer detect if a file was changed?

    Hi, how does PL/SQL Developer detect if a file changed and shows the "file was changed - reload/discard changes/overwrite"-boxes? Is it just a simple comparison of last modified date? I suffer under the the effect that I'm always prompted with this messages which is kinda annoying because you...
  6. J

    How to integrate project files into navigator window?

    Thanks for the reply. Looking forward version 8.0 :)
  7. J

    How to integrate project files into navigator window?

    Marco could you add something more to this thread please? Is it "as it is" or is there something I don't understand or doing wrong? How are other users handling this? /me is feeling a bit lost :confused:
  8. J

    How to integrate project files into navigator window?

    This is basically what I did (btw something for the wish list: a filter option for objects types would be handy, you can sort but it would be nice to be able to display only packages/package specs/package bodies when you have lots of tables and other objects). Where I struggle is the point of...
  9. J

    Need Help Loading a csv file

    check out tools > text importer (very nice tool :) )
  10. J

    How to integrate project files into navigator window?

    Currently I'm about to move the development of our application out of the database and into the file system. Unfortunately I have no idea how to "link" the database objects (packages, procedures and functions) to files in the file system. So I read in the manual and found this nifty thingy...
  11. J

    can't see other users jobs when working as sysdba

    No. :( I really missed this. Works fine now!
  12. J

    can't see other users jobs when working as sysdba

    When working as sysdba and browsing other users using the "users"-folder, I'm able to see the user's objects, packages and stuff. But I don't see the user's jobs. This folder is just empty, even when the user has scheduled jobs (dba_jobs).
  13. J

    some handling questions (newbie)

    Hi, I'm evaluating PL/SQL-Developer atm and I have to say - it's an awesome tool. I was about to post some things earlier but figured out how to do it in PL/SQL-Developer so maybe this question is one of this kind, too. ;) Is there a way to grant permissions (execute) on a sys-Package to...
Back
Top