(Liron Amitzi) ORA-1775 “looping chain of synonyms” can be found online quite easily. But every time they talk about a real loop of synonyms (like syn1 -> syn2 -> syn3 -> syn1) and sometime about missing objects.
Tag: Oracle
Addressing the Drop Column Bug in Oracle 18c and 19c
(David Fitzjarrell) The road of progress can be rough at times. Oracle versions 18 and 19 are no exception. Up until version 18.x Oracle had no issues with marking columns as unused and eventually dropping them.
Printing all table preferences affecting dbms_stats.gather_table_stats
(Martin Bach) Oracle 11g introduced the abilty to control the behaviour of the dbms_stats package by setting preferences on the database, schema, and table level.
Choose your shape
(Pieter Van Puymbroeck) A common thing we heard from customers is that it would be desirable to use different shapes in a Data Guard configuration in the Oracle Cloud.
Part 2: Docker for Oracle Database Applications in Node.js and Python
(Christopher Jones) This is the second in a two part series on using Docker for Oracle Database applications.
Oracle Cloud Infrastructure Cloud Shell – Here’s what I discovered
(Trent) This week I spotted a new terminal-like icon at the top of my OCI tenancy. Upload clicking it, its a GCP-esque terminal emulator directly in the browser.
Patching Oracle WebLogic Server 12.2.1.4.0 Slim Edition
(Dirk Nachbar) In my last blog I was showing how to install the new Oracle WebLogic Server 12.2.1.4.0 Slim Installer (https://dirknachbar.blogspot.com/2020/02/oracle-weblogic-server-122140-slim.html), now let’s see how the minimised Oracle WebLogic Server 12.2.1.4.0 Slim Edition will handle a patchi
Waiting for direct write temp – but what file?
(Mathias Magnusson) This is essentially a not for myself for the next time I forget. It seems to be like once every other year I figure this out. It is not too easy to google for so it usually takes a bit too long.
Can you have more than 1 PDB with Standard Edition 2 (SE2)?
(Mike.Dietrich) When we announced the 3-PDB-Support with Oracle Database 19c onward at OpenWorld 2019, I was very excited. According to the license documentation, this applies to Standard Edition 2 (SE2) as well.
Handy TensorFlow.js API for Client-Side ML Development
(Andrej Baranovskij) Let’s look into TensorFlow.js API for training data handling, training execution, and inference. TensorFlow.js is awesome because it brings Machine Learning into the hands of Web developers, this provides mutual benefit.