You are on page 1of 3

set the oracle home path by using below command: set ORACLE_HOME="C:\Siebel\8.

1\Hari" go to opatch directory cd opatch Apply the QF patch by running the command below [give the path of QF installable s pasted eg C:\<toolsqf> ] opatch apply C:\ToolsQF02AS please know the location of where siebel tools is installed. open the cmd prompt and go to location where tools have been installed. Run the below command set ORACLE_HOME=<provide the location where tools is installed" Eg:"C:\Siebel\8.1\Hari" Unzip the QFpatch which need to be applied Run the below command cd OPatch and apply opatch like this below opatch apply D:\<folder where patch get stored> D:\>cd tools6 D:\Tools6>set ORACLE_HOME="+ D:\Tools6>set ORACLE_HOME="D:\Tools6" D:\Tools6>cd opatch D:\Tools6\OPatch>opatch apply D:\t Invoking OPatch 11.1.0.6.0 Oracle Interim Patch Installer version 11.1.0.6.0 Copyright (c) 2007, Oracle Corporation. All rights reserved. Oracle Home Central Inventory from OPatch version OUI version OUI location Log file location : : : : : : : D:\Tools6 C:\Program Files\Oracle\Inventory n/a 11.1.0.6.0 11.1.0.6.0 D:\Tools6\oui D:\Tools6\cfgtoollogs\opatch\opatch2010-11-16_04-31-43AM.log

ApplySession applying interim patch '81122121502118' to OH 'D:\Tools6' Running prerequisite checks... OPatch detected non-cluster Oracle Home from the inventory and will patch the lo

cal system only. Backing up files and inventory (not for auto-rollback) for the Oracle Home Backing up files affected by the patch '81122121502118' for restore. This might take a while... Backing up files affected by the patch '81122121502118' for rollback. This might take a while... Patching component oracle.siebel.tools, 8.1.1.2.0... Copying file to "D:\Tools6\reppatch\ACR464.zip" ApplySession adding interim patch '81122121502118' to inventory Verifying the update... Inventory check OK: Patch ID 81122121502118 is registered in Oracle Home invento ry with proper meta-data. Files check OK: Files from Patch ID 81122121502118 are present in Oracle Home. Execution of 'cmd /C "D:\t\custom\scripts\post.bat" -apply 81122121502118 ': QF02AS has been applied... Return Code = 0 OPatch succeeded. D:\Tools6\OPatch>cd.. D:\Tools6> REPository Data REM Use 8.3 notation for folder names with spaces SET TOOLSPATH=C:\Siebel\8.1\Tools_1 SET ACRDIR=ACR464-SIA8.1.1 SET DATASRC=ServerDataSrc SET USERNAME=sadmin SET PASSWORD=sadmin DB2-390 SET TOOLSPATH=D:\Tools6 SET ACRDIR=ACR464-SIA8.1.1 SET DATASRC=ServerDataSrc SET USERNAME=qadmin SET PASSWORD=qadmin Seed Data: SET SET SET SET SET SET REM TOOLSPATH=D:\Tools6 USERNAME=qadmin PASSWORD=qadmin DATASRC=Q20H TBLOWNER=CQ20H001 DBPLATFORM=DB2390 The Value of DBPLATFORM should be one among ORACLE,MSSQL,DB2UDB and DB2390

SET ACRDIR=ACR464-SIA8.1.1

Hi Hari,

Please follow the below steps for applying the DDL on AIX/Db2 390 in tools.

For DB2390: We need to have a *.ctl file login to telnet session and generate *.ctl at : /export/home/qa2/20405/ses/siebsrvr/bin strgxtrct /u sbladm /p resource /c siebel_DSN /d c q10r010 /o Q10R_Db2390.ctl

Where /u User Id /p Password /c DSN /d Table Owner /o Name of the Storage control file Strgxtrct String extract strgxtrct /u qadmin /p qadmin /c siebel_DSN /d CQ20J004 /o Q20J_Db2390.ctl

extract the CTL from Siebsrvr bin direcoroty and transfer the file to windows an d use this file for applying the DDLS and qadmin/qadmin should be used

Regards, Veena strgxtrct /u sadmin /p db2 /c siebel_DSN /d siebel /o Dbudb.ctl

You might also like