Dear Oracle Expert,
When I execute database_check via DB02 then getting Warning against following Parameters.
| DBO ARCHIVE_TOO_OLD | 1 Operation: 'Archive log backup' has not been run # Operation too old or has not been run in clean-up period |
| PROF LOG_BUFFER | 1 Value: 14238720 (>< 4096,512 KB) # Size of redo log buffer in bytes |
| PROF OPTIMIZER_INDEX_COST_ADJ | 1 Value: 20 (set in parameter file) # Optimizer index cost adjustment |
| PROF STATISTICS_LEVEL | 1 Value: TYPICAL (set in parameter file) # Statistics level |
| ORA Checkpoint not complete | 100 Time: Stan-04-09 11.15.52, line: Checkpoint not complete |
while I have configured mostly parameter in initSID.ora file but still confuse about following parameters.
Parametercheck for Oracle 10.2. based on Note/Version: 830576/222
Parametercheck last changed: 2012-04-10
Parametercheck Execution: 2012-04-11 15:55:00
DB Startup: 2012-04-11 11:09:27
DB SID: PRD
DB Environment: OLTP, not RAC
DB Platform: Microsoft Windows x86 64-bit
DB Patchset: 10.2.0.5.0
Last detectable DB Mergefix: from SAP Bundle Patch (released 2011-06-10)
Reliability checks: events passed, _fix_controls passed
WARNING: Extended support for 10.2.0.5 only available with a special extended support contract (note 1431752)
| Parameter | IS_VALUE | SHOULD_BE_VALUE |
| event (10411) | set with level 1 if Winbundle>=3 | |
| _b_tree_bitmap_plans | set to FALSE if Winbundle<=2 | |
| db_writer_processes | 4 | change default in case of dbwr problems only |
| _fix_control (4728348) | 4728348:OFF | set to 4728348:OFF if Winbundle<=5 |
| _first_spare_parameter | 1 | set to 1 if Winbundle>=3 |
please find attached file parameter_check_102 for remaining parameter which i did set in initSID.ora file.
would anyone guide me about the exact value of above parameters and meaning of Winbundle?
Regards,
Request clarification before answering.
Hi,
Winbundle should correspond to the version of the SAP Bundle Patch. Which version of this Oracle Patch did you apply?
regarding parameter db_writer_processes, a SAP guideline is to set this parameter to this value:
number of CPU Cores \ 6
In a non-production environment, set to 1.
Regards
Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear,
I am getting following error.
SQL> select BUNDLE_SERIES,VERSION from DBA_REGISTRY_HISTORY;
select BUNDLE_SERIES,VERSION from DBA_REGISTRY_HISTORY
*
ERROR at line 1:
ORA-00904: "BUNDLE_SERIES": invalid identifier
while I have install the oracle and applied Oracle patches with this sequence on Window Server 2008.
1. ORACLE10.2.0.4FailsafeServer3.4.1.5Windows2008(51036975)
2. ORACLE_Patch_10.2.0.5_LINUX__Windows (51040057_4)
3. opatch-102051 (old_OPatch_10205_Generic_v0)
4. Generic patch
p8350262_10205_Generic
p9445675_10205_Generic
p9843740_10205_Generic
p10357961_10205_Generic
p10431010_10205_Generic
p13617518_10205_Generic
5. MSWIN
p12914913_10205_MSWINx8664
Latest_p13460968_10205_MSWINx86 (old_p12429524_10205_MSWINx8664)
while the value of db_writer_processes on PRD server is:
SQL> show parameter cpu_count;
NAME TYPE VALUE
------------------------------------ ----------- ------
cpu_count integer 32 (Processor_HyperThreading)
Regards,
Hi,
this is an example of a query to determine which bundle patch is installed:
SQL> select action_time, version, bundle_series, comments from dba_registry_history where bundle_series = 'SBP' order by action_time desc;
ACTION_TIME
---------------------------------------------------------------------------
VERSION BUNDLE_SERIES
------------------------------ ------------------------------
COMMENTS
--------------------------------------------------------------------------------
18-OCT-11 12.16.14.302751 PM
10.2.0.4 SBP
SBP 10.2.0.4.9 201109 containing CPUJul2011
I suppose that you didn't apply correctly the Bundle Patch. So i suggest you do download the very latest patch ( 10205_Patch14_MSWIN-x86-64.zip ) , and to apply it reading carefully the readme file attached.
Check this note for more info:
1431752 Oracle 10.2.0: Patches/Patch Collections for 10.2.0.5
Regarding db_writer_processes parameter, 4 should be a good value.
Regards
Leo
hi leopoldo,
| 10205_Patch12_MSWIN-x86-64.zip | 10.11.2011 | 91487 |
| 10205_Patch14_MSWIN-x86-64.zip | 14.02.2012 | 91984 |
| p10357961_10205_Generic.zip | 13.07.2011 | 107 |
| p13617518_10205_Generic.zip | 13.03.2012 | 1394 |
| p9445675_10205_Generic.zip | 13.07.2011 | 16 |
| p9584028_102050_Generic.zip | 20.07.2011 | 63 |
| p9843740_10205_Generic.zip | 12.04.2011 | 34 |
Patch (p13460968_10205_MSWINx86) is latest and i have already applied.
.
You can find the status of above patch in OPatch's log.
E:\oracle\PRD\102\OPatch>opatch lsinventory
========================================================
GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
========================================================
Invoking OPatch 10.2.0.5.0
Oracle Interim Patch Installer version 10.2.0.5.0
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : E:\oracle\PRD\102
Central Inventory : C:\Program Files\Oracle\Inventory
from : n/a
OPatch version : 10.2.0.5.0
OUI version : 10.2.0.5.0
OUI location : E:\oracle\PRD\102\oui
Log file location : E:\oracle\PRD\102\cfgtoollogs\opatch\opatch2012-04-06_14-49-
36PM.log
Patch history file: E:\oracle\PRD\102\cfgtoollogs\opatch\opatch_history.txt
Lsinventory Output file location : E:\oracle\PRD\102\cfgtoollogs\opatch\lsinv\ls
inventory2012-04-06_14-49-36PM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (2):
Oracle Database 10g 10.2.0.4.0
Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
There are 2 products installed in this Oracle Home.
There are no Interim patches installed in this Oracle Home.
--------------------------------------------------------------------------------
OPatch succeeded.
----------------------------------
E:\oracle\PRD\102\OPatch>opatch lsinventory
========================================================
GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
========================================================
Invoking OPatch 10.2.0.5.1
Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : E:\oracle\PRD\102
Central Inventory : C:\Program Files\Oracle\Inventory
from : n/a
OPatch version : 10.2.0.5.1
OUI version : 10.2.0.5.0
OUI location : E:\oracle\PRD\102\oui
Log file location : E:\oracle\PRD\102\cfgtoollogs\opatch\opatch2012-04-06_15-09-
19PM.log
Patch history file: E:\oracle\PRD\102\cfgtoollogs\opatch\opatch_history.txt
Lsinventory Output file location : E:\oracle\PRD\102\cfgtoollogs\opatch\lsinv\ls
inventory2012-04-06_15-09-19PM.txt
--------------------------------------------------------------------------------
Installed Top-level Products (2):
Oracle Database 10g 10.2.0.4.0
Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
There are 2 products installed in this Oracle Home.
Interim patches (5) :
Patch 13460968 : applied on Fri Apr 06 15:08:50 ACT 2012
Unique Patch ID: 14454232
Created on 06 Jan 2012, 02:45:06 hrs
Bugs fixed:
13460968, 10103086, 9885553, 9393307, 11858315, 11657004, 11893577
11693109, 6157713, 7111619, 7119382, 7361418, 8636407, 8650138, 9072105
9171933, 9586877, 9672816, 9842573, 10076669, 10092858, 10139235
10355949, 10027403, 9628444, 6337376, 9373370, 9083321, 13349665, 8478250
9268192, 10353128, 11715752, 13429845, 13401655, 12914913, 10097176
9545597, 11840910, 6011045, 7509714, 8354642, 8488233, 9322219, 9499302
9767674, 10208905, 10214450, 10162036, 12565867, 12794025, 12799034
9187546, 7115910, 9399589, 9386687, 12310567, 12421252, 5245039, 10244177
8298501, 9431650, 10165083, 9926087, 7710224, 10350832, 12739299
12807343, 12429524, 11066597, 9935787, 10236704, 11853331, 9825461
8411930, 6651220, 7026523, 8882576, 9360157, 10068982, 10173237, 10324526
8332730, 7516536, 11814891, 9871302, 6055658, 12363485, 10220194
7592673, 10202758, 9735237, 10052339, 12332704, 8666117, 9145204
9824435, 11703718, 7280234, 9269536, 10132870, 9094926, 9323583, 10144882
9860769, 9488247, 10306945, 9532911, 9184754, 9656004, 8528171, 10191707
8943287, 11727013, 10407744, 11930680, 8966823, 10160615, 10637621
4672767, 5638228, 12328269, 11731166, 9215341, 10159846, 11076894
10269717, 10091171, 9061785, 8211733, 8412426, 9020537, 9024850, 9150282
10010310, 7602341, 8865718, 11737047, 11675644, 10111381, 9368502
8660422, 9032322, 9295217, 10224187, 10080775, 9841679, 8977287, 10054513
10220046, 9577583, 10352673, 8277300, 8394351, 8350262, 9949948, 9879181
9469117, 10017048, 8771916, 10155684, 6694396, 10308274, 10312161
10157402, 8434467, 9668086, 9980062, 6151936, 10091698, 8228796, 9699654
10114856, 9978573, 10156303, 5575218, 9081686, 10196896, 10080735
5519322, 6768114, 6904068, 7045446, 7452759, 7612454, 8684595, 8811401
9109487, 9320130, 9337325, 9362218, 9390484, 9548269, 9770451, 10155844
9047975, 8663644, 7708267, 6086930, 9539556, 9355794, 8264642, 9495669
6975402, 9659614, 9387574, 9320786, 9793452, 9024737, 9196440, 8970313
9308296, 9663844, 10099855, 6402302, 7519406, 8224558, 8487143, 8544696
8546356, 8664189, 8996060, 9261837, 9577921, 9586637, 9646836, 9683239
9711859, 9713537, 9714832, 9726739, 9747153, 9772888, 9870614
Patch 13617518 : applied on Fri Apr 06 15:05:10 ACT 2012
Unique Patch ID: 14610518
Created on 23 Feb 2012, 11:07:13 hrs PST8PDT
Bugs fixed:
9569264, 8874882, 9760734, 9099863, 6670871, 8980899, 8588311, 9680387
8980918, 13508485, 13090621, 9105438
Patch 10357961 : applied on Fri Apr 06 14:53:06 ACT 2012
Unique Patch ID: 13813456
Created on 6 Jun 2011, 01:39:07 hrs PST8PDT
Bugs fixed:
10357961
Patch 9843740 : applied on Fri Apr 06 14:52:28 ACT 2012
Unique Patch ID: 13572258
Created on 21 Mar 2011, 00:17:02 hrs PST8PDT
Bugs fixed:
9843740
Patch 9445675 : applied on Fri Apr 06 14:51:49 ACT 2012
Unique Patch ID: 13823676
Created on 17 Jun 2011, 12:52:27 hrs PST8PDT
Bugs fixed:
9445675
------------------------------
OPatch succeeded.
Regards,
Hi,
according to output of OPatch lsinventory command, you have Bundle Patch n. 14.
So you have to apply these parameters as follows:
event (10411) set with level 1 _b_tree_bitmap_plans don't set _fix_control (4728348) don't set _first_spare_parameter already set to 1 as recommended Regards Leo
hi,,
I am sharing some parameters of initSID.ora, please check the value of following parameters are OK???
*._b_tree_bitmap_plans=
*._disable_objstat_del_broadcast=FALSE
*._first_spare_parameter=1
*._fix_control='5099019:ON','5705630:ON','5765456:3','6055658:OFF','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON',
'7692248:ON','7891471:ON','9196440:ON','9495669:ON'
*._OPTIM_PEEK_USER_BINDS=FALSE
*._optimizer_mjc_enabled=FALSE
*._sort_elimination_cost_ratio=10
*.compatible='10.2.0'
*.control_file_record_keep_time=30
*.db_block_size=8192
*.db_files=254
*.dml_locks=4000
*.event='10027 trace name context forever, level 1','10028 trace name context forever, level 1','10142 trace name context forever, level 1','10183 trace name context forever, level 1','10191 trace name context forever, level 1','10411 trace name context forever, level 1','10629 trace name context forever, level 32','14532 trace name context forever, level 1','38085 trace name context forever, level 1','38068 trace name context forever, level 100','38087 trace name context forever, level 1','44951 trace name context forever, level 1024'
*.FILESYSTEMIO_OPTIONS='setall'
*.job_queue_processes=1
*.log_buffer=14238720
*.log_checkpoint_interval=0
*.log_checkpoints_to_alert=true
*.max_dump_file_size='20000'
*.open_cursors=800
*.optimizer_index_cost_adj=20
*.parallel_execution_message_size=16384
*.parallel_max_servers=160 (cpu_count=32 but processor is supported Hyperthreading)
*.parallel_threads_per_cpu=1
*.processes=438
*.query_rewrite_enabled='FALSE'
*.REPLICATION_DEPENDENCY_TRACKING=FALSE
*.sort_area_retained_size=0
*.sort_area_size=2097152
*.star_transformation_enabled='TRUE'
*.statistics_level='TYPICAL'
*.undo_management='AUTO'
*.undo_retention=21600
*.workarea_size_policy='AUTO'
please correct/highlight the parameter which is not correct?
Regards,
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.