Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Facing issues in Oracle Transactional Event Queues REST APIs

OIC TeamApr 1 2024

We are trying to run Oracle TEQ APIs but facing below issues :

API Link : https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/23.4/orrst/op-database-txeventq-topics-get.html
We have ORDS installed, but we are not able to figure out how to use these APIs.
e.g. Create a new Transactional Event Queue Topic
POST
/database/txeventq/clusters/{cluster_id}/topics

Below are the queries :

1. Here we don't know whether to pass schema name in the endpoint URL or not
2. How to get cluster ID mentioned in endpoint url
3. We are getting 404 for all the APIs
4. Which ATP version and Oracle DB version we need to use to support TEQ Rest APIs

Comments

Processing