When running PL/SQL block in RSA Identity Governance and Lifecycle, the following error occurs: ORA-01471: cannot create a synonym with same name as object
Originally Published: 2016-10-27
Article Number
Applies To
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 7.0 and 7.0.1
Platform: WebSphere
Platform (Other): AIX
Issue
SQL> begin
2 FOR rec IN (select 'create or replace synonym ' || TO_CHAR(view_name) || ' for avuser.' || TO_CHAR(view_name) cmd
3 from avuser.T_AV_REPORTS
4 where regexp_like(view_name,'^[vV]_[a-zA-Z0-9_]+$')
5 and LENGTH(view_name) <= 30 AND REPORT_CATEGORY = 'Migration')
6 loop
7 execute immediate rec.cmd;
8 end loop;
9 end;
10 /
begin
*
ERROR at line 1:
ORA-01471: cannot create a synonym with same name as object
ORA-06512: at line 7Cause
Resolution
A documentation ticket has been logged (ACM-69154) to update the RSA Identity Governance and Lifecycle V7.0.1 Upgrade and Migration Guide to reflect this necessary step.
Related Articles
ASR Report fails with ERROR ORA-06502: PL/SQL: numeric or value error: character string buffer too small in RSA Identity G… 22Number of Views ASR fails to generate with an 'ORA-06502: PL/SQL: numeric or value error: character string buffer too small' error in RSA … 127Number of Views RSA Identity Governance and Lifecycle Identity Data Unification fails with ORA-06502: PL/SQL: numeric or value error: Bulk… 168Number of Views When adding User Attributes in RSA Identity Governance and Lifecycle 7.1.0 the following error appear: The number of param… 14Number of Views During an upgrade of RSA Identity Governance and Lifecycle from 6.9.0 to 6.9.1 the following error is seen: ORA-00904: "… 121Number of Views
Trending Articles
How to recover the Application and AFX after an unexpected database failure in RSA Identity Governance & Lifecycle Troubleshooting AFX Connector issues in RSA Identity Governance & Lifecycle RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager Upgrade Process
Don't see what you're looking for?