Find the file \user_projects\domains\ClassicDomain\bin\setDomainEnv.cmd and edit it.
In the beginning set JAVA_VENDOR to be Sun.
set JAVA_VENDOR=Sun
Change these values
set XMS_SUN_32BIT=256
set XMX_SUN_32BIT=512
to
set XMS_SUN_32BIT=128
set XMX_SUN_32BIT=256
Further more, find set EXTRA_JAVA_PROPERTIES=-Xms256m -Xmx512m and change that
to set EXTRA_JAVA_PROPERTIES=-Xms64m -Xmx128m. That will reduce foot print of the WebLogic Server substansially.
Last, change the same parameters for Reports. set EXTRA_JAVA_PROPERTIES=-Xms256m -Xmx512m to
set EXTRA_JAVA_PROPERTIES=-Xms64m -Xmx128m
Thoughts
10g
(1)
11c
(1)
11g
(5)
12c
(4)
3.0
(1)
ApEx
(4)
Cloud
(11)
database
(10)
DBA
(1)
EBR
(1)
EC2
(2)
education
(3)
EOUC
(1)
ExaData
(1)
F2F
(1)
Forms
(7)
java
(1)
language
(2)
memorabilia
(2)
Metalink vs MOS
(4)
multi-cultural
(4)
on-line communities
(1)
oracle
(7)
performance
(5)
projects
(1)
reciproke
(1)
Reports
(2)
RUP
(1)
sales
(2)
services
(5)
silence
(1)
SOA
(3)
SQL Server
(3)
standards
(6)
Sun
(1)
support
(6)
W8
(1)
WebLogic Server
(5)
Showing posts with label Reports. Show all posts
Showing posts with label Reports. Show all posts
Wednesday, July 11, 2012
Tuesday, October 13, 2009
Oracle 11g Reports enhancements
Oracle Reports is here to stay as well, there is lots and lots of money and people time invested in that product. The new release makes it more easy to hide the sequential number in the URL created, now you can say "lets do it random" so it is more hard to guess. In previous releases you could easily see other reports by just decrease the seq nr in the URL by one. If the report was there you could see it.
Also, the JVM is the same JVM as the Forms process, so there is performance gains to do if you are calling Reports from Forms. Most of us still do... And further, there is no need to pass the password anymore to the Reports call. That is taken care of.
Also, the JVM is the same JVM as the Forms process, so there is performance gains to do if you are calling Reports from Forms. Most of us still do... And further, there is no need to pass the password anymore to the Reports call. That is taken care of.
Subscribe to:
Posts (Atom)