Oracle APEX

How to Create Custom Authentication scheme in Oracle APEX

In this post, we will see how to create custom authentication scheme in Oracle APEX. Custom authentication enables users to log in to APEX application with username and password stored in custom database table. This will provide complete control over the authentication interface. APEX application will validate username and password against data stored in database […]

Oracle APEX

Authentication Schemes in Oracle APEX

Oracle APEX application can be authenticated using an authentication scheme. The authentication process requires that a user provides some type of credentials such as username and password. Once credentials are verified, application access is given to users. Once a user has been identified, the Oracle APEX engine keeps track of each user by setting the […]

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 […]

SOAP

How to Call BIP Report using SOAP Webservice in SOAP UI

In this section, we will see how to call BIP report using SOAP Webservice. Oracle provided a SOAP web service ExternalReportWSSService with “runReport” operation with which we can call BIP report and get output in Base64 format. We will call simple BIP report created in cloud application using SOAP Web service. Here we will use […]

Fusion Security

Import Data Access for Users in Oracle Cloud ERP using ADFDI

In this section, we will check how to import and export data access for Users in bulk. We can import data access for users in bulk using ADFDI. Navigate to Setup and Maintenance —>Global Search—> Manage Data Access for users. Go to “Users with Data Access” as shown above. Provide Username and Role for which […]

Back To Top