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
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...
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...
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...
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
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)..
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...
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...