HOME > Development > Learn Oracle Visual Builder by examples

Learn Oracle Visual Builder by examples

  • Development
  • Apr 19, 2025
SynopsisLearn Oracle Visual Builder by examples, available at $79.99,...
Learn Oracle Visual Builder by examples  No.1

Learn Oracle Visual Builder by examples, available at $79.99, has an average rating of 4.29, with 87 lectures, based on 114 reviews, and has 1313 subscribers.

You will learn about Learn Oracle VB by examples and reduce your research time Execute common sceanrios and implement them in your project Make you hands dirty in the low code development tool Learn quickly without short and crisp examples This course is ideal for individuals who are Low level code developers or This will help Intermediate developers to get the examples quickly It is particularly useful for Low level code developers or This will help Intermediate developers to get the examples quickly.

Enroll now: Learn Oracle Visual Builder by examples

Summary

Title: Learn Oracle Visual Builder by examples

Price: $79.99

Average Rating: 4.29

Number of Lectures: 87

Number of Published Lectures: 87

Number of Curriculum Items: 87

Number of Published Curriculum Objects: 87

Original Price: ?3,299

Quality Status: approved

Status: Live

What You Will Learn

  • Learn Oracle VB by examples and reduce your research time
  • Execute common sceanrios and implement them in your project
  • Make you hands dirty in the low code development tool
  • Learn quickly without short and crisp examples
  • Who Should Attend

  • Low level code developers
  • This will help Intermediate developers to get the examples quickly
  • Target Audiences

  • Low level code developers
  • This will help Intermediate developers to get the examples quickly
  • In this course, you will make your hand dirty by learning various complex examples that are common in each and every web or mobile application. The course is designed in such a way so that you can reduce your research timeand build your applications quickly.

    The course focuses on the following areas:

  • Various examples of the editable table and update data in bulk and chunks

  • How to perform CRUD operations in batches to enhance the application performance

  • Upload functionalities

  • Download functionalities such as how to call external REST API to download PDFs, images, etc

  • Export data into different formats such as CSV, Excel, and PDF

  • Security of web application

  • How to apply role-based and data-level security

  • How to allow access of your web application to anonymous users

  • Various UI components such as ListView, Train, Single (Select), etc.

  • Validations of UI components

  • Apart from the listed areas, you will find other Visual Builder areas to enhance your skills. You can directly apply the learnings in your real-time projects.

    To learn this course, you should have a basic idea of Oracle Visual Builder, how it works. You should have the Oracle Visual Builder instance ready to execute all the examples demonstrated in the course.

    Complete this course and start working on projects immediately.

    Course Curriculum

    Chapter 1: Introduction to the course

    Lecture 1: Get to know about the course

    Chapter 2: Various examples around how to create editable tables and upsert data into bulk

    Lecture 1: How to create editable table in Oracle Visual Builder

    Lecture 2: Create an editable table and update only modified records

    Lecture 3: Create an editable table and update all the modified records in batch

    Lecture 4: Create an editable table and perform CRUD operations

    Lecture 5: Create an editable table and track modified records

    Lecture 6: How to revert the changes in an editable table

    Lecture 7: How to view the modified changes in a popup view

    Lecture 8: How to prevent few rows to update

    Lecture 9: How to edit rows using dialog boxes

    Lecture 10: Allow user to copy text from table

    Lecture 11: Allow user to delete multiple records from SDP based table

    Lecture 12: Allow users to Add and Delete Rows from Table

    Lecture 13: Create In Parameter to filter the records

    Lecture 14: Using Buffering Data Provider (BDP) to create editable table

    Chapter 3: Upload files to upload bulk data into Business Objects and call APIs

    Lecture 1: Upload an excel file and insert data into VB Business Objects

    Lecture 2: Upload excel file and insert data into Business Objects in bulk

    Lecture 3: How to upload excel file, and insert data into chunks

    Lecture 4: How to upload file and send it to the Oracle Integration

    Lecture 5: How to upload the file to integration and process the data

    Lecture 6: How to upload an image and show it in Avatar component

    Lecture 7: Upload images and save it to the Oracle ATP DB

    Lecture 8: Upload file, populate data to table, update and insert to Business Objects

    Lecture 9: Import / Replace Integration from VB

    Chapter 4: Download data into different file formats such as CSV, Excel, and PDF

    Lecture 1: Allow user to download sample file to upload data in a particular format

    Lecture 2: How to export data to a CSV file

    Lecture 3: How to export ADP data to excel file

    Lecture 4: How to export SDP data to excel file

    Lecture 5: How to export table data into PDF file

    Lecture 6: Fetch the image from REST response and populate it on a page

    Lecture 7: Download PDF from REST API

    Lecture 8: Export integrations from the VB screen

    Lecture 9: Download file that is uploaded using File Picker

    Lecture 10: Download and Upload files to Database

    Chapter 5: Build Dynamic UI in Oracle Visual Builder

    Lecture 1: Show or hide columns of a table

    Lecture 2: How to enable or disable button and stop user to click again and agin

    Lecture 3: How to render UI components conditionally

    Lecture 4: How to create dynamic form layout

    Lecture 5: Update fire notification message style in Oracle Visual Builder

    Chapter 6: Learn various complex features of table component

    Lecture 1: Enable/Disable sorting, resizing of columns, and pagination

    Lecture 2: Many-to-many relationship between Business Objects and insert data at once

    Lecture 3: Many-to-many relationship between Business Objects and update data

    Lecture 4: Filter data from table based on Service Data Provider (SDP)

    Lecture 5: Filter data from table based on Array Data Provider (ADP)

    Lecture 6: Search data from table populated from the external API

    Lecture 7: Select multiple rows from table and process them

    Lecture 8: Group data based on multiple columns

    Chapter 7: Learn how to validate data at the client side before you call backend API

    Lecture 1: How to perform client-side validation to validate web form

    Lecture 2: How to allow users to insert only alphanumeric characters

    Lecture 3: How to check email already exist or not asynchronously

    Lecture 4: How to validate your date field

    Lecture 5: Enforce users to enter valid data if BO REST API is used at the Object level

    Lecture 6: How to use Business Object field validators

    Lecture 7: Calculate Difference between two dates

    Lecture 8: How to use custom message to show inline error messages

    Chapter 8: Explore various complex UI components such as Train, ? Progress Bar, etc.

    Lecture 1: How to use Train UI component in Oracle VB

    Lecture 2: How to use Progress bar to know how much data has been processed

    Lecture 3: How to use single-select UI component

    Lecture 4: How to use List-View component to show a master-child relationship

    Lecture 5: How to create a collapsible using ListView component

    Lecture 6: Tree View component

    Lecture 7: Conveyor belt to visualize data

    Lecture 8: Populate Select Single with Static data

    Lecture 9: Inline popup to view more information

    Lecture 10: Combine multiple fields into Single for Select Single

    Lecture 11: Allow user to rate application using Rating Gauge component

    Chapter 9: Data level and role-based security in Oracle Visual Builder

    Lecture 1: How to allow anonymous access to the static web pages

    Lecture 2: How to allow users to view BO and external APIs data without login on web page

    Lecture 3: How to apply role-based security on web application

    Lecture 4: How to apply data-level security in Oracle Visual Builder

    Lecture 5: Enable touch id / face id authentication for VB applications

    Chapter 10: New Enhancements in Oracle Visual Builder 22.01 & 22.04

    Lecture 1: Bring your own database schema and create BO on top of existing tables/views

    Lecture 2: Use your primary key while importing the Business Objects

    Lecture 3: How to use fragments and embed them in the different pages

    Lecture 4: Create UI quickly using data pallet

    Lecture 5: Develop application using flow designer

    Lecture 6: Customize the application lock screen

    Lecture 7: Expose VB application as a Progressive Web App (PWA)

    Lecture 8: Working with Javascript Action Chain

    Lecture 9: Navigate to a page from fragment

    Chapter 11: Integrating mutliple services such as Object Storage, OCM, and Process Cloud

    Lecture 1: Uploading file to OCI Object Storage

    Lecture 2: Downloading from OCI Object Storage from VB application

    Lecture 3: Upload / Download / Fetch Files from Oracle Content & Experience (OCM)

    Lecture 4: Integrate Application Performance Monitoring (APM)

    Lecture 5: Integrate Process Cloud, and kickoff your process from VB

    Lecture 6: Configure Oracle Integration-3 backend to use OAuth 2.0

    Lecture 7: Integrating Oracle Process Automation using Process Automation Backend

    Instructors

  • Learn Oracle Visual Builder by examples  No.2
    Ankur Jain
    Instructor
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 13 votes
  • 4 stars: 38 votes
  • 5 stars: 62 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!