Custom Data File Upload in Oracle APEX
No matter what the business is, there is always a common requirement to upload file data into a database table. In this article, we will learn how to upload a data file in Oracle APEX and verify how the data appears in the database table.
First, create a table:
The next step is to create an application and go to the Shared Components section.
Here we will create a Data Load Definition based on our sample file. Once the data load definition is created, we will be able to upload the file and load its data into the target table.
Follow the below steps
Create a new APEX application
-
Click on Create Application
Navigate to Shared Components
-
After the application is created, open it
-
Click on Shared Components
Create Data Load Definition
-
Click on Data Load Definitions
-
Create a new definition based on your CSV structure and target table by following below screenshots
Comments
Post a Comment