Display Image Gallery from Unsplash.com in Oracle APEX Cards

Опубликовано: 11 Январь 2025
на канале: Tech Mining
1,331
21

In this video, you will learn how Oracle Apex Cards can be used to create a photo gallery sourced from external URLs. This means that you can display images on your Oracle Apex application, that are hosted on a different server. To do this, you will need to create a table in your Oracle database that stores the URLs of the images you want to display. Then, you can create a page that uses this table to display the images as cards.

Create Table Code
===================================================
CREATE TABLE "EBA_DEMO_CARD_RANDOM_IMAGE"
( "ID" NUMBER DEFAULT to_number(sys_guid(), 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'),
"URL" VARCHAR2(255),
"WIDTH" NUMBER,
"AUTHOR" VARCHAR2(50),
"HEIGHT" NUMBER,
"DOWNLOAD_URL" VARCHAR2(255),
CONSTRAINT "EBA_DEMO_CARD_RIMG_PK" PRIMARY KEY ("ID")
USING INDEX ENABLE
) ;

Unsplash Site Link
==============================================
https://unsplash.com/

Image Attribution
=============================================
https://www.freepik.com/free-vector/b..." Freepik

https://www.freepik.com/free-ai-image..." Image By freepik