Hi Team, I am trying to connect with Oracle database 19c. I have given
JDBC configuration and used the below code. But in the below code, I am
getting datasource pool as "No data source found with name 'AppCloudDB'
(after asking 0 providers)". Can you please help me to find where I am
doing a mistake? @SlingServlet(paths = "/bin/getDB", methods = "GET",
metatype=true, label = "AppCloud Database Connectivity",description =
"AppCloud Database Connectivity")public class TestingDB extends
SlingAllMe...