DE10059555A1 - Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set - Google Patents

Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set

Info

Publication number
DE10059555A1
DE10059555A1 DE10059555A DE10059555A DE10059555A1 DE 10059555 A1 DE10059555 A1 DE 10059555A1 DE 10059555 A DE10059555 A DE 10059555A DE 10059555 A DE10059555 A DE 10059555A DE 10059555 A1 DE10059555 A1 DE 10059555A1
Authority
DE
Germany
Prior art keywords
data record
indication
valid
reason
data set
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
DE10059555A
Other languages
German (de)
Inventor
Matthias H Froehlich
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TRAIAN INTERNET PRODUCTS AG
Original Assignee
TRAIAN INTERNET PRODUCTS AG
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TRAIAN INTERNET PRODUCTS AG filed Critical TRAIAN INTERNET PRODUCTS AG
Priority to DE10059555A priority Critical patent/DE10059555A1/en
Publication of DE10059555A1 publication Critical patent/DE10059555A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The data set storage method has each data set provided with at least one verification of the integrity of the data set, with an alteration in the data set causing the integrity verification to be invalidated until the altered data set is re-provided with an integrity verification, e.g. upon validation of the modification point, the modifier identity and the modification reason.

Description

Die vorliegende Erfindung betrifft ein Verfahren zur Speicherung von Datensätzen in einer Datenbank.The present invention relates to a method for storing data records in a Database.

Datenbanken folgen heute üblicherweise einem relationalen oder einem objektorientierten Datenbankmodell. Problematisch ist, dass bei einer Veränderung von Daten nur noch die veränderten Daten existieren. Wird also beispielsweise bei einem Objekt oder Datensatz ein Attribut oder Feld mit einem neuen Wert versehen, so ist der bisherige Eintrag nicht mehr existent. Dies bringt zusätzlich das Problem mit sich, dass nur jeweils eine Instanz eines Objektes bzw. ein Datensatz zur einem Eintrag gültig sein kann, so dass z. B. die parallele Haltung von unterschiedlichen Versionen eines Datensatzes oder Objektes nicht möglich ist.Databases today usually follow a relational or an object-oriented one Database model. The problem is that when data is changed, only the changed data exist. So, for example, with an object or data record If an attribute or field is given a new value, the previous entry is not more existent. This also brings with it the problem that only one instance at a time of an object or a data record can be valid for an entry, so that e.g. B. the parallel keeping of different versions of a data record or object is not is possible.

Der vorliegenden Erfindung liegt daher das Problem zugrunde, eine Möglichkeit zur Archivierung von nicht mehr gültigen Daten zu schaffen und eine Revisionssicherheit der Daten herbeizuführen. Dies bedeutet, dass bei Veränderung eines Objektes oder Datensatzes der bisherige Eintrag nicht verloren geht und bei Fehlerhaftigkeit des neuen Eintrages wieder an dessen Stelle gesetzt werden kann. Des Weiteren liegt der Erfindung das Problem zugrunde, Objekten oder Datensätzen zeitlich begrenzte Gültigkeit zu vergeben.The present invention is therefore based on the problem of being able to Archiving of data that is no longer valid and ensuring revision security Bring data. This means that when changing an object or Data record the previous entry is not lost and if the new entry is incorrect Entry can be put in its place again. Furthermore, the invention lies based on the problem of objects or data records having a limited validity forgive.

Dieses Problem wird durch ein Verfahren nach Patentanspruch 1 sowie ein Verfahren nach Patentanspruch 7 gelöst.This problem is solved by a method according to claim 1 and a method solved according to claim 7.

Bei einem Verfahren nach Anspruch 1 ist vorgesehen, dass jeder Datensatz mindestens eine Angabe zur Gültigkeit des Datensatzes enthält und dass bei Veränderung eines Datensatzes dieser als ungültig markiert wird sowie der veränderte Datensatz neu erzeugt und als gültig markiert wird. Diese Vorgehensweise ermöglicht es, neben den gültigen Einträgen in einer Datenbank auch durch Veränderung eines Datensatzes oder Löschen eines Datensatzes ungültig gewordene Einträge weiterhin zu führen und so eine Chronologie der Datenbank mitzuführen.In a method according to claim 1 it is provided that each data record at least contains an indication of the validity of the data record and that if a Data record that is marked as invalid and the changed data record is newly created and marked as valid. This procedure allows, in addition to the valid ones Entries in a database also by changing a data record or deleting to continue to make entries that have become invalid in such a way Keep the database chronology.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass jeder Datensatz eine Angabe mit einem Primärschlüssel zur Identifikation eines Datensatzes (Objekt-Id), eine Angabe zur Bestimmung des Erzeugungszeitpunktes eines Datensatzes (created-at), eine Angabe mit einem Primärschlüssel zur Identifikation des Erzeugers des Datensatzes (creator-id), eine Angabe zu einem Modifikationszeitpunkt (modified-at), eine Angabe mit einem Primärschlüssel zur Identifikation eines Objektes, das die Modifikation herbei geführt hat (modificator-id) sowie eine Angabe zum Grund der Veränderung eines Datensatzes (modify-reason) umfasst. Diese Ausgestaltung des Verfahrens ermöglicht es, alle relevanten Daten, die Erzeugung, Veränderung oder das Löschen des Datensatzes betreffen, zu speichern.In a development of the method, it is provided that each data record is an indication with a primary key to identify a data record (object ID), an indication  to determine the creation time of a data record (created-at), an indication with a primary key to identify the creator of the data record (creator-id), an indication of a modification time (modified-at), an indication with a Primary key to identify an object that caused the modification (modificator-id) and an indication of the reason for the change in a data record (modify-reason) includes. This configuration of the method makes it possible for everyone relevant data, the creation, modification or deletion of the data record concern, save.

Im Folgenden werden der Einfachheit halber die zuvor in Klammern gesetzten Kurznamen für die zusammenfassend als Angaben bezeichneten Attribute bzw. Felder benutzt.In the following, for the sake of simplicity, those previously put in brackets Short names for the attributes or fields, collectively referred to as information used.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass nur Einträge, bei denen die Angaben modified-at, modificator-id sowie modify-reason mit dem Wert "Null" versehen sind, gültig sind. Aktuell gültige Einträge lassen sich so von Einträgen, die der Historie wegen mitgeführt werden, unterscheiden.A further development of the method provides that only entries for which the Provide modified-at, modificator-id and modify-reason with the value "zero" are, are valid. Current valid entries can be made from entries from the history because of being carried.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass beim Erzeugen eines Datensatzes die Angaben modified-at, modificator-id sowie modify-reason mit dem Wert "Null" gefüllt werden. Ein neu erzeugter Eintrag ist damit zunächst immer gültig.In a development of the method it is provided that when generating a The data record modified-at, modificator-id and modify-reason with the value "Zero" to be filled. A new entry is always initially valid.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass eine Operation "Löschen eines Datensatzes" vorgesehen ist, bei der mindestens eine der Angaben modified-at, modificator-id sowie modify-reason mit Daten gefüllt wird. Der jeweilige Eintrag wird so als ungültig markiert.A further development of the method provides that an operation "delete a data record "is provided in which at least one of the details modified-at, modificator-id and modify-reason is filled with data. The respective entry is like this marked as invalid.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass eine Operation "Ändern eines Datensatzes" vorgesehen ist, bei der mindestens eine der Angaben modified-at, modificator-id sowie modify-reason mit Daten versehen wird und eine geänderte Kopie des Datensatzes mit gleicher Objekt-Id neu erzeugt wird. Diese Operation gewährleistet, dass bei Veränderung eines Datensatzes der ursprüngliche Datensatz weiterhin erhalten bleibt und in der Datenbank als ungültig markiert ist.In a further development of the method it is provided that an operation "changing a Data record "is provided, in which at least one of the details modified-at, modificator-id and modify-reason are provided with data and a modified copy of the data record is created with the same object ID. This operation ensures that if a data record is changed, the original data record is still retained remains and is marked as invalid in the database.

Bei dem Verfahren nach Patentanspruch 7 ist vorgesehen, dass jeder Datensatz mindestens eine Angabe zur Gültigkeit des Datensatzes enthält. Datensätze können so z. B. mit einem Verfallsdatum versehen werden oder mit einer Angabe zum Beginn der Gültigkeit.In the method according to claim 7 it is provided that each data set contains at least one statement on the validity of the data record. Records can do so  z. B. can be provided with an expiry date or with an indication of the start of the Validity.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass jeder Datensatz mindestens eine Angabe zur Versionsnummer des Datensatzes enthält. Auf diese Weise können verschiedene Versionsnummern ein und desselben Eintrages nebeneinander existieren und voneinander unterschieden werden.A further development of the method provides that each data record has at least one contains information on the version number of the data record. That way you can different version numbers of the same entry exist side by side and be distinguished from each other.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass jeder Datensatz eine Angabe zur Version (version), eine Angabe zum Beginn des Gültigkeitszeitraumes (valid-from) sowie eine Angabe zum Ende des Gültigkeitszeitraums (valid-till) umfasst. Die zuvor erläuterten Angaben sind auf diese Weise für jeden Datensatz bzw. jedes Objekt verfügbar.In a development of the method, it is provided that each data record is an indication for version (version), an indication of the start of the validity period (valid-from) as well as an indication of the end of the validity period (valid-till). The one before In this way, the information explained is for each data record or each object available.

In einer Weiterbildung des Verfahrens ist vorgesehen, dass die Angaben (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Attribute von Objekten einer objektorientierten Datenbank sind. Alternativ kann vorgesehen sein, dass die Angaben (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Felder einer oder mehrerer Tabellen eine relationalen Datenbank sind. Bei diesen beiden Möglichkeiten der Implementierung werden die heutig gängigen Datenbanksysteme abgedeckt.A further development of the method provides that the information (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) are attributes of objects in an object-oriented database. Alternatively, you can it should be provided that the information (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Fields of one or more Tables are a relational database. With these two possibilities of Implementation covers today's common database systems.

Das folgende Ausführungsbeispiel wird anhand einer objektorientierten Datenbank beschrieben. Diese umfasst Objekte mit Attributen sowie auf den Objekten durchzuführende Funktionen. Bei einer relationalen Datenbank werden die Tabellen mit zusätzlichen Datenfeldern versehen, die den oben genannten Attributen entsprechen. Im folgenden wird für Attribute eines Objektes und Felder einer Tabelle als gemeinsamer Begriff "Angaben" benutzt.The following embodiment is based on an object-oriented database described. This includes objects with attributes as well as on the objects functions to be performed. In the case of a relational database, the tables are included additional data fields that correspond to the above-mentioned attributes. in the The following is considered common for attributes of an object and fields of a table The term "information" is used.

Ein zusätzliches Attribut object-id enthält zu jedem Objekt eine eindeutige Identifikationsnummer. Ein weiteres Attribut created-at kann eine Datums- und Zeitangabe enthalten, die den Zeitpunkt enthalten kann, zu dem der Datensatz geschaffen wurde. Ein weiteres Attribut creator-id verweist auf einen Primärschlüssel eines Objektes oder einer Tabelle, die den Nutzer enthält, der den Datensatz angelegt bzw. verändert hat. Ein weiteres Attribut modified-at kann Datums- und Zeitangaben aufnehmen, die z. B. auf einen Modifikationszeitpunkt des Objektes bzw. Datensatzes hinweisen können. Ein Attribut modificator-id verweist auf den Nutzer, der eine Modifikation des Objektes bzw. Datensatzes vorgenommen hat, entsprechend kann ein Attribut modify-reason einer Angabe zum Grund einer Änderung enthalten.An additional attribute object-id contains a unique one for each object Identification Number. Another attribute created-at can be a date and time included, which may include the time when the record was created. On Another attribute creator-id refers to a primary key of an object or one Table that contains the user who created or changed the data record. On Another attribute modified-at can include dates and times, which e.g. B. on can indicate a modification time of the object or data record. On  Attribute modificator-id refers to the user who is modifying the object or Has made a record, accordingly an attribute modify-reason an indication of the reason for a change.

In einer Zugriffsschicht der Datenbank werden Funktionen zum Einfügen, Löschen, Ändern und Lesen der Objekte zur Verfügung gestellt. Beim Einfügen eines Objektes werden nur die Attribute object-id, created-at und creator-id gefüllt.In an access layer of the database, functions for inserting, deleting, Modify and read the objects provided. When inserting an object only the attributes object-id, created-at and creator-id are filled.

Es werden nur Einträge als gültig betrachtet, bei denen modified-at, modificator-id und modification-reason "NULL" sind.Only entries for which modified-at, modificator-id and modification-reason are "NULL".

Beim Löschen eines Datensatzes wird das zu löschende Objekt nicht aus der Datenbank entfernt sondern die Attribute modified-at, modification-date sowie modificator-id gesetzt. Der Datensatz ist dadurch als ungültig gekennzeichnet, da modified-at, modification-date sowie modificator-id nun nicht mehr "NULL" sind.When deleting a data record, the object to be deleted is not removed from the database removes the attributes modified-at, modification-date and modificator-id set. The record is marked as invalid because modified-at, modification-date and modificator-id are no longer "NULL".

Soll ein Eintrag geändert werden, wird der existierende Eintrag wie beschrieben gelöscht. Zusätzlich wird ein neues Objekt angelegt, bei dem object-id den gleichen Wert hat, wie bei dem als ungültig markierten Eintrag. Dadurch kann eindeutig festgestellt werden, dass dieser Eintrag das gleiche logische Objekt bezeichnet wie der gelöschte Eintrag. Die Attribute creation-date und creator-id werden mit den aktuellen Werten gefüllt. Auf diese Weise bleibt jede Änderung eines Datensatzes oder auch das Löschen eines Datensatzes nachvollziehbar, da der entsprechende Datensatz in der Datenbank erhalten bleibt. Die Datenbank enthält daher eine vollständige Chronologie aller jemals angelegten bzw. veränderten Datensätze. Diese Chronologie kann auch als "physische Chronologie" bezeichnet werden.If an entry is to be changed, the existing entry is deleted as described. In addition, a new object is created in which object-id has the same value as for the entry marked as invalid. This clearly shows that this entry designates the same logical object as the deleted entry. The Attributes creation-date and creator-id are filled with the current values. To this Every change to a data record or the deletion of a data record remains wise understandable, since the corresponding data record is retained in the database. The The database therefore contains a complete chronology of all ever created or changed records. This chronology can also be called "physical chronology" be designated.

Zusätzlich zu der zuvor dargestellten "physischen Chronologie" werden Attribute zur zeitlichen Gültigkeit der Objekte eingefügt. Es handelt sich um die Attribute version, welches z. B. eine Versionsnummer enthalten kann, die Attribute valid-from und valid- till, die jeweils Zeitpunkte enthalten. Das Attribut valid-from kennzeichnet dabei den Beginn des Gültigkeitszeitraumes eines Objektes, das Feld valid-till kennzeichnet entsprechend das Ende des Gültigkeitszeitraumes eines Objektes.In addition to the "physical chronology" shown above, attributes are also used temporal validity of the objects inserted. These are the attributes version, which z. B. can contain a version number, the attributes valid-from and valid- till, which each contain points in time. The attribute valid-from identifies the Start of the validity period of an object that indicates the valid-till field correspondingly the end of the validity period of an object.

Während bei der zuvor dargestellten "physischen Chronologie" immer nur ein Eintrag mit einer bestimmten Objekt-Id als gültig markiert sein kann, können durch unterschiedliche Einträge zur zeitlichen Gültigkeit bzw. Versionsnummer eines Objektes mehrere Objekte mit der gleichen Objekt-Id nebeneinander gültig sein. Durch die Zugriffsschicht ist dann sicherzustellen, dass der Zugriff auf ein Objekt mit einer bestimmten Objekt-Id nur genau ein gültiges Objekt zurückgeliefert wird.While in the "physical chronology" shown above, there is always only one entry A specific object ID can be marked as valid by different  Entries for the temporal validity or version number of an object, several objects be valid next to each other with the same object ID. Then through the access layer ensure that access to an object with a specific object id is only accurate a valid object is returned.

Claims (11)

1. Verfahren zur Speicherung von Datensätzen in einer Datenbank, dadurch gekennzeichnet, dass jeder Datensatz mindestens eine Angabe zur Gültigkeit des Datensatzes enthält und dass bei Veränderung eines Datensatzes dieser als ungültig markiert wird sowie der veränderte Datensatz neu erzeugt und als gültig markiert wird.1. A method for storing data records in a database, characterized in that each data record contains at least one indication of the validity of the data record and that when a data record is changed, it is marked as invalid and the changed data record is newly generated and marked as valid. 2. Verfahren nach Anspruch 1, dadurch gekennzeichnet, dass jeder Datensatz eine Angabe mit einem Primärschlüssel zur Identifikation eines Datensatzes (Objekt-Id), eine Angabe zur Bestimmung des Erzeugungszeitpunktes eines Datensatzes (created-at), eine Angabe mit einem Primärschlüssel zur Identifikation des Erzeugers des Datensatzes (creator-id), eine Angabe zu einem Modifikationszeitpunkt (modified-at), eine Angabe mit einem Primärschlüssel zur Identifikation eines Objektes, das die Modifikation herbei geführt hat (modificator-id) sowie eine Angabe zum Grund der Veränderung eines Datensatzes (modify-reason) umfasst.2. The method according to claim 1, characterized in that each data record contains a specification with a primary key for identification of a data record (object ID), an indication for determining the Creation time of a data record (created-at), an indication with a Primary key to identify the creator of the data record (creator-id), an indication of a modification time (modified-at), an indication with a primary key to identify an object that the Modification has brought about (modificator-id) and an indication of Reason for changing a data record (modify-reason) includes. 3. Verfahren nach Anspruch 2, dadurch gekennzeichnet, dass nur Einträge, bei denen die Angaben modified-at, modificator-id sowie modify-reason mit dem Wert "NULL" versehen sind, gültig sind.3. The method according to claim 2, characterized in that only entries where the information modified-at, modificator-id and modify-reason are given the value "NULL", are valid. 4. Verfahren nach Anspruch 3, dadurch gekennzeichnet, dass beim Erzeugen eines Datensatzes die Angaben modified-at, modificator-id sowie modify-reason mit dem Wert "NULL" gefüllt werden.4. The method according to claim 3, characterized in that when creating a data record the information modified-at, modificator-id and modify-reason are filled with the value "NULL". 5. Verfahren nach einem der Ansprüche 2 bis 4, dadurch gekennzeichnet, dass eine Operation "Löschen eines Datensatzes" vorgesehen ist, bei der mindestens eine der Angaben modified-at, modificator-id oder modify-reason mit Daten gefüllt wird. 5. The method according to any one of claims 2 to 4, characterized in that an operation "delete a data record" is provided, in which at least one of the entries modified-at, modificator-id or modify-reason is filled with data.   6. Verfahren nach einem der Ansprüche 2 bis 5, dadurch gekennzeichnet, dass eine Operation "Ändern eines Datensatzes" vorgesehen ist, bei der mindestens eine der Angaben modified-at, modificator-id oder modify-reason mit Daten versehen wird und eine geänderte Kopie des Datensatzes mit gleicher Objekt- Id neu erzeugt wird.6. The method according to any one of claims 2 to 5, characterized in that an operation "change a data record" is provided, in which at least one of the entries modified-at, modificator-id or modify-reason with data is provided and a modified copy of the data record with the same object I'd create a new one. 7. Verfahren zur Speicherung von Datensätzen in einer Datenbank, dadurch gekennzeichnet, dass jeder Datensatz mindestens eine Angabe zur Gültigkeitsdauer des Datensatzes enthält.7. method for storing data records in a database, characterized in that each record contains at least one indication of the period of validity of the record contains. 8. Verfahren nach Anspruch 7, dadurch gekennzeichnet, dass jeder Datensatz mindestens eine Angabe zur Versionsnummer des Datensatzes enthält.8. The method according to claim 7, characterized in that each record contains at least one specification of the version number of the Contains record. 9. Verfahren nach einem der Ansprüche 7 oder 8, dadurch gekennzeichnet, dass jeder Datensatz eine Angabe zur Version (version), eine Angabe zum Beginn des Gültigkeitszeitraumes (valid-from) sowie eine Angabe zum Ende des Gültigkeitszeitraumes (valid-till) umfasst.9. The method according to any one of claims 7 or 8, characterized in that each record an indication of the version (version), an indication of the beginning of the validity period (valid-from) and an indication at the end of the Valid-till includes. 10. Verfahren nach einem der Ansprüche 2 bis 9, dadurch gekennzeichnet, dass die Angaben (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Attribute von Objekten einer objektorientierten Datenbank sind.10. The method according to any one of claims 2 to 9, characterized in that the information (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) attributes of objects of one are object-oriented database. 11. Verfahren nach einem der Ansprüche 2 bis 9, dadurch gekennzeichnet, dass die Angaben (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Felder einer oder mehrerer Tabellen eine relationalen Datenbank sind.11. The method according to any one of claims 2 to 9, characterized in that the information (object-id, created-at, creator-id, modified-at, modificator-id, modify-reason, version, valid-from, valid-till) Fields of one or more Tables are a relational database.
DE10059555A 2000-11-30 2000-11-30 Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set Withdrawn DE10059555A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
DE10059555A DE10059555A1 (en) 2000-11-30 2000-11-30 Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
DE10059555A DE10059555A1 (en) 2000-11-30 2000-11-30 Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set

Publications (1)

Publication Number Publication Date
DE10059555A1 true DE10059555A1 (en) 2002-06-13

Family

ID=7665296

Family Applications (1)

Application Number Title Priority Date Filing Date
DE10059555A Withdrawn DE10059555A1 (en) 2000-11-30 2000-11-30 Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set

Country Status (1)

Country Link
DE (1) DE10059555A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0568649B1 (en) * 1991-01-23 1999-04-14 Tandem Computers Incorporated Method of selecting and representing time-varying data
DE19947827A1 (en) * 1998-10-06 2000-04-20 Ricoh Kk Storing and maintaining data by erasing data from first storage device by overwriting with predetermined value when error is detected

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0568649B1 (en) * 1991-01-23 1999-04-14 Tandem Computers Incorporated Method of selecting and representing time-varying data
DE19947827A1 (en) * 1998-10-06 2000-04-20 Ricoh Kk Storing and maintaining data by erasing data from first storage device by overwriting with predetermined value when error is detected

Similar Documents

Publication Publication Date Title
DE69112694T2 (en) Method for operating a data processing system for executing database transactions.
DE69229121T2 (en) METHOD AND DEVICE FOR PRODUCING A CD-ROM DISC FOR USE WITH MULTIPLE OPERATING SYSTEMS
DE69130312T2 (en) File system with read / write memory and one-time write and multiple read memory
DE4435751B4 (en) Filename and directory detection method for use with an operating system
DE69031491T2 (en) Hypertext data processing system and method
DE3784190T2 (en) ENTERING A DATA BASE INDEX IN THE JOURNAL FOR IMPROVED RESET.
DE68925746T2 (en) Version management tool
DE69615230T2 (en) Relational database system and method with high availability of data when restructuring table data
DE69325719T2 (en) DATABASE BACKUP SYSTEM
DE68929132T2 (en) Database management system and method therefor
DE69123680T2 (en) Method and device for protecting multiple computer software copies against unauthorized use
DE69906488T2 (en) Procedure for synchronizing a database schema with its representation in an object-oriented repository
DE69024932T2 (en) Procedure to identify documents with a certain attribute with the help of a vector-relational characteristic object
DE3780807T2 (en) METHOD FOR QUICKLY OPENING DISK FILES IDENTIFIED WITH PATH NAMES.
DE68926422T2 (en) Database management system
DE69510251T2 (en) Information processing method and device
DE69126278T2 (en) Directory management system
DE19538240A1 (en) Information system and method for storing data in an information system
DE60307527T2 (en) Tupleraumoperationen for a fine-grained system control
EP1637956A1 (en) Generation of anonymized data sets for testing and developping applications
DE19859923A1 (en) Playback device for record carriers containing information blocks
DE69406138T2 (en) METHOD FOR WRITING DATA IN A NON-VOLATILE STORAGE
DE19538448A1 (en) Database management system and data transmission process
DE10059555A1 (en) Data set storage method for databank has integrity verification for data set invalidated upon alteration in data set
EP0548398A1 (en) Method for management of programs and data, and a computer system for carrying out such a method

Legal Events

Date Code Title Description
OP8 Request for examination as to paragraph 44 patent law
8139 Disposal/non-payment of the annual fee