Recent content by Aviga

  1. A

    View/Edit "identified externally" user

    Hello, We are in the process of implementing Kerberos-based user authentication for external database users in my company. We would be delighted to be able to view and edit their external name (cf. external_name column in dba_users) inside PL/SQL Developer. create user "" identified...
  2. A

    Describe in command window does not work without SELECT privileges

    Thank you both, Sorry for my silence on this thread, but I just realized that though I had asked to be notified by email for my watched topics, my email address was incorrect. Regards, Avigael
  3. A

    Describe in command window does not work without SELECT privileges

    Hello, The end of the title is merely an assumption. It seems that when I have SELECT ANY DICTIONARY privilege (and SELECT_CATALOG_ROLE role), I cannot do a describe from the command window on tables that I cannot select. However, the describe window does work on the very same object. Thanks...
  4. A

    PL/SQL Developer 7.1 crashes whenever I try to access HTML documentation

    Hello, Since I installed PL/SQL Developer 7.1, I have not been able to use the HTML help system (F1). The application crashes whenever I double-click on the result of a search to display the corresponding HTML page. - HTML help is stored on a network drive on which I have a read/write access...
  5. A

    Tortoise is not SCC compliant?

    This key contains a string value where variable=value=empty string! Is there anything I can manually fix? Thank you.
  6. A

    Tortoise is not SCC compliant?

    Hi Marco, I don't get the error anymore after updating the registry when enabling PL/SQL Developer VCS plugin, but now TortoiseCVS SCC plugin has disappeared from the list of "Available Version Control Systems"... therefore I don't have any VCS at all. I tried to reinstall TortoiseCVS + PL/SQL...
  7. A

    Tortoise is not SCC compliant?

    Hello, I had installed Igloo and it didn't display the list of files in a directory. So I installed TortoiseCVS to see if it would work better. Both VCS interfaces appeared in PL/SQL Developer VCS menu, but whenever I tried to select TortoiseCVS, it kept going back to Igloo, and showing me...
  8. A

    Session queries - column order

    Thanks Marco.
  9. A

    Key configuration

    Thank you Slava!
  10. A

    Key configuration

    Hi, It does not seem to be possible to associate a key to "Go to next bookmark" or "Go to previous bookmark" though they are menu items. Could this be added as an enhancement? Thank you.
  11. A

    Session queries - column order

    Hi, I defined a top-level session query called "Application Info" to see some v$session in a specified order. select username, module, action, client_info, sid, serial#, status, sql_address, sql_hash_value, paddr from v$session where username is not null; The columns are ordered completely...
  12. A

    Regex enhancements

    Hello, I tried to prefix some lines (with "@@") using "^" in the search field but no line was found! Using "^" works though. Thanks
  13. A

    Importing into VCS?

    Hello, It depends on your source control system. You should be able to export database objects to files using PL/SQL Developer (one file per object), rename the files or create some directories if you wish, and then use your source control system 'import' feature to add all the objects at once...
  14. A

    Large data editor: suggestion

    Thanks Scott. This is a nice plugin. Cheers,
Back
Top