Download List

Descripción del Proyecto

ChkDB is rule-based data checking software for
Oracle, plus files that define rule-sets and data
domains (tables/views to be checked). The software
is a PL/SQL package and some SQL scripts. There is
currently no GUI front-end. For oil and gas data,
there are domains and rulesets for well-header,
drill-stem-test, and seismic-inventory data.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-28 02:18
0.9.9

Esta versión corrige un error que los errores causados al utilizar las primeras versiones de Oracle 8 (o anterior). La columna de base de datos CHKDB_RULE.COLUMN_TYPE_CNDO fue renombrado de COLUMN_TYPE_CND. Especificar el tipo de dato de una columna en una norma de ahora es opcional si el usuario posee la tabla que se comprueba.
Tags: Major bugfixes
This release fixes a bug that caused errors when using early versions of Oracle 8 (or earlier). The database column CHKDB_RULE.COLUMN_TYPE_CNDO was renamed from COLUMN_TYPE_CND. Specifying the datatype of a column in a rule is now optional if the user owns the table being checked.

2003-11-25 02:02
0.9.7

En esta versión de menor importancia, el SQL generado para el parcial en el extranjero controles clave ha sido mejorado y una regla para la tabla CHKDB_OGW1_DST_PERIOD ha sido modificado. Una regla sin efecto ahora causará una fila que se inserta en la tabla CHKDB_RULE_ERR.
Tags: Minor feature enhancements
In this minor release, the SQL generated for partial-foreign-key checks
has been improved and a rule for the CHKDB_OGW1_DST_PERIOD table has
been tweaked. A rule with no effect will now cause a row to be inserted
into the CHKDB_RULE_ERR table.

2003-11-19 11:30
0.9.6

Esta versión incluye datos de verificación de normas de petróleo y gas y la cabecera y el taladro del tronco de datos de prueba. El archivo README.txt se ha actualizado y los ejemplos de uso se fija.
Tags: Major feature enhancements
This release includes data-checking rules for oil and gas well-header and drill-stem-test data. The README.txt file was updated and the usage examples were fixed.

2003-11-15 02:30
0.9.5

Esta versión incluye datos de verificación de normas de petróleo y gas datos de inventario sísmica. La comprobación de los siguientes nuevos tipos se han añadido: COL_NOT_EQ_COL2_YN, COL_NOT_NE_COL2_YN, y IS_A_NUMBER_YN.
Tags: Major feature enhancements
This release includes data-checking rules for oil and gas seismic inventory data. The following new check-types were added: COL_NOT_EQ_COL2_YN, COL_NOT_NE_COL2_YN, and IS_A_NUMBER_YN.

2003-11-02 13:28
0.9.4

Este lanzamiento simplifica las claves de cuadro se especifican, se extiende la muestra para probar todos los tipos de controles, y agrega los controles max_length y NO_ILLEGAL_CHARS.
Tags: Major feature enhancements
This release simplifies the way table keys are specified,
extends the sample to test all types of checks, and adds
the checks MAX_LENGTH and NO_ILLEGAL_CHARS.

Project Resources