Search found 2089 matches

by admin
Thu Apr 10, 2025 3:27 am
Forum: Oracle APEX
Topic: Creating DML Error log table for Dataload errors
Replies: 0
Views: 437

Creating DML Error log table for Dataload errors

begin
DBMS_ERRLOG.CREATE_ERROR_LOG (dml_table_name => 'EMP');
end;

it will create table for dataload error,

CREATE TABLE "ERR$_EMP"
( "ORA_ERR_NUMBER$" NUMBER,
"ORA_ERR_MESG$" VARCHAR2(2000),
"ORA_ERR_ROWID$" UROWID (4000),
"ORA_ERR_OPTYP$" VARCHAR2(2),
"ORA_ERR_TAG$" VARCHAR2(2000 ...
by admin
Tue Apr 08, 2025 12:35 pm
Forum: Oracle APEX
Topic: Avatar in classic report
Replies: 0
Views: 189

Avatar in classic report

{with/}
TYPE:=INITIAL
IMAGE:=#AVATAR#
SIZE:=t-Avatar--lg
SHAPE:=t-Avatar--circle
CSS_CLASSES:=u-color-29
{apply THEME$AVATAR/}
by admin
Thu Mar 27, 2025 5:35 am
Forum: Oracle APEX
Topic: Disabled lnading page
Replies: 0
Views: 886

Disabled lnading page

by admin
Wed Mar 19, 2025 4:13 am
Forum: Oracle APEX
Topic: Pagination in Interactive Report or limits records to display
Replies: 0
Views: 405

Pagination in Interactive Report or limits records to display

1: Run the Interactive report and go to Actions button
2: Select Rows per page choose desired value
3: select Save Report and select default report settings for all users
by admin
Sun Mar 16, 2025 8:17 am
Forum: Oracle APEX
Topic: Setting up cohere AI HTTP 401: Unauthorized?
Replies: 0
Views: 427

Setting up cohere AI HTTP 401: Unauthorized?

Setting up Cohere AI in Oracle APEX

Step 1
Register and get API from Cohere.com

Step 2
Download and install SSL certificates from Cohere.com and install in your Oracle Wallet.

VIDEO: Oracle Wallet Creation, SSL Certificate Import, and Secure Web Services Integration in Oracle APEX
https://youtu ...
by admin
Sat Feb 08, 2025 8:50 am
Forum: Oracle APEX
Topic: KANBAN IN ORACLE APEX
Replies: 1
Views: 1080

Re: KANBAN IN ORACLE APEX

Dear there is a Plugin just use it. thanks
by admin
Sat Feb 08, 2025 6:09 am
Forum: Oracle APEX
Topic: Hide Close X from a dialog page
Replies: 0
Views: 848

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
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: 866

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: 845

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 ...
by admin
Tue Dec 03, 2024 4:13 am
Forum: Oracle APEX
Topic: Oracle Wallet and SSL Certificate?
Replies: 0
Views: 1140

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 ...
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: 930

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: 1211

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 ...
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: 2399

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 ...
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: 853

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: 1069

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 ...