Recent content by yann

  1. Y

    Enhancement request: Jobs

    Hello, Would it also possible to see (with a different icon ?) if a job is broken? Now the only option is to check each job to see if one have a problem. Best regards.
  2. Y

    XML type in sql window

    Good morning, This is working fine...thank you.
  3. Y

    XML type in sql window

    Good afternoon, When I try to execute a query using XMLELEMENT function in an sql window, PL/SQL developer never give me back the result. It stay in execution mode, with the hourglass, without giving any result. I tried with really simple query like SELECT XMLELEMENT ("Test" , 'X') FROM DUAL...
  4. Y

    SVN

    Sorry...my client was not installed correctly... It is now working.
  5. Y

    SVN

    Good morning. We plan to use tigris svn as version control programm. They provide a SCC gateway that should act same way as "Microsoft Visual SourceSafe" for the client. The problem is that the VCS plugin is not supporting it. The combo box of VCS plugin preferences do not show any option. I...
  6. Y

    Import/Export with Clob

    Ok... Thank you for your help.
  7. Y

    Import/Export with Clob

    I am using version 7.0.3.1123. I disable the unicode option and it is now working. Thank you.
  8. Y

    Import/Export with Clob

    Good morning, I need to transfer a table with clob column. I used the import/export function with the "PL/SQL developer" format. But when I check the imported result only the first letter of the clob is imported. Is the import/export function supposed to work with clob column?
  9. Y

    Boken job

    Good morning, Is there any way to visually see what job is broken in the job tree of the browser? I tried to create a "User defined folder" but this function seams to check only the all_objects view. And the jobs looks to not be present in this view. Now I have to check each job individually...
  10. Y

    Compile only one tab

    Bcoulam, I am use to work with only one file per objet or even no file and regulary save all source of database into files. But the customer I am now working for (I am a consultant) is working the way I explained before. The customer is using Toad, that is able to compile only one tab. As I am...
  11. Y

    Compile only one tab

    Thank for your reply. The example Bo Pedersen gives is exaclty what I mean. You have no way to compile only procedure A. We are working this way because each file contains all needed sources (triggers, package, procedure...) for a function of our application. So we get all linked source when...
  12. Y

    Compile only one tab

    Thank you for your reply. But I already tried it but I am not really happy with it. It open the source of the current tab in a new window and compile the new window. When an error occucrs, you see it in the compile window but you can not change the code directly. You have to close the compile...
  13. Y

    Compile only one tab

    Hello, I am using source file with many procedure. PL/SQL open automatically each procedure in a separate tab when I open the file...that is fine. But when I press execute to compile the source all procedure a recompiled. Is there a way to compile only one tab? Best regards
Back
Top