Download Latest Version tpc-c-ifmx.tar.gz (392.7 kB)
Email in envelope

Get an email when there's a new version of IIUG Software Repository

Name Modified Size InfoDownloads / Week
Parent folder
mkcnt.awk 2019-06-13 177 Bytes
mkdbcopy.awk 2019-06-13 2.0 kB
mkdrop.awk 2019-06-13 290 Bytes
mkload.awk 2019-06-13 172 Bytes
mknew.awk 2019-06-13 549 Bytes
mkreload.awk 2019-06-13 242 Bytes
mkrename.awk 2019-06-13 201 Bytes
mkul_l.awk 2019-06-13 965 Bytes
mkul_u.awk 2019-06-13 696 Bytes
mkunl.awk 2019-06-13 181 Bytes
README.1st 2019-06-13 2.8 kB
Totals: 11 Items   8.3 kB 0
 Utility: mkcnt.awk
 File(s): mkcnt.awk

Description:
	Process dbschema or myschema output and produce an SQL script to count 
	and report the number of rows in each table.

-----------------------------------------------------------------------------

 Utility: mkdbcopy.awk
 File(s): mkdbcopy.awk

Description:
	Process dbschema or myschema output and produce a shell script to run a
	sequence of dbcopy tasks to copy the tables to another server.  Source
	and target can be specified on the commandline of the resulting script
	and the name of the schema file is the default database name which can
	also be overridden.

-----------------------------------------------------------------------------

 Utility: mkdrop.awk
 File(s): mkdrop.awk

Description:
        Process dbschema or myschema output and produce an SQL script to drop
	the each table.

-----------------------------------------------------------------------------

 Utility: mkload.awk
 File(s): mkload.awk

Description:
        Process dbschema or myschema output and produce an SQL script to load 
	each table from a file named: <table>.unl

-----------------------------------------------------------------------------

 Utility: mknew.awk
 File(s): mknew.awk

Description:
        Process dbschema or myschema output and produce an SQL script to drop, 
	recreate, and reload a table from another server.

-----------------------------------------------------------------------------

 Utility: mkreload.awk
 File(s): mkreload.awk

Description:
        Process dbschema or myschema output and produce an SQL script to delete 
	all rows from each table and reload from a file named: <table>.unl

-----------------------------------------------------------------------------

 Utility: mkrename.awk
 File(s): mkrename.awk

Description:
        Process dbschema or myschema output and produce an SQL script to rename 	each table to <table>_o.

-----------------------------------------------------------------------------

 Utility: mkul_l.awk
 File(s): mkul_l.awk

Description:
        Process dbschema or myschema output and produce a shell script to 
	unload each table using my ul.ec binary load/unload utility.

-----------------------------------------------------------------------------

 Utility: mkul_u.awk
 File(s): mkul_u.awk

Description:
        Process dbschema or myschema output and produce a shell script to 
	load each table from a binary unload file using my ul.ec binary 
	load/unload utility.

-----------------------------------------------------------------------------

 Utility: mkunl.awk
 File(s): mkunl.awk

Description:
        Process dbschema or myschema output and produce an SQL script to 
	unload each table to a file named: <table>.unl

-----------------------------------------------------------------------------

Source: README.1st, updated 2019-06-13