You are on page 1of 2

Patch Installation [30482761]:

Oracle Support Document:

https://support.oracle.com/epmos/faces/DocumentDisplay?
_afrLoop=395380228485&id=2628833.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-
state=8f7wikba3_4#SYMPTOM

Use the Patch.30482761 zip file which is attached over the email

Step 1: Create folder as “PATCH_TOP” in your C Drive. Avoid using locations like "C:\
Documents and Settings\username\PATCH_TOP". This is necessary due to the 256
characters limitation on windows platform.

Step 2: Unzip the attached patch file to PATCH_TOP folder

Step 3: Set your current directory to the directory where the patch is located.

Open the cmd.exe as Administrator

Step 4: Execute the below commands in cmd prompt

$ cd PATCH_TOP/30482761

$ set ORACLE_HOME= %Mention your Oracle Home%

$ set PATH= %ORACLE_HOME%\bin;%PATH%

$ set JAVA_HOME= %Mention your java 8 path%


$ set PATH=%JAVA_HOME%\bin;%PATH%

$ set PATH=%ORACLE_HOME%\Opatch;%PATH%

$ opatch apply

Once your patch is completed, you will see the OPatch succeeded

Step 5: Once Opatch is successfully installed, open your jdev in clean mode as mentioned
below

In cmd prompt, navigate to jdeveloper\jdev\bin folder and execute the below command

$ jdev -clean

You might also like