Hi Team,
I am facing the following error while trying canton with oracle persistence error.
2023-07-18 04:05:51,252 [canton-env-execution-context-35] WARN c.d.p.s.backend.VerifiedDataSource - Invalid Oracle URL specified, context: {participant: “Participant1”}
below is my configuration
Participant1{
storage{
type =oracle
config {
driver = “oracle.jdbc.OracleDriver”
url = “jdbc:oracle:thin:@”${ORACLE_HOST}“:”${ORACLE_PORT}/${ORACLE_DB}
password =${ORACLE_PASS2}
user = “DD4OPRUN”
}
ledger-api-jdbc-url = “jdbc:oracle:thin:DD4OPLEDG/${ORACLE_PASS3}@”${ORACLE_HOST}“:”${ORACLE_PORT}/${ORACLE_DB}}
admin-api {
port = xxx
address = "x.x.x.x"
}
ledger-api {
port = xxxx
address = "x.x.x.x"
}
}