How to Recompile Invalid Objects in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-22
Article Number
Applies To
RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
Issue
- Packages
- Package Bodies
- Functions
- Procedures
- Triggers
- Views
- Synonyms
Tasks
select count(*) from user_objects where status='INVALID' and
object_type in ('PROCEDURE', 'PACKAGE', 'PACKAGE BODY', 'TRIGGER', 'VIEW', 'FUNCTION', 'SYNONYM')
If the above query returns any results, there are INVALID objects in the database that need to be recompiled. See the Resolution section for a solution.Resolution
- Login to the application server as user oracle.
- Execute the following commands:
$ cd $AVEKSA_HOME/database $ ./Recompile_All.sh executing migration/recompileAll.sql The log is available at: /home/oracle/database/log/createMigrateTool.log
Related Articles
How to install and activate RSA ACE/Server Replica on UNIX: QuickNotes 27Number of Views RSA Authentication Manager 8.2 SNMP Reference Guide 118Number of Views RSA Identity Governance and Lifecycle7.0.2 installation with remote database fails with "Invalid Username/Password" in the… 201Number of Views Installation hangs at 'Configuring System Settings' and the installation log has an 'ORA-01017: invalid username/password;… 225Number of Views Invalid content type error when uploading attachments to change requests in RSA Identity Governance & Lifecycle 146Number of Views
Trending Articles
RSA-2026-02: RSA Announces Critical Security Updates - RSA Authentication Manager Understanding RSA Authentication Manager logging fields when they are forwarded to syslog Troubleshooting RSA MFA Agent for Microsoft Windows How to Update the Root (Server) and Client Certificates in RSA Identity Governance & Lifecycle Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?