(Anuradha Mudgal) Starting in Oracle Database 20c, the parameter to enable or disable password file case sensitivity is removed.
Tag: Oracle
SQLPlus goodies with linesize
(Connor McDonald) Anyone that has used SQL Plus since its inception will be familiar with this frustration:
Free Oracle Cloud: 19. Oracle APEX upgrades (19.1 to 19.2)
(Dimitri Gielis) This post is part of a series of blog posts on the Best and Cheapest Oracle APEX hosting: Free Oracle Cloud.
ORA-00600, ORA-07445 and ORA-00020 errors and related bugs in 12c (12.2.0.1)
(Satishbabu Gunukula) I have come across below error recently in 12c (12.2.0.1). It first started with ORA-00600 followed by ORA-07445 and ORA-00020. The ORA-00600, ORA-07445 looks like real culprit and which lead to ORA-00020 error.
Quickly creating a Standby Database in 19c
(Hemant K Chitale) A quick overview of creating a Standby from an active database, copying over the network.
DBMS_UTILITY.FORMAT_CALL_STACK Change in 12.2 and later
(Bobby Durrett) Quick note. During my 11.2.0.4 to 19c upgrade that I have been writing about we found a difference in behavior of DBMS_UTILITY.FORMAT_CALL_STACK.
PART 1: Creating An Oracle 18c Centrally Managed Users Testbed Using Oracle Cloud Infrastructure
(Simon Pane) Oracle Database 18c introduced a new feature called Centrally Managed Users (CMU) to allow simplified database user management through integration with Microsoft Active Directory (AD).
Validate data type within SQL
(Scott Wesley) For all those pushing data around, especially dirty data, this one is for you.
Run Always Free Docker Container on Oracle Cloud Infrastructure
(Lucas Jellema) In this article, I want to show how you can very quickly run a Docker container for free on Oracle Cloud Infrastructure – using a VM in the Always Free Tier of OCI.
How to export AWS CLI CloudWatch data to Oracle using SQL*Loader
(Matthias Hoys) In my previous blog post I explained how you can load AWS CLI CloudWatch data into a MySQL database. In this blog post I will explain how you can do something similar using Oracle as database.