Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

CALIBRATE_IO from X3-2 ?

edited Apr 1, 2013 1:34PM in Oracle Database Appliance (ODA) (MOSC) 3 commentsAnswered
can ODA team post a IO calibration output from X3-2 on a table space created large enough to cover a good deal of the +DATA disk group? Does X3-2 uses disk short stroking like ODA V1..where by two partitions are created p1,p2 (p1 covering outer tracks and p2 inner tracks) for ASM DATA & RECO groups?




SET SERVEROUTPUT ON
DECLARE
lat INTEGER;
iops INTEGER;
mbps INTEGER;
BEGIN
DBMS_RESOURCE_MANAGER.CALIBRATE_IO (20, 10, iops, mbps, lat);
DBMS_OUTPUT.PUT_LINE ('max_iops = ' || iops);
DBMS_OUTPUT.PUT_LINE ('latency = ' || lat);
dbms_output.put_line('max_mbps = ' || mbps);

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