Search found 2084 matches
- Sat Feb 08, 2025 8:50 am
- Forum: Oracle APEX
- Topic: KANBAN IN ORACLE APEX
- Replies: 1
- Views: 718
Re: KANBAN IN ORACLE APEX
Dear there is a Plugin just use it. thanks
- Sat Feb 08, 2025 6:09 am
- Forum: Oracle APEX
- Topic: Hide Close X from a dialog page
- Replies: 0
- Views: 352
Hide Close X from a dialog page
Step 1
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close
- 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: 491
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 ...
Learn when and where to use it, explore its ...
- 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: 428
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 ...
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 ...
- Tue Dec 03, 2024 4:13 am
- Forum: Oracle APEX
- Topic: Oracle Wallet and SSL Certificate?
- Replies: 0
- Views: 644
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 ...
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 ...
- Mon Dec 02, 2024 2:10 pm
- Forum: Oracle APEX
- Topic: Deleted Process still working in Background APEX 24.1.4?
- Replies: 0
- Views: 467
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 ...
- Mon Dec 02, 2024 4:43 am
- Forum: Oracle APEX
- Topic: What is JWT (JSON Web Token) and APEX_JWT?
- Replies: 0
- Views: 795
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 ...
Introduction to JWT (JSON Web Token)
JWT (JSON Web Token) is a compact, URL ...
- Thu Nov 21, 2024 7:40 am
- Forum: IT Jobs
- Topic: Common Reasons for Lack of Response to Job Applications
- Replies: 0
- Views: 969
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 ...
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 ...
- Mon Nov 11, 2024 4:40 pm
- Forum: Oracle APEX
- Topic: How to check avaialble space for IndexedDB in Chrome?
- Replies: 0
- Views: 458
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 ...
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 ...
- 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: 627
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 ...
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 ...
- Sun Nov 10, 2024 7:45 am
- Forum: Oracle APEX
- Topic: ERPstuff PWA Offline APP
- Replies: 0
- Views: 1297
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 ...
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 ...
- 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: 654
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 ...
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 ...
- Fri Aug 23, 2024 1:59 pm
- Forum: Oracle APEX
- Topic: Substitution Strings and Bind Variables for Tasks
- Replies: 0
- Views: 685
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 ...
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 ...
- Sun Jul 14, 2024 1:19 pm
- Forum: Oracle APEX
- Topic: Important Scripts & Tips
- Replies: 0
- Views: 2552
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 ...
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 ...
- 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: 3124
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 ...