Author: Mariusz Antonik

ndb_desc – describe NDB tables

ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c connection_string tbl_name -d db_name [option] ndb_desc -c connection_string index_name -d db_name -t tbl_name Example mantonik@mplclnode1 ~]$ ndb_desc -p -c mplclmgm1c:1186,mplclmgm2c:1186 -d masprod p_events — p_events — Read More

Find oracle patch version

Easy way to find patch version is use opatch application Example: $ORACLE_HOME/OPatch/opatch lsinventory example of output /export/home/oracle> [oracle@atlantisoracle ~]$ opatch lsinventory Oracle Interim Patch Installer version 11.2.0.3.15 Copyright (c) 2017, Oracle Corporation. All rights reserved. Oracle Home : /export/home/oracle/app/11gr2 Central Read More

MySQL replication

MySQL replication with binlog update. We have two MySQL cluster Cluster 1 Cluster 2 Cluster 1 is a master for Cluster 2 then from Cluster 2 we replicate to MySQL Enterprise. Application is connected to cluster 1 In application we are Read More