PL/SQL and SQL Injection: Techniques to hack an Oracle Database (and how to block them)
Prevent SQL Injection through PL/SQL! Secure your Oracle applications! Oracle PL/SQL has the ability to run dynamically created SQL statements. Some developers find this useful, some hackers find it even more useful. This webinar will demonstrate some commonly used techniques …
Record Locking in APEX and other Connection Pooled Environments
We will cover the following major topics: The Issue * Multi-user applications and data corruption * The LOST UPDATE problem Potential Solutions * Pessimistic Locking * Optimistic Locking * Pros and Cons of each Dedicated Connection vs Connection Pooled Environments …
Oracle Tuning Webinar: Why Some SQLs Destroy the Performance of the Database (And techniques for fixing them)
Why do some SQL constructs monopolize so much of the database resources? (destroy database performance) How can I fix / tune these terrible, resource intensive SQLs? Oracle Certified Master DBA John Watson will demonstrate some of these with alternative structures …
How to Create a Physical Standby Database
Learn Oracle Data Guard! This two hour webinar is an extract from our Data Guard course, detailing the creation of a basic Physical Standby database. The demonstrations will go through the entire process, starting from a pre-existing noarchivelog mode database …
Learn REST Enabled SQL to Access a Remote Database
Learn how to access a remote Oracle database with REST enabled SQL! SkillBuilders’ experts Tyson Jouglet and Garry Lawton will demonstrate the functionality of Oracle ORDS and APEX integration using REST Enabled SQL instead of a traditional DB Link (and …
Better Oracle Analytics with Advanced SQL Aggregations
Learn Oracle Analytics with (advanced) SQL aggregations such as LISTAGG, ROLLUP and CUBE! Our Oracle Advanced SQL Tutorial Series provides an in-depth look at Oracle’s Advanced SQL capabilities. Previous tutorials have reviewed features such as Analytic Functions, Advanced Use of …
Dynamic Actions for Super Heroes, An Oracle APEX Webinar
Regardless if you are new to APEX or have doubts about mastering your dynamic actions, this is a session for you. We will demystify all corners of DA and how they can be utilized in your applications, including: • How …
Universal Theme: Understanding Core Technology and Lesser-Known Features
REGISTER FOR THIS WEBINAR The Universal Theme provides a plethora of tools to quickly build sleek and responsive applications. For more complex applications, you may want to either manipulate the page to perform certain actions or adjust the display. In …
Universal Theme – Basic Principles to Modern Applications
REGISTER FOR THIS WEBINAR How difficult can it be to create modern and responsive app using Oracle APEX 18.x/19.x? In this demo session we will build a public facing app following a few basic principles to demonstrate the power of …
The Genius of Classic Reports
REGISTER FOR THIS WEBINAR Did you mean to say Interactive Reports? No! Reports do not need to look like reports When to use Classic reports? Very simple or very complex reports Creating a custom tailored experience Data Binding Magic Column …
Install and Configure the Complete APEX Stack
Online 213 Robinson Street Fl 2, Wakefield, RI, United StatesREGISTER FOR THIS WEBINAR This webinar will demonstrate configuring an APEX environment on a Linux machine: Install APEX into a 19c database Configure a Tomcat container Deploy ORDS to Tomcat Compile and install an Apache web listener This will …
Free Webinar – Learn Oracle APEX 19.1 Forms
REGISTER FOR THIS WEBINAR Learn Oracle APEX Release 19.1 New Features Learn how to harness the power of the APEX form region in Oracle APEX Release 19.1. Let APEX handle the sticky boilerplate transactional logic so you can focus on …
How and Why to Upgrade to Oracle Database 19c – A Free Webinar
REGISTER FOR THIS WEBINAR How and Why to Upgrade to Oracle Database 19c Upgrading to Oracle Database Release 19c is now essential. Why? Support is expiring soon for all previous releases of the database. Consider this about prior releases: 12.1.0.2 …
Mastering the Oracle APEX Page Designer / Application Builder
<!-- --> REGISTER FOR THIS WEBINAR <!-- Mastering the Page Designer - Another Free Webinar from SkillBuilders --> Overlooked Features in APEX Application Builder There are several features in the Oracle APEX Page Designer (and Application Builder) that are not …
Exploring PLSQL and JavaScript APIs
DOWNLOAD THE SAMPLE CODE Exploring PLSQL and JavaScript APIs There are several utilities provided by APEX that solve many problems developers encounter. In this webinar, Certified APEX Expert Tyson Jouglet will demonstrate some of those APIs and show you how …
Discovering JavaScript Part 1 – A Free Webinar
A Beginners Guide to Javascript in APEX is now a FREE TUTORIAL! WATCH THE FREE TUTORIAL Learn JavaScript! This webinar is the first of a multipart series which will take us from writing our first JavaScript code snippets all the …
Oracle Database Encryption Best Practices – A Free Webinar
REGISTER FOR THIS WEBINAR Oracle Database Encryption Best Practices Declaratively Encrypting Data At-Rest and In-Transit Learn how to transparently encrypt data at-rest and in-transit. Declaratively. In almost every case, data has to be encrypted in-transit and at-rest. How do you …
How to Stabilize Performance when Upgrading an Oracle Database – Free Webinar
REGISTER FOR THIS WEBINAR Stabilizing Performance when Upgrading an Oracle Database SQL Plan Baselines Are Your Friend Recommended Prerequisite: Free Tutorial: How to Read an Execution Plan Learn how to use sql plan baselining to maintain consistent performance when upgrading …
Discovering JavaScript Part 2 – A Free Webinar
REGISTER FOR THIS WEBINAR A Beginners Guide to JavaScript in APEX (Part 2) Learn More JavaScript! Take the next step in your JavaScript education! Oracle Certified Expert Tyson Jouglet will teach you how to organize JavaScript code for reusability …
Above and Beyond with SkillBuilders’ Oracle Database Manager (SBODM)
REGISTER FOR THIS WEBINAR <!-- Above and Beyond with SkillBuilders’ Oracle Database Manager (SBODM) --> Another Free Webinar from SkillBuilders Learn the powerful and extensive features in SkillBuilders’ Oracle Database Manager (SBODM) and how easy they are to use. See …
How to Get Started with Oracle Autonomous Database – A Free Webinar
REGISTER FOR THIS WEBINAR An Introduction to Oracle Autonomous Database A free webinar. Oracle's OCI (Oracle Cloud Infrastructure) and ADB (Autonomous Database) environment is very cool. It is also very complicated. It is designed to scale, and to be …
Discovering JavaScript Part 3 – A Free Webinar
REGISTER FOR THIS WEBINAR Discovering Javascript Part 3 Objective In this webinar, the third in a series, you will learn the event driven architecture of JavaScript in the browser. This architecture makes it possible to create interactive websites, far …
Refreshable PDB Clones in Oracle Database – A Free Webinar
The Poor Man’s Data Guard Learn, via live demonstration, how to use Refreshable PDB Clones to provide DataGuard-like capabilities, even on Oracle Standard Edition! We all know that Multitenant Architecture is inevitable. We also know that some sites …
Above and Beyond with SkillBuilders’ Oracle Database Manager (SBODM)
REGISTER FOR THIS WEBINAR <!-- Above and Beyond with SkillBuilders’ Oracle Database Manager (SBODM) --> Another Free Webinar from SkillBuilders Attend this free webinar and learn about the many powerful features in SkillBuilders’ Oracle Database Manager - and how easy …
SQL Tuning with Oracle Optimizer View Merging – A Free Webinar
A vital optimization that your queries need Oracle's Cost Based Optimizer (CBO) is an incredible software artifact, possibly the most complex we will ever work with. But it is not infallible: the CBO needs our help. In this webinar you …
Discovering JavaScript Part 4 – A Free Webinar
REGISTER FOR THIS WEBINAR JavaScript for Oracle APEX Developers, Part 4 In this webinar you will learn how to extend declarative APEX components using provided APIs that relate to trees, AJAX, and actions. Discovering JavaScript, Parts 1 , 2 and …
Oracle Database Logon: Let’s Count (and Learn) The Ways – A Free Webinar
REGISTER FOR THIS WEBINAR Oracle Database Security: There are other ways than providing your username and password! A free webinar To logon to an Oracle database, the obvious way is to present a username and a password. However, there are …
Tuning Oracle for DW and OLTP with Real-Time Materialized Views – A Free Webinar
REGISTER FOR THIS WEBINAR How to Support Data Warehouse and OLTP Use in a Single Oracle Database A free webinar Description Learn how to implement Oracle Real-Time Materialized Views to tune a single Oracle Database for both Data Warehouse and …
Oracle APEX 20.2 New Feature & Practical Applications – A Free Webinar
REGISTER FOR THIS WEBINAR Oracle APEX 20.2 New Feature & Practical Applications Overview of Oracle APEX 20.2 new features and how to apply them to everyday applications. Audience All Developers, DBAs and any people with Oracle APEX experience. Presenters …
Manual Standby Database – A Free Webinar
REGISTER FOR THIS WEBINAR Manual Standby Database Near zero data loss with Standard Edition A free webinar Description Data Guard can deliver zero data loss. Consider the worst case: someone steals your DB server and sells it on EBay. If …
All dates are in Eastern Time (ET).