Wednesday 18 June 2014

Configuring DMZ server R12 - Oracle Application

1. Copy the Application to the DMZ server
2. Clone the Application Tier using adcfgclone.pl
3. Run the txkChangeProfH.sql under FND_TOP/patch/115/sql
@txkChangeProfH.sql SERVRESP
4. Run the Autoconfig all nodes
1. Database.
2. DMZ.
3. Internal Application server.
5. Change the profile Node Trust Level at the Server level to "External".
6. Change the profile Responsibility Trust Level at the desired responsibility level to "External".
7. Test both the DMZ and Internal URL's.

2 comments:

  1. virtualnuggets offering oracle dba online training,corporate training services.

    To list the backup files.
    Rman> list backup of database;
    Backup database along with current controlfile
    Rman>backup database include current controlfile;
    To clear the screen.
    Rman>host “clear”;
    Backup database and archivelog.
    Rman>backup database plus archivelog;
    Rman> backup database tag ‘orcl backup’;
    To specify a non default location for backup: (from 10g onwards)
    Rman>backup database format=’/data/oracle/rmanbackup/abc_%u’;
    To have multiple copies of backup:
    Rman>backup device type disk copies 2 database format ‘/data/oracle/rmanbackup/1_%u’,’/data/oracle/rmanbacup/2_%u’;

    ReplyDelete
  2. Hi Mam ,You'r the best.. am just fresher i need to install DMZ on my oracle apps 12.2.x for mobile approvals please share the DOC.

    ReplyDelete