Download for Windows Premium
Publiciteit
flashback drop

Vertaling van "flashback drop" in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
フラッシュバック・ドロップ
フラッシュバック削除
Flashback Drop
Oracle Flashback Drop, which enables you to retrieve dropped database tables
Oracleフラッシュバック・ドロップ、削除されたデータベース表の取出しが可能
Select each table to retrieve using Flashback Drop.
フラッシュバック・ドロップを使用して取得する表を1つずつ選択します。
Oracle Flashback Drop enables you to reverse the effects of dropping a table, returning the dropped table to the database along with dependent objects such as indexes and triggers. This feature stores dropped objects in a Recycle Bin, from which they can be retrieved until the Recycle Bin is purged, either explicitly or because space is needed.
Oracleフラッシュバック・ドロップを使用すると、削除した表を索引やトリガーなどの依存オブジェクトとともにデータベースに戻して、表の削除の影響を取り消すことができます。この機能では削除したオブジェクトがごみ箱に格納されますが、ごみ箱の中のオブジェクトは、ユーザーの明示的な指定または領域不足によりごみ箱がパージされるまで取得可能です。
Next: Recovering a Dropped Table with Oracle Flashback Drop
次のトピック: Oracleフラッシュバック・ドロップを使用した削除された表のリカバリ
As with Flashback Table, you can use Flashback Drop while the rest of your database remains open. Also, you can perform the flashback without undoing changes in objects not affected by the Flashback Drop operation. Flashback Table is more convenient than forms of media recovery that require taking the database offline and restoring files from backup.
フラッシュバック表同様に、その他のデータベースがオープンになっている間にフラッシュバック・ドロップを使用できます。また、フラッシュバック・ドロップ操作に影響を受けないオブジェクトへの変更の取消しをせずにフラッシュバックを実行できます。フラッシュバック表は、データベースをオフラインにしてバックアップからファイルをリストアする必要のあるメディア・リカバリの形式より有効です。
For a table to be recoverable using Flashback Drop, it must reside in a locally managed tablespace. Also, you cannot recover tables in the SYSTEM tablespaces with Flashback Drop regardless of the tablespace type.
フラッシュバック・ドロップの使用によりリカバリ可能な表は、ローカル管理表領域に存在する必要があります。また、SYSTEM表領域では、表領域のタイプにかかわらず、フラッシュバック・ドロップを使用しても表をリカバリできません。
Flashback Drop lets you reverse the effects of dropping a table, returning the dropped table to the database along with its dependent objects such as indexes and triggers. Flashback Drop can be used while the rest of your database remains open, and without undoing wanted changes in objects not affected by the unwanted drop.
フラッシュバック・ドロップを使用すると、削除された表をその依存オブジェクト(索引やトリガーなど)とともにデータベースに戻すことで、表の削除の影響を無効にすることができます。フラッシュバック・ドロップはデータベースの他の部分をオープンしたまま使用でき、不本意な削除の影響を受けていないオブジェクトに加えられた必要な変更を元に戻す必要はありません。
Oracle Enterprise Manager's flashback features provide a range of physical and logical data recovery tools as efficient, easy-to-use alternatives to physical and logical backups. Flashback table allows you to revert a table to its contents at a time in the recent past; and flashback drop allows you to rescue dropped database tables. Neither requires advance preparation such as creating logical-level exports to allow for retrieval of your lost data, and both can be used while your database is available.
Oracle Enterprise Managerのフラッシュバック機能は、物理および論理バックアップの効率的で使いやすい代替方法として、一連の物理および論理データ・リカバリ・ツールを提供します。表のフラッシュバックにより、表を最近の特定時点の内容に戻すことができます。また、フラッシュバック削除により、削除したデータベース表を救済できます。どちらも、論理レベルのエクスポートの作成などの準備を必要とせずに失われたデータを取得でき、データベースを使用可能にしたまま使用できます。
Oracle Flashback Drop enables you to reverse the effects of dropping a table, returning the dropped table to the database along with its dependent objects such as indexes and triggers. This feature works by storing dropped objects in a Recycle Bin, from which they can be retrieved until the Recycle Bin is purged, either explicitly or because space is needed for new database objects.
Oracle Flashback Dropでは表の削除とは反対に、索引やトリガーなどの依存オブジェクトとあわせて削除した表をデータベースに戻すことができます。これは削除したオブジェクトをゴミ箱に格納することで機能します。機能するのは、新しいデータベース・オブジェクトに領域が必要になるか、自分で消去するまでの、ゴミ箱が消去されるどちらかの時点までです。
Oracle Database's flashback features, such as Oracle Flashback Drop and Oracle Flashback Table, provide a range of physical and logical data recovery tools as efficient, easy-to-use alternatives to physical and logical backups. The flashback features enable you to reverse the effects of unwanted database changes without restoring datafiles from backup or performing media recovery.
Oracle Flashback DropやOracle Flashback TableなどのOracle Databaseのフラッシュバック機能は、物理的および論理的なバックアップのかわりに使用できる、効果的で使いやすい物理および論理データ・リカバリ・ツールを幅広く提供します。フラッシュバック機能により、バックアップからのデータファイルのリストアやメディア・リカバリを実行することなく、不要なデータベースの変更による影響を解消できます。
You can use Oracle Enterprise Manager to reverse the effects of dropping a table by returning the dropped table and its dependent objects such as indexes and triggers to the database. Flashback Drop retrieves dropped objects that are stored in a recycle bin until such time as the recycle bin is purged.
Oracle Enterprise Managerを使用して、削除された表と、データベースの索引やトリガーなどの従属オブジェクトを返すことにより、表の削除の効果を取り消すことができます。フラッシュバック削除は、ごみ箱が空にされるなどの時点まで、ごみ箱に格納されている削除済オブジェクトを取得します。
Dropped objects are now moved to the recycle bin, where the space is only reused when it is needed. This allows 'undropping' a table using the FLASHBACK DROP Chapter 14 of the Oracle Database Administrators Guide.
削除したオブジェクトはごみ箱に移動されます。この場合、領域は必要とされて初めて再使用されます。これにより、FLASHBACK DROP機能を使用して表を削除できなくなります。Oracle Database管理者ガイドの第14章を参照してください。
If you are satisfied with the changes listed in the review, then click Submit to perform the Flashback Drop.
レビューでリストされた変更に問題がなければ、≪発行|Submit|emdw≫をクリックしてフラッシュバック・ドロップを実行します。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor flashback drop in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
lamppost: post supporting a streetlight
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 14. Exact: 14. Verstreken tijd: 18 ms.