Search found 2082 matches

by admin
Sun Jan 19, 2025 5:34 am
Forum: Oracle APEX
Topic: Oracle APEX 24.2: Exploring Database Object Dependencies | Features, Benefits & Demo
Replies: 0
Views: 64

Oracle APEX 24.2: Exploring Database Object Dependencies | Features, Benefits & Demo

In this video, we dive into the new Database Object Dependencies feature introduced in Oracle APEX 24.2. Discover how this powerful tool can help you track and manage the relationships between your APEX applications and the underlying database objects. Learn when and where to use it, explore its ...
by admin
Tue Dec 31, 2024 9:45 am
Forum: Oracle APEX
Topic: Oracle APEX: Modifying and Customizing Pages and Reports – Adding Columns to Tables
Replies: 0
Views: 82

Oracle APEX: Modifying and Customizing Pages and Reports – Adding Columns to Tables

Description: In this video, we will walk you through the process of modifying and customizing Oracle APEX Pages and Reports, with a focus on adding new columns to a table and displaying them in various types of reports. You’ll learn how to: Add a Column to an Existing Table Step-by-step instructions ...
by admin
Tue Dec 03, 2024 4:13 am
Forum: Oracle APEX
Topic: Oracle Wallet and SSL Certificate?
Replies: 0
Views: 225

Oracle Wallet and SSL Certificate?

Explanation Video Common Name: Enter the fully qualified domain name that you need to secure (www.yourdomain.com). Organizational Unit: Enter a department such as 'Security' or 'IT'. Organization: Enter the full legal name of your organization (DigiCert, Inc.). Locality/City: Enter the city or ...
by admin
Mon Dec 02, 2024 2:10 pm
Forum: Oracle APEX
Topic: Deleted Process still working in Background APEX 24.1.4?
Replies: 0
Views: 96

Deleted Process still working in Background APEX 24.1.4?

If you are using Oracle APEX with Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - Production Version 23.6.0.24.11 then if you deleted a process in a page and created new but still that delete process code will be working in the background. This issue noticed in APEX 24.1.4 in the cloud ...
by admin
Mon Dec 02, 2024 4:43 am
Forum: Oracle APEX
Topic: What is JWT (JSON Web Token) and APEX_JWT?
Replies: 0
Views: 403

What is JWT (JSON Web Token) and APEX_JWT?

In this article you will be learning about JWT and when and why to use it and then we will discuss and share sample code of using Oracle APEX standard features handling JWT encoding and decoding with easy and comfort. Introduction to JWT (JSON Web Token) JWT (JSON Web Token) is a compact, URL-safe ...
by admin
Thu Nov 21, 2024 7:40 am
Forum: IT Jobs
Topic: Common Reasons for Lack of Response to Job Applications
Replies: 0
Views: 206

Common Reasons for Lack of Response to Job Applications

Dear All, If you are applying for jobs but not receiving responses, please review the following points to ensure your application aligns with expectations: Improperly Written CV: Ensure your CV is well-organized, concise, and tailored to the job you’re applying for. Mismatch in Qualifications: Avoid ...
by admin
Mon Nov 11, 2024 4:40 pm
Forum: Oracle APEX
Topic: How to check avaialble space for IndexedDB in Chrome?
Replies: 0
Views: 141

How to check avaialble space for IndexedDB in Chrome?

Press F12 and in Console paste following code, if (navigator.storage && navigator.storage.estimate) { const quota = await navigator.storage.estimate(); // quota.usage -> Number of bytes used. // quota.quota -> Maximum number of bytes available. const percentageUsed = (quota.usage / quota.quota ...
by admin
Mon Nov 11, 2024 9:39 am
Forum: Oracle APEX
Topic: VIDEO: Intro to Oracle APEX in Urdu/Hindi for new comers/learners | Basics of Oracle APEX
Replies: 0
Views: 296

VIDEO: Intro to Oracle APEX in Urdu/Hindi for new comers/learners | Basics of Oracle APEX

Oracle APEX Intro Urdu.jpg Welcome to our introductory video on Oracle APEX In this video, we will cover the basics of Oracle APEX, a powerful low-code platform for building web applications. Whether you are new to Oracle APEX or just getting started with web development, this session is perfect ...
by admin
Sun Nov 10, 2024 7:45 am
Forum: Oracle APEX
Topic: ERPstuff PWA Offline APP
Replies: 0
Views: 592

ERPstuff PWA Offline APP

Offline-First Approach in Oracle APEX.jpg Video Recording (Urdu/Hindi): https://youtu.be/fBkVlgJhnrQ Video Recording (English):https://youtu.be/5Pt7KwLKujI This Progressive Web Application (PWA) demo showcases an offline-first approach, enabling users to save data locally even when there’s no a ...
by admin
Tue Sep 17, 2024 10:31 am
Forum: Oracle APEX
Topic: Oracle SQL Analytic (Window) Functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, DENSE_RANK
Replies: 0
Views: 330

Oracle SQL Analytic (Window) Functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, DENSE_RANK

In this youtube video , I provide an in-depth explanation of Oracle SQL Analytic (Window) Functions, covering the following functions: AVG, MAX, MIN, LAG, LEAD, ROW_NUMBER, RANK, and DENSE_RANK. These functions are powerful tools for performing advanced queries and calculations across rows within a ...
by admin
Fri Aug 23, 2024 1:59 pm
Forum: Oracle APEX
Topic: Substitution Strings and Bind Variables for Tasks
Replies: 0
Views: 323

Substitution Strings and Bind Variables for Tasks

APEX$TASK_PK If a primary key column has been defined, this bind variable contains the primary key value. APEX$TASK_PK can also be used as a bind variable in any PL/SQL query used by Task Definition Actions and Task Definition Participants. When used as a bind variable, the syntax is :APEX$TASK_PK ...
by admin
Sun Jul 14, 2024 1:19 pm
Forum: Oracle APEX
Topic: Important Scripts & Tips
Replies: 0
Views: 2191

Important Scripts & Tips

SELECT * FROM apex_release; Upgrade @apexins.sql sysaux sysaux temp /i @apex_rest_config.sql Patch Starting ORDS service ords --config D:\Oracle_19c\ords\config serve There is a problem with your environment because the Application Express files have not been loaded. Please verify that you have ...
by admin
Tue Jul 02, 2024 5:43 pm
Forum: Oracle APEX
Topic: Basic Authentication vs OAuth & OAuth Demo in Oracle APEX 24.1
Replies: 0
Views: 2765

Basic Authentication vs OAuth & OAuth Demo in Oracle APEX 24.1

First of all, we need to understand differences between these two methods used to implement security while doing integration of two applications. Once understanding is established then it will be very easy to implement one of them as per your requirements in Oracle APEX. In is topic we will be doing ...
by admin
Mon Jul 01, 2024 12:59 pm
Forum: Application DBA & System Administration
Topic: Finding OPP Log File
Replies: 0
Views: 2993

Finding OPP Log File

SELECT fcpa.concurrent_request_id request_id, PUBLISHER_RETURN_RESULTS, fcp.node_name node_name, fcp.logfile_name logfile_path FROM fnd_conc_pp_actions fcpa, fnd_concurrent_processes fcp WHERE fcpa.processor_id = fcp.concurrent_process_id -- AND fcpa.action_type = 6 AND fcpa.concurrent_request_id ...
by admin
Sun Jun 30, 2024 6:55 am
Forum: Oracle APEX
Topic: Oracle APEX QR-Codes, EAN-8, and Code-128 Comprehensive Explanation, Demo & Scripts
Replies: 0
Views: 2458

Oracle APEX QR-Codes, EAN-8, and Code-128 Comprehensive Explanation, Demo & Scripts

Generation of QR code, EAN8 and Code128 was offered by Oracle first time in Oracle APEX release 23.2. You can use PL/SQL to generated using provided package APEX_BARCODE. Here I have provided code the way you can generate these code and practice in your Oracle APEX instance. Classic Report basrcodes ...