I have a scenario, where I want to use tables from on premise in my application deployed in SAP BTP and it uses HDI container. For now I have made the connection using Cloud Connector between BTP and on-premise, later using Remote Source adapter I am creating the virtual tables inside an schema. Then, using Synonym concept I am consuming these Virtual Table in the application.
Instead Can I create the Virtual Table directly inside the HDI container(by giving the required privilege's of HDI container to DB-admin) and use it directly.
Request clarification before answering.
By default DBADMIN doesn't have access to container.
You need to follow this document to setup the access first.
https://help.sap.com/viewer/c2cc2e43458d4abda6788049c58143dc/2021_01_QRC/en-US/9a6bf8dc816e4b128ecec...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it under HDI container also and in other schemas also.
In HDI container - It would be overhead for you if you want to undeploy it.
In Schema through synonym - There would be more control to you.
Also don't use DBADMIN user for operations, create one separate user. Assign all required access to that.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.