Some of those errors/warnings, shouldnt they read ora-86nn <something> not supported Yet?
(I ran into similar, and hoping some day, ...)
Some of those errors/warnings, shouldnt they read ora-86nn <something> not supported Yet?
(I ran into similar, and hoping some day, ...)
Who else gets a small kick out of running xeyes..
kids loved it 20yrs ago and still....
In my case, on a container-image, enabling it was...
# dnf config-manager --enable ol8_codeready_builder
# dnf install xorg-x11-apps
For Database-folks: What do you use to draw ERDs ?
(remind me to re-post this on Monday...)
For Database-folks: What do you use to draw ERDs ?
(remind me to re-post this on Monday...)
SQL-Assertions...
I could not resist experimenting.
simpleoracledba.blogspot.com/2026/02/draf...
You probably need both.
When done badly, Scrum and DevOps lead to Q+D solutions.
Sometimes you need to step back and βdesignβ your solution.
Imagine an order-shipping system with no βproductsβ and no βcustomersβ, and all data flattened, and endlessly repeated, into orderlines.
These things happen...
Eensch.
Maar een Staatssec is ook mooi.
Nu proberen die Staatssec van goede informatie te voorzien zodat hij/zij af en toe tanden kan laten zien.
Vooral Cybersec, Onafhankelijkheid, en Resilience lijken mij belangrijk.
Agree.
hey, Can Never Resist a new Toy.
I got it (downloaded, X11-installed...)
Then tested it (trivially....)
Sometime I feel like holding a shiny new tool, looking for a use-case.
Will try more when time...
Nice job by @toonkoppelaars.bsky.social and @chrisrsaxon.bsky.social
In solidarity with today's ICE OUT OF MINNESOTA blackout, MinnMax is donating $1 to the Immigrant Law Center of Minnesota for every share of this Bluesky post for the next hour.
Thx for the reply.
I know I can add templates. Good tip for BIGFILE.
But what I really wanted was "no template", generate the complete database from (sql-)scripts, starting with CREATE DATABASE, and use all the relevant scripts in $OH/rdbms/admin and others.
(and I know this will take time...)
Yep. the Amazing #Stroopwafel
another hyped dutch export product.
(delicious nevertheless - always carry some when visiting friends. extra points if packaging is from in-house brand like Hema, Jumbo or AH supermarket)
Eet Smakelijk DWPete !
calling anyone in #Oracle sphere...
cc
@oracleace.bsky.social
@oracleasktom.bsky.social
#Oracle #v26ai
Anyone intereted in the βCREATE DATABASEβ purely from Scripts instead of recovering from Template ?
The option seems removed in the currently available 26ai (free, using dbca) version.
Will the (soon) GA release allow to generate scripts ?
(anyone still creating their own?)
Electra King
... and how she has to help-fix every phone, tablet and printer in the hometown when she returns for Xmas.
Eh.. I do that as well: microwave cups. But a firmware-equipped cup might react badly to microwave.
Xmas for "bad" parents?
I hate how much I enjoyed this
BIG NERD DESIGN ENERGY π«¦
hehehe.
Goede Vraag....
True.
(Or, it was like that waay back when i needed crutches in sgp , hel, ams, lhr.. crippled passengers get excellent service)
Good Points.
This needs Attention.
Gets better at every iteration...
New table added to Schema ...
No jokes about Devs creating tables.
And having 7 columns with actual names, well, it Is an Improvement over key-integer + payload-varchar2...
SQL Macros Can factor out common SQL expressions and statements into reusable, parameterized constructs Scalar expressions, used in SELECT, WHERE, GROUP BY and HAVING clauses Table expressions, used in FROM clauses to encapsulate calculations and business logic Scalar macro example
SQL Macros Can factor out common SQL expressions and statements into reusable, parameterized constructs Scalar expressions, used in SELECT, WHERE, GROUP BY and HAVING clauses Table expressions, used in FROM clauses to encapsulate calculations and business logic Table macro example
Macros in Oracle #SQL enable you to define expression templates as text
At parse time the database merges these with the parent query, replacing parameters with the actual values passed
Macros come in two types
Scalar - use in SELECT, WHERE, ORDER BY, etc.
Table - use in FROM