Vertaling van "chained rows" 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.
migrated and chained rows in
Chained Rows - Counts the number of chained rows in the table or cluster. Chained rows occur when Oracle splits a very large row into separate pieces and stores each piece in a separate block.
連鎖行: 表またはクラスタの連鎖行の数をカウントします。連鎖行は、Oracleが非常に大きい行をピースに分割し、それぞれのピースを異なるブロックに格納した場合に発生します。
This alert monitors the percent of chained rows within a table in a database instance.
このアラートは、データベース・インスタンスのテーブル内にあるチェーン行の割合を監視します。
Create a chained rows table in the database instance
1) データベース・インスタンスでチェーン行テーブルを作成します。
If the precent of chained rows in the table is high (> 5%), Notify your DBA to check PCTFREE and PCTUSED in the table, or to increase the data block size.
テーブル内のチェーン行の割合が高い場合は(> 5%)、データベース管理者にテーブルのPCTFREEおよびPCTUSEDを確認するか、データ・ブロック・サイズを増やすように通知します。
Grant privileges on the chained rows table to the user ID utilized by the Database Agent for Oracle
3) Database Agent for Oracleによって使用されるユーザーIDにチェーン行テーブル上の権限を与えます。
Continued Row Count: the number of chained or migrated rows that exist in the table. Chained rows are rows that are larger than the block size. Migrated rows are rows that have been updated and can no longer fit into the same block. For an efficient I/O on the table, the value should be close to 0.
≪連鎖行件数|Continued Row Count|oem_src≫: 表内に存在する連鎖行または移行行の数。連鎖行は、ブロック・サイズより大きい行です。移行された行とは、更新されて同一のブロックに適合できなくなった行のことです。表へのI/Oを効率よくするためには、値を0に近づける必要があります。