Category: ORDS

ORDS

Error: ORDS was unable to make a connection to the database.

If you are getting below error while launching ORDS, follow steps mentioned to resolve the error: “ORDS was unable to make a connection to the database. The database user specified by db.username configuration setting is expired. The connection pool named: |default|lo| had the following error(s): ORA-28001: the password has expired” Solution: This error occurs when […]

ORDS

ORDS Part-5-How to Enable OAUTH2.0 for ORDS REST API

In this blog post, we will see how to enable OAUTH2.0 for ORDS REST API. Login with ORDS_TEST_USER. Navigate to Development —>REST. Click on Open. Step1: Create Role for OAUTH2.0 Navigate to Security —>Roles. Click on Create Role. Provide Role Name and Click on Create. Step2: Create Privileges Navigate to Security —> Privileges Click on […]

ORDS

ORDS Part-1: Introduction to ORDS

Oracle REST Data Services (ORDS) is a middleware tool provided by Oracle that enables you to easily expose Oracle Database data and logic as RESTful web services. It’s a key component for modern application development, allowing seamless integration of database functionality with web, mobile, and cloud applications. ORDS (Oracle REST Data Services) is a Java-based […]

Back To Top