Recent content by Sergey

  1. S

    How to integrate project files into navigator window?

    Using a projects is cool idea. But next step is - to put objects/files into Version Control System. In that case we need transitive links like this: 1. {Oracle objects, Files, Scripts} -> Project 2. {Oracle objects, Files, Scripts} -> VCS And, we should be able to keep "Oracle's objects" from...
  2. S

    Keep-Alive on multisession

    I have the same issue with my VPN. You can also open: Tools->Sessions and turn on "Auto refresh timer", BUT it "not always" works because of "...this only keeps one session alive ... "
  3. S

    vcs plugin

    Thank you very much, Marco!
  4. S

    vcs plugin

    Is it possible to have an option to build file names using a "full" object name like this: SID."schema_name"."object_name"."ext" instead of "object_name"."ext"? In that case I don't need sub-directories in mine SCC's project. It will be cool for me. Also, it will be good to have the same...
  5. S

    VCS Plugin with PVCS and plural oracle schemas

    Thank you, Marco! Is it on the list for the version 7.x or 8? Can we have a full object name for a project's items? It will be so good to have items from different schemas in the one project. Thank you, Sergey.
  6. S

    VCS Plugin with PVCS and plural oracle schemas

    ... or, maybe, second question can I tell to the "Add to VCS" interface: "Please, use full object name pattern like ". If it is then I can forget about project's stucture in the PVCS because of we have very nice objects tree in the PL/SQL Developer. Thank you, Sergey
  7. S

    VCS Plugin with PVCS and plural oracle schemas

    I checked option "Allow version control over DB objects". I have a project structure in my PVCS for oracle database objects like this: "Project A" -> Schema#1 -> Packages -> Procedures -> ... -> Schema#2 -> Packages -> Procedures -> ... Does VSC plugin able to check out/in...
  8. S

    Integration PVCS: Serena VM web client 8.1.2 en_US (Build 110) and PL/SQL Developer 7

    Marco, all is working fine! I've just reinstalled all from the scratch. Thank you very much for help and for the VCS plugin!!!
  9. S

    Using HREF in a report

    Excellent - It works!!! Thank you a lot, Gustavo!!!
  10. S

    Using HREF in a report

    I tried it, I also tried to use javascript:window.open, played with TARGET="_blank", but it does not work for me. Is it work for you? if you want, you can try it: 1. File-> New-> Report window 2. Paste the query 3. Execute (F8) 4. Click on the link Thank you, Sergey
  11. S

    Using HREF in a report

    Thank you very much for help! It will be good to have this feature working! Thank you, Sergey
  12. S

    Using HREF in a report

    I made custom report. The query for a report is "like": select '<a HREF=http://www.google.ca>Google It</a>' as go_link from dual; Report is going fine except - the link does not work at all :( When I clicked a link it failed with unexpected error: Cannot open file "C:Program Files\PLSQL...
  13. S

    Integration PVCS: Serena VM web client 8.1.2 en_US (Build 110) and PL/SQL Developer 7

    Julianna, what is your version of the PVCS?
  14. S

    Integration PVCS: Serena VM web client 8.1.2 en_US (Build 110) and PL/SQL Developer 7

    Does anybody ever use this (with Serena VM web client 8.x )?
  15. S

    Integration PVCS: Serena VM web client 8.1.2 en_US (Build 110) and PL/SQL Developer 7

    Please, let me know - Is it possible to have it integrated? I downloaded and installed VCS plugin 1.2. Restarted "Developer" and got empty "Available Version Control System" list in the "Preference" sub-menu. I don't have key "HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider" in my...
Back
Top