Carsten Czarski 🤨
banner
cczarski.bsky.social
Carsten Czarski 🤨
@cczarski.bsky.social
Architect on the Oracle APEX development team.

https://apex.oracle.com

APEX and … SQL, PL/SQL, JSON, Spatial, Search, REST, and so much more …
Something indeed was not right with that - and this is where the SDO_UTIL.DENSIFY_GEOMETRY comes in very handy. We get a line, which actually represents the flight path ...

#oracledatabase #spatial #orclapex
March 31, 2025 at 1:06 PM
Want to visualize a flight path on an #orclapex map ...? Let's try with a simple query and have a look at the results ...

See what's not right here ...?
March 31, 2025 at 10:52 AM
Found it. This is indeed a bug in APEX ( 37257902 - FACETED SEARCH/SMART FILTERS: FACET COUNT ISSUE WHEN FACET WITH TIMESTAMP LTZ IS FILTERED )

However, super-simple workaround: Just change the data type of your TIMESTAMP facet to DATE, then things will start to work. And no functional difference.
February 14, 2025 at 10:18 AM
Check out the new "Sample Vector Search" application from the APEX Gallery, and learn how to leverage Vector Search on Oracle Database 23ai in APEX applications.

#orclapex #oracledatabase #vector #ai
January 31, 2025 at 10:47 AM
Did you submit your abstract already? Deadline is tomorrow, December 2nd.

apex.doag.org

#orclapex #apexconn25 @doagev.bsky.social
December 1, 2024 at 2:00 PM
... seen the usage of REGEXP_SUBSTR and CONNECT BY to tokenize strings with SQL - and guess what? Was way too slow.

So, here's a LiveSQL V2 script to compare a few approaches.
livesql.oracle.com/next/library...

JSON_TABLE or APEX_STRING are still my favorites!

#OracleDatabase #SQL
November 26, 2024 at 2:43 PM
"Low Code and AI" - in 15 minutes.

#DOAG2024
November 20, 2024 at 11:43 AM
Florian Graßhoff is talking about security aspects of APEX applications at DOAG 2024.

#DOAG2024 #orclapex
November 20, 2024 at 8:15 AM
#DOAG2024 starts tomorrow.

The APEX community will gather in the "Kopenhagen" room and we'll start at 11:00 am, with an overview on APEX 24.1 new features.

See you there?
November 18, 2024 at 10:36 PM
Did you know that you can use Oracle APEX to create reports, charts or other visualizations directly on CSV files on OCI object store?

Have a read.
blogs.oracle.com/apex/post/vi...

#orclapex #oci #rest
November 18, 2024 at 10:36 PM
Happy Birthday, #orclapex!
November 18, 2024 at 10:36 PM
APEX 23.2 finally brings Custom Background Maps to the APEX Map Region. Source your background maps using Vector or Raster Tile Servers, or from a WMS server.

Try this feature out on apex.oracle.com today.
November 18, 2024 at 10:36 PM
Did you know that you can use REST APIs in ORDS to export and import APEX applications? Once you have a current ORDS version installed, you can simply export APEX apps using HTTP GET, and import with PUT requests.

Read all about it here:
blogs.oracle.com/apex/post/or...

#orclapex #orclords #REST
November 18, 2024 at 10:36 PM
Answered this one to a colleague today: How to correlate AJAX requests to "normal" page views in APEX_WORKSPACE_ACTIVITY_LOG? SQL and MATCH_RECOGNIZE to the rescue.

#orclapex #sql
November 18, 2024 at 10:36 PM