Create Custom Integrator - Load data to custom table
I have created custom table GMPPA_PROJECT_ASSETS. This will be used to capture data from Excel that will be used to load data to Oracle Projects for project assets.
I am going through Desktop Integration Manager and creating an integrator. When I get to the Create Interface portion - I am doing the following:
Interface Name = GMPPA_PROJECT_ASSETS
Interface Type = Table
Interface Type = Table
Table Name = GMPPA_PROJECT_ASSETS
I get an error "oracle.jbo.TooManyObjectsException: JBO-25013: Too many objects
match the primary key oracle.jbo.Key[20023 a ].".
The table has been registered using AD_DD procedures for table, columns, primary key, and primary key column.
0