Hello Experts,
I am trying to load tables KNOV and T009 using SDA and my remote source connection has been setup using OracleECCAdapter for DP Agent.
CREATE VIRTUAL TABLE "SAP_ECC"."VT_T009" AT "ECC_PD2_OracleECCAdap"."<NULL>"."<NULL>"."T009"; - Runs fine
SELECT * FROM "SAP_ECC"."VT_T009" - Getting below error
SAP DBTech JDBC: [403]: internal error: Error opening the cursor for the remote database Failed to execute query [SELECT * FROM "ATAB" "VT_T009" WHERE TABNAME = 'T009'].Error: ORA-01031: insufficient privileges
I replicated dictionary tables (DD02L, DD03L...), created synonym in SYSTEM schema, but still no luck with the issue.
Also my user has SELECT on ANY table privilege in Oracle DB under ECC.
Can someone please help out. Thanks
Regards,
Deepanshu