Thursday, June 23, 2016

R12.2 oracle Application Variable.

$echo $FILE_EDITION
$run
will show which file edition you are using(run/patch).

$echo $RUN_BASE
 $/fs1
will shows the absolute patch to run file system

$echo $PATCH_BASE
$/fs2
will show the absolute patch to patch file system

$echo $NE_BASE
$/fs_ne
s_ne_base is called $NE_BASE.(non edition appl top path.

$echo $LOG_HOME
/fs1/inst/apps/SID_servername/logs
will show application instance log directory

$echo $ADOP_LOG_HOME
$/fs_ne/EBSapps/log/adop
will show online patch log directory

$echo $IAS_ORACLE_HOME
/fs1/FMW_Home/webtier
will show fusion webTier home

$echo $FMW_HOME
$/fs1/FMW_Home
will show fusion middleWare home.

$echo $CONTEXT_FILE
 /fs1/inst/apps/SID_servername/appl/admin/SID_servername.xml
will show the context file location.

$echo $EBS_DOMAIN_HOME
/fs1/FMW_Home/user_projects/domains/EBS_domain_SID
will show WLS deployment of  EBS 12.2

$ echo $ADMIN_SCRIPTS_HOME
fs1/inst/apps/SID_server/admin/scripts
will show the applciatioin admin scripts.

$echo $EBS_ORACLE_HOME
fs1/FMW_Home/Oracle_EBS-app1

$echo $APPS_VERSION
12.2.4
will show, what version of application is running.


$echo $RW
/fs1/EBSapps/10.1.2/reports
will show the report directory location.




Wednesday, June 22, 2016

R12.2 Troubleshoot doc

Troubleshooting Rapid Install for E-Business Suite Release 12.2 (Doc ID 1378579.1)

R12.2 Homes

 EBSapps.env

Oracle Fusion Middleware Home

/../..//fs1/FMW_Home/. SetWebtier.env

$echo ORACLE_HOME

/../../..//fs1/FMW_Home/webtier

Fusion Middleware Oracle Home

/../../../fs1/FMW_Home/.SetOracleCommon.env

/../../..//fs1/FMW_Home/oracle_common
-------




Where to look log file in R12.2

where to find domain directory

fs1/FMW_Home/wlserver_10.3/common/nodemanager/nodemanager.domains

EBS_DOMAIN_HOME=

Monday, June 20, 2016

OID 11.1.1.9 installation

1. Install  oracle database, in my case 11.2.0.4
2. setup the parameter as below.
 3. setup orapwd file in my case orapwoimdev.

show parameter process

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
aq_tm_processes                      integer     1
cell_offload_processing              boolean     TRUE
db_writer_processes                  integer     1
gcs_server_processes                 integer     0
global_txn_processes                 integer     1
job_queue_processes                  integer     1000
log_archive_max_processes            integer     4
processes                            integer     800
processor_group_name                 string
open_cursors                         integer     900

 grant execute on DBMS_REPUTIL to public;

grant sysdba to sys;

download Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.9.0)
4. Run the Rcu.
Rcu
/home/oracle/Downloads/oid/rcuHome/bin
oracle@suthakar.prince$./rcu

once completed
 5. setup your home
export JAVA_HOME=/apps/oracle/product/JDK/jdk1.8.0_151/
export FMW_HOME=/apps/oracle/product/fmwoid
export WL_HOME=/apps/oracle/product/fmwoid/wls1036
export ORACLE_HOME=/apps/oracle/product/fmwoid/Oracle_IDM1
export INST_HOME=/apps/oracle/product/fmwoid/asinst_1

6. Download JDK and Install JAVA_HOME /apps/oracle/product/jdk
7. Create oracle middleware home in my case /apps/oracle/product/fmw_oid
8.  Download oracle Weblogic 10.3.7 and install JAVA_HOME/bin/java  -jar wls1036_generic.jar
9.  Identity Management (11.1.1.9.0)
10. you can  override the default default port. /Disk1/stage/Response/staticports.ini
11. install oid on middleware home ( select oid/dip)
12. install and configure.

Type: Install and Configure
Location: /apps/oracle/product/fmwoid/Oracle_IDM1
Disk Space
Required: 2200 MB
Available: 176672 MB
Free After Install: 174412 MB
Applications Selected For Install
Oracle Internet Directory
Oracle Directory Integration Platform
Oracle Virtual Directory
Oracle Identity Federation
Oracle HTTP Server
Oracle Directory Service Manager
Enterprise Manager
Applications Selected For Configuration
Oracle Internet Directory
Oracle Directory Integration Platform
Enterprise Manager
Oracle Directory Service Manager
Middleware Home Location : /apps/oracle/product/fmwoid
Oracle Instance Location : /apps/oracle/product/fmwoid/asinst_1
Oracle Instance : asinst_1
Domain Option : Create Domain
Domain Name : IDMDomain
Domain Home : /apps/oracle/product/fmwoid/user_projects/domains/IDMDomain
Domain Host Name : suthakar.xxxxx
Domain Port : 7001
Weblogic Console : http://suthakar.xxxx:7001/console
Weblogic User Name : weblogic
Automatic Port Detection : true
Enterprise Manager :
http://suthakar.prince:7001/em
Enterprise Manager Agent
http://suthakar.xxxx:5162/emd/main
Oracle Internet Directory
SSL Port : 3131
Non SSL Port : 3060
Database : suthakar.xxxxx:1521:oimdev
Oracle Directory Services Manager :
http://suthakar.xxxxx:7005/odsm/faces/odsm.jspx
Directory Integration Platform
wls_ods1 : 7005




























































/apps/oracle/product/fmwoid/asinst_1/binopmnctl status -l will give the server status.























Group and user creation.






































oid log
/apps/oracle/product/fmwoid/asinst_1/diagnostics/logs/OID/oid1/oidctl.log 
/apps/oracle/product/fmwoid/asinst_1/diagnostics/logs/OID/oid1/oidmon-0000.log

Setup boot.properties.
under Adminserver and manager Sever  .servers/security/boot.properties.

Friday, June 17, 2016

Patching and Maintaining Oracle Fusion Middleware 11g

Information Center: Patching and Maintaining Oracle Fusion Middleware 11g (Doc ID 1341616.2)

What is ZDT?

Zero Downtime Patching in Fusion Middleware (Doc ID 1942159.1)