How to cancel long-running queries in Oracle Database
This is a short blog post about a tiny little feature that you are probably unaware of but can make […]
This is a short blog post about a tiny little feature that you are probably unaware of but can make […]
I have recently come across the Oracle Database Globalization Support again and the question of what character set is used
tl;dr Open ${ORACLE_HOME}/assistants/dbca/templates/XE_Database.dbc with a text editor Find <InitParamAttributes><InitParams> Add the following XML tag under <InitParams>: <initParam name=”cpu_count” value=”2″/>
One of the things that kept me busy lately was experimenting with how much an Oracle XE database setup could
It has been more than two and a half years since Oracle 18c XE has been released for Linux. Since
Oracle has published its Oracle Database JDBC client libraries on Maven Central. From now on you can find Oracle Database
Do you want to get your hands on an Oracle Database but don’t know how? Here are 5 ways to
Get up and running with the free Oracle Database edition on Windows
Oracle Database 18c Express Edition can be enabled for automatic startup and shutdown with the Linux operating system. This will
The new version of the free Oracle Database edition, Oracle Database 18c Express Edition, just got released for Linux 64-bit. Getting
Oracle just released the new version of Oracle Database Express Edition (XE), a free edition of Oracle Database. This release
Oracle recently launched a new GitHub repository for providing people with Oracle software inside Vagrant boxes. If you have ever