Recent content by Remo Laubacher

  1. R

    Command line switch BPC=1

    Can someone tell me what the switch BPC does? We had a problem with ORA-01480 (http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=003159). In our case it helped but I couldn't find any information about what it does... Thanks and kind regards, Remo
  2. R

    Preserve comments when compiling

    Are there any news according to that enhancement request? Thanks Remo
  3. R

    PL/SQL Developer test menu option

    because they are private..
  4. R

    Can't change user profile

    When I try to change the user profile to "SYSTEM USER" I get an error. The reason for that is quite simple. PL/SQL Developer tries to execute this query: -- Modify the user alter user MMAGLRE profile SYSTEM USER; In fact it would be better to execute something like that: -- Modify the...
  5. R

    Invalid CRLF's

    Hello We have a really strange problem. In a field in our application (centura gui) I have entered a value into a memo field with two line breaks. When I now query for this value in PL/SQL I see (in the Large Data Editor) a correct Windows CRLF (0D0A). I saw this topic...
  6. R

    Export XML Result

    Hi, I wrote a query which returns an XML result. It works fine after I added GetClobVal() Wasn't there a message in the forum that said it shouldn't be necessary to use GetClobVal with version 6? Anyway that's not the problem. My result contains a few positions so I should be able to export...
  7. R

    Preserve comments when compiling

    Hi I have a simple question: When I recompile a view I'm loosing all comments. Because comments are really important for us I always have to add the after compiling.. Is it possible to presve comments when compiling? Thanks Remo
  8. R

    Breakpoints in a Test window

    Inside of a test window I wasn't able the create breakpoint. Also I couldn't watch variables.. What's wrong? Thanks! Remo Laubacher
  9. R

    plsqldoc: Read from files

    That's correct! I can also do this.. But I can't import the package from the file by my self. This does a tool from IFS for me (which strips the comments)..
  10. R

    plsqldoc: Read from files

    I know it's a bad idea to write packages outside of plsql developer, but I can not change this.. there are a few reasion why we must use files: 1. We are using harvest (a tool like cvs..) so we need files.. I know I can export a package source to a file after I wrote it, but there are more...
  11. R

    plsqldoc: Read from files

    I've got a problem.. We'are writing our packages outside of PL SQL Developer (we do this because we need separate files for harvest). We have a tool to install this files (packages) but there is one big problem: This tool strips the comments. This is okay because there are a lot of comments...
Back
Top