Download for Windows Premium
Publiciteit
execute the sql workload

Vertaling van "execute the sql workload" 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.
SQLワークロードを実行し
After performing the system change, execute the SQL workload again to compute the post-change performance SQL Performance Analyzer generates execution plans and computes execution statistics for each SQL statement in the workload a second time, resulting in a new set of performance data that can be used to compare to the pre-change version.
システム変更の実行後、SQLワークロードを再び実行して変更後のパフォーマンス・データを計算する必要があります。SQLパフォーマンス・アナライザによって実行計画が生成され、再度、ワークロード内のSQL文ごとの実行統計が計算されます。この結果のパフォーマンス・データの新規セットは、変更前のバージョンとの比較に使用できます。
After the SQL workload is captured and transported to the test system, and the initial database environment is properly configured, you need to execute the SQL workload to compute the pre-change performance data before making the system change. Executing a SQL workload runs each of the SQL statements contained in the workload to completion. During execution, the SQL Replay Advisor generates execution plans and computes execution statistics for each SQL statement in the workload. After the pre-change performance data is computed, you can perform the system change.
SQLワークロードを取得してテスト・システムにトランスポートし、初期データベース環境を適切に構成した後、SQLワークロードを実行して、システム変更前のパフォーマンス・データを計算する必要があります。ワークロードに含まれるSQL文ごとにSQLワークロードを最後まで実行します。実行中、SQLリプレイ・アドバイザによって実行計画が生成され、ワークロード内のSQL文ごとの実行統計が計算されます。変更前のパフォーマンス・データの計算後、システム変更を実行できます。
In both cases, you can execute the SQL workload remotely on a separate database using a database link. SQL Performance Analyzer will establish a connection to the remote database using the database link, execute the SQL statements on that database, collect the execution plans and run-time statistics for each SQL statement, and store the results in a SQL trial on the local database that can be used for later analysis. This method is useful in cases where you want to
どちらの場合も、データベース・リンクを使用して、別のデータベースでSQLワークロードをリモートで実行することができます。 SQLパフォーマンス・アナライザによって、データベース・リンクを介してリモート・データベースへの接続が確立され、そのデータベースでSQL文が実行され、SQL文ごとの実行計画およびランタイム統計が収集されて、ローカル・データベースのSQL試行に以降の分析で使用可能な結果が格納されます。 この方法は、次の操作を行う場合に有効です。
Execute the SQL workload to create a pre-change SQL trial before making the system change. Executing a SQL workload runs each of the SQL statements contained in the workload to completion. During execution, SQL Performance Analyzer generates execution plans and computes execution statistics for each SQL statement in the workload. Each SQL statement in the SQL tuning set is executed separately from other SQL statements, without preserving their initial order of execution or concurrency. This is done at least twice for each SQL statement, for as many times as possible until the execution times out (up to a maximum of 10 times). The first execution is used to warm the buffer cache. All subsequent executions are then used to calculate the run-time execution statistics for the SQL statement based on their averages. To avoid a potential impact to the database, DDLs are not supported; only the query portion of DMLs are executed.
システムを変更する前に、SQLワークロードを実行して変更前のSQL試行を作成します。SQLワークロードを実行すると、ワークロード内の各SQL文が実行されます。実行時、SQLパフォーマンス・アナライザにより実行計画が生成され、ワークロードの各SQL文の実行計画が計算されます。SQLチューニング・セットの各SQL文は、初期の実行順序または同時実行性は維持されず、その他のSQL文とは別に実行されます。これは、各SQL文に対して少なくとも2回、また実行がタイムアウトするまでできるだけ多くの回数(最大で10回まで)実行されます。最初の実行は、バッファ・キャッシュをウォームアップするために使用されます。その後、後続のすべての実行を使用して、その平均に基づいて、SQL文のランタイム実行統計が計算されます。データベースが受ける可能性のある影響を回避するため、DDLはサポートされず、DMLの問合せ部分のみが実行されます。
Execute the SQL workload to create a pre-change SQL trial before making the system change. Executing a SQL workload runs each of the SQL statements contained in the workload to completion. Each SQL statement in the SQL tuning set is executed once-one at a time-separately from other SQL statements without preserving their initial order of execution or concurrency. To avoid a potential impact to the database, DDLs are not supported; only the query portion of DMLs are executed. During execution, SQL Performance Analyzer generates execution plans and computes execution statistics for each SQL statement in the workload.
システムを変更する前に、SQLワークロードを実行して変更前のSQL試行を作成します。SQLワークロードを実行すると、ワークロード内の各SQL文が実行されます。SQLチューニング・セット内のSQL文が1回実行されます。他のSQL文とは別に実行されるため、最初の実行順序や並行性は維持されません。データベースに対する影響を避けるため、DDLはサポートされていません。DMLの問合せ部分のみが実行されます。実行時に、SQLパフォーマンス・アナライザは、実行計画を生成し、ワークロード内の各SQL文について実行統計を計算します。
Execute the SQL workload on a system running another version of Oracle Database
Oracle Databaseの別のバージョンを実行しているシステムでSQLワークロードを実行する
After computing the pre-change SQL performance data, you can perform the system change on the test system. Before making the system change, ensure that you have executed the SQL workload in the initial environment to generate the pre-change performance example, if you are testing how changing a database initialization parameter will affect SQL performance, execute the SQL workload once before changing the database initialization parameter to a new value. Depending on the type of change you are making, it may be necessary to reconfigure the environment on the test system to match the new environment for which you want to perform SQL performance analysis. For more information, see "Making a System Change".
変更後のSQLパフォーマンス・データを計算した後で、テスト・システムに変更を行います。システムを変更する前に、初期の環境でSQLワークロードを実行し、変更前のパフォーマンス・データを生成しておく必要があります。たとえば、データベースの初期化パラメータの変更がSQLパフォーマンスに及ぼす影響をテストする場合、データベース初期化パラメータを変更する前に、SQLワークロードを実行します。実行する変更のタイプによっては、SQLパフォーマンス分析を実行する新しい環境にあわせて、テスト・システムの環境を再構成する必要があります。詳細は、システム変更の実行を参照してください。
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
hand fan: device waved to create airflow for cooling
Ontdek het woord
Publiciteit

Resultaten: 7. Exact: 7. Verstreken tijd: 17 ms.