Download for Windows Premium
Publiciteit
installation script files

Vertaling van "installation script files" 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.
インストール・スクリプト・ファイル
The list of installation script files appears.
インストール・スクリプト・ファイルのリストが表示されます。
After verifying that the installation of your application is valid, you might want to archive your installation script files in a source code control system. Before doing so, add comments to each file, documenting its creation date and purpose. If you ever must deploy the same application to another environment, you can use these archived files.
アプリケーションのインストールが有効であることを確認したら、ソース・コード制御システムでインストール・スクリプト・ファイルをアーカイブできます。アーカイブを実行する前に、各ファイルに作成日と目的についてのコメントを追加します。このアーカイブ・ファイルは、同じアプリケーションを別の環境にデプロイする必要がある場合に使用できます。
When you run your installation script files, their INSERT statements insert the data from the source tables into the corresponding new tables. For each source table in your application, you must determine whether any constraints could be violated when their data is inserted in the new table. If so, you must first disable those constraints, then insert the data, and then try to re-enable the constraints. If a data item violates a constraint, you cannot re-enable that constraint until you correct the data item.
インストール・スクリプト・ファイルを実行すると、INSERT文によりソース表から対応する新規表にデータを挿入します。アプリケーションの各ソース表に対して、ソース表のデータを新規表に挿入したとき、制約を違反するかどうかを判断する必要があります。違反がある場合、まず制約を無効にしてからデータを挿入し、制約を再度有効にします。データ項目に制約違反がある場合、そのデータ項目を修正するまで、制約を再度有効にすることはできません。
When you are sure that the individual installation script files run without errors, you can create a master SQL script (.sql) file that runs them in order, commits the changes, and writes the results to a log file. For example
インストール・スクリプト・ファイルが正常に実行されたことを確認して、各ファイルを順番に実行し、変更をコミットしてログ・ファイルに結果を書き込むマスターSQLスクリプト(.sql)ファイルを作成します。例:
An installation script file is an executable file (.sql file) that contains an installation script. An installation script is composed ot DDL statements, INSERT statements, or both. When you run your installation script files, the DDL statements create the schema objects of your application in the deployment environment, and the INSERT statements insert the data from the tables in your development environment (the source tables) into the corresponding tables in the deployment environment (the new tables).
インストール・スクリプト・ファイルは、インストール・スクリプトが含まれている実行可能ファイル(.sqlファイル)です。インストール・スクリプトはDDL文またはINSERT文(またはその両方)で構成されています。インストール・スクリプト・ファイルを実行すると、DDL文により、デプロイメント環境内のアプリケーションのスキーマ・オブジェクトが作成され、INSERT文が開発環境内の表( ソース表)からデプロイメント環境の関連する表(新規表)にデータを挿入します。
To deploy an application, you run one or more installation script files. If these files do not exist, you can create them, with SQL Developer or any text editor.
アプリケーションをデプロイするには、1つ以上のインストール・スクリプト・ファイルを実行します。このファイルが存在しない場合は、SQL Developerまたはその他のテキスト・エディタを使用して作成します。
The following procedure uses SQL Developer to install the sample application by running the installation script files one at a time, in order.
次の手順ではSQL Developerを使用して、インストール・スクリプト・ファイルを1つずつ実行しサンプル・アプリケーションを次の順序でインストールします。
Archiving the Installation Script Files
インストール・スクリプト・ファイルのアーカイブ
Creating Installation Script Files
インストール・スクリプト・ファイルの作成
About Installation Script Files
インストール・スクリプト・ファイルについて
Editing Installation Script Files that Create Triggers
トリガーを作成するインストール・スクリプト・ファイルの編集
When you run your installation script files, their DDL statements create the schema objects of your application in the deployment environment. To create the installation script files correctly and run them in the correct order, you must understand the dependencies between the schema objects of your application.
インストール・スクリプト・ファイルを実行すると、DDL文によりデプロイメント環境内のアプリケーションのスキーマ・オブジェクトが作成されます。インストール・スクリプト・ファイルを正確に作成し、正しい順序で実行するには、アプリケーションのスキーマ・オブジェクト間の依存性を理解する必要があります。
To install the sample application, you run the installation script files that you created in the tutorials in "Creating Installation Script Files", in this order
サンプル・アプリケーションをインストールするには、インストール・スクリプト・ファイルの作成のチュートリアルで作成したインストール・スクリプト・ファイルを次の順序で実行します。
Er zijn geen resultaten gevonden voor deze term.
Ga naar Premium voor toegang tot miljoenen vertaalvoorbeelden, onbeperkt woorden opslaan en leren, zonder advertenties.

Synoniemen voor installation script files in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
flake: small crystal of snow
Ontdek het woord
Publiciteit

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