0 Comments

Fixing Broken GTID enabled replication ERROR 1858 (HY000):

Broken replication because of duplicate values MySQL 5.6 onward : In non GTID enabled replication , we use to skip duplicate errors in case of Last_Errno: 1062 . But once we enable GTID we will have to deal it differently. The procedure is to follow the following simple steps Let use assume two server  A as master […]

0 Comments

Oracle database migration limitations across platforms

Oracle database migration limitations across platforms      

0 Comments

Split file into multiple files using split command line utility on unix / linux

Split Command in Unix / Linux: This utility / command in unix or linux helps to split the file into two or more files. We have multiple options to use the command as per our needs. Syntax : split [filename] [INPUT [PREFIX] ] where [filename] is the name of file we want to split. [INPUT […]

0 Comments

EMD upload error: Upload was successful but collections currently disabled – disk full

EMD upload error: Upload was successful but collections currently disabled – disk full #Cause The EMD disk system shows used percent at 99%. The agent default for space required for upload files is 98%. The collections will stop when the space on the disk is beyond that. if you find above error then do following […]

0 Comments

Redefine Table Online

Redefining Tables Online in  Oracle

0 Comments

How to get DDL for roles

How to get DDL for roles – oracle

0 Comments

Drop Enterprise Manager repository manually

Drop Enterprise Manager repository manually