Fast Start Failover Issues

Fast Start Failover Issues

Enable/disable: Prerequ.: Flashback needs to be enabled on primary and failover target: SQL> select NAME, OPEN_MODE, FLASHBACK_ON from v$database; NAME OPEN_MODE FLASHBACK_ON --------- -------------------- ------------------ ITSDBTST READ ONLY WITH APPLY…
ORA-00020: maximum number of processes (<limit>) exceeded</limit>

ORA-00020: maximum number of processes () exceeded

Check database parameter To check database parameter in general: SQL> show parameter cursors ## list all parameter with name .*cursors.* NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ open_cursors integer 300 session_cached_cursors…
Optimizer Statistics in Oracle 19c

Optimizer Statistics in Oracle 19c

Introduction Oracle optimizer cost model relies on statistics collected about the objects involved in a query. The query optimizer uses these statistics to choose the execution plan with the lowest cost, so up-to-date optimizer…

Installation of Kubernetes -k3s

Master IP4=192.168.20.138 TOKEN="TOKEN" curl -sfL https://get.k3s.io | sh -s - server \ --node-ip="${IP4}" \ --node-name="k3s-master" \ --tls-san="${IP4}" \ --token="${TOKEN}" \ --cluster-cidr="10.44.0.0/16" \ --service-cidr="10.45.0.0/16" \ --embedded-registry \ --disable servicelb \ --disable…

CNPG Disk Error

Fixing CNPG PostgreSQL CrashLoopBackOff: A Deep Dive into PVC Resize Failure & Disk Pressure on OpenEBS LVM LocalPV ┌─────────────────────────────────────────┐ │ CloudNativePG PostgreSQL Cluster │ │─────────────────────────────────────────│ │ customer-database-1 (Primary Pod) │…