| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mkcnt.awk | 2020-05-11 | 177 Bytes | |
| mkdbcopy.awk | 2020-05-11 | 2.0 kB | |
| mkdrop.awk | 2020-05-11 | 290 Bytes | |
| mkload.awk | 2020-05-11 | 172 Bytes | |
| mknew.awk | 2020-05-11 | 549 Bytes | |
| mkreload.awk | 2020-05-11 | 242 Bytes | |
| mkrename.awk | 2020-05-11 | 201 Bytes | |
| mkul_l.awk | 2020-05-11 | 965 Bytes | |
| mkul_u.awk | 2020-05-11 | 696 Bytes | |
| mkunl.awk | 2020-05-11 | 181 Bytes | |
| README.1st | 2020-05-11 | 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
-----------------------------------------------------------------------------