Its really pays out - to click on all url's (just kidding) - as not regular vscode user, was not aware - documentation to plugins is on marketplace. Have already given up on diagrams - pressed Shift just not allow drag anything. Till i read NOTE: Hit 'Shift' button when cursor is over diagram π
12.11.2025 11:09
π 0
π 0
π¬ 0
π 0
quick test shows that at least KEEP doesn't raise any error by using it in identity column, so maybe it is just lack of documentation, but maybe ofcourse it is intention to prevent anomalies as you suggest
26.08.2025 09:06
π 2
π 0
π¬ 0
π 0
Never worked with proxmox - but run into similar issue with OEL 9 on vanilla qemu - the workaround/fix in my case was to use -cpu max. Maybe you can try this setting in qm.conf or similar...
08.08.2025 12:28
π 0
π 0
π¬ 0
π 0
GROUP BY ALL makes me really motivated to be yet more lazy than i am (just kidding)
24.07.2025 09:13
π 1
π 0
π¬ 0
π 0
Oracle Database New Features
This book describes the new features in Oracle Database 23ai.
In case you didn't see, #Oracle #database 23.9 has landed
docs.oracle.com/en/database/...
#SQL #NewFeatures
23.07.2025 12:12
π 3
π 2
π¬ 2
π 0
In sqlcl wallet connection worked in the past either - just not out of the box, the connection string had to be extended by @jdbc:oracle:thin/oci - so, i wrote kilobytes of shell aliases/doskey macros to hide it. Now i can send them all to /dev/null. Am very sad about it (not really) π
23.07.2025 09:55
π 1
π 0
π¬ 1
π 0
It seems - 23.7 RU was the last one where _exadata_feature_on=true worked, 23.8 just ignores this hack. Otherwise, maybe it was removed shortly before release on premise for non engineered, who knows π
07.05.2025 17:15
π 0
π 0
π¬ 0
π 0
For geeks: two bpftrace scripts to map UTS event and component names to their internal ids.
t.ly/bGj0M
t.ly/ypKuv
Didnβt plan on it, but sometimes the rabbit hole chooses you... Turns out "oradebug doc" doesn't expose all trace events.
06.03.2025 09:11
π 3
π 3
π¬ 1
π 0
just to mention one of alternatives
count(*) over(order by n rows between unbounded preceding and current row)
11.02.2025 17:53
π 0
π 0
π¬ 0
π 0
It's to be tested, i guess. I for myself will try to follow this method for a month and then compare, whether i feel better or not
13.01.2025 15:43
π 1
π 0
π¬ 0
π 0
on a serious note - recently read one doctor, who claims we can mostly compensate sunlight shortage even at winter season being at least 2 hours outside of office, also walking, whatever. Somehow feel in agreement with that
13.01.2025 15:25
π 0
π 0
π¬ 1
π 0
Zuckerberg announces Meta plans to replace Mid-Level engineers with AIs this year | The Express Tribune
AI-powered software development could lead to unprecedented speeds and scale in technology creation
tribune.com.pk/story/252149...
In a podcast interview, Zuckerberg also announces his plan to replace AI Agents with Mid-level engineers this year at the Meta labs. Also, what's now - recursion ? Mid-level enginieurs to be replaced by AI-agents to be replaced by Mid-level engineurs?
13.01.2025 10:02
π 0
π 0
π¬ 0
π 0
The only issue i discovered till yet - that i need to use the jdbc url (oci8 and thin - both are ok) - in case of wallet, without the jdbc url - no flags work (-thin, -thick, -oci) - but as i understood - bug is already filled for this issue, so i need only wait till it get fixed and released ;-)
01.01.2025 16:39
π 0
π 0
π¬ 0
π 0
Right, thanks, already figured it out, i was not aware of ojdbc.properties - have seen it by browsing sqlcl oracle forum, thanks for prompt hint and happy new year!
01.01.2025 16:26
π 1
π 0
π¬ 1
π 0
No, it just seems... using the jdbc url - like /@jdbc:oracle:oci8:@tns_alias does the job. Still a bit hacky( besides that - it tightly bound to the libocijdbc23.so version - the sqlcl.24.3.2.330.1718 requires (for oci connection) the instant client 23.5.0.24.07, thereas 23.6.0.24.10 is the current)
31.12.2024 15:21
π 0
π 0
π¬ 1
π 0
It seems, current sqlcl refuses to work with external secure store (oracle walet). Tried -oci flag, -thick flag, no flags at all (as stated in Doc ID 2987845.1 ) - get continuosly ORA-01017 (just vanilla oracle database, no cloud, no adb), whereas sqlplus works flawlessly
31.12.2024 15:05
π 0
π 0
π¬ 1
π 0
find scripts in sqlplus: scoop install fzf fd bat,add to windows terminal "command":{"action": "splitPane","commandline": "cmd /c (for %a in (\"%SQLPATH:;=\" \"%\") do @(fd . -e sql %~a))|fzf --preview=\"bat -f -l sql {}\" --bind ctrl-k:preview-up,ctrl-j:preview-down |clip","split": "down"}
29.12.2024 16:42
π 0
π 0
π¬ 0
π 0
Screenshot of 'crsctl stat res -t' in a Linux bash
Boring #Christmastime ahead? My latest #blog shows how to install #Oracle #ASM (and #database) #23ai from #Exadata sources on a #Linux #Server.
www.usn-it.de/2024/12/20/i...
Thanks @julianfrey.ch and the @sym42.bsky.social folks for help!
@oracleace.bsky.social @ora2know.bsky.social
20.12.2024 07:58
π 14
π 4
π¬ 3
π 0
Query to obtain all firefox bookmarks from places.sqlite
Query to obtain all firefox bookmarks from places.sqlite - bookmarks.sql
It drives me crazy to find a certain bookmark in firefox (have tons of them) - fortunately, it can be queried with sql
gist.github.com/Maxim4711/9c...
19.12.2024 16:27
π 0
π 0
π¬ 0
π 0
still the first question by oracle support if you fill a service request due to some error - is this behaviour reproducible in sqlplus π
18.12.2024 12:19
π 0
π 0
π¬ 0
π 0
Fun Oracle Database 19c error message fact: there are 7 ORA-xxxxx messages that say βDonβt do thatβ, 4 of them w/o an exclamation point, 3 of them do.
ORA-30658: attempt was made to create a temporary table with EXTERNAL organization
Cause: . . . This is not supported.
Action: Donβt do that!
11.12.2024 11:50
π 2
π 1
π¬ 0
π 0
thanks for that, just discovered Godspeed You! Black Emperor - Anthem For No State - it's genious!
Regards
Maksim
05.12.2024 17:31
π 1
π 0
π¬ 0
π 0
GitHub - sxyazi/yazi: π₯ Blazing fast terminal file manager written in Rust, based on async I/O.
π₯ Blazing fast terminal file manager written in Rust, based on async I/O. - sxyazi/yazi
set YAZI_FILE_ONE=%GIT_INSTALL_ROOT%/file.exe
set YAZI_CONFIG_HOME=%HOME%/.config/yazi
scoop install yazi imagemagick ffmpeg jq 7z zoxide fd ripgrep fzf
mkdir %HOME%/.config/yazi
git clone github.com/sxyazi/yazi....
cp -pr yazi\yazi-plugin\preset\* yazi\yazi-config\preset\* %HOME%/.config/yazi
03.12.2024 17:12
π 0
π 0
π¬ 0
π 0