Roger Troller
57 posts


SQuizL 23-MAY-24
1/6 guesses
39 seconds
🟩🟩🟦🟩🟩🟩🟦
bit.ly/SQuizL-game
#SQuizL #SQL
Enum-Annotations ... new with the latest 23ai Release. Looking good
English
Roger Troller nag-retweet

Analytic views are still a powerful feature in the @OracleDatabase. It’s sad that almost nobody uses them.
Perhaps that changes after @kibeha‘s presentation at #DOAG2023


English

@dani_schnider @OracleDatabase i have to get used to not using it anymore … will take some time … months or years 😇
Nuremberg, Germany 🇩🇪 English

CEIL and FLOOR on date and timestamp is one of the nice little features in @OracleDatabase 23c - but why does @RogerTroller use „from dual“ in his examples? 😉
#DOAG2023

English

Roger Troller nag-retweet

Join us in congratulating @RogerTroller for becoming our newest Oracle ACE Director!
Roger has been working with Oracle database since 1990 & an active member of the program for many years.
Thank you for your recommendation, @Loic__Lefevre!
social.ora.cl/6019O2Zjb
#OracleACE

English

@phsalvisberg ALTER SESSION SET group_by_position_enabled=TRUE;
English

I've installed Oracle Database 23c Free in a Docker container. Works like a charm.
However, has anyone an idea why group by column position does not work in the example below? Have I misunderstood the new feature? See docs: #GUID-3C11D3A9-8B14-4DCC-B212-B7FE57EE81E8__GUID-9E2CDE0A-5A5C-4964-832E-C30F00B2B0FA" target="_blank" rel="nofollow noopener">docs.oracle.com/en/database/or…

Oracle AI Database@OracleDatabase
With the availability of Oracle Database 23c Free—Developer Release, #developers have access to powerful new features and tools including JSON Schemas, @Oracle Kafka APIs, and more! Learn more about this exciting news and how to get started. #database social.ora.cl/6013O17UB
English

The @Trivadis #PLSQL & #SQL Coding Guidelines v4.0 is now released:
HTML:
trivadis.github.io/plsql-and-sql-…
PDF:
trivadis.github.io/plsql-and-sql-…
What's new:
github.com/Trivadis/plsql…
Enjoy 😀!
Thanks to @phsalvisberg for great support.


English

@ChrisRSaxon Actually that worked since 12.2 ... the only missing thing was the documentation. Oracle declared restart to be an „internal“ feature after I filed an SR regarding the missing documentation...
English

ICMYI
You can now reset sequences to an earlier value with the restart clause
create sequence s;
select s.nextval n from dual
connect by level <= 5;
N
1
2
3
4
5
alter sequence s restart start with 3;
select s.nextval n from dual;
N
3
Patrick Jolliffe@jolliffe
"stuff"? Oracle corporation with their weird technical terms for everything :). Another great #BackToBasics talk at #OGBEMEA. I didn't know about session sequences (or they have been cached out of my mind).
English

Antipatterns SQL & PL/SQL – Redefine oracle defined exceptions rogertroller.com/2020/05/25/ant…
English

ORA12R2 – IMPdp may change segment_column_id rogertroller.com/2020/05/25/ora…
Català

Antipatterns SQL & PL/SQL – “SELECT *” even if you only need a few columns rogertroller.com/2020/05/24/ant…
English

Antipatterns SQL & PL/SQL – Substitute NULL with empty string rogertroller.com/2020/05/24/ant…
English

Antipatterns SQL & PL/SQL – Reusing table aliases in the same SQL statement rogertroller.com/2020/05/24/ant…
English

Antipattern SQL & PL/SQL – Using the LIKE operator even if searching for equality. rogertroller.com/2020/05/23/ant…
English

Antipatterns SQL & PL/SQL – Existance Check rogertroller.com/2020/05/23/ant…
English

ORACLE 18c – TO_UTC_TIMESTAMP_TZ rogertroller.com/2020/02/29/ora…
English




