T2T With Partitioned Table Fails With 'ORA-00936: missing expression' and Partition Name Missing
(Doc ID 2814565.1)
Last updated on SEPTEMBER 12, 2024
Applies to:
Oracle Financial Services Funds Transfer Pricing - Version 8.1.0.0.0 and laterOracle Financial Services Analytical Applications Infrastructure - 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 Profitability Management - Version 8.1.0.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Symptoms
In OFSAAI 8.1, when running a T2T data mapping on a partitioned table, the generated SQL does not include the SQL name.
The following is output to the T2T log from /<ftpshare>/logs/<MIS Date>/<Infodom>/LOAD DATA:
[29-08-21 10:51:27 GMT AM][INFO][BACKEND][OFSAA][T2TCPP] ClsUBatchLoader::Bulk, Number of columns in the source DB = 86
[29-08-21 10:51:27 GMT AM][INFO][BACKEND][OFSAA][T2TCPP] ClsUBatchLoader::Bulk, insert query for load data formulated =insert into FSI_D_TERM_DEPOSITS PARTITION for () (ID_NUMBER,COMPOUND_BASIS_CD,AMRT_TYPE_CD,INT_TYPE,PRODUCT_ID,ADJUSTABLE_TYPE_CD,ACCRUAL_BASIS_CD,AS_OF_DATE, etc......
[29-08-21 10:51:27 GMT AM][INFO][BACKEND][OFSAA][T2TCPP] executing insert query
FAILED: ORA ERROR : ORA-00936: missing expression
[29-08-21 10:51:27 GMT AM][SEVERE][BACKEND][OFSAA][T2TCPP] ClsUDBConnect::executeInsertQuery, Error, unable to execute the insert query. ERROR Message: ORA-00936: missing expression
[29-08-21 10:51:27 GMT AM][INFO][BACKEND][OFSAA][T2TCPP] ClsUBatchLoader::Bulk, Error Messaage : ORA-00936: missing expression
You expect the partition name to be included between ().
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 |