Philipp Hartenfeller

@phartenfeller
95 Followers
119 Following
316 Posts
Interested in web technologies and DBs
Product Lead @ United Codes
Blog: hartenfeller.dev/blog
โ™ ๏ธ Oracle Ace Pro
TopicsMainly WebDev and DBs
Bloghttps://hartenfeller.dev/blog
YouTubehttps://youtube.com/@hartenfellerdev

Introducing UC AI ๐Ÿช„:
โœ… open source
โœ… tools/function calling: AI calls your PL/SQL functions
โœ… multiple providers: OpenAI, Claude, Gemini
โœ… unified API

Use this to build smart #orclapex applications/automation directly from PL/SQL

https://youtu.be/0Pzi994RRtM

#oracle #ai

Let AI safely run functions in the database | UC AI

YouTube
Did you know that you can teach GitHub Copilot your formatting styles and best practices? #orclAPEX #oracle #AI https://youtu.be/zj6bK3Q1NRg
Teach GitHub Copilot your standards - Copilot Instructions

YouTube
๐Ÿ“ New blog post as promised yesterday:
How to query #orclAPEX data generator test data from SQL. And how to make it more convenient with a nice #23ai SQL Macro.
https://hartenfeller.dev/blog/apex-testdata-and-sql-macros
Easily query testdata with Oracle APEX and the power of SQL Macros

How to use the Oracle APEX Data Generator/Blueprints feature purely from SQL and how to make it convenient with SQL Macros.

How to do client-side validations in #orclAPEX ? #JavaScript for APEX devs part 2 out now: https://youtu.be/Q3VMRlgN0Sc
Client-side validation | JavaScript for #orclapex devs #2

YouTube
I thought about doing a video series where I want to step-by-step show how to extend #orclAPEX with JavaScript. It's hard to find a sweet-spot between language fundamentals and actually implementing something but here is my first episode :) https://www.youtube.com/watch?v=6fllklzTWKY&feature=youtu.be
JavaScript for #orclapex devs | Part 1 - Accessing Page Items

YouTube
Release v25.2: Oracle DB 23.7 ยท United-Codes/uc-local-apex-dev

Follow the migration guide: https://github.com/United-Codes/uc-local-apex-dev/blob/25-2/docs/migrations/25-2.md What's Changed DB 23.6 -> 23.7 Script to disable archive logging local-23ai.sh disa...

GitHub

Just release uc-local-apex-dev v25.2. #orclAPEX 24.2 and 23ai containerized with powerful scripts.

- Upgraded DB to 23.7
- Script to disable archive logging
- Script to test app installs (incl. supporting objects), will output any errors

#orcacle #oracle23ai

Andrzej shared in an article on how to use uc-local-apex-dev to run Oracle 23ai + ORDS + #orclAPEX 24.2 containerized: https://www.linkedin.com/pulse/run-oracle-23ai-free-apex-docker-fast-easy-andrzej-raczkowski-hm1gf/ Thanks Andrzej!
Run Oracle 23ai Free with APEX in Docker โ€“ Fast and Easy!

For developers working with Oracle databases and looking for a quick way to set up a test environment with the latest version of Oracle 23ai Free and APEX, we have great news! Thanks to the uc-local-apex-dev repository on GitHub, this process has become incredibly simple and efficient. The United-Co

Andrzej shared in an article on how to use uc-local-apex-dev to run Oracle 23ai + ORDS + #orclAPEX 24.2 containerized: https://www.linkedin.com/pulse/run-oracle-23ai-free-apex-docker-fast-easy-andrzej-raczkowski-hm1gf/ Thanks Andrzej!
Run Oracle 23ai Free with APEX in Docker โ€“ Fast and Easy!

For developers working with Oracle databases and looking for a quick way to set up a test environment with the latest version of Oracle 23ai Free and APEX, we have great news! Thanks to the uc-local-apex-dev repository on GitHub, this process has become incredibly simple and efficient. The United-Co

Does anybody know a better way of dynamically setting the breadcrumb title reflecting the actual edited record than this?
Feels kind of hacky and I repeat myself when I also set the HTML page title to the same value. #orclAPEX