(Connor McDonald) As the world continues to get smaller, it makes sense for all databases to be defined to handle more than just US7ASCII, which is why the default characterset for all recent versions of the Oracle database is AL32UTF8.
Tag: Oracle
Too Old To Remember
(mdinh) Is it required to run datapatch after creating database?
3 PDBs included with Oracle 19c and desupport of non-CDBs with 20c
(Mike.Dietrich) It’s Oracle Open World week in San Francisco. and it is time for announcements of course.
Report Time Execution Prediction with Keras and TensorFlow
(Andrejus Baranovskis) The aim of this post is to explain Machine Learning to software developers in hands-on terms. Model is based on a common use case in enterprise systems — predicting wait time until the business report is generated.
Difference Between Local Listener and Remote Listener
(Shesadev Biswal) LOCAL_LISTENER is a listener that is running on the same machine as this instance.
SQLcl and the Load (CSV) command
(Jeff Smith) I was going to refer someone on StackOverflow to my post on the LOAD command in SQLcl, but then I realized I hadn’t written one yet. Oops. So here’s that post.
ServiceManager … Manually start/stop
(Bobby Curtis) Oracle GoldenGate Microservices, starting in 12c (12.3.0.0.1) through 19c (19.1.0.0.1), provide a set of services that you can interact with via a webpage, command line, REST API, and PL/SQL.
edelivery oracle software download difficulty
(Mohamed Azar) I am trying to download the Oracle fusion applications software from one of my redhat linux 5.6 server. But I couldn’t able to reach the oracle website through Firefox browser Which is running of older version.
Pretty print JSON strings in Oracle 12.2 the easy way
(Flavio Casetta) It turns out that in Oracle 12.2 you can easily get pretty printed large JSON strings using a query like this:
Modify Non-Partitioned Table to Partitioned
(Jagruti Jasleniya) After seeing many articles about types or partitions , benefits of partitions , different operation on partitions , the one question which will surely arise in DBA’s brain is what about my existing table.