Sunday 20 March 2016

Download patchsets.sh

I have seen many people struggling downloading patchsets.sh script from my oracle support .

Below are the instruction to download patchsets.sh.

To download latest patchsets.sh you need to have meta link note userid and password .

Procedure
+++++++++
[appltest@test patchset]$ sftp -o PORT=2021  abdulwasiq@cse.com@sftp.oracle.com
Connecting to sftp.oracle.com...
The authenticity of host 'sftp.oracle.com (141.146.1.165)' can't be established.
RSA key fingerprint is ab:8f:0e:ef:57:ae:3f:49:b9:ab:d6:2d:b5:47:42:25.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'sftp.oracle.com,141.146.1.165' (RSA) to the list of known hosts.
*******************************************************************************
Oracle SFTP Server

The use of this SFTP server is governed by United States Export Administration
Regulations. Details of the U.S. Commercial Encryption Export Controls can be
found at the Bureau of Industry and Security web site.
All Oracle products are subject to U.S. Export Laws.
Diversion contrary to U.S. law is prohibited

http://www.oracle.com/us/products/export/export-regulations-345813.html

****************************************************************************
password
Enter password for abdulwasiq@cse.com
Password:
sftp> cd support/outgoing/PATCHSET_COMPARE_TOOL
sftp> get patchsets.sh
Fetching //support/outgoing/PATCHSET_COMPARE_TOOL/patchsets.sh to patchsets.sh
//support/outgoing/PATCHSET_COMPARE_TOOL/patchsets.sh                                                                      100% 1187KB 296.6KB/s   00:04
sftp> exit



12.2 FNDWRR.exe Not Created During R12.2 Install Failing with RW-50016




At the end of  oracle ebs 12.2.0 installation on Linux 5.8 64 bit  ,It got failed with below error

Virtual Directory
   checking URL = http://test.example.com:8001/OA_MEDIA/FNDLOGOL.gif
    Page is responding
   checking URL = http://test.example.com:8001/OA_JAVA/oracle/apps/fnd/admin/server/server.xml
    Page is responding
   checking URL = http://test.example.com:8001/OA_CGI/FNDWRR.exe
   RW-50016: Error: - {0} was not created:
      File = {1}

12.2 FNDWRR.exe Not Created During R12.2 Install Failing with RW-50016 (Doc ID 1681415.1)

Solution
=====
To implement the solution please perform following:

1. Please check whether the following two rpms are present:

a. compat-libstdc++-33-3.2.3-69.el6.i686.rpm
b. compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm

2. If not install them and perform relink as below:
$ adrelink.sh force=y "fnd FNDWRR.exe"

3. Retry rapidwiz.



If you have already installed rpms ,stop all application services,relink executable and start all appliction services.Re try the rapidwiz and there your installation will get complete suessfully.




Difference between Oracle EBS 12.1.3 and Oracle EBS R12.2.0



1) Oracle EBS 12.2.0 is available for 64 bit operating system.where as Oracle EBS 12.1.3 is available for both 32 and 64 bit operating system.

2) If we are installing Oracle EBS 12.2.0 ,It has RAC enabled option .where as in Oracle EBS 12.1.3 we don't have this option available.

3) Application Patching mechanism got changed in Oracle EBS 12.2.0 via ADOP (Application DBA online patching) that is online patching,but it is internally calling adpatch utility only.

4)If you are installing Oracle EBS 12.2.0 ,It will ask for TWO PORT POOLS one for the run file system and another patch file system.

5)Database cloning part remains same whether its 12.1.3 or 12.2.x (x=2,3,4,5).
Application cloning got changed in oracle ebs 12.2.0 as we are running "perl adcfgclone.pl appsTier" twice .First we are running @Run file system and the run pre clone @Run file system
and copy the binary to patch file system and run "perl adcfgclone.pl appsTier".

In 12.2.5 we don't have to run "perl adcfgclone.pl appsTier" twice as oracle came with another option called "perl adcfgclone.pl appsTier dualfs"

5)OC4J is replaced by Weblogic server ,because of its rich features .

6)In oracle EBS 12.2.0 ;While starting and stop all services it will ask weblogic password in additional to apps.

7)You can access oracle EBS 12.2.0 through mobile application ,but this feature is not available in oracle ebs 12.1.3 and earlier version.


Stay tune for more ...!!