"Die Gruppe da hinten? Ne, die hat nichts gemacht."
Alibibaba und die 40 Nicht-RΓ€uber.
"Die Gruppe da hinten? Ne, die hat nichts gemacht."
Alibibaba und die 40 Nicht-RΓ€uber.
And C was not for Cloud, but for Confusing!
I read up to "it's 17C" and my brain went "what kind of Oracle version is that supposed to be?".
And then I realized that the topic is not about databases. π
Artemis Fowl von Eoin Colfer soll auch sehr gut sein, habe ich aber selbst nicht gelesen
Das Elfenportal (Elfenserie) von Herbie Brennan (www.amazon.de/Elfen-Saga-1...)
Alcatraz-Reihe von Brandon Sanderson (www.amazon.de/dp/B074CCKTN...) - Empfehle direkt auf Englisch zu lesen, da nicht vollstΓ€ndig auf Deutsch existent.
Die Goblin-Saga von Jim C. Hines (www.amazon.de/dp/B074C3NZY...)
Schade, zeitlich klappt es leider nicht immer, teilzunehmen, wenn es ein spannendes Thema gibt.
Gibt es davon zufΓ€llig eine Aufzeichnung?
Ab welchem Alter ist die Show denn geeignet? Kann man da mit einem 12jΓ€hrigen Kind schon hin?
KΓΆnnte humorvolle Fantasy empfehlen?
Ich kann leider zu der Zeit nicht, fΓ€nde es aber spannend.
Irgendeine Chance, dass es aufgezeichnet wird und man es nachschauen kann?
Fragen die meine Kinder mir auch stellen.
Ist es auch fΓΌr Kinder (~10 Jahre) geeignet zum Lesen/gemeinsam anschauen, oder eher fΓΌr Erwachsene?
Whee :)
Lohse, ich kaufe hier ein.
Was ist schwarz und weiΓ und kann fliegen?
Peter Panda.
EBR is also handy for some structural changes, but requires that the application uses editioning views and clean API packages (smart/pink DB).
But usually in reality you will encounter direct table access from applications. π
The biggest takeaway imho is to break deployments into small steps (expand/contract), even if they belong to the same feature. This makes it easier to "undo" stuff or even spot the problem.
Instead of undoing all prior steps, repairing the order, and then doing everything again,
you would just go forward by repairing the order of the remaining steps.
Also, rollback scripts in automated fashion will usually undo every part of the deployment, which might consist of several changes.
A forward fix could focus only on the part which went wrong. Maybe your script just tried to create a FK and the table was not yet existing due to wrong ordering.
So you could just run the failed update script again at a later point as the same version.
Whereas a forward fix is a new deployment (with usual syntax). So you could not run the original patch again and would have to create a new unique changeset to retry the original change.
I think from DB perspective (DDL/data state) the achieved end result of "undoing" is the same.
The difference is the execution with the tools (ie Flyway/Liquibase). Rollback scripts have a special syntax/tags and I think the tools then treat the initial script as "has not been applied".
Warum heiΓt es eigentlich alte BlΓ€tter und nicht Ur-Laub?
Wieso heiΓt eigentlich Schlumpfkacke und nicht Kot d'azur?
Datagnan and the 3 Musqleteers:
DBAthos, Ratio_to_Reporthos and AWRamis
Code snippet showing Oracle qualified expressions do not work when using subtypes
That is 19c.
Would be so nice if this worked.
Wieso heiΓt es eigentlich Samenbombe und nicht GrΓΌnate?
Wieso heiΓt es eigentlich Farbpalette und nicht Klecksikon?
Wenn man keine kleinen, klΓ€ffenden Hunde mag... ist man dann intΓΆlerant?
Es kΓΆnnten morgen alle ausreisepflichtigen Menschen ausgewiesen sein und fΓΌr niemanden hier wΓ€re auch nur irgendwas besser.
Wohnraum wΓ€re weiter unbezahlbar, mehr PflegekrΓ€fte haben wir davon auch nicht und in der Schule tropft es weiter durch die Decke.
Das ist NICHT unser Hauptproblem.
Wieso heiΓt es eigentlich Baum und nicht Zweigstelle?
After my last blog post, a discussion started about user permissions and CI/CD. So, I wrote a short story about the problem that occurs when using a schema user for application access or in database schema deployments.
@oracleace.bsky.social
medium.com/@jasminfluri...