My Oracle Support Banner

OFSAAI T2T Fails with Error Message ORA-00942: Table or View does not Exist (Doc ID 1969633.1)

Last updated on MAY 20, 2023

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 7.3.4.2.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Oracle Financial Services Analytical Applications (OFSAA)

Symptoms

On Oracle Financial Services Analytical Applications Infrastructure 7.3.4.2.0 version, when trying to run a T2T that loads data from a remote database, it fails with the error message ORA-00942: table or view does not exist.

Example 1 - 7.3.x:

The source table is a view from an Oracle EBS instance and the target table is the STG_EXCHANGE_RATE_HIST but both the view and table do exist in the separate instances.

ERROR

Log Message here 1: Tue 03 Feb 2015 06:33:31 PM PET||DEBUG||ClsUBatchLoader::Bulk, DEBUG INFO,insert query for load data formulated =insert  into STG_EXCHANGE_RATE_HIST(d_effective_date,fic_mis_date,n_exchange_rate,v_from_currency_cd,v_quote_type,v_rate_data_origin,v_to_currency_cd)SELECT OFSAA_EXCHANGE_RATES_V.D_EFFECTIVE_DATE,OFSAA_EXCHANGE_RATES_V.FIC_MIS_DATE,to_char(OFSAA_EXCHANGE_RATES_V.N_EXCHANGE_RATE),OFSAA_EXCHANGE_RATES_V.V_FROM_CURRENCY_CD,OFSAA_EXCHANGE_RATES_V.V_QUOTE_TYPE,OFSAA_EXCHANGE_RATES_V.V_RATE_DATA_ORIGIN,OFSAA_EXCHANGE_RATES_V.V_TO_CURRENCY_CD FROM <REMOTE SCHEMA OWNER>.OFSAA_EXCHANGE_RATES_V WHERE 1=1 AND OFSAA_EXCHANGE_RATES_V.FIC_MIS_DATE =to_date('20140930','YYYYMMDD') LOG ERRORS INTO STG_EXCHANGE_RATE_HIST$ ('<INFODOM>_STG_T2T_EXCHANGE_RATE_HIST_20140930_6_Task1') REJECT LIMIT 50
Log Message here 1: Tue 03 Feb 2015 06:33:31 PM PET||DEBUG||Executing Insert Query
FAILED: ORA ERROR : ORA-00942: table or view does not exist

Example 2 - 8.0.x:

The source table is from a remote database used by another application.  The schema name "SCHEMA2" is different from the OFSAA schema "SCHEMA1".  There are also two users in the remote database.  The full privileges user "SCHEMA2USER1" and a user with only select rights created for the T2T process "SCHEMA2USER2".

ERROR

micDB, INFO, User ID = SCHEMA1 DBName = SCHEMA1
Log Message here 1: Thu 30 Mar 2017 11:41:19 AM EDT||DEBUG||ClsUDBConnect::getConnectedAtomicDB, INFO, setting the NLS_LANG environment variable to: AMERICAN_AMERICA.UTF8
Log Message here 1: Thu 30 Mar 2017 11:41:19 AM EDT||INFO||ClsUTableToTableLoad::directLoad, Success, connected to the Atomic Database
Log Message here 1: Thu 30 Mar 2017 11:41:19 AM EDT||DEBUG||ClsUDBConnect::getConnectedDB, INFO, User ID = SCHEMA2USER2, DBName = remotedb
Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||INFO||ClsUTableToTableLoad::directLoad, Success, connected to the source database
.
.
.
Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||DEBUG||ClsUBatchLoader::Bulk, DEBUG INFO,insert query for load data formulated =insert /*+append*/ into STG_CUSTOMER_MASTER(D_1_CHILD_DATE_OF_BIRTH,D_2_CHILD_DATE_OF_BIRTH,D_3_CHILD_DATE_OF_BIRTH,.../*+parallel(4) */
STG_CUSTOMER_MASTER.D_1_CHILD_DATE_OF_BIRTH,STG_CUSTOMER_MASTER.D_2_CHILD_DATE_OF_BIRTH,STG_CUSTOMER_MASTER.D_3_CHILD_DATE_OF_BIRTH,...
FROM SCHEMA2USER1.STG_CUSTOMER_MASTER WHERE 1=1 AND FIC_MIS_DATE=to_date('20160317','YYYYMMDD') LOG ERRORS
INTO STG_CUSTOMER_MASTER$ ('OFSPFTINFO_T2T_CONNECTIVITY_TEST_20160317_1_Task1') REJECT LIMIT 0Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||DEBUG||Executing Insert Query
FAILED: ORA ERROR : ORA-00942: table or view does not exist

Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||SEVERE||ClsUDBConnect::executeInsertQuery, Error, unable to execute the insert query. ERROR Message: ORA-00942: table or view does not exist

Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||DEBUG||ClsUBatchLoader::Bulk : Error Messaage : ORA-00942: table or view does not exist

Log Message here 1: Thu 30 Mar 2017 11:41:20 AM EDT||DEBUG||ClsUTableToTableLoad::Bulk, Number of rows loaded: 0

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.