dbms_lob usage issue in forms [message #456452] |
Tue, 18 May 2010 00:19 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
Hello everyone,
I am trying to use clob variable in a forms to dynamically create a flat file fed-in by some query results. The program is quite simple but it crashes right at clob variable initialisation. The oracle account I use to develop and test seems ok since it's default tablespace is TEMP and this account has DBA privilege on the database. However as soon as I issue the dbms_lob.createtemporary(my_clob,TRUE,10) the form crashes - it just exists.
In your opinion what could be the issue? I have also tried the dbms_lob.open() flavor but this time I'm getting an ORA-06502 (anyway my point is not to use a persistent clob variable)
thanks for suggesting clues.
Didier
|
|
|
Re: dbms_lob usage issue in forms [message #456490 is a reply to message #456452] |
Tue, 18 May 2010 03:00 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
Ok I'm talking to myself now. In fact I think that this processing is meant to be carried-out server-side right? I think that's the clue. I'll ry it and update this post if it works. That doesn't mean u can't bring-in your opinion on the question.
thanks,
Didier
[Updated on: Tue, 18 May 2010 03:01] Report message to a moderator
|
|
|
|
|
|
|