You are on page 1of 6

Impartant Notes: CUUC 1299009 - Central Upgrade Note 1341975 - Upgrade note for Application 819655 - DB specific note

1021236 - Linux OS note for RHEL4 & SLES9 556764 - Oracle papameter 11777 - Max Extents 928729 - Pre-requisites(SP62) 1139642 - Unicode space 819829 - Oracle software Installation 838725 - Oracle stats imp for upg ana madtory 1255555 - DBTABLOG 1077403 - SDBI_CLUSTER_CHECK_REPORT 1163364 - UMG_ADD_PREP_STEP 449891 - /BIO/O* 892607 - SPUMG 899931 - SPUMG 679275 - SPUMG

588668 - db stats description 354080 618868 771929 588668 Note FAQ: FAQ: FAQ: collection for Oracle performance problems Oracle Performance Index fragmentation Database statistics

To improve upgrade processing **** 838725 - Oracle dictionary and system stats 558197 - run script "dba_ind_colums_sap.sql" before upgrade and run "dba_ind_co lumns_sap_drop.sql" and "cat_index.sql" these 2 scripts after upgrade. 556764 - Upgrade hangs in phase ACT_<REL> In ACT_UPG phase of pre-processind step(after SPDD confirmation) the follwoing t ask will happen -It will activate the table and update in the table DDNTT.If a entry exist in ta ble DDNTT means that the perticular tale is present in both ABAP dictionary and database .. and it is active. -It will update only the table entry in table DDNTF if the table is missing in A BAP dictionary or the table is not active. In RADCUCNT_ALL phase

-It will copy the content of DDNTT/F to DDNTT_CONV ================================================================================ Script for monitoring the files.Execute with root user only [root@err3qdb1 tmp]# while true [1] > do > ls -lat *.R3Q > sleep 5 > clear > done ================================================================================ ==== ******************************************************************************** ******************************************************** ASCS is running on the same host but different logical name (db host,sap host an d ASCS host is same but different names) High Availability system. Here the scenario we have ASCS** is installed on host A. And teh app server1 and 2 are installed on host B and C. Hence before upgarde we have installed one SAP instance(DVEBMGS**) on ASCS host i.e host A. During the upgarde downtime phase system(only SAP DVEMGS**) was stopped by the U pgarde process and it prompt me to stop the ASCS manually. Hence stopped the ASCS by using command stopsap ASCS**,and also stopped saposcol . Then the upgarde process during the next steps of the phase it addded the messag e server and enqueue papremeter to the Default profile. Hence it used DVEBMGS** as a isolated SAP instance for further process. ******************************************************************************** *******************************************************

999524 - Oracle I/O 672503 - DBTABLOG 1598473 - DBTABLOG

All notes for upgrade after pre-processing 838725 558197 run script "dba_ind_colums_sap.sql" before upgrade and run "dba_ind_colu

mns_sap_drop.sql" and "cat_index.sql" these 2 scripts after upgrade. 556764 In the SPDD phase

Activate table EDPAR,IMA_USRFLD

1059510 2180305 588668 db stats description 354080 618868 771929 588668 Note FAQ: FAQ: FAQ: collection for Oracle performance problems Oracle Performance Index fragmentation Database statistics

Checking the index SQL> describe dba_indexes SQL> select index_name,status from dba_indexes where index_name like 'COSS%';

SQL>select * from dba_tables where table_name = 'TASYB';

Stats need to run after uncode conversion refer note 838725 dictionary statistics brconnect -u / -c -f stats -t oradict_stats OR use the below SQL statement ================================================================================ = SQL>BEGIN DBMS_STATS.GATHER_DICTIONARY_STATS( ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE AUTO', GRANULARITY => 'ALL', CASCADE => TRUE, OPTIONS => 'GATHER',

NO_INVALIDATE => FALSE); END; / SQL>begin DBMS_STATS.GATHER_FIXED_OBJECTS_STATS(NO_INVALIDATE => FALSE); end; / ================================================================================ ======== Oracle system statistics brconnect -u / -c -f stats -t system_stats -d OR use teh below SQL statement ================================================================================ ===== EXEC DBMS_STATS.GATHER_SYSTEM_STATS (GATHERING_MODE => 'NOWORKLOAD'); ================================================================================ ========== SAP Schema stats ================================================================================ ======= err3qdb3:orar3q 61> brconnect -c -u / -f stats -t all -f collect -p 10 ================================================================================ ======= 10059487320586246248

02615604591255804089 [root@ersb1ci0 tmp]# while true [1] > do > ls -lat *.R3D > sleep 5 > clear > done

http://forums.sdn.sap.com/thread.jspa?threadID=1815377 http://forums.sdn.sap.com/thread.jspa?threadID=1898992 /sapsoftware/SAP/SAPCDS/ECC_Upgrade/720_kernel_Patch90 ls -lat | wc -l

exec exec exec exec exec exec exec exec exec exec exec exec exec exec exec

table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges table_splitter.ranges

('CMFK', 'ROWID', 10); ('CMFP', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10); ('GLPCA', 'ROWID', 10);

SELECT A.tablespace_name tablespace, D.mb_total, SUM (A.used_blocks * D.block_size) / 1024 / 1024 mb_used, D.mb_total - SUM (A.used_blocks * D.block_size) / 1024 / 1024 mb_free FROM v$sort_segment A, ( SELECT B.name, C.block_size, SUM (C.bytes) / 1024 / 1024 mb_total FROM v$tablespace B, v$tempfile C WHERE B.ts#= C.ts# GROUP BY B.name, C.block_size ) D WHERE A.tablespace_name = D.name GROUP by A.tablespace_name, D.mb_total; I18N_NAMETAB_TIMESTAMPS = IGNORE

16062034421828096643 /backup/software/ECC_Upgrade/ECC60_SR3_UpgradeMaster_51033520_9_22/51033520_9/SA P_ERP_6.0_SR3_Upgrade_Master/UMN_LINUX_X86_64/PREPARE --------DISPLAY=10.36.22.161:0.0 xclock Error: Can't open display: DISPLAY=<IP>:0.0 xclock Error: Can't open display: watch -d -n 120 ./mon_imp.sh Problem with the time sheet using this option with the help of help desk. 885690 931020 1005358

USE the below command for running statistics for a single table.(COEP is the tab le name) brconnect -c -u / -f stats -o SAPR3P -t COEP -m +I -s P10 -f allsel,collect,met hod,precision,keep -p 5 CDCLS EDI40 RFBLG REGUC Update statistics for all tables Note 560499 for help line contact numbers USA +1 800 677 7271 /CSR0120031469_0023676.ATT GSCDMC SP1 pat file name brconnect -c -u / -f stats -t oradict_stats --> Completed brconnect -c -u / -f stats -t system_stats --> Completed brconnect -u / -c -f stats -o SAPR3P -t all -m +I -s P10 -f collect,allsel,metho d,precision,keep -p 15 - --> Running brconnect -c -u / -f stats -o SAPR3P -t COSS -m +I -s P10 -f allsel,collect,met hod,precision,keep -p 5

1. Login to sqlplus -sqlplus /nolog -connect / as sysdba 2. The db must be mounted EXCLUSIVE and not open for operation -startup mount; 3. Check the log mode status of the database -select log_mode from v$database; 4. Setting it to noarchivelog mode -alter database noarchivelog; 5. Setting db open for user operation -alter database open; 6. Reverting back to archivelog mode -alter database archivelog; brconnect -u system -f chpass sapr3 -p <new password>

You might also like