Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

ODA performances issues

edited Oct 16, 2014 4:13AM in Oracle Database Appliance (ODA) (MOSC) 8 commentsAnswered

Dear all,

we are currently migrating from an old Sun legacy environment to ODA X4-2 in version 2.10 virtualized with 4 cores for ORACLE_BASE.

Current database server: SUN FIRE X4270 M2 SERVER, 1 quad-core X5690 hyper-threading on

During the tests we found that the application was slightly faster on the OLD environment, which quite embarrassing...

We made then some low level tests and found even differences on CPU speed. Running a simple script such as:

i=1

while [ $i -le 100000 ]

do

echo $(($i*$i)) >>/dev/null

i=$(($i+1))

done

The script runs faster on the old Sun environment than on the brand new ODA.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center