CUSTOMIZING Oracle LOGIN PAGE LOGO ORACLE E-BUSINESS SUITE LOGIN PAGE IN R12.2.5 ,12.2.6,12.2.7,12.2.8,12.2.9,12.210,12.2.11

 Here, we will see a few basic examples to customize the Login page.

1. Changing Login Page Background





Login to putty using ‘oracle’ user and initialize to the ‘Run’ file system.

[oracle@apps ~]$ . /u01/install/APPS/EBSapps.env run

Note down the path for OA_MEDIA.

[oracle@apps ~]$ echo $OA_MEDIA
/u01/install/APPS/fs1/EBSapps/comn/java/classes/oracle/apps/media

Transfer the image in this path, in my case which is login.png.

[oracle@apps ~]$ cd  $OA_MEDIA
[oracle@apps media]$ ls -lrt login.png
-rw-r--r-- 1 oracle oinstall 533676 Mar  4 15:34 login.png

Next, note down the path for OA_HTML directory.

[oracle@apps ~]$ echo $OA_HTML
/u01/install/APPS/fs1/FMW_Home/Oracle_EBS-app1/applications/oacore/html

Create a css file called ‘custom-login.css’ and add the following. Note that you should not amend the login.css or login.js file in the OA_HTML directory.

body {
        height: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-image: url("/OA_HTML/media/login.png");
        background-size: cover;
     }

Transfer the custom-login.css file to the OA_MEDIA directory.

[oracle@apps ~]$  cd $OA_HTML
[oracle@apps html]$ ls -lrt custom-login.css
-rw-r--r-- 1 oracle oinstall 329 Mar  4 15:55 custom-login.css

Clear the browser cache and Enjoy!!!

👳

Comments

Popular posts from this blog

Step by step Oracle Apex 20.1 / 21.1 installation on Windows and Unix/Linux systems.

ORA-01172: recovery of thread 1 stuck at block 3024 of file 19