Harris

Autoupgrade patching

Autoupgrade Patching: Cycling Between Oracle Homes

It’s patching season once again, and as a good oracle technologists I patch my environments to ensure security, fix bugs and enjoy new features. Additionally, Oracle provides us the autoupgrade utility which helps simplify the patching process. In my earlier post about using autoupgrade for my very first time, I downloaded autoupgrade and used it

Autoupgrade Patching: Cycling Between Oracle Homes Read More »

book, calendar, paper, calendar, calendar, calendar, calendar, calendar

Calendar Functions and Date Dims in Oracle Database 26ai

Introduction Calendar functions, introduced in 23.26.1, provide us with the ability to format dates into standard year/quarter/month/week/day text for these calendars: Each formatted calendar function returns a VARCHAR2 value representing the input date at a particular level of the calendar hierarchy. In this post, I will discuss the Calendar type functions and how to use

Calendar Functions and Date Dims in Oracle Database 26ai Read More »

Monochrome image of three vintage alarm clocks highlighting the passage of time.

DML WAIT[NOWAIT] in Oracle AI Database 26ai

Introduction DML WAIT[NOWAIT], introduced in 23.26.2.0.0, helps to specify how long a DML statement should wait to acquire a lock before rolling back the DML statement and returning session control to the user. The general syntax is: You can specify whether to wait forever, not at all or for n seconds, milliseconds or microseconds. The

DML WAIT[NOWAIT] in Oracle AI Database 26ai Read More »

note box, index box, index, index cards, filing, office, archive, drawer, wardrobe

Importance of Indexing Foreign Key Columns

Introduction In a relational database, defining constraints can help ensure data integrity, improve data consistency, enhance SQL query performance, and, in the case of foreign keys, ensure referential integrity. I talk a lot more about constraints in a previous post about database constraints. In a separate post, I also talk about locks and transaction concurrency

Importance of Indexing Foreign Key Columns Read More »