Skip to content

leeraya/DBDataCheckTools

Repository files navigation

DBDataCheckTools

some simple python scripts to check tidb and oracle

requirements

1、python3

2、pip

3、pip lib : pymysql,cx_Oracle

4、oracle client

https://www.oracle.com/database/technologies/instant-client/downloads.html

tidb_VS_oracle

check differences between oracle and tidb. such as table count、column count、column name.

splitTable

split table before insert into table and check if succeed

dbconnection

base tool to connect to tidb

truncateTables

batch truncate table

capacity

get every table's data capacity and indx capacity

About

some simple python scripts to check tidb and oracle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages