Monday 8 February 2016

How to Verify which GRC (Oracle Governance Risk and Compliance) Version is Installed ?

APPLIES TO:

Oracle Application Access Controls Governor Version .6.4 and later
Information in this document applies to any platform.

GOAL:

How to verify which GRC version is installed?

SOLUTION:

There are 2 ways to find the GRC version.

1). Login to the application and in the right hand side you see a oval shape icon.
Click to see the current GRC application release

2). To check from database.

select current_build_version from grc_sys_version ( From EGRC 864_500 and above query this table)

select current_build_version from grcc_version ( This is for pre EGRC 864.500 releases query this table)

2 comments: