Вы находитесь на странице: 1из 8

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...

Page 1 of 8

Forum Home E-Business Suite EBS General Discussion

( ): EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

I Have used DBUA for upgradation Regards MP

: 270 : 09-12-06

: 31/05/2010 00:05

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

user988772

Ajikumar. G

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

: 21

: 10-02-01

Hi, I Have successfully upgraded the Oracle EBiz(11.5.10.2) DB from 10.2.0.4 to 11.1.0.7. My question is "All the 10.2.0.4 DB E-Biz Related Configuration files are present in 10g oracle_home only.Nothing related to E-biz was present in 11.1.0.7 ORACLE_HOME. Even if i want to run autoconfig on DB Node, all the Pre-Configured files and directories are present in 10g ORACLE_HOME. Do i have to copy all the files and directories of 10g ORACLE_HOME to 11g ORACLE_HOME or Do i have to run adcfgclone on 10g ORACLE_HOME and have to provide the PATH of 11g ORACLE_HOME or what is the process i have to follow..

user988772

EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7 : 30/05/2010 23:55

: 18 -

:2[1 2|

]-

: 31/08/2010 12:15

: azodpe

: 5.

: 1.


/ FAQ oracle.statuslevel.guru : 2500 1000000 pts oracle.statuslevel.expert : 1000 2499 pts oracle.statuslevel.pro : 500 - 999 pts oracle.statuslevel.journeyman : 200 - 499 pts oracle.statuslevel.newbie : 0 - 199 pts oracle.statuslevel.acedirector Oracle ACE oracle.statuslevel.aceemployee oracle.statuslevel.javachampion (5 ) (10 )


18/02/2012

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


When upgrading database to new version, required to do this migration of autoconfig on to the new Oracle Home. I have summarized the steps involving in this process as: 1. Copy AutoConfig to the RDBMS ORACLE_HOME On the Application Tier (as the APPLMGR user): Log in to the APPL_TOP environment (source the environment file) Create appsutil.zip file perl < AD_TOP>/bin/admkappsutil.pl This will create appsutil.zip in $APPL_TOP/admin/out . 2. Generate your Database Context File cd < RDBMS ORACLE_HOME>/appsutil/bin perl adbldxml.pl tier=db appsuser=< APPSuser> 3. Generate and Apply AutoConfig Configuration files cd < RDBMS ORACLE_HOME>/appsutil/bin adconfig.sh contextfile=< CONTEXT> Thanks, Ajikumar G Expertise in Oracle Apps... Edited by: Ajikumar. G on May 31, 2010 11:06 AM Edited by: Ajikumar. G on May 31, 2010 11:07 AM

Page 2 of 8

: 52,706 : 06-03-13

: 31/05/2010 00:29

Hi, The steps are documented in these notes. Note: 377495.1 - How To Recreate the /appsutil/scripts/ directory Note: 820077.1 - How To Recreate The Missing "scripts" Folder Under $ORACLE_HOME/appsutil On the Database Tier Server ? Thanks, Hussein

: 10-02-01

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

: 21

: 31/05/2010 01:16

Hussein Sawwan

user988772

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7


18/02/2012

user988772

Hussein Sawwan

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


Hi , I have created appsutil.zip but when buliding the xml file for DB Tier by ruuning perl adbldxml.pl tier=db appsuser=<APPSuser> i am getting the following error Can't modify subroutine entry in scalar assignment at e:\oracle\proddb\10.2.0\perl\5.8.3\lib/Exporter.pm line 9, near "0;" BEGIN failed--compilation aborted at e:\oracle\prodora\iAS\Apache\Perl\5.00503\lib/MSWin32-x86/Config.pm line 2. BEGIN failed--compilation aborted at adbldxml.pl line 32. it is referring to the old ORACLE_HOME i.e 10g . but it should refer to 11g actually. i had tried another option i.e i have sourced the environment file of 10g db then it created the context file in 10g ORACLE_HOME please advice Regards, MP

Page 3 of 8

: 270 : 09-12-06

: 31/05/2010 01:23

hi, May be its path problem to jdk/jre, try to set right paths to new oracle_home and run again #11gR2 #TMP=/tmp; export TMP #TMPDIR=$TMP; export TMPDIR #ORACLE_HOSTNAME=aji.apps.local; export ORACLE_HOSTNAME #ORACLE_BASE=/app/oracle; export ORACLE_BASE #ORACLE_HOME=$ORACLE_BASE/ajidb/11.2.0; export ORACLE_HOME #ORACLE_SID=AJI;export ORACLE_SID #ORACLE_TERM=xterm; export ORACLE_TERM #PATH=/usr/sbin:$PATH; export PATH #PATH=$ORACLE_HOME/bin:$PATH; export PATH #LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH #CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH #PERL5LIB=$ORACLE_HOME/perl/lib/5.10.0; export PERL5LIB #ORA_NLS10=$ORACLE_HOME/nls/data/9idata; export ORA_NLS10 #end of 11gR2 and try again. Do not source your old db_tier environment file to this. Thanks, Ajikumar G Expertise in Oracle Apps...

: 14,326 : 08-12-23

: 31/05/2010 01:23

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

user988772

Helios- Gunes E...

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7


18/02/2012

user988772

Ajikumar. G

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


Hi Mp;

Page 4 of 8

I have created appsutil.zip but when buliding the xml file for DB Tier by ruuning perl adbldxml.pl tier=db appsuser=<APPSuser> i am getting the following error Can't modify subroutine entry in scalar assignment at e:\oracle\proddb\10.2.0\perl\5.8.3\lib/Exporter.pm line 9, near "0;" BEGIN failed--compilation aborted at e:\oracle\prodora\iAS\Apache\Perl\5.00503\lib/MSWin32x86/Config.pm line 2. BEGIN failed--compilation aborted at adbldxml.pl line 32.

it is referring to the old ORACLE_HOME i.e 10g . but it should refer to 11g actually. i had tried another option i.e i have sourced the environment file of 10g db then it created the context file in 10g ORACLE_HOME

Dont source env file and try to set your ORACLE_HOME(11g) and SID and run upper command Regard Helios

: 10-02-01

Hi , My environment is windows 2003 server. so i have set the path of perl to new oracle_home but still its pointing to old 10g home..i am getting the following error while running perl adbldxml.pl tier=db appsuser=apps Can't modify subroutine entry in scalar assignment at e:\oracle\proddb\10.2.0\perl\5.8.3\lib/Exporter.pm line 9, near "0;" BEGIN failed--compilation aborted at e:\oracle\prodora\iAS\Apache\Perl\5.00503\lib/MSWin32-x86/Config.pm line 2. BEGIN failed--compilation aborted at adbldxml.pl line 32. Regs, MP

: 14,326 : 08-12-23

: 31/05/2010 01:52

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

user988772

Helios- Gunes E...

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7


18/02/2012

: 21

: 31/05/2010 01:47

Ajikumar. G

user988772

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


Hi Mp; Before start this did u set perl and perl5lib whit correct settings? Please follow below 1. rename 10g home folder as 10g_old 2. export oracle_home and sid 3. export perl and perl5lib 4. run command Regard Helios

Page 5 of 8

: 10-02-01

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637


18/02/2012

: 21

: 31/05/2010 02:55

Helios- Gunes E...

user988772

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


Hi, Please follow below 1. rename 10g home folder as 10g_old renamed 2. export oracle_home and sid exported 3. export perl and perl5lib which perl > e:\oracle\prodora\iAS\Apache\Perl\5.00503\bin\mswin32 x86/perl.exe PATH of PERL5LIB E:\oracle\prodora\iAS\Apache\Perl\5.00503\bin\mswin32x86;E:\oracle\proddb\11.1.0\perl\5.8.3\lib\MSWin32-x86-multithread;e:\oracle\proddb\11.1.0\perl\5.8.3\lib;e:\oracle\proddb\11.1.0 \perl\5.8.3\lib\MSWin32-x86;e:\oracle\proddb\11.1.0 \perl\site\5.8.3;e:\oracle\proddb\11.1.0\perl\site\5.8.3 \lib;e:\oracle\proddb\11.1.0\sysman\admin\scripts PATH e:\oracle\prodora\iAS\Apache\Perl\5.00503\bin\mswin32x86;e:\oracle\prodora\8.0.6\bin;E:\oracle\proddb\11.1.0 \bin;e:\oracle\prodcomn\java\loadjava.zip;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32 \WBEM;E:\oracle\proddb\11.1.0\jdk\jre\bin\client;e:\oracle\proddb\10.2.0 \jre\1.4.2\bin;c:\Program Files\Oracle\jre\1.1.8 \bin;e:\oracle\prodora\iAS\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32 \WBEM;C:\Program Files\Oracle\jre\1.1.7 \bin;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;e:\oracle\prodora\8.0.6 \jdk\bin;e:\oracle\prodappl\fnd\11.5.0\bin;e:\oracle\prodappl\au\11.5.0 \bin;e:\zip;C:\Program Files\Intel\DMIX;C:\Program Files\Symantec\Backup Exec\RAWS;C:\MicrosoftVisualStudio\VC98 \Bin;C:\WINNT\system32 \WindowsPowerShell\v1.0;E:\oracle\proddb\11.1.0\perl\5.8.3 \lib\MSWin32-x86-multi-thread 4. run command the following error i am getting syntax error at E:\oracle\proddb\11.1.0\perl\5.8.3 \lib\MSWin32-x86-multi-thread/Config.pm line 39, near "our summary :" syntax error at E:\oracle\proddb\11.1.0\perl\5.8.3 \lib\MSWin32-x86-multi-thread/Config.pm line 80, near "$Config_SH :" BEGIN failed--compilation aborted at adbldxml.pl line 32. Regards, MP Edited by: user988772 on May 31, 2010 2:56 AM

Page 6 of 8

: 14,326 : 08-12-23

: 31/05/2010 03:45

Hi; Please check below and see its helpful: Adbldxml.Pl Fails with "Can't locate Config.pm in @INC (@INC contains:" [ID 374538.1] Regard Helios

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637


18/02/2012

user988772

Helios- Gunes E...

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...

Page 7 of 8

: 10-02-01

Hi Helios, Thank you very much for helping me out.i have reviewd the document and it says Make sure that the perl is in PATH and the environment file is sourced. Before implementing autoconfig, at the step of running adbldxml.pl, the applications environment file will not be created, therefore you can use the perl delivered by OS. There is no environment file in 11g ORACLE_HOME.Its there in 10g (Old ORACLE_HOME).so if i source the environment fiel of 10g its creating the context xml file in 10g environment. Do you think the PERL and PERL5LIB paths which i have posted in my previous reply pointing to the correct setup? Regards, MP

: 14,326 : 08-12-23

: 31/05/2010 04:10

Hi Mp; please check: Setting the Perl Environment PERL5LIB [ID 395294.1] Common Perl Setup Issues and Solutions for E-Business Suite 11i [ID 404055.1] Also check perl on windows http://forums.oracle.com/forums/thread.jspa? messageID=3992366&#3992366 Regard Helios

: 214 : 10-03-19

: 30/08/2010 07:58

I have a similar question around this and that's why I am not creating a new post. How about the clone folder under $ORACLE_HOME/appsutil folder? I believe it gets created by adcfgclone. We also upgraded from 10.2.0.3 to 11.2.0.1 and I am seeing this folder there. I wonder if I need to run adcfgclone to create it.

: 52,706 : 06-03-13

: 30/08/2010 08:04

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

azodpe

Hussein Sawwan

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

Helios- Gunes E...

azodpe

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

user988772

Helios- Gunes E...

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7


18/02/2012

: 21

: 31/05/2010 04:01

Helios- Gunes E...

user988772

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

OTN Discussion Forums : EBiz DB Upgrade from 10.2.0.4 to ...


Hi, Please see (Note: 820077.1 - How To Recreate The Missing "scripts" Folder Under $ORACLE_HOME/appsutil On the Database Tier Server?). Thanks, Hussein

Page 8 of 8

: 214 : 10-03-19

: 30/08/2010 11:20

Hussein, I already have looked at this script and only talks about the $ORACLE_HOME/appsutil/scripts folder. I did follow the same note when upgrading the DB. Thanks

About Oracle | Oracle and Sun | | Your Privacy Rights

https://kr.forums.oracle.com/forums/thread.jspa?threadID=1079637

:2[ 1 2|


| Subscribe | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use

Hussein Sawwan

18/02/2012

azodpe

Re: EBiz DB Upgrade from 10.2.0.4 to 11.1.0.7

Вам также может понравиться