T5120 performance

Hi
I have a sparc T5120 8 cpu 4cores 8G RAM
I'm very disapointing about the server performance. 68 seconds to create a 1G file
I was wondering if someone could execute this command on a server similar to the T5120 model that we have, and send us the results. That would be of great help to us.
The command is going to create a 1 GB file filled with zeroes in my home folder. Look at the start and the end times once the command is run.
bash-3.00# date; dd if=/dev/zero of=myfile bs=1024 count=1000000; date
Thu Nov 4 12:54:10 EDT 2010
1000000+0 records in
1000000+0 records out
Thu Nov 4 12:55:18 EDT 2010
The system is patched and up to date. It is running ZFS and Solaris 10 OS. The OS is running on a RAID1 (2 drives).
Now, if I run the same command on a Virtual Machine that is using inferior storage (RAID 5 shared with 20 other VMs) I get better performance than on the physical system. It takes 30 seconds on this low end Virtual Machine server.
When we run the same command on an x86 server running Solaris 10 with ZFS (HP Proliant DL 380 G5, 2 drives RAID1), the test takes 8 seconds!
All systems are running Solaris 10 and ZFS, all patched and up to date.
Any suggestions will be appreciate!
Many thanks!
Norman

Hi
RAID 64k stripe size
ZFS zfs set recordsize=64k biblio/p6
dd bs=64k
bash-3.00# date;ptime dd if=/dev/zero of=/biblio/p6/ABC.txt bs=64k count=16000; date
Fri Nov 5 08:43:00 EDT 2010
16000+0 records in
16000+0 records out
real 2.606
user 0.091
sys 2.468
Fri Nov 5 08:43:03 EDT 2010
bash-3.00# ./iostat.tst
c1t0d0 123 MB/sec
c4t600A0B8000114260000070D94CB59A9Ad0 87 MB/sec
bash-3.00# iostat -XCn 1 15
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
3.0 1.6 286.3 31.5 0.0 0.1 0.0 14.4 0 1 c1
3.0 1.6 286.3 31.5 0.0 0.1 0.0 14.4 0 1 c1t0d0
11.8 30.6 1478.8 3502.7 0.0 0.5 0.0 12.5 0 8 c4
11.8 30.6 1478.8 3502.7 0.0 0.5 0.0 12.5 0 8 c4t600A0B8000114260000070D94CB59A9Ad0
11.8 30.6 1478.8 3502.7 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
12.0 0.0 1537.3 0.0 0.0 0.1 0.0 5.2 0 6 c4
12.0 0.0 1537.3 0.0 0.0 0.1 0.0 5.2 0 6 c4t600A0B8000114260000070D94CB59A9Ad0
12.0 0.0 1537.3 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
1356.0 6.0 85609.5 0.0 0.0 0.7 0.0 0.5 2 62 c1
1356.0 6.0 85609.5 0.0 0.0 0.7 0.0 0.5 2 62 c1t0d0
21.0 2.0 1810.4 0.0 0.0 0.1 0.0 3.0 0 7 c4
21.0 2.0 1810.4 0.0 0.0 0.1 0.0 3.0 0 7 c4t600A0B8000114260000070D94CB59A9Ad0
21.0 0.0 1810.4 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
1955.5 2.0 124896.4 0.0 0.0 0.9 0.0 0.4 3 86 c1
1955.5 2.0 124896.4 0.0 0.0 0.9 0.0 0.4 3 86 c1t0d0
22.0 0.0 2602.3 0.0 0.0 0.1 0.0 6.6 0 13 c4
22.0 0.0 2602.3 0.0 0.0 0.1 0.0 6.6 0 13 c4t600A0B8000114260000070D94CB59A9Ad0
22.0 0.0 2602.3 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
1946.7 2.0 124335.6 0.0 0.0 0.8 0.0 0.4 3 85 c1
1946.7 2.0 124335.6 0.0 0.0 0.8 0.0 0.4 3 85 c1t0d0
18.0 0.0 2302.5 0.0 0.0 0.1 0.0 5.4 0 9 c4
18.0 0.0 2302.5 0.0 0.0 0.1 0.0 5.4 0 9 c4t600A0B8000114260000070D94CB59A9Ad0
18.0 0.0 2302.5 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
914.1 0.0 58502.5 0.0 0.0 0.4 0.0 0.5 2 41 c1
914.1 0.0 58502.5 0.0 0.0 0.4 0.0 0.5 2 41 c1t0d0
16.0 769.1 959.2 96836.9 0.0 8.7 0.0 11.1 1 91 c4
16.0 769.1 959.2 96836.9 0.0 8.7 0.0 11.1 1 91 c4t600A0B8000114260000070D94CB59A9Ad0
16.0 767.1 959.2 96837.1 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
21.0 657.2 1684.6 83430.3 0.0 10.9 0.0 16.0 0 100 c4
21.0 657.2 1684.6 83430.3 0.0 10.9 0.0 16.0 0 100 c4t600A0B8000114260000070D94CB59A9Ad0
21.0 657.2 1684.6 83430.3 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
580.1 438.1 37513.6 55700.2 0.0 10.9 0.0 10.7 0 100 c4
580.1 438.1 37513.6 55700.2 0.0 10.9 0.0 10.7 0 100 c4t600A0B8000114260000070D94CB59A9Ad0
580.1 438.1 37513.6 55700.2 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
1411.1 231.0 90307.3 29380.1 0.0 10.9 0.0 6.6 1 100 c4
1411.1 231.0 90307.3 29380.1 0.0 10.9 0.0 6.6 1 100 c4t600A0B8000114260000070D94CB59A9Ad0
1411.1 231.0 90307.3 29380.1 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
1287.9 1085.9 82061.1 137549.3 0.0 10.7 0.0 4.5 1 100 c4
1287.9 1085.9 82061.1 137549.3 0.0 10.7 0.0 4.5 1 100 c4t600A0B8000114260000070D94CB59A9Ad0
1287.9 1083.9 82061.1 137549.3 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
1419.9 717.0 90980.1 90205.1 0.0 10.5 0.0 4.9 1 100 c4
1419.9 717.0 90980.1 90205.1 0.0 10.5 0.0 4.9 1 100 c4t600A0B8000114260000070D94CB59A9Ad0
1419.9 715.0 90980.1 90205.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 64.0 0.0 937.0 0.0 1.9 0.0 29.5 0 36 c1
0.0 64.0 0.0 937.0 0.0 1.9 0.0 29.5 0 36 c1t0d0
1320.0 897.0 85184.3 109671.9 0.0 8.7 0.0 3.9 1 97 c4
1320.0 897.0 85184.3 109671.9 0.0 8.7 0.0 3.9 1 97 c4t600A0B8000114260000070D94CB59A9Ad0
1320.0 895.0 85184.3 109671.9 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
147.0 939.1 9409.1 119387.4 0.0 9.9 0.0 9.1 1 100 c4
147.0 939.1 9409.1 119387.4 0.0 9.9 0.0 9.1 1 100 c4t600A0B8000114260000070D94CB59A9Ad0
147.0 939.1 9409.1 119387.4 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
2.0 914.0 256.0 116048.1 0.0 9.8 0.0 10.7 0 100 c4
2.0 914.0 256.0 116048.1 0.0 9.8 0.0 10.7 0 100 c4t600A0B8000114260000070D94CB59A9Ad0
2.0 914.0 256.0 116048.1 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)
extended device statistics
r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c1t0d0
2.0 925.0 256.0 117514.6 0.0 9.8 0.0 10.6 0 100 c4
2.0 925.0 256.0 117514.6 0.0 9.8 0.0 10.6 0 100 c4t600A0B8000114260000070D94CB59A9Ad0
2.0 925.0 256.0 117514.6 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c4t600A0B8000114260000070D94CB59A9Ad0.fp2
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 ps10pfa:vold(pid519)

Similar Messages

  • SOAP performance issue

    Hi,
    My problem is that the NE I am connecting to was exposing its interfaces as LDAP and now they are changing those interfaces as SOAP. We are getting a very high load and I feel that since LDAP is optimized for fast read-speeds, replacing the LDAP interfaces with Web Services would have performance implications since SOAP performs poorly compared to the LDAP because of transport inefficiencies & marshalling/unmarshalling overhead.
    Although the NE team says that they will be able to give response withing the defined SLA time (around 1 sec) but the what they are not understanding is that even if they given response withing 1 sec, Web services invocation operations would also be expensive. Also overhead on our end (client) would also include extracting the SOAP envelope and parsing the XML by engine. Further, XML data cannot be optimized much for all cases.
    Pls guide me if I am correct or wrong in my opinion.
    Thanks
    AA

    If I get it right, LDAP ist just a protocol for calling a directory service. The backend, is performing with the same throughput independent of the type of protocol.
    Our performance tests on our soa-servers showed, the total overhead, including network, logging, Application server stuff, xml parsing, is about 10%. We got this value testing with JMeter and logging statements inside of the code.
    CPU, Memory (incl garbage collecting) and networktraffic were very, very good, we didn't except some of these results (~40 samples / second -> 3% CPU on a Sun T5120 machine), most overhead was from the backends.
    I guess you're correct if you say, SOAP needs more ressources than LDAP, but this is less than you think (in my opinion, of course).
    You definetly should do some performance tests and compare the results with the ldap variant.
    regards
    slowfly

  • SUN IDM 8.1.0.3: performance tuning on SPARC platform

    Hi all!
    In our environment we have SUN IDM 8.1.0.3 on Sun SPARC Enterprise T5120 Server, 4 Core 1.2GHz UltraSPARC T2 processor, 4GB FBDIMM memory (4 1GB). As application server we use Sun GlassFish 2.1. In this configuration we have noticed that there is some performance issue: all IDM web pages are opened very slowly. For example, opening the page “Roles - > List Roles” takes about 20 seconds whereas in the virtual machine with 2.4 GHz x86 CPU and 1 Gb RAM opening this page takes about 3 seconds.
    I have performed Java JVM tuning on Sparc machine and has obtained throughput about 98% but the page is still open slow.
    I assume that problem is in the GlassFish tuning on Sparc platform.
    Does anybody have an experience in the GlassFish tuning on Sparc platform and can give some advice or links how I can do this?
    Or maybe anybody has other idea than tuning on Sparc platform which cause this performance issue?
    Any ideas are welcome.
    Thanks’ in advance!

    Where's your database for this located? On the same server or another server? It is more likely the database than Glassfish being the weak and slow link here unless badly tuned GC is taking up all the CPU cycles.

  • T5120 console login failed

    Hi ,
    Need help on this .
    I have a T5120 unable to perform console login to domain through SP/ILOM .
    I have try to reset SP but unsuccessful . Managed to reboot the SP with sunservice
    id but still failed to get console login. The following error was seen while booting
    up the SP
    Waiting for daemons to initialize...
    Timed out waiting for daemons to start
    vbsc daemon failed to start
    T5120 current FW is
    current System Firmware
    Sun System Firmware 7.1.6.j 2008/11/25 11:12
    Host flash versions:
    Hypervisor 1.6.7.a 2008/08/30 05:18
    OBP 4.29.0.a 2008/09/15 12:01
    POST 4.29.0.a 2008/09/15 12:27
    SP firmware VBSC version: VBSC 1.6.7.c
    What is the cause of daemons failure ?
    Will upgrading the FW to the latest release ie patchid 136932-10 help ?
    TIA
    chong

    Hi ,
    More info .....
    LDOM is not being configured on the server .
    It seem that the ILOM has failed to communicate with the host as the result of the virtual blade system controller
    daemon failure .
    -> set /SYS/LOCATE value=Fast_Blink
    set: Invalid target /SYS/LOCATE
    How can I manaully restart the vbsc daemon ?

  • Binary Search performance issue

    Hi,
    I have same piece of code of running on two different but similar Solaris machine.
    Machine #1 : SunOS #### 5.10 Generic_147440-01 sun4v sparc SUNW,SPARC-Enterprise-T5120
    Machine #2 : SunOS #### 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire
    The process does a binary search on a shared memory and returns data. On Machine#2 the binary search is almost 10 times faster than Machine #1. The load on both the machine is comparable.
    Can someone please give a pointer that why such a big difference in performance on both the machine despite being similar in architecture and the code is compiled using the same compiler on both the machine.
    Thanks.
    Edited by: 903946 on Dec 21, 2011 11:38 PM

    You also need to look at in detail on the following
    Number of processors, Total Memory & How these machines were loaded when you ran your code
    Also you cannot run once and come to a conclusion. You need to run the code multiple times and divide the time by number of runs and see how they fare across the hardware.

  • Help! Lost T5120 ok Prompt

    I got a T5120 and been playing around with ldom
    after finish playing with it, I delete everything and want to start again
    to get the hang of it and run these commands
    sc> poweroff
    sc> bootmode config="factory-default"
    sc> poweron
    Now I cant seem to get the ok prompt back any more.
    I did a -> reset /SYS and this is the out put from the console
    it never get to the ok prompt..is there a way I can reset everything to factory default and get it back?
    I still have access to ALOM and can do all the ALOM stuff.
    reset /SYS
    Are you sure you want to reset /SYS (y/n)? y
    Performing reset on /SYS
    start /SP/console
    Are you sure you want to start /SP/console (y/n)? y
    Serial console started. To stop, type #.
    0:0:0>
    0:0:0>SPARC-Enterprise[TM] T5120/T5220 POST 4.30.2 2009/04/21 09:53
    /export/delivery/delivery/4.30/4.30.2/post4.30.2-micro/Niagara/huron/inte
    grated (root)
    0:0:0>Copyright 2009 Sun Microsystems, Inc. All rights reserved
    0:0:0>POST enabling CMP 0 threads: 000000ff.ffff00ff
    0:0:0>VBSC mode is: 00000000.00000001
    0:0:0>VBSC level is: 00000000.00000000
    0:0:0>VBSC selecting Normal mode, MIN Testing.
    0:0:0>VBSC setting verbosity level 2
    0:0:0>Basic Memory Tests....Done
    0:0:0>Test Memory....Done
    0:0:0>Setup POST Mailbox ....Done
    0:0:0>Master CPU Tests Basic....Done
    0:0:0>Init MMU.....
    0:0:0>NCU Setup and PIU link train....Done
    0:0:0>L2 Tests....Done
    0:0:0>Extended CPU Tests....Done
    0:0:0>Scrub Memory....Done
    0:0:0>SPU CWQ Tests...Done
    0:0:0>MAU Tests...Done
    0:0:0>Network Interface Unit Tests....Done
    0:0:0>Extended Memory Tests....Done
    2009-07-28 18:07:04.693 0:0:0>INFO:
    2009-07-28 18:07:04.696 0:0:0> POST Passed all devices.
    2009-07-28 18:07:04.701 0:0:0>POST: Return to VBSC.
    2009-07-28 18:07:04.705 0:0:0>Master set ACK for vbsc runpost command and spin..
    -

    Ok I reflash the T5120 with the latest firmware 7.2.2e
    and set everything to factory default value and I still cant get to the OK prompt
    here is the output... and that where it hangs
    is this a hardware issues?
    sc> poweron
    sc> Chassis | major: Host has been powered on
    sc> console
    Enter #. to return to ALOM.
    0:0:0>
    0:0:0>SPARC-Enterprise[TM] T5120/T5220 POST 4.30.2 2009/04/21 09:53
    /export/delivery/delivery/4.30/4.30.2/post4.30.2-micro/Niagara/huron/inte
    grated (root)
    0:0:0>Copyright 2009 Sun Microsystems, Inc. All rights reserved
    0:0:0>POST enabling CMP 0 threads: 000000ff.ffff00ff
    0:0:0>VBSC mode is: 00000000.00000001
    0:0:0>VBSC level is: 00000000.00000001
    0:0:0>VBSC selecting Normal mode, MAX Testing.
    0:0:0>VBSC setting verbosity level 2
    0:0:0>Basic Memory Tests....Done
    0:0:0>Test Memory....Done
    0:0:0>Setup POST Mailbox ....|Chassis | major: Hot removal of HDD3
    Chassis | major: Hot removal of HDD2
    Fault | critical: SP detected fault at time Wed Jul 29 08:59:36 2009. TACH at /S
    YS/FANBD1/FM2/F1 has exceeded low non-recoverable threshold.
    Done
    0:0:0>Master CPU Tests Basic....Done
    0:0:0>Init MMU.....
    0:0:0>NCU Setup and PIU link train....Done
    0:0:0>L2 Tests....Done
    0:0:0>Extended CPU Tests....Done
    0:0:0>Scrub Memory....Done
    0:0:0>SPU CWQ Tests...Done
    0:0:0>MAU Tests...Done
    0:0:0>Network Interface Unit Tests....Done
    0:0:0>Functional CPU Tests....Done
    0:0:0>Extended Memory Tests....Done
    2009-07-29 09:01:49.802 0:0:0>INFO:
    2009-07-29 09:01:49.806 0:0:0> POST Passed all devices.
    2009-07-29 09:01:49.810 0:0:0>POST: Return to VBSC.
    2009-07-29 09:01:49.816 0:0:0>Master set ACK for vbsc runpost command and spin..
    Chassis | major: Host is running
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P0
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P1
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P2
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P3
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P4
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P5
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P6
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P7
    Chassis | major: Hot insertion of /SYS/MB/CMP0/CORE0
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P16
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P17
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P18
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P19
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P20
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P21
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P22
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P23
    Chassis | major: Hot insertion of /SYS/MB/CMP0/CORE2
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P24
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P25
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P26
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P27
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P28
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P29
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P30
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P31
    Chassis | major: Hot insertion of /SYS/MB/CMP0/CORE3
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P32
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P33
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P34
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P35
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P36
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P37
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P38
    Chassis | major: Hot insertion of /SYS/MB/CMP0/P39
    Chassis | major: Hot insertion of /SYS/MB/CMP0/CORE4

  • Quote Report - Performance

    I have created a quote report with narratives around the opportunity, opportunity-product, and account information. The report contains a pivot table.
    I'm getting very hit or miss performance results on the report. Sometimes the report runs faster for all opportunities compared to when its prompted with an opty id from a web link.
    Any thoughts? There doesn't seem to be one column that makes a difference.
    Also this is not an analytical report as the quotes need to be generated same day.

    Hi Shaik,
    Please remove all the join select queries and use 'for all entries' varaiant of the select query. Check whether you can create and use indexes in ur queries.
    Thanks and Regards,
    Saurabh Chhatre

  • IS NOT NULL and performance

    I have a performance issue with a query - it would be something like -
    select col1,col2, sum(col3), get_val(col_4)
    from table1
    where
    get_val(col_4) is not null
    group by col1,col2, get_val(col_4)
    I have simplified this but it is something similar. This works great - performance is great. Now I commented out the where clause as I needed to populate null values - and that's it the query does not retrieve the resultset - it keeps running forever. With the where clause it comes back in 60 seconds. There is only one row out of 560 rows that has null value for col_4 which i need to display.
    Any help is appreciated.

    The only difference I notice between the two sqls is HASH(UNIQUE) -
    with IS NOT NULL in where clause -
    SELECT STATEMENT     ALL_ROWS     1598     1     209
    HASH(UNIQUE)          1598     1     209
    HASH(GROUP BY)          1598     1     209
    When is not null is removed from the where clause -
    SELECT STATEMENT     ALL_ROWS     1598     1     206
    HASH(GROUP BY)          1598     1     206          
    I'm guessing that the index is being used in the first scenario and not in the second. Any idea/suggestion as to how to over come this?          
    Thanks

  • Issues with WebForm performance

    Hi,
    We had migrated a new application from UAT to PROD and we encounter webform performance issues with the following actions..
    After login, the first form you open it is
    always slow. After this you can switch from one form to another without a
    delay.
    Then once you change any data – the next time
    you access a form it gets delayed.
    The point to be noted is, it doesnt have any performance issues in the UAT environment and the configuration settings,essbase cache settings are all the same. We did try to move the EPM system to a new server to see if this is a hardware issue but no luck, the performance issues still exist. The consumption of the CPU/memory has been checked and it is proved that the form opening delay has nothing to do with lack of memory.
    The JVM head settings is set up at 4GB which is infact higher than that of the UAT environment(2GB).
    runs on Windows server2008,11.1.2.1.600 EPM serve, has planning,reporting,foundation on one server (32GB ram) and essbase on another server (32GB ram). Any help is appreciated.
    Please find attached the planning logs below and there is nothing mentioned in the hyperionplanning error logs.-----------------------------------------------------------------------------------------------------------------------------------------------------------------
    <Nov 5, 2013 8:05:43 PM CET> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Nov 5, 2013 8:05:43 PM CET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Nov 5, 2013 8:05:44 PM CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.2-11-135406-1.6.0_20-20100624-2119-windows-x86_64 from Oracle Corporation>
    <Nov 5, 2013 8:05:46 PM CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Nov 5, 2013 8:05:48 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 5, 2013 8:05:48 PM CET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 5, 2013 8:05:48 PM CET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\Planning0\logs\Planning0.log is opened. All server side log events will be written to this file.>
    <Nov 5, 2013 8:06:22 PM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 5, 2013 8:06:28 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 5, 2013 8:06:28 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Calling getDomainConfiguration()
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Calling getRuntimeService()
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
      return com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
      return com.bea:Name=EPMSystem,Type=Domain
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Domain location is 'C:\Oracle\Middleware\user_projects\domains\EPMSystem'
    Calling getRuntimeService()
      return com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Calling getConnection()
      return weblogic.management.jmx.mbeanserver.WLSMBeanServer@327b36fb
    Checking C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\Planning0\registry_update.xml file
    EPM_ORACLE_HOME: C:\Oracle\Middleware\EPMSystem11R1
    Template for PLANNING#11.1.2.0: C:\Oracle\Middleware\EPMSystem11R1\common\templates\applications\epm_planning_11.1.2.1.jar
    Dependencies for C:\Oracle\Middleware\EPMSystem11R1\common\templates\applications\epm_planning_11.1.2.1.jar: []
    BPMUI shared webapp not referenced from PLANNING#11.1.2.0
    Application name: PLANNING#11.1.2.0
    Application source: HyperionPlanning.ear
    Server name: Planning0
    Server port: 8300
    Server SSL port: 8343
    Application context: HyperionPlanning
    Registry product type: PLANNING_PRODUCT
    Registry physical web application type: PLANNING_WEBAPP
    weblogic.Name property is 'Planning0', seems to be WebLogic mode
    registry.isRegistryDatabaseCreated()true
    Registry was initialized sucessfully
    Executing pre custom update for PLANNING#11.1.2.0
    EPM_ORACLE_INSTANCE: C:\Oracle\Middleware\user_projects\epmsystem1
    Physical Web App found
    Web app already linked to some application server: false
    The registry was not modifyed because it already containse all sturctures
    Web app is already linked to the logical web app
    No needs to run custom updater for PLANNING#11.1.2.0
    loggingUpdatePLANNING.block file exist or the system is running in the Fusion mode, skipping logging.xml configuration
    Planning locale: en_US
    <Nov 5, 2013 8:06:39 PM CET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Nov 5, 2013 8:06:39 PM CET> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Nov 5, 2013 8:06:39 PM CET> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of Planning.>
    <Nov 5, 2013 8:07:09 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Nov 5, 2013 8:07:09 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Nov 5, 2013 8:07:09 PM CET> <Notice> <Cluster> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\Middleware\jrockit_160_20\jre\lib\security\cacerts.>
    <Nov 5, 2013 8:07:10 PM CET> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 21:12:27 CET 2002,
                   To: Tue Mar 22 21:12:27 CET 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on 127.0.0.1:8343 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on fe80:0:0:0:0:5efe:a53:4816:8343 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on 0:0:0:0:0:0:0:1:8343 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.83.72.22:8300 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:8300 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 0:0:0:0:0:0:0:1:8300 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:ffff:ffff:fffe:8300 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:5efe:a53:4816:8300 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on fe80:0:0:0:0:ffff:ffff:fffe:8343 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 10.83.72.22:8343 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 5, 2013 8:07:10 PM CET> <Warning> <Server> <BEA-002611> <Hostname "WIPLPRD01.svc.unicc.org", maps to multiple IP addresses: 10.83.72.22, 0:0:0:0:0:0:0:1>
    <Nov 5, 2013 8:07:10 PM CET> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "Planning0" for domain "EPMSystem" running in Production Mode>
    <Nov 5, 2013 8:07:12 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Nov 5, 2013 8:07:12 PM CET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    using java.library.path: C:\Oracle\Middleware\EPMSystem11R1/products/Planning/lib64;C:\Oracle\Middleware\EPMSystem11R1/bin;C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseRTC-64/11.1.2.0/bin;C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JROCKI~1\jre\bin;C:\Oracle\MIDDLE~1\JROCKI~1\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8
    EPM_ORACLE_HOME (C:\Oracle\Middleware\EPMSystem11R1) is set from JVM property "EPM_ORACLE_HOME".
    using Java property for Hyperion Home C:\Oracle\Middleware\EPMSystem11R1
    EPM_ORACLE_INSTANCE (C:\Oracle\Middleware\user_projects\epmsystem1) is set from JVM property[EPM_ORACLE_INSTANCE].
    Reaquired task list lease: Tue Nov 05 20:11:49 CET 2013: 1383678709156
    Seeking ESAPI.properties
      Found in 'org.owasp.esapi.resources' directory: C:\Oracle\Middleware\EPMSystem11R1\products\Planning\config\esapi\ESAPI.properties
    Loaded 'ESAPI.properties' properties file
    Seeking validation.properties
      Found in 'org.owasp.esapi.resources' directory: C:\Oracle\Middleware\EPMSystem11R1\products\Planning\config\esapi\validation.properties
    Loaded 'validation.properties' properties file
    Seeking antisamy-esapi.xml
      Found in 'org.owasp.esapi.resources' directory: C:\Oracle\Middleware\EPMSystem11R1\products\Planning\config\esapi\antisamy-esapi.xml
    EnterData_Inner Processing Time:424
    2013-11-05 20:14:47,454 INFO Thread-51 calcmgr.launch - Date/Time Started: 2013/11/05:20:14:47.452 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: WPA_Count By Planning user: wipoadmin Values entered for run-time prompts: [Variable] Wrk_Scenario:"Work_Plan_2014"[Variable] Funds:"Regular"[Variable] Units:"0001"
    - Date/Time Started: 2013/11/05:20:14:47.452 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: WPA_Count By Planning user: wipoadmin Values entered for run-time prompts: [Variable] Wrk_Scenario:"Work_Plan_2014"[Variable] Funds:"Regular"[Variable] Units:"0001"
    2013-11-05 20:14:54,066 INFO Thread-51 calcmgr.launch - Date/Time Ended: 2013/11/05:20:14:54.066 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: WPA_Count By Planning user: wipoadmin.
    - Date/Time Ended: 2013/11/05:20:14:54.066 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: WPA_Count By Planning user: wipoadmin.
    EnterData_Inner Processing Time:64
    EnterData_Inner Processing Time:15
    EnterData_Inner Processing Time:359
    EnterData_Inner Processing Time:2
    EnterData_Inner Processing Time:53
    EnterData_Inner Processing Time:4
    EnterData_Inner Processing Time:7
    EPM_ORACLE_INSTANCE (C:\Oracle\Middleware\user_projects\epmsystem1) is set from JVM property[EPM_ORACLE_INSTANCE].
    EPM_ORACLE_INSTANCE (C:\Oracle\Middleware\user_projects\epmsystem1) is set from JVM property[EPM_ORACLE_INSTANCE].
    EPM_ORACLE_INSTANCE (C:\Oracle\Middleware\user_projects\epmsystem1) is set from JVM property[EPM_ORACLE_INSTANCE].
    Setting HBR Mode to: 2
    In lookupBRLWA()
    Found HBR product = ESSBASE_PRODUCT
    Found HBR product = ESSBASE_PRODUCT
    Found HBR product = ESSBASE_PRODUCT
    HBR LWA Component = Default
    Default HBR = http://WIPLPRD01.svc.unicc.org:19000/eas
    In getDBDetails()
    Found HBR product = ESSBASE_PRODUCT
    In lookupBRLWA()
    Found HBR product = ESSBASE_PRODUCT
    Found HBR product = ESSBASE_PRODUCT
    =2013-11-05 20:35:08,234 WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    - Error retrieving user by identity
    Embedded HBR initialized.
    EnterData_Inner Processing Time:6
    EnterData_Inner Processing Time:867
    [Tue Nov 05 20:35:33 CET 2013] Planning successfully notified HBR repository.
    EnterData_Inner Processing Time:7
    2013-11-05 20:40:38,613 INFO Thread-67 calcmgr.launch - Date/Time Started: 2013/11/05:20:40:38.606 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: NonPersonnel_Calc By Planning user: wipoadmin Values entered for run-time prompts: [Variable] Funds:"Regular"[Variable] Units:"0001"[Variable] Wrk_Scenario:"Work_Plan_2014"
    - Date/Time Started: 2013/11/05:20:40:38.606 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: NonPersonnel_Calc By Planning user: wipoadmin Values entered for run-time prompts: [Variable] Funds:"Regular"[Variable] Units:"0001"[Variable] Wrk_Scenario:"Work_Plan_2014"
    2013-11-05 20:40:47,241 INFO Thread-67 calcmgr.launch - Date/Time Ended: 2013/11/05:20:40:47.241 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: NonPersonnel_Calc By Planning user: wipoadmin.
    - Date/Time Ended: 2013/11/05:20:40:47.241 CET Server/Application/Database: localhost/1415_WP/AWP Business Rule Name: NonPersonnel_Calc By Planning user: wipoadmin.
    EnterData_Inner Processing Time:44
    EnterData_Inner Processing Time:2
    EnterData_Inner Processing Time:525
    EnterData_Inner Processing Time:1
    Reaquired task list lease: Tue Nov 05 20:41:49 CET 2013: 1383680509246

    I already replied there but it seems no moderator is willing to approve my reply so it never shows up.
    So I'll try replying in here instead:
    I never thought it could be an emulator issue, I thought I had done something wrong to begin with. So I take having performance issues with tiled layer is not a common problem I suppose?
    I'm using MOTODEV SDK platform, A1200 model (motorola).

  • Apple DVI to Video Adapter performance issues in Lion

    I'm an active Apple DVI to Video Adapter user for a couple of years already and everything worked perfectly well until I've upgraded to Lion.
    Everything on my TV screen is lagging now, even mouse pointer, and there is no change to watch any movie like that.
    Does anyone have the same issue? Maybe someone could give me an advice of what could I do in order to improve graphics performance on TV screen using Apple DVI to Video Adapter? I'm using late 2007 MBP with 8600M GT video adapter.

    I am having the exact same problem.  I have a late 2007 MBP. I use it everyday where I teach.  I use the adapter to project on a large white screen using S-Video.  SInce the Lion update, it is very slow and has even completely crashed my computer a few times.  I realize the MBP is getting a bit dated, but the difference between Snow Leopard & Lion is remarkable.

  • Vendor performance report

    hai
    how to create an vendor performance report which display purchase order issued to a vendor, material supplied delivery times, payment terms, prices during a period of time.
        for this report what are the tables and fields we have to use pls give me sample report..
                  thank you..

    Hi,
    Against the RFQ's vendor submit quotations and the Based on the RFQ's data we have to compare the different Vendors with the respective data like terms and prices
    Fetch the data of all RFQ's from EKKO and EKPO tables
    and take the EKKO-KNUMV field and pass to KONV table and fetch the different prices based on the Condition types  for each RFQ and put it in a tabular format  and compare.
    see the sample code
    *& Report  ZRFQ_COMP
    *& Quotation Comparison Report
    REPORT  ZRFQ_COMP no standard page heading line-size 187 line-count 35.
    *&Tables
    Tables : ekko,
             ekpo,
             konp,
             a016.
    *&Data Decleration
    Data : v_pos type i value 19.
    Data : begin of it_rfq occurs 0,
            ebeln type ekko-ebeln,
            ekorg type ekko-ekorg,
            lifnr type ekko-lifnr,
            matnr type ekpo-matnr,
            WERKS type ekpo-WERKS,
           end of it_rfq.
    Data : begin of it_a016 occurs 0,
            ebeln type ekko-ebeln,
            knumh type knumh,
           end of it_a016.
    Data : begin of it_a363 occurs 0,
            werks type werks,
            lifnr type lifnr,
            matnr type matnr,
            knumh type knumh,
           end of it_a363.
    Data : begin of it_pr_details occurs 0,
            knumh type knumh,
            kschl type kschl,
            kbetr type kwert,
           end of it_pr_details.
    Data : begin of it_final occurs 0,
            ebeln type ebeln,
            lifnr type lifnr,
            name1 type lfa1-name1,
            pb00  type kbetr,
            zpac  type kbetr,
            zb00  type kbetr,
            ZIN1  type kbetr,
            JEC1  type kbetr,
            JHX1  type kbetr,
            JMOP  type kbetr,
            JMX1  type kbetr,
            JMX3  type kbetr,
            JSEP  TYPE KBETR,
            JVRD  type kbetr,
           end of it_final.
    Data : begin of it_vendorname occurs 0,
            lifnr type lifnr,
            name1 type lfa1-name1,
           end of it_vendorname.
    *&Selection Screen
    Selection-screen: begin of block blk1 with frame title text-001.
      parameters     : p_matnr like ekpo-matnr obligatory.
      select-options : s_ebeln for ekko-ebeln,
                       s_ekorg for ekko-ekorg,
                       s_lifnr for ekko-lifnr.
    Selection-screen: end of block blk1.
    *&Start-of-Selection.
    Start-of-selection.
      Select ekko~ebeln
             ekko~ekorg
             ekko~lifnr
             ekpo~matnr
             ekpo~werks
        into table it_rfq
        from ekko
       inner join ekpo
          on ekkoebeln eq ekpoebeln
        where ekko~ebeln in s_ebeln
          and ekko~ekorg in s_ekorg
          and ekko~lifnr in s_lifnr
          and ekpo~matnr eq p_matnr
          and ekko~bstyp eq 'A'.
      if sy-subrc eq 0.
    *--> Condition number from A tables.
      Perform get_connum.
    *--> Getting the Pricing Details from Konp Table.
      Perform get_prices.
    *--> Populate Vendor Name.
      Perform pop_vendor_name.
    *--> Populating the Final Internal table for Report.
      Perform pop_final_tab.
      else.
       message 'Purchase Document does not exist' type 'E'.
      endif.
    *&End-of-Selection.
    End-of-Selection.
    write :/ sy-vline,
           2 'Vendor Number',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 1.
      write at v_pos it_final-lifnr.
      v_pos = v_pos + 35.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Gross Price',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-pb00.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Packing & Forward',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-zpac.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Surcharge',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-zb00.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Installation',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-zin1.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Ed cess on BED%',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jec1.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'A/P Secess set off',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jhx1.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Basic Excise Duty',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-zpac.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'A/P BED set off',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jmx1.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Ecess % set off',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jmx3.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'Sec ED Cess on BED',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jsep.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    write :/ sy-vline,
           2 'VAT%',
           19 sy-vline.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 20.
      write at v_pos it_final-jvrd.
      v_pos = v_pos + 16.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    *&Top-of-Page.
    Top-of-Page.
    format color 1.
    Write: 'Material Number :' color 1, p_matnr color 1.
    loop at it_final.
      v_pos = v_pos + 1.
      v_pos = v_pos + 35.
    endloop.
    write at: /(v_pos) sy-uline,/ sy-vline,2 'Vendor Name'.
    v_pos = 19.
    loop at it_final.
      write at v_pos sy-vline.
      v_pos = v_pos + 1.
      write at v_pos it_final-name1.
      v_pos = v_pos + 35.
    endloop.
    write at: v_pos sy-vline,
              /(v_pos) sy-uline.
    *&      Form  get_connum
          Condition number from A tables
    form get_connum .
        Select EVRTN
               knumh
          from a016
          into table it_a016
           for all entries in it_rfq
         where EVRTN eq it_rfq-ebeln.
        Select werks
               lifnr
               matnr
               knumh
          from a363
          into table it_a363
           for all entries in it_rfq
         where werks eq it_rfq-werks
           and lifnr eq it_rfq-lifnr
           and matnr eq it_rfq-matnr.
    endform.                    " get_connum
    *&      Form  get_prices
          Getting the Pricing Details from Konp Table.
    form get_prices .
      if not it_a016[] is initial.
        select knumh
               kschl
               kbetr
          from konp
          into table it_pr_details
           for all entries in it_a016
         where knumh eq it_a016-knumh.
      endif.
      if not it_a363[] is initial.
        select knumh
               kschl
               kbetr
          from konp
    appending table it_pr_details
           for all entries in it_a016
         where knumh eq it_a016-knumh.
      endif.
    endform.                    " get_prices
    *&      Form  pop_final_tab
          Populating the Final Internal table for Report
    form pop_final_tab .
    data : l_subrc like sy-subrc.
      sort it_a016 by ebeln.
      loop at it_rfq.
        clear l_subrc.
        read table it_a016 with key ebeln = it_rfq-ebeln
        binary search.
        if sy-subrc eq 0.
          loop at it_pr_details where knumh eq it_a016-knumh.
            it_final-ebeln = it_rfq-ebeln.
            it_final-lifnr = it_rfq-lifnr.
            read table it_vendorname with
            key lifnr = it_rfq-lifnr.
            it_final-name1 = it_vendorname-name1.
            case it_pr_details-kschl.
            when 'PBOO'.
              it_final-pb00 = it_pr_details-kbetr.
              if it_pr_details-kbetr eq 0.
               clear it_final.
               continue.
              endif.
            when 'ZPAC'.
              it_final-zpac = it_pr_details-kbetr.
            when 'ZB00'.
              it_final-ZB00 = it_pr_details-kbetr.
            when 'ZIN1'.
              it_final-ZIN1 = it_pr_details-kbetr.
            endcase.
          endloop.
        else.
          l_subrc = sy-subrc.
        endif.
        read table it_a363 with key lifnr = it_rfq-lifnr
                                    werks = it_rfq-werks
                                    matnr = it_rfq-matnr.
        if sy-subrc eq 0.
          loop at it_pr_details where knumh eq it_a016-knumh.
            it_final-ebeln = it_rfq-ebeln.
            it_final-lifnr = it_rfq-lifnr.
            read table it_vendorname with
            key lifnr = it_rfq-lifnr.
            it_final-name1 = it_vendorname-name1.
            case it_pr_details-kschl.
            when 'JEC1'.
              it_final-JEC1 = it_pr_details-kbetr.
            when 'JHX1'.
              it_final-JHX1 = it_pr_details-kbetr.
            when 'JMOP'.
              it_final-JMOP = it_pr_details-kbetr.
            when 'JMX1'.
              it_final-JMX1 = it_pr_details-kbetr.
            when 'JMX3'.
              it_final-JMX3 = it_pr_details-kbetr.
            when 'JSEP'.
              it_final-JSEP = it_pr_details-kbetr.
            when 'JVRD'.
              it_final-JVRD = it_pr_details-kbetr.
            endcase.
          endloop.
        elseif l_subrc ne 0.
       continue.
        endif.
        append it_final.
        clear  it_final.
      endloop.
    endform.                    " pop_final_tab
    *&      Form  pop_vendor_name
          Populate Vendor Name
    form pop_vendor_name .
      if not it_rfq[] is initial.
      Select lifnr
             name1
        from lfa1
        into table it_vendorname
       where lifnr eq it_rfq-lifnr.
      endif.
    endform.                    " pop_vendor_name
    Reward points if useful
    Regards
    Anji

  • FI-CA events to improve performance

    Hello experts,
    Does anybody use the FI-CA events to improve the extraction performance for datasources 0FC_OP_01 and 0FC_CI_01 (open and cleared items)?
    It seems that this specific exits associated to BW events have been developped especially to improve performance.
    Any documentation, guide should be appreciate.
    Thanks.
    Thibaud.

    Thanks to all for the replies
    @Sybrand
    Please answer first whether the column is stored in a separate lobsegment.
    No. Table,Index,LOB,LOB index uses the same TS. I missed adding this point( moving to separate TS) as part of table modifications.
    @Hemant
    There's a famous paper / blog post about CLOBs and Database Flashback. If I find it, I'll post the URL.
    Is this the one you are referring to
    http://laimisnd.wordpress.com/2011/03/25/lobs-and-flashback-database-performance/
    By moving the CLOB column to different block size , I will test the performance improvement it gives and will share the results.
    We dont need any data from this table. XML file contains details about finger prints and once the application server completes the job , XML data is deleted from this table.
    So no need of backup/recovery operations for this table. Client will be able to replay the transactions if any problem occurs.
    @Billy
    We are not performing XML parsing on DB side. Gets the XML data from client -> insert into table -> client selects from table -> Upon successful completion of the Job from client ,XML data gets deleted.
    Regarding binding of LOB from client side, will check on that side also to reduce round trips.
    By changing the blocksize, I can keep db_32K_cache_size=2G and keep this table in CACHE. If I directly put my table to CACHE, it will age out all other operation from buffer which makes things worse for us.
    This insert is part of transaction( Registration of a finger print) and this is the only statement taking time as of now compared to other statements in the transaction.
    Thanks,
    Arun

  • Report performance is very slow

    Hi all,
    I have a table with 25 million rows. I create a report on this table in which i need to use the following expression
    ifnull(abc_accr_int_val,0)+ifnull(xyz_mar_val_lcy,0)
    and this experession is group by asset description but the report output time is very high.Further there is no index on these columns in the database.
    Please guide me that did my approach is right ??? if no what is the right approach
    Regards

    Hi,
    Thanks for such a beautiful and informative answers I really appriciated it.
    I catch the problem and now want to share with U. As u know my prompt is on Date Column but I dont want to show this coloumn in my report.I only want that a user give a date and two columns are shown in report 1) asset_desc 2) total sum (which is sum of 2 columns as i discussed in this thread).
    Now before...after creating the prompt on Date field I edit the report view and delete this coloumn (Date) because I only want above 2 colomns and not Date column in my report. But all sorting is performed on date bec it is in prompt (where clause). When I add Date column in my report (to show date col) the speed of the report is like sql and data fetching speed same like sql. Now tell me is there any way that I delete this col from my report but it exist in answer criteria table ??????
    I have 19 Asset Desc which return by sql and answers request.
    Regards

  • Report Performance is slow

    Hi
    In our production one report is running very slow, for one moth its taking 10 to 12 min earlier it was took only 2 min for month data, we are confused why itu2019s happening. Query is running on multiprovider. On cube we are using only one aggregate and in the query designer we are using Hierarchy(Active) & virtual key figure.
    We have not changed anything recently on the query, why this suddenly report running very slow.
    Please advice 
    Thanks,
    Manu.

    Hi,
    Check whether the Aggregate is up-to-date and whether it is being used by your query or not?
    Also check the number of records as well, if the output is huge then it is obvious that the queries can take more time to run. As you are using Virtual Keyfigure, this generally degrades the query performance.
    Regards,
    rik

  • Report  performance with Hierarchies

    Hi
    How to improve query performance with hierarchies. We have to do lot of navigation's in the query and the volume of data size very big.
    Thanks
    P G

    HI,
    chk this:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1955ba90-0201-0010-d3aa-8b2a4ef6bbb2
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4c0ab590-0201-0010-bd9a-8332d8b4f09c
    Query Performance – Is "Aggregates" the way out for me?
    /people/vikash.agrawal/blog/2006/04/17/query-performance-150-is-aggregates-the-way-out-for-me
    ° the OLAP cache is architected to store query result sets and to give all users access to those result sets.
    If a user executes a query, the result set for that query’s request can be stored in the OLAP cache; if that same query (or a derivative) is then executed by another user, the subsequent query request can be filled by accessing the result set already stored in the OLAP cache.
    In this way, a query request filled from the OLAP cache is significantly faster than queries that receive their result set from database access
    ° The indexes that are created in the fact table for each dimension allow you to easily find and select the data
    see http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6473e07211d2acb80000e829fbfe/content.htm
    ° when you load data into the InfoCube, each request has its own request ID, which is included in the fact table in the packet dimension.
    This (besides giving the possibility to manage/delete single request) increases the volume of data, and reduces performance in reporting, as the system has to aggregate with the request ID every time you execute a query. Using compressing, you can eliminate these disadvantages, and bring data from different requests together into one single request (request ID 0).
    This function is critical, as the compressed data can no longer be deleted from the InfoCube using its request IDs and, logically, you must be absolutely certain that the data loaded into the InfoCube is correct.
    see http://help.sap.com/saphelp_nw04/helpdata/en/ca/aa6437e7a4080ee10000009b38f842/content.htm
    ° by using partitioning you can split up the whole dataset for an InfoCube into several, smaller, physically independent and redundancy-free units. Thanks to this separation, performance is increased when reporting, or also when deleting data from the InfoCube.
    see http://help.sap.com/saphelp_nw04/helpdata/en/33/dc2038aa3bcd23e10000009b38f8cf/content.htm
    Hope it helps!
    tHAK YOU,
    dst

Maybe you are looking for