Tuning Oracle Database for Performance Testing

Tuning Database for Performance Testing:
1.      USERS tablespace created with a size of 20 GB
2.      INDX tablespace created with 15 GB
3.      TEMP tablespace set to 1 GB

CREATE TABLESPACE INDX DATAFILE
  '<path>/oracle/oradata/<Instance>/INDX_1.dbf' SIZE 6100M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED,
  <path>/oracle/oradata/<Instance>/INDX_2.dbf' SIZE 6100M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED
LOGGING
ONLINE
PERMANENT
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 40K
BLOCKSIZE 8K
SEGMENT SPACE MANAGEMENT MANUAL
FLASHBACK ON;


ALTER TABLESPACE USERS ADD DATAFILE '/<path>/oracle/oradata/<Instance>/users02.dbf' SIZE 5120M AUTOEXTEND OFF;
ALTER TABLESPACE USERS ADD DATAFILE '<path>/oracle/oradata/<Instance>/users03.dbf' SIZE 5120M AUTOEXTEND OFF;
ALTER TABLESPACE USERS ADD DATAFILE '<path>/oracle/oradata/<Instance>/users04.dbf' SIZE 5120M AUTOEXTEND OFF;
ALTER TABLESPACE USERS ADD DATAFILE '<path>/oracle/oradata/<Instance>/users05.dbf' SIZE 5120M AUTOEXTEND OFF;


Initora settings:

<dbinstance>.__db_cache_size=1275068416
<dbinstance>.__java_pool_size=33554432
<dbinstance>.__large_pool_size=83886080
<dbinstance>.__oracle_base='/stripe201'#ORACLE_BASE set from environment
<dbinstance>.__pga_aggregate_target=956301312
<dbinstance>.__sga_target=3103784960
<dbinstance>.__shared_io_pool_size=0
<dbinstance>.__shared_pool_size=973078528
<dbinstance>.__streams_pool_size=16777216
*.audit_file_dest='<path>/adump'
*.audit_trail='DB'
*.compatible='11.2.0.0.0'
*.control_files='<path>/control01.ctl','<path>/control02.ctl'
*.cursor_sharing='FORCE'
*.db_block_size=8192
*.db_cache_advice='ON'
*.db_domain=''
*.db_keep_cache_size=654311424
*.diagnostic_dest='<root>'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=<instance>XDB)'
*.event=''
*.filesystemio_options='setall'
*.java_pool_size=16777216
*.job_queue_processes=1000
*.large_pool_size=83886080
*.log_buffer=37748736
*.log_checkpoint_interval=99999999
*.memory_target=4060086272
*.open_cursors=3000
*.pga_aggregate_target=902653184
*.processes=2000
*.remote_login_passwordfile='EXCLUSIVE'
*.session_cached_cursors=10000
*.sessions=3024
*.sga_max_size=3103784960
*.sga_target=3103784960
*.shared_pool_size=905969664
*.sort_area_retained_size=165536
*.sort_area_size=165536
*.undo_tablespace='UNDOTBS1'
*._ash_size=30000000

Comments

  1. For what system configuration of database server the above said parameters suit pls......?

    ReplyDelete

Post a Comment

Popular posts from this blog

How to use a value between two different threads in Jmeter

Steps to Analyze AWR Report in Oracle

Correlation and checking in Results