(Martien van den Akker) At my current customer we’re busy with upgrading our projects from 11g to 12c.
Tag: Oracle
Oracle 19c Automatic Indexing — How well it’s understood?
(Syed Jaffar Hussain) In my perspective, any performance & tuning discussions or debates are just incomplete without Oracle index topic.
Partitioning — 15 : Online Modification of Partitioning Type (Strategy)
(Hemant K Chitale) Oracle 18c introduces the ability to convert a Partitioned Table from one Type to another — e.g. from Hash Partitioning to Range Partitioning.
Creating Object Store Credentials in Autonomous Transaction Processing (ATP)
(Skant Gupta) In this post, you use the ADMIN user schema. You store the Auth Token created in the previous post along with the username, as a credential under an ADMIN schema.
Final Elimination
(David Fitzjarrell) Occasionally a join using primary key columns in a query can be eliminated because of the data involved.
Exposing Kubernetes Services to the internet using Traefik Ingress Controller
(Lucas Jellema) Three services have been deployed to my Kubernetes cluster running on a public cloud environment. These services expose port for three underlying Pods and six or so containers. The service make the Pods accessible within the cluster – but not to the outside world, the public internet
Stopping/Starting your Autonomous Data Warehouse Cloud (ADWC) instance
(Skant Gupta) In this post, we are going to stop & start the ADWC database on OCI. We assume that you must have OCI account with valid credentials and compartments.
ORA-00942: Ok, but WHICH TABLE?
(Jeff Smith) One of the reasons I parole Twitter is because some of my best blog content derives from everyday problems that everyday people run into.
Huge Pages Speeds Startup of Web Servers
(Bobby Durrett) We had issues deploying changes to a large web farm a few weeks back. We had automated the startup of the 25 web servers using a DevOps tool but when it tried to bring them all up at once it took forever and the web servers got timeout errors.
Learned Something New code Formatting
(mdinh) Which is better? Using code in [ ] or Using code in < >
