performance seeker;
Oracle ACE Alumnus;
proud member of @SYM_42;
Views are my own;
Do you know a real-world usecase for such a partition scheme?
Do you know a real-world usecase for such a partition scheme?
A well hidden secret 👍
A well hidden secret 👍
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 ...
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 ...
🏃♂️
🏃♂️
The results are well known.
"Fucking NO" to that logic!
The results are well known.
"Fucking NO" to that logic!
unfortunately not this year....
unfortunately not this year....
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 🤯
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 🤯
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
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
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?
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?
my test is ADB-S - which has a specific set of options only.
my test is ADB-S - which has a specific set of options only.
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) .
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) .