|
Oracle Home |
|
Home > Oracle Applications 11i/ R12 > Oracle Application 11i DBA > Migrating to AutoConfig on the Database Tier |
|
Oracle Applications 11i eBusiness Suite DBA |
|
|---|---|
Migrating to AutoConfig on the Database Tier |
|
|
1. Copy AutoConfig to the RDBMS ORACLE_HOME
as the APPLMGR user: - source the environment file: . /APPS_MI/visappl/APPSORA.env
-
Create appsutil.zip file
[applmgr@apps ~]$ perl $AD_TOP/bin/admkappsutil.pl
- Copy the appsutil.zip to the <RDBMS ORACLE_HOME>
- On the Database Tier (as the ORACLE user): cd
<RDBMS ORACLE_HOME>
For a database upgrade: cd /APPS_DB_R12/db/tech_st/10.2.0 unzip -o appsutil.zip
2.
Generate your Database Context File
For a database upgrade: cd /APPS_DB_R12/db/tech_st/10.2.0 . VIS_db.env (this file is the one from 9i OHome modified with the new 10g OHome) cd $ORACLE_HOME/appsutil/bin perl adbldxml.pl tier=db appsuser=APPS
If the listener.ora is not created in /APPS_DB_R12/db/tech_st/10.2.0/network/admin/VIS_db this will generates an error which can be ignored.
The following context file will be generated: /APPS_DB_R12/db/tech_st/10.2.0/appsutil/VIS_db.xml
More information about this subject ( Migrating to AutoConfig on the Database Tier ) you can get from www.in-oracle.com
|
|
Home > Oracle Applications 11i/ R12 > Oracle Application 11i DBA > Migrating to AutoConfig on the Database Tier |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.