John Watson's blog
Submitted by John Watson on Mon, 2021-08-16 02:04
As from this weekend, it is here:
https://www.oracle.com/database/technologies/oracle21c-linux-downloads.html
I'll certainly install it in the next few days, there are a few features I want to experiment with and I know our developers want to check out the new JSON features. Production use? I'm not sure. It being an "innovation" release only with no extended support makes me a bit dubious.
Submitted by John Watson on Mon, 2021-07-05 07:29
ORDS version 21 was released in May, I had it tested and rolled it out in June. But once live, a problem popped up: numerous executions of this statement,
SELECT COUNT(1) FROM SYS.ALL_SYNONYMS WHERE OWNER = 'PUBLIC' AND SYNONYM_NAME = 'APEX_RELEASE' AND TABLE_NAME = 'APEX_RELEASE';
Submitted by John Watson on Fri, 2020-09-04 07:02
What block size should you use? For what purpose? How about tablespaces in different block sizes? Any opinions?
Submitted by John Watson on Wed, 2020-07-15 05:25
Database release 19.7 (ie, 19c with the April 2020 RU) is at last certified for OL8, but there may be some hacking needed to get it installed.
This certification is long overdue: our security admin has been pushing for the 5.x kernel for some time, and OL7 still only supports kernel 4.x. I'm starting to move some production systems over now using the July RUR, which takes the release to 19.7.1.
Begin by installing the Oracle Validated rpm from the ol8_UEKR6 repository:
yum install oracle-database-preinstall-19c
Submitted by John Watson on Tue, 2020-06-02 07:28
Recently I've been working on tuning some distributed queries. This is not always straightforward.
Submitted by John Watson on Sat, 2020-02-22 08:32
Submitted by John Watson on Tue, 2019-12-24 07:07
Many times I've seen the question on forums "How can I move a table from one schema to another?" and the answer is always that you can't. You have to copy it. Or export/import it. Well, here's a way. It assumes that you are on release 12.x and have the partitioning option.
Submitted by John Watson on Tue, 2019-11-26 11:11
Oracle corporation will (as of 24 September 2019) support customers running on VMware.
Submitted by John Watson on Mon, 2019-11-04 10:20
A very nice licensing change in 19c: you can now have up to three PDBs in a Standard Edition Multitenant database.
Submitted by John Watson on Tue, 2018-01-23 11:11
Do you know about multiple domain certificates? If not you may have to learn quickly, because Oracle has changed the way they are handled in release 12.2. This is going to break a lot of applications.
Pages
|