Martin Berger (berx)
banner
martinberx.bsky.social
Martin Berger (berx)
@martinberx.bsky.social
husband & father;
performance seeker;
Oracle ACE Alumnus;
proud member of @SYM_42;
Views are my own;
Interesting findings
November 1, 2025 at 8:15 PM
Some could call this over-partitioned ?
Do you know a real-world usecase for such a partition scheme?
October 31, 2025 at 5:00 PM
that's also my memory.
A well hidden secret 👍
October 28, 2025 at 11:29 AM
Yes of course.
October 27, 2025 at 9:59 PM
Yes, they would be fine.
The syntax is simple SQL92 - so Oracle of that time should be able to parse it. Just how long would it take?
Even bringing the SQL text into memory could likely cause paging ...
October 27, 2025 at 8:51 PM
I'm living in 2.3 km walking distance to the factory.
🏃‍♂️
October 21, 2025 at 7:36 PM
Had that already.
The results are well known.
"Fucking NO" to that logic!
October 19, 2025 at 9:04 PM
one day I will attend HrOUG.
unfortunately not this year....
October 3, 2025 at 4:45 PM
As it works on SERVICE level, it would perfectly match with
DBMS_APP_CONT_ADMIN.CREATE_CHILD_SERVICE
but sadly this fails in ADB-S with
ORA-44798: maximum number of child services exceeded for parent service
even the parent doesn't have any childs 🤯
October 2, 2025 at 5:39 AM
It is a new feature called "smart connect".
docs.oracle.com/en/database/...
in ADB-S it can be enabled as PDB_DBA by using
exec DBMS_APP_CONT_ADMIN.ENABLE_SMART_CONNECTION ('MYDB_low.adb.oraclecloud.com');
1/2
Real Application Clusters Administration and Deployment Guide
Workload management includes load balancing, enabling clients for Oracle Real Application Clusters (Oracle RAC), distributed transaction processing, and services.
docs.oracle.com
October 2, 2025 at 5:33 AM
> ... so häufig ...
ist das so, oder schlägt hier ein observer bias zu?
Mein Hirn ist so verdrahtet, dass es auf Ungewöhnliches stärker reagiert als auf Erwartetes. Auch wird es dann noch stärker wahrgenommen. - Das muss ich mit viel aktiver Denkleistung kompensieren.
Geht es anderen ähnlich?
October 1, 2025 at 9:44 AM
during the test, no intelligence was falsely claimed
October 1, 2025 at 9:17 AM
what do you refer "vibe pinning" to ?
my test is ADB-S - which has a specific set of options only.
October 1, 2025 at 9:03 AM
good ideas, I didn't think about transactions priority - and did not tamper anything there.
Your 2nd suggestion summarizes vaguely what I intended to do. But ADB-S doesn't let me do this. (no COLOCATION_TAG, or INSTANCE_NAME in connect string is obeyed in ADB-S) .
October 1, 2025 at 9:01 AM