Перевод: с английского на арабский

с арабского на английский

database+recovery

  • 1 recovery

    "A phase of database startup that brings the database into a transaction-consistent state. Recovery can include rolling forward all the transactions in the log records (the redo phase) and rolling back uncommitted transactions (the undo phase), depending on how the database was shut down."

    English-Arabic terms dictionary > recovery

  • 2 recovery model

    "A database property that controls the basic behavior of backup and restore operations for a database. For instance, the recovery model controls how transactions are logged, whether the transaction log requires backing up, and what kinds of restore operations are available."

    English-Arabic terms dictionary > recovery model

  • 3 full recovery model

    A database recovery mode that fully logs all transactions and retains all the log records until after they are backed up. The database can be recovered to the point of failure if the tail of the log is backed up after the failure. All forms of recovery are supported.

    English-Arabic terms dictionary > full recovery model

  • 4 simple recovery model

    "A database recovery mode that minimally logs all transactions sufficiently to ensure database consistency after a system crash or after restoring a data backup. The database is recoverable only up to the time of its most recent data backup, and restoring individual pages is unsupported."

    English-Arabic terms dictionary > simple recovery model

  • 5 secondary database

    "In log shipping, a read-only database that was created by restoring a full backup of the primary database (without recovery) on a separate server instance (the secondary server). Log backup from the primary database is restored at regular intervals onto the secondary database."

    English-Arabic terms dictionary > secondary database

  • 6 undo phase

    The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed.

    English-Arabic terms dictionary > undo phase

  • 7 undo

    The phase during database recovery that reverses (rolls back) changes made by any transactions that were uncommitted when the redo phase of recovery completed.

    English-Arabic terms dictionary > undo

  • 8 log chain

    "A continuous sequence of transaction logs for a database. A new log chain begins with the first backup taken after the database is created, or when the database is switched from the simple to the full or bulk-logged recovery model. A log chain forks after a restore followed by a recovery, creating a new recovery branch."

    English-Arabic terms dictionary > log chain

  • 9 mirroring

    "Immediately reproducing every update to a read-write database (the principal database) onto a read-only mirror of that database (the mirror database) residing on a separate instance of the database engine (the mirror server). In production environments, the mirror server is on another machine. The mirror database is created by restoring a full backup of the principal database (without recovery)."

    English-Arabic terms dictionary > mirroring

  • 10 log shipping

    "Copying, at regular intervals, log backup from a read-write database (the primary database) to one or more remote server instances (secondary servers). Each secondary server has a read-only database, called a secondary database, that was created by restoring a full backup of the primary database without recovery. The secondary server restores each copied log backup to the secondary database. The secondary servers are warm standbys for the primary server."

    English-Arabic terms dictionary > log shipping

  • 11 piecemeal restore

    "A composite restore in which a database is restored in stages, with each stage corresponding to a restore sequence. The initial sequence restores the files in the primary filegroup, and, optionally, other files, to any point in time supported by the recovery model and brings the database online. Subsequent restore sequences bring remaining files to the point consistent with the database and bring them online."

    English-Arabic terms dictionary > piecemeal restore

  • 12 restore

    "A multi-phase process that copies all the data and log pages from a specified backup to a specified database (the data-copy phase) and rolls forward all the transactions that are logged in the backup (the redo phase). At this point, by default, a restore rolls back any incomplete transactions (the undo phase), which completes the recovery of the database and makes it available to users."

    English-Arabic terms dictionary > restore

  • 13 deferred transaction

    A transaction that is not committed when the roll forward phase of recovery completes and that cannot be rolled back during database startup because data needed by roll back is offline. This data can reside in either a page or a file.

    English-Arabic terms dictionary > deferred transaction

  • 14 redo phase

    The phase during recovery that applies (rolls forward) logged changes to a database to bring the data forward in time.

    English-Arabic terms dictionary > redo phase

  • 15 redo

    The phase during recovery that applies (rolls forward) logged changes to a database to bring the data forward in time.

    English-Arabic terms dictionary > redo

См. также в других словарях:

  • Database administration and automation — Database administration is the function of managing and maintaining database management systems (DBMS) software. Mainstream DBMS software such as Oracle, IBM DB2 and Microsoft SQL Server need ongoing management. As such, corporations that use… …   Wikipedia

  • Database theory — encapsulates a broad range of topics related to the study and research of the theoretical realm of databases and database management systems. Theoretical aspects of data management include, among other areas, the foundations of query languages,… …   Wikipedia

  • Database — A database is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports… …   Wikipedia

  • Recovery (Album) — Recovery Studioalbum von Eminem V …   Deutsch Wikipedia

  • Database audit — Database auditing involves observing a database so as to be aware of the actions of database users. Database administrators and consultants often set up auditing for security purposes, for example, to ensure that those without the permission to… …   Wikipedia

  • Database security — concerns the use of a broad range of information security controls to protect databases (potentially including the data, the database applications or stored functions, the database systems, the database servers and the associated network links)… …   Wikipedia

  • Database tuning — describes a group of activities used to optimize and homogenize the performance of a database. It usually overlaps with query tuning, but refers to design of the database files, selection of the database management system (DBMS), operating system …   Wikipedia

  • Database transaction — A transaction comprises a unit of work performed within a database management system (or similar system) against a database, and treated in a coherent and reliable way independent of other transactions. Transactions in a database environment have …   Wikipedia

  • Recovery Console — Infobox Software name = Recovery Console caption = The Windows 2000 Recovery Console selection, login, and command prompts. developer = Microsoft Corporation released = February 17, 2000 latest release version = latest release date = latest… …   Wikipedia

  • Recovery (TV drama) — Infobox Television Film name = Recovery caption = Tennant and Parish format = Drama runtime = 90 minutes (approx.) creator = director = Andy DeEmmony producer = writer = Tony Marchant starring = David Tennant, Sarah Parish music = country = UK… …   Wikipedia

  • Database management system — A database management system (DBMS) is a software package with computer programs that control the creation, maintenance, and the use of a database. It allows organizations to conveniently develop databases for various applications by database… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»