Rajesh Somisetti
Thursday, 21 August 2014
How to convert varchar2/Number to Hexadecimal ?
Using RAWTOHEX Function .
select RAWTOHEX('a') from dual
Wednesday, 20 August 2014
how many maximum parameters in concurrent program
100 parameters
Thursday, 7 August 2014
REP-0069 :Internal Error REP -57054: In -process job terminated :finished sucessfully but output is voided
Hi,
Since this report got an internal error (Finished successfully but output is voided), it was completed with error for the request id 12345
.
I think it happens intermittently because of cache of oracle reports temporary files.
We can find the solution for this error in the following metalinks.
To resolve this issue, we need to add the below property names and values in the reports server configuration file
rwbuilder.conf
<property name="cacheSize" value="0"/>
<property name="noVoidedOutputError" value="yes"/>
https://support.oracle.com/
epmos/faces/DocumentDisplay?_
afrLoop=1137914333622456&id=
1351791.1&displayIndex=1&_
afrWindowMode=0&_adf.ctrl-
state=bccvmcua8_139
https://support.oracle.com/
epmos/faces/DocumentDisplay?_
afrLoop=1138133219561898&id=
1237834.1&_afrWindowMode=0&_
adf.ctrl-state=bccvmcua8_202
http://erdemcer.blogspot.in/
2014/05/oracle-reports-rep-
0069-rep-57054-error.html
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)