FIELD NOTES

Tech Tips & Trends

Deep dives on Oracle Integration Cloud, VBCS architecture, PL/SQL patterns, and lessons from enterprise deployments.

100 posts

VBCS Applications

Integrating VBCS with Oracle Analytics Cloud

Embed Oracle Analytics Cloud reports and dashboards directly inside VBCS applications — so users get analytics in context without switching tools.

Apr 16, 2026·5 min read
VBCS Applications

Connecting VBCS to ADF Business Components

Some Oracle Cloud modules expose ADF Business Components service interfaces rather than REST APIs. Here's how to connect VBCS applications to ADF BC endpoints.

Apr 13, 2026·5 min read
VBCS Applications

Custom Validation Strategies in VBCS Forms

VBCS's built-in validators cover the basics, but enterprise forms require context-aware, cross-field, and server-side validation. Here's how to implement all three.

Apr 10, 2026·6 min read
VBCS Applications

Navigation Patterns in Enterprise VBCS Applications

How to structure navigation for large VBCS applications — flows, routers, side navigation, tabs, and drill-down patterns that scale well as the app grows.

Apr 7, 2026·5 min read
VBCS Applications

VBCS as a Progressive Web App: Mobile-First Strategies

VBCS applications can be deployed as Progressive Web Apps with offline capabilities — here's how to structure apps for mobile field workers and low-connectivity environments.

Apr 4, 2026·6 min read
VBCS Applications

VBCS Variable Types: When to Use Each

Choosing the wrong variable scope in VBCS leads to subtle bugs and performance issues. Here's a clear guide to application, flow, page, and component-level variables.

Apr 1, 2026·5 min read
VBCS Applications

Building Import and Export Functionality in VBCS

Enterprise VBCS applications almost always need bulk data import and export. Here's the right architecture for each — from simple CSV downloads to complex Excel uploads.

Mar 28, 2026·6 min read
VBCS Applications

Notifications and Email Integration in VBCS

How to trigger email notifications, in-app alerts, and Oracle Notifications Service messages from VBCS applications and their backing OIC integrations.

Mar 25, 2026·5 min read
VBCS Applications

Oracle JET Data Visualization Components in VBCS

VBCS includes the full Oracle JET data visualization library — charts, gauges, sparklines, and more. Here's how to use them effectively in enterprise applications.

Mar 22, 2026·6 min read
VBCS Applications

VBCS Authentication and Session Management

How authentication works in VBCS applications — user sessions, token management, and integrating with Oracle IDCS for single sign-on.

Mar 20, 2026·6 min read
OIC Integrations

OIC Integration Versioning and Lifecycle Management

OIC supports multiple active versions of the same integration — understanding when and how to use versioning prevents breaking changes from disrupting production.

Mar 18, 2026·5 min read
OIC Integrations

Pub/Sub Integration Patterns in OIC

Event-driven architectures using publish/subscribe patterns in OIC — using Oracle Streaming, ATP queues, and OIC's native event triggers for decoupled integrations.

Mar 15, 2026·7 min read
General

Design Patterns for Oracle Cloud Integration Projects

Proven patterns for common Oracle Cloud integration challenges — canonical data model, hub-and-spoke topology, idempotent processing, and saga-based distributed transactions.

Mar 14, 2026·7 min read
OIC Integrations

Handling Binary and Large Files in OIC

File handling in OIC goes beyond the simple FTP adapter use case — here's how to handle large files, binary content, Base64 encoding, and chunked processing correctly.

Mar 12, 2026·6 min read
General

Essential Tools for Every Oracle Cloud PaaS Developer

The productivity tools and utilities that experienced Oracle Cloud consultants rely on — from API testing to schema exploration to productivity shortcuts.

Mar 11, 2026·5 min read
General

OAuth 2.0 and JWT in Oracle Cloud: A Developer Guide

How OAuth 2.0 authentication and JWT tokens work in Oracle Cloud — understanding the flows that OIC, VBCS, and Fusion REST APIs rely on.

Mar 8, 2026·6 min read
OIC Integrations

OIC Performance Tuning: Making Integrations Faster

Slow OIC integrations are usually caused by a handful of predictable patterns. Here's how to diagnose and fix them systematically.

Mar 8, 2026·7 min read
General

Version Control Strategies for Oracle Cloud Configurations

Beyond code — how to version control OIC lookups, VBCS design-time configurations, BIP templates, and environment-specific settings across dev, test, and production.

Mar 5, 2026·5 min read
OIC Integrations

Integrating with Oracle HCM Using OIC REST Adapters

Oracle HCM Cloud exposes a comprehensive REST API — here's how to connect OIC to HCM for employee data sync, position management, and payroll interfaces.

Mar 5, 2026·6 min read
SQL & PL/SQL

Oracle MERGE Statement: Upsert Patterns and Best Practices

The MERGE statement combines INSERT, UPDATE, and DELETE into a single atomic operation — the most efficient way to synchronise data between tables.

Mar 4, 2026·6 min read
BI Reports

Conditional Formatting in BI Publisher and OTBI

Making reports more readable through intelligent conditional formatting — traffic lights, highlighted rows, threshold-based colours, and dynamic icons.

Mar 3, 2026·5 min read
BI Reports

Performance Optimisation for Heavy BI Reports

Slow BI Publisher reports and OTBI analyses frustrate users and load database systems. Here's a systematic approach to diagnosing and fixing report performance.

Mar 1, 2026·6 min read
General

Debugging Oracle Cloud Integrations: A Systematic Approach

A methodical guide to finding and fixing issues in OIC integrations and VBCS applications — from reading error logs to isolating failures in complex orchestrations.

Mar 1, 2026·6 min read
OIC Integrations

Migrating OIC Integrations Between Environments

Moving integrations from development to test to production in OIC is more involved than it looks — here's a reliable promotion workflow that avoids common pitfalls.

Mar 1, 2026·7 min read
SQL & PL/SQL

Oracle Database Links: Connecting to Remote Databases

Database links let Oracle SQL access data on remote Oracle databases as if it were local — essential for EBS-to-Cloud migrations and cross-system reporting.

Mar 1, 2026·5 min read
BI Reports

OBIEE to OAC Migration: What You Need to Know

Oracle OBIEE is being superseded by Oracle Analytics Cloud. Here's what changes, what stays the same, and how to plan your migration.

Feb 28, 2026·6 min read
BI Reports

BI Publisher Security: Row-Level Access and User Permissions

Controlling who can see what in BIP reports — data security via SQL parameters, report-level access, and role-based catalog permissions.

Feb 26, 2026·5 min read
General

How to Raise Effective Oracle Support Requests

Getting useful help from Oracle Support quickly is a skill. Here's how to write SRs that get resolved faster — with the right information, the right severity, and the right approach.

Feb 26, 2026·5 min read
OIC Integrations

JavaScript Actions in OIC: When and How to Use Them

OIC's JavaScript action lets you execute custom logic inline — useful for complex transformations, but easy to overuse. Here's the right approach.

Feb 25, 2026·5 min read
SQL & PL/SQL

PL/SQL and SQL Performance Tuning: A Systematic Approach

A methodical guide to identifying and fixing SQL and PL/SQL performance problems — from AWR reports and TKPROF to specific anti-patterns to avoid.

Feb 25, 2026·7 min read
BI Reports

Connecting Oracle Analytics Cloud to Fusion ERP

How to set up live connections between OAC and Fusion Cloud for real-time analytics — direct database connections, OTBI feeds, and the Fusion Analytics Warehouse approach.

Feb 23, 2026·6 min read
General

Performance Testing Oracle Cloud Applications

How to test and validate performance before go-live for OIC integrations, VBCS applications, and BIP reports — load testing tools, benchmarks, and what to measure.

Feb 22, 2026·6 min read
OIC Integrations

Parallel vs Sequential Processing in OIC Integrations

Choosing between parallel and sequential execution in OIC orchestrations can have a significant impact on performance and reliability — here's when to use each.

Feb 22, 2026·6 min read
SQL & PL/SQL

Oracle Regular Expressions: REGEXP Functions in SQL and PL/SQL

Oracle's REGEXP functions bring the power of regular expressions to SQL queries — for validation, extraction, and transformation of string data.

Feb 22, 2026·5 min read
BI Reports

BI Publisher XML Data Source: Reporting on Custom XML

When your data isn't in a database, BI Publisher can consume XML files directly — useful for reporting on OIC integration outputs, FBDI staging results, and custom data extracts.

Feb 20, 2026·5 min read
OIC Integrations

OIC Connectivity Agent: Connecting On-Premise Systems

The Connectivity Agent bridges the gap between OIC and systems that live behind your firewall — here's how to install, configure, and maintain it reliably.

Feb 20, 2026·6 min read
SQL & PL/SQL

Oracle PL/SQL Debugging Techniques

A practical toolkit for debugging PL/SQL code — from DBMS_OUTPUT and logging tables to the SQL Developer debugger and tracing.

Feb 20, 2026·5 min read
General

Agile Methodology for Oracle Cloud Integration Projects

How to apply Agile and Scrum practices to OIC/VBCS projects — sprint structure, user stories for integrations, estimation, and managing client expectations.

Feb 19, 2026·5 min read
SQL & PL/SQL

Hierarchical Queries with CONNECT BY in Oracle SQL

Oracle's CONNECT BY clause enables elegant tree traversal — org charts, bill of materials, category hierarchies, and menu structures.

Feb 19, 2026·5 min read
OIC Integrations

Using the Oracle DB Adapter in OIC

The Database Adapter is one of OIC's most powerful connectors — here's how to use it safely for queries, stored procedures, and batch operations.

Feb 18, 2026·7 min read
BI Reports

Building KPI and Scorecard Reports in Oracle Fusion

How to surface key performance indicators from Fusion Cloud data — using OTBI KPIs, BIP dashboards, and linking KPIs to operational detail for drill-down.

Feb 17, 2026·5 min read
SQL & PL/SQL

Oracle Materialized Views: Caching Complex Queries

Materialized views store pre-computed query results, dramatically speeding up expensive aggregations, joins, and reports that run frequently on large datasets.

Feb 16, 2026·6 min read
VBCS Applications

Debugging VBCS Applications Effectively

VBCS debugging is part visual designer, part browser devtools. Here's the systematic approach that finds bugs faster than random experimentation.

Feb 16, 2026·5 min read
General

Career Path for Oracle Cloud PaaS Professionals

How to build a career in Oracle Cloud PaaS consulting — skills to develop, niches to specialise in, how to position yourself, and what the market looks like.

Feb 15, 2026·6 min read
BI Reports

BI Publisher Sub-Templates: Reusable Report Components

Sub-templates let you define common layout elements once and reuse them across multiple reports — headers, footers, common sections, and conditional blocks.

Feb 14, 2026·5 min read
SQL & PL/SQL

Oracle Flashback Technology: Point-in-Time Recovery and Queries

Oracle Flashback lets you query historical data, undo mistakes, and recover from accidental changes without a full database restore — here's the complete toolkit.

Feb 13, 2026·6 min read
General

Documentation Templates for Oracle Cloud Projects

Good documentation saves time, prevents errors, and enables handovers. Here's a practical set of templates for OIC integrations, VBCS applications, and Oracle Cloud projects.

Feb 12, 2026·5 min read
VBCS Applications

VBCS Performance: Making Enterprise Apps Feel Fast

Performance issues in VBCS applications almost always come from a few predictable sources. Here's how to diagnose and fix the most common ones.

Feb 12, 2026·6 min read
BI Reports

Customising Fusion Cloud Standard Reports

Oracle Fusion ships with hundreds of standard reports. Here's how to safely customise them — copy-and-modify, data model changes, and template adjustments without breaking upgrades.

Feb 11, 2026·5 min read
OIC Integrations

FBDI Automation with OIC: End-to-End Walkthrough

Automating File-Based Data Import so bulk data loads stop being a manual, error-prone chore — using OIC pipelines and Fusion's ESS REST APIs.

Feb 10, 2026·8 min read
SQL & PL/SQL

JSON Processing in Oracle SQL and PL/SQL

Oracle 12c+ treats JSON as a first-class citizen. Here's how to store, query, update, and generate JSON directly in Oracle SQL and PL/SQL.

Feb 10, 2026·6 min read
General

Oracle Cloud Release Management: Handling Quarterly Updates

Oracle updates Fusion Cloud quarterly. Here's how to manage these updates without breaking your OIC integrations, VBCS apps, and BIP reports.

Feb 9, 2026·5 min read
BI Reports

Building Dashboards in Oracle Analytics Cloud

How to design compelling OAC dashboards that give decision-makers the right information at a glance — canvas design, KPIs, filters, and interactive drill-throughs.

Feb 8, 2026·6 min read
VBCS Applications

VBCS Deployment: From Development to Production

The VBCS deployment pipeline is more complex than clicking Publish. Here's a reliable approach to versioning, environment promotion, and production go-live without surprises.

Feb 8, 2026·6 min read
SQL & PL/SQL

Oracle Sequences and Identity Columns: Primary Key Generation

Generating unique primary keys in Oracle — sequences, GENERATED ALWAYS AS IDENTITY, and patterns for distributed systems.

Feb 7, 2026·5 min read
General

Change Management for Oracle Cloud Projects

Technical excellence isn't enough — successful Oracle Cloud implementations need structured change management. Here's the practical framework that works.

Feb 6, 2026·5 min read
BI Reports

Scheduling Reports in Oracle Fusion Cloud

How to automate report delivery in Fusion Cloud — using Scheduled Processes (ESS), OTBI Agents, and BIP scheduling for time-based and event-driven distribution.

Feb 5, 2026·5 min read
OIC Integrations

OIC Lookup Tables: Patterns and Best Practices

Lookup tables are one of OIC's most powerful and underused features. Here's how to use them for code translations, configuration management, and environment-specific settings.

Feb 5, 2026·5 min read
SQL & PL/SQL

Oracle PL/SQL Cursors: Explicit vs Implicit and Best Practices

Cursors are fundamental to PL/SQL row processing. Here's a complete guide to implicit cursors, explicit cursors, cursor FOR loops, and REF CURSORs.

Feb 4, 2026·6 min read
VBCS Applications

Role-Based Access Control in VBCS Applications

How to implement role-based UI rendering, route-level access control, and audit-safe authorisation in VBCS — and where client-side checks are not enough.

Feb 4, 2026·6 min read
BI Reports

BI Publisher and XSLT: Advanced Transformation Techniques

When RTF templates aren't enough, XSLT-FO gives you complete control over PDF layout — page settings, complex headers/footers, and pixel-perfect formatting.

Feb 2, 2026·6 min read
General

Understanding Oracle Fusion Cloud Data Model

How Oracle Fusion Cloud organises its data — schemas, key tables, flexfields, and patterns that every OIC/VBCS developer needs to know.

Feb 2, 2026·7 min read
OIC Integrations

Setting Up OAuth 2.0 in OIC Integrations

A step-by-step guide to configuring OAuth 2.0 authentication for REST connections in OIC — covering client credentials flow, token refresh, and common pitfalls.

Feb 1, 2026·6 min read
SQL & PL/SQL

Oracle SQL Query Optimization: Execution Plans and Hints

Understanding Oracle's query optimizer and using execution plans to diagnose and fix slow queries — from basic EXPLAIN PLAN to advanced optimizer hints.

Feb 1, 2026·7 min read
VBCS Applications

Building Custom Oracle JET Components in VBCS

When built-in VBCS components aren't enough, custom Oracle JET components let you encapsulate complex UI behaviour and reuse it across your application.

Jan 31, 2026·7 min read
BI Reports

Creating Pivot Tables and Crosstabs in OTBI

Pivot tables (crosstab analyses) in OTBI transform row-based data into a matrix format — essential for period-over-period comparisons and multi-dimensional reporting.

Jan 30, 2026·5 min read
General

Security Best Practices for Oracle Cloud PaaS Development

Building secure Oracle Cloud applications and integrations from the ground up — authentication, authorisation, data protection, and secure API design.

Jan 29, 2026·6 min read
OIC Integrations

OIC Monitoring and Alerting: Beyond the Default Dashboard

The built-in OIC monitoring dashboard is a starting point, not a production monitoring strategy. Here's how to build something your operations team can actually rely on.

Jan 28, 2026·5 min read
SQL & PL/SQL

Autonomous Transactions in Oracle PL/SQL

Autonomous transactions run independently of the calling transaction — essential for error logging, audit trails, and certain synchronisation patterns.

Jan 28, 2026·5 min read
BI Reports

BI Publisher Data Models: Design and Best Practices

The data model is the foundation of every BIP report — here's how to design efficient, flexible data models with parameters, joins, and complex data structures.

Jan 27, 2026·6 min read
VBCS Applications

VBCS Layout Strategies for Enterprise Applications

How to structure page layouts in VBCS applications that remain usable as complexity grows — covering responsive grids, shell patterns, and multi-panel navigation.

Jan 27, 2026·6 min read
General

Oracle Cloud Certifications: Which Ones Matter for PaaS Consultants

A guide to Oracle Cloud certifications relevant to OIC and VBCS specialists — which ones to pursue, what they cover, and how to prepare.

Jan 25, 2026·5 min read
SQL & PL/SQL

Oracle Table Partitioning: Strategies for Large Datasets

Partitioning large Oracle tables improves query performance and manageability. Here's when to partition, which strategy to choose, and how to implement each.

Jan 25, 2026·7 min read
OIC Integrations

XSLT Mapping in OIC: Techniques That Actually Scale

Beyond drag-and-drop field mapping — how to use XSLT functions, conditional logic, and custom transformations to handle real-world data complexity in OIC.

Jan 24, 2026·8 min read
BI Reports

Report Bursting in BI Publisher

Bursting splits a single report run into multiple outputs delivered to different recipients — one execution generates hundreds of personalised PDFs or emails automatically.

Jan 23, 2026·6 min read
General

Using Postman to Test Oracle Fusion REST APIs

Postman is the most effective tool for exploring and testing Oracle Fusion REST APIs before building OIC integrations or VBCS service connections.

Jan 22, 2026·5 min read
SQL & PL/SQL

PL/SQL Package Design: Principles and Best Practices

Packages are the cornerstone of well-organised Oracle PL/SQL code. Here's how to design packages that are maintainable, testable, and follow Oracle best practices.

Jan 21, 2026·6 min read
BI Reports

Navigating OTBI Subject Areas in Oracle Fusion

Subject areas are the heart of OTBI — knowing which subject area contains the data you need saves hours of searching. Here's a guide to the most important Fusion subject areas.

Jan 20, 2026·6 min read
OIC Integrations

OIC Gen3 vs Gen2: What Actually Changed

A practical comparison of Oracle Integration Cloud Generation 2 and Generation 3 — what's new, what migrates cleanly, and what needs redesigning.

Jan 20, 2026·6 min read
General

Git for Oracle Cloud Developers: Version Control Essentials

Version control is essential for Oracle Cloud projects — even low-code. Here's how to use Git for OIC integration exports, VBCS code, SQL scripts, and deployment pipelines.

Jan 18, 2026·6 min read
SQL & PL/SQL

Oracle PL/SQL Collections: Nested Tables, VARRAYs, and Associative Arrays

The three collection types in Oracle PL/SQL serve different purposes — here's when to use each and common patterns for manipulating collection data.

Jan 18, 2026·6 min read
BI Reports

Oracle Analytics Cloud: Getting Started

Oracle Analytics Cloud (OAC) is Oracle's modern cloud analytics platform — beyond traditional reporting into self-service analytics, ML, and enterprise dashboards.

Jan 17, 2026·6 min read
OIC Integrations

OIC File Server Adapter: Patterns for Bulk Data Flows

The File Server adapter is one of OIC's most underused tools. Here's how to use it effectively for SFTP-based B2B flows, FBDI staging, and bulk data processing.

Jan 16, 2026·5 min read
SQL & PL/SQL

Dynamic SQL in PL/SQL: EXECUTE IMMEDIATE and DBMS_SQL

When SQL statements must be built at runtime — flexible reports, schema utilities, multi-tenant applications — dynamic SQL is the answer. Here's how to do it safely.

Jan 15, 2026·6 min read
VBCS Applications

Dynamic Forms in VBCS: Beyond Simple Show/Hide

How to build truly dynamic VBCS forms — fields that appear based on other fields, validation that adapts to context, and layouts that respond to user role.

Jan 15, 2026·7 min read
BI Reports

Creating RTF Templates for BI Publisher

RTF templates are the most common BI Publisher layout format — here's how to install the Template Builder plugin, use BIP tags, and create professional-looking report layouts.

Jan 14, 2026·7 min read
General

Oracle IDCS and OCI IAM: Identity Management for Oracle Cloud

Identity Cloud Service and OCI IAM control authentication and authorisation across all Oracle Cloud services. Here's what Oracle Cloud developers need to know.

Jan 14, 2026·6 min read
OIC Integrations

Building Reliable Scheduled Integrations in OIC

Patterns for designing scheduled OIC integrations that handle large data volumes, recover from failures, and don't re-process records they've already handled.

Jan 13, 2026·6 min read
SQL & PL/SQL

PL/SQL Exception Handling Best Practices

Robust PL/SQL programs handle errors explicitly and gracefully. Here's the complete guide to Oracle's exception mechanism — named, unnamed, and user-defined exceptions.

Jan 12, 2026·6 min read
VBCS Applications

Structuring Business Objects for Large VBCS Apps

Patterns that keep a Visual Builder application maintainable as it grows past a handful of screens — and prevent the data model from becoming a liability.

Jan 12, 2026·6 min read
General

OCI Fundamentals for Oracle Cloud PaaS Developers

Oracle Cloud Infrastructure underpins everything in Oracle Cloud. Here is what PaaS developers need to know — regions, tenancies, compartments, IAM, and the OCI console.

Jan 11, 2026·6 min read
BI Reports

OTBI Basics: Oracle Transactional Business Intelligence

OTBI gives Fusion Cloud users self-service reporting directly on live transactional data — no SQL needed. Here's how to navigate subject areas, build analyses, and create dashboards.

Jan 10, 2026·5 min read
OIC Integrations

Resilient REST Adapter Error Handling in OIC

How to build OIC integrations that fail gracefully — with structured fault scopes, idempotency checks, and actionable error logging.

Jan 10, 2026·7 min read
SQL & PL/SQL

Advanced Analytic Functions in Oracle SQL

Window functions like ROW_NUMBER, RANK, LAG, LEAD, and running totals transform what would require complex self-joins into readable, performant SQL.

Jan 8, 2026·7 min read
General

Oracle Cloud PaaS vs SaaS: Understanding the Difference

A clear explanation of the Oracle Cloud stack — what SaaS, PaaS, and IaaS mean in practice, and how consultants fit into each layer.

Jan 7, 2026·5 min read
BI Reports

BI Publisher Fundamentals for Oracle Cloud

The complete introduction to Oracle BI Publisher — how it fits in the Oracle Cloud stack, the report lifecycle, and the components every developer needs to understand.

Jan 6, 2026·7 min read
SQL & PL/SQL

PL/SQL Bulk Operations: BULK COLLECT and FORALL

Speed up PL/SQL data processing by orders of magnitude using BULK COLLECT to fetch arrays and FORALL to execute batch DML — the most impactful PL/SQL performance technique.

Jan 5, 2026·7 min read
VBCS Applications

VBCS Service Connections: Connecting to REST APIs

Service connections are how VBCS applications consume REST APIs from Oracle Fusion, OIC, and external systems. Here is the complete guide to configuring and using them.

Dec 22, 2025·6 min read
VBCS Applications

VBCS Action Chains: Building UI Logic

Action chains are VBCS's visual programming model for UI events — here's how to structure them for common patterns like form submission, navigation, and API calls.

Dec 20, 2025·6 min read
OIC Integrations

OIC Error Hospital: Safe Resubmission Strategies

Every team running OIC in production encounters the error hospital. Used carelessly, resubmissions can create duplicate records and trigger downstream side effects.

Dec 15, 2025·6 min read

Stay up to date

New Oracle Cloud tutorials every week. No spam — unsubscribe any time.

Chat on WhatsApp