Andrew Schultz's Avatar

Andrew Schultz

@schultzapex.bsky.social

Oracle APEX developer since version 3.2. Spreading the joy of #orclapex #LowCode and #OracleAutonomous to nonbelievers across the stack.

167 Followers  |  196 Following  |  14 Posts  |  Joined: 21.11.2024  |  1.5283

Latest posts by schultzapex.bsky.social on Bluesky

Talks and Publications List of conference talks and publications

I uploaded all my slides on my website: hartenfeller.dev/talks/

24.06.2025 11:58 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
ODTUG socks.

ODTUG socks.

In the same way you can detect vampires by using a mirror, you can detect an ODTUG member by their socks #kscope25

14.06.2025 23:19 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Earned my 2025 Professional Oracle APEX Cloud Developer Certification. Thank you to #orclapex and #oracle for providing free certification opportunities.

20.05.2025 17:59 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 2    πŸ“Œ 2

#orclapex

I didn’t see a time for breakfast on the newly released #kscope25 agenda. Is breakfast provided this year?

22.04.2025 19:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
The PL/SQL procedure P contains an insert and rollback. After calling P you can't roll back work done before it.

The PL/SQL procedure P contains an insert and rollback. After calling P you can't roll back work done before it.

After disable commit in procedure; calling P raises an exception instead of committing. This means you can rollback changes before calling P. As the exception is unhandled, the insert inside P is rolled back due to statement level consistency

After disable commit in procedure; calling P raises an exception instead of committing. This means you can rollback changes before calling P. As the exception is unhandled, the insert inside P is rolled back due to statement level consistency

Today's fun discovery

ALTER SESSION DISABLE COMMIT IN PROCEDURE

=> if a PL/SQL procedure has a commit it raises an ORA-00034 instead!
=> you can rollback across PL/SQL calls with commits

Note: DML in the proc is rolled back unless you catch the ORA-34

This "new" feature is at least 20 years old!

20.02.2025 09:54 β€” πŸ‘ 20    πŸ” 8    πŸ’¬ 0    πŸ“Œ 0

This is going to be big!

19.02.2025 19:54 β€” πŸ‘ 12    πŸ” 4    πŸ’¬ 2    πŸ“Œ 2

There is also this site: apex.oracle.com/pls/apex/f?p...

A central place would be equally nice to see what bugs have been submitted so the team doesn’t get slammed with duplicates. I imagine that APEX ideas used to be sent to the team in the same disjointed pathways before the app

29.01.2025 16:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I believe #orclapex idea FR-2817 deserves to be reconsidered. We need a definitive place to report APEX bugs. Not the current setup that consists of using service requests, social media, email, the APEX forum, etc… @apexapplab.dev @jaysonhanes.bsky.social

apexapps.oracle.com/pls/apex/r/a...

29.01.2025 16:08 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

#orclapex

The page to download 24.1 is giving a 404. Does anyone know when it will be back up?

15.01.2025 16:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

The United Codes team is heading to @odtug.bsky.social Kscope25 in Dallas - Fort Worth this June. Will you join us?

For a limited time, get last year's pricing, plus stack our discount code, VUC25, for an extra $100 off.

Register here: odtug.com/kscope25

#Kscope25 #orclapex #orcldb

09.01.2025 17:41 β€” πŸ‘ 8    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

#orclapex Idea Submitted: No Page Item Required for GET_BLOB_FILE_SRC.

apexapps.oracle.com/pls/apex/r/a...

12.12.2024 17:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Please join me for our first Oracle ACE Virtual conference on Dec. 11th! ♠️

With sessions from our amazing ACE speakers on:
πŸ”₯ Gen AI
πŸ† Java
πŸ’₯ Oracle Database@Azure
πŸŽ‰ JSON Relational Duality
✨ Fusion Apps
⚑ OCI

Register for this FREE event here: apex.oracle.com/go/oracleace...

04.12.2024 17:15 β€” πŸ‘ 26    πŸ” 20    πŸ’¬ 0    πŸ“Œ 0

#KSCOPE25 Abstracts Submitted #orclapex

Dynamic JavaScript Storage
APEX and Human vs AI: Job Posts and Candidates

04.12.2024 16:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
An Amazing API: IS_COMPONENT_USED in APEX Unlock the power of IS_COMPONENT_USED in Oracle APEX. This function can enforce conditions you've already defined in Shared Components.

Read my latest #orclapex blog post on using IS_COMPONENT_USED to enforce defined conditions in a query. Expands upon the ideas introduced by Anton Nielsen with his blog.

@oracleapex.bsky.social

traust.com/blog/using-a...

03.12.2024 14:37 β€” πŸ‘ 6    πŸ” 3    πŸ’¬ 0    πŸ“Œ 1

Around that same time, your APEX blog was the first APEX blog I followed :)

24.11.2024 15:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thank you for sharing. The one I typically use is:

^\S+@\S+\.\S+$

24.11.2024 15:07 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Too bad it doesn’t already exist, then you could add the project to the TO-DO app

21.11.2024 18:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hello World! Happy to reconnect to the #orclapex community!

21.11.2024 01:25 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Could you add me to the pack?

21.11.2024 00:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@schultzapex is following 20 prominent accounts