0% found this document useful (0 votes)
90 views4 pages

Oracle Auditing EBSR12.2

Oracle_Auditing_EBSR12.2

Uploaded by

sarfaraz alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views4 pages

Oracle Auditing EBSR12.2

Oracle_Auditing_EBSR12.2

Uploaded by

sarfaraz alam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Enabling Unified Auditing in Oracle E-Business Suite Release 12.

2 with
Oracle Database 19c or 12c

Section 1: Requirements

Prerequisites

The following are prerequisites for Oracle E-Business Suite.

 At minimum, R12.AD.C.delta.13 Patch 32394134 and


R12.TXK.C.delta.13 Patch 32392507 is needed.
See Document 1617461.1, Applying the Latest AD and TXK Release
Update Packs to Oracle E-Business Suite Release 12.2

Known Issues
Table 1 - Oracle E-Business Suite Known Issues
Bug
Referenc Known Issue Solution
e

Client identifier value Patch 33462399 was released on


may be empty (NULL) in May 26, 2022. To resolve this issue,
33462399
audit trail records for apply Patch 33462399 to your
some audited actions. environment per the patch readme.

Database Known Issues


Oracle Bug
Database Referenc Known Issue Solution
Release e

Update to DBRU 19.14


and later, which
includes the required
fix for this issue, or
The check your database
Oracle UNIFIED_AUDIT_POLICIES patch inventory to
Database 32969863 column contains NULL determine if fix for this
19c values in the Audit Trail for issue is applied to your
privilege auditing. database. If it is not
applied to your
database, check My
Oracle Support for
availability of the fix
for your DBRU.
Unified Auditing Policies for Oracle E-Business Suite Databases

Apply patches:

Patch 33339495:R12.FND.C is available to assist you with creating and


enabling recommended unified auditing policies in your Oracle E-
Business. To download the patch, see the patch download instructions
in 3.2 Download Patch 33339495:R12.FND.C.

Enable Pure Unified Auditing

Perform the following steps to enable pure unified auditing. For more
details, refer to Section 4: References for the Oracle Database
documentation.

1. Connect to the database node and set the environment.

For a CDB, run the following to set the environment:

$ cd $ORACLE_HOME
$ source <CDB_NAME>_<NODE_NAME>.env

For a non-CDB, run the following to set the environment:

$ source $ORACLE_HOME/<ORACLE_SID>_<Server_name>.env

2. Check the state of the auditing in the environment.


SQL> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

3. If pure unified auditing is disabled (as in, the result from the previous
step is FALSE), you must schedule downtime for the environment. Turn
pure unified auditing on by running the following:

Note: If you are running Oracle Real Application Clusters (RAC),


you must stop the application tier services and shut down the
database, then run the make command on all database nodes.

The database shutdown command may differ depending upon your


database platform.

a. From the primary application tier node, use the following


command to stop the application tier services:

$ ADMIN_SCRIPTS_HOME/adstpall.sh

b. From the database tier node, use the following commands to shut
down, relink, and restart the database:

$ sqlplus "/ as sysdba"


SQL> shutdown;
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME
$ sqlplus "/ as sysdba"
SQL> startup

4. Set AUDIT_TRAIL=NONE to disable standard auditing.


SQL> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'AUDIT_TRAIL';

If the value of AUDIT_TRAIL is not NONE, set it to NONE. For example:

$ sqlplus "/ as sysdba" ALTER SYSTEM SET AUDIT_TRAIL=NONE scope=both;

Note: You will need to change the value of AUDIT_TRAIL parameter in


the init*.ora file if not using spfile.

5. Confirm that pure unified auditing is enabled:

SQL> SELECT VALUE FROM V$OPTION WHERE PARAMETER = 'Unified Auditing';

6. From the primary application tier node, use the following


command to restart the application tier services:
$ ADMIN_SCRIPTS_HOME/adstrtal.sh

Download Patch 33339495:R12.FND.C to your primary application node


and follow the instructions in the patch README to unzip the content.

After you have applied the patch, copy the scripts delivered with the
patch to a directory (<dir>) on the database node.

Note: This patch copies scripts that you can run to create and enable unified
auditing polices for an EBS database. The scripts are copied
to $FND_TOP/patch/115/sql.

Since this patch does not update any Oracle E-Business Suite code and only
copies scripts, it can be applied as a hotpatch.

Create and Enable Unified Auditing Policies in Your Oracle E-Business Suite Database
After performing the tasks in 3.1 Enable Pure Unified Auditing and 3.2
Download Patch 33339495:R12.FND.C, you can create and enable
unified auditing policies in your Oracle E-Business Suite database.

 3.3.1 Disable and Drop Previously Enabled Policies


 3.3.2 Grant Required Database Privileges to the Unified Auditing
Administrator
 3.3.3 Complete Steps for an Oracle E-Business Suite Database
Multitenant Architecture
 3.3.4 Complete Steps for an Oracle E-Business Suite Database Non-
Multitenant Architecture

Reference Doc ID:-

Enabling Unified Auditing in Oracle E-Business Suite Release 12.2 with


Oracle Database 19c or 12c (Doc ID 2777404.1)

You might also like