Getting 'ORA-01917: user or role '<SCHEMA NAME>' does not exist' During OFSAAI 8.1 Upgrade
(Doc ID 2716445.1)
Last updated on OCTOBER 22, 2020
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.1.0.0.0 and laterOracle Financial Services Profitability Management - Version 8.1.0.0.0 and later
Oracle Financial Services Asset Liability Management - Version 8.1.0.0.0 and later
Oracle Financial Services Funds Transfer Pricing - Version 8.1.0.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Symptoms
When running the 8.1 OFSAA infrastructure upgrade, you get the following error in the OFSAAIUpdate.log:
Log [2020-10-01 14:06:25.817] [OFSAAIUPDATE] [DEBUG] - Executing script config_8.0.7.3.0.sql on config schema
Log [2020-10-01 14:06:34.421] [OFSAAIUPDATE] [ERROR] - Exception while executing the query - BEGIN
FOR db_rec IN (select v_schema_name from aai_db_detail where v_db_type = 'ORACLE' AND V_DB_NAME NOT IN 'CONFIG')
LOOP
EXECUTE IMMEDIATE 'grant select, alter on aai_wf_req_queue_seq to ' ||db_rec.v_schema_name;
end loop;
end;
java.sql.SQLSyntaxErrorException: ORA-01917: user or role '<SCHEMA NAME>' does not exist
ORA-06512: at line 4
ORA-06512: at line 4
You are not sure of the impact of the error.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |