Hello,
We are having an issue with the install guide for IdM 8.0 components. We are installing the Identity management database on Oracle.
Step 1.1.1 - Done
1.1.2 for SQL - SKIP (are we missing any steps that are needed here?),
went to 1.1.3 (installing on Oracle.)
1.1.3.2 - Done
1.1.3.3 - First script errors out (install script file mxmc-install.sh(Unix)) -- Error information below:
More info:
We created tablespaces USERS & TEMP – (This is also not mentioned in doc but when we encountered errors they were missing, we created them)
While running the very first script mxmc-install.sh (…………../DATA_UNITS/IDENTITY_CENTER_CORE_80/DatabaseSchema/Oracle) we got below error:
IDMCID01:iddadm 23> cat mxmc-install.log
Session altered.
********************************************************************************
*** Creating database
********************************************************************************
*** Creating users
*** Grant access to UTL_INADDR
select count(*) into lAclCount from dba_network_acls where acl like '%'||lAclName;
*
ERROR at line 12:
ORA-06550: line 12, column 38:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 12, column 2:
PL/SQL: SQL Statement ignored
ORA-06550: line 14, column 3:
PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.DROP_ACL' must be declared
ORA-06550: line 14, column 3:
PL/SQL: Statement ignored
ORA-06550: line 18, column 2:
PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.CREATE_ACL' must be declared
ORA-06550: line 18, column 2:
PL/SQL: Statement ignored
ORA-06550: line 28, column 2:
PLS-00201: identifier 'DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL' must be declared
ORA-06550: line 28, column 2:
PL/SQL: Statement ignored