Download for Windows Premium
Publiciteit
host computer and database

Examples with "host computer and database" and their translation 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.
When you set preferred credentials, Database Control automatically fills in host computer and database login credentials for you at times when it usually prompts for these credentials. It also fills in these credentials when it is about to run a job that requires credentials.
優先資格証明を設定すると、通常は資格証明の入力が求められる場合や、資格証明が必要なジョブを実行しようとする場合に、ホスト・コンピュータとデータベースのログイン資格証明がDatabase Controlによって自動的に入力されます。

Andere resultaten

Creating departmental databases from the host's core database The function could retrieve the departmental database from the host computer's core database and, with eDATA, could search for and extract just the data necessary for the department in question.
(1) ホスト基幹データベースからの部門用データベース作成 部門用データベースホストコンピュータの基幹データベースから取り出し,eDATAで部門に必要なデータだけを検索・抽出できる.
Oracle Net is a software layer that resides on the client computer and on the Oracle Database host computer. It establishes and maintains the connection between the client application and the database over a network, and exchanges messages between them using industry standard protocols.
Oracle Netはクライアント・コンピュータおよびOracle Databaseのホスト・コンピュータに存在するソフトウェア・レイヤーです。ネットワークを介してクライアント・アプリケーションおよびデータベース間の接続を確立および保持し、業界標準プロトコルを使用してメッセージを交換します。
The name of the host computer where Oracle Database is installed with this workspace.
このワークスペースとともにOracleデータベースがインストールされているホスト・コンピュータの名前。
Enter the user name that you need to log on to the host computer where the database instance of the master site is installed.
マスター・サイトのデータベース・インスタンスがインストールされているホスト・コンピュータにログオンする際に必要なユーザー名を入力します。
If other processes are taking up most of your CPU time, then this indicates that some other application running on the database host computer could be causing performance problems.
他のプロセスがCPU時間のほとんどを占有している場合、これはデータベースのホスト・コンピュータで稼働している他のアプリケーションがパフォーマンスの問題の原因になっていることを示します。
host - the name or IP address of the Oracle database host computer.
host: Oracle Databaseホスト・コンピュータの名前またはIPアドレスです。
Enter the login details that you need to log on to the host computer of the database instance under Host Credentials
データベース・インスタンスのホスト・コンピュータにログインするために必要なログインの詳細を≪ホスト資格証明|Host Credentials|emdw≫の下に入力します。
Select Automatically Generate Control File, and enter host credentials (username and password) for the database host computer.
≪制御ファイルの自動生成|automatically generate control file|emdw≫を選択し、データベースホスト・コンピュータホスト資格証明(ユーザー名およびパスワード)を入力します。
To prepare for this example, you must create a text file named load.dat on the file system of the database host computer or of your local computer. The contents of the file should be as follows
この例のために、Databaseのホスト・コンピュータまたはローカル・コンピュータのファイル・システム上にload.datという名前のテキスト・ファイルを作成する必要があります。ファイルの内容は次のとおりです。
Server parameter file-The server parameter file is the preferred form of initialization parameter file, and is a binary file that can be written to and read by the database server. It must not be edited manually. It resides on the host computer that Oracle Database is running on. Any changes to it persist across database shutdown and startup. Changes are made when you use Database Control to modify one or more initialization parameters, or when Oracle Database itself makes changes for self-tuning purposes.
サーバー・パラメータ・ファイル: サーバー・パラメータ・ファイルは、初期化パラメータ・ファイルの優先形式で、データベース・サーバーが読取りおよび書込み可能なバイナリ・ファイルです。手動では編集しないでください。サーバー・パラメータファイルはOracle Databaseで実行されるホスト・コンピュータ上に存在します。変更内容は、データベースの停止および起動後も保持されます。Database Controlを使用して1つ以上の初期化パラメータを変更する場合、またはOracle Databaseが自己チューニング目的で変更する場合に変更が実行されます。
To access Oracle Enterprise Manager Database Control (Database Control) from a client browser, the Database Control console process dbconsole needs to be running on the database host computer. The dbconsole process is automatically started after installation. However, in the event that the system needs to be restarted, you can start it manually at the command line or start it as a service in Windows. You can also run commands to stop the dbconsole process or view its the dbconsole process is stopped, it must be manually restarted before you use the Database Control console.
クライアント・ブラウザからOracle Enterprise Manager Database Control(Database Control)にアクセスするには、Database Controlコンソール・プロセスのdbconsoleをデータベースホスト・コンピュータで実行している必要があります。dbconsoleプロセスはインストール後に自動的に起動します。ただし、システムを再起動する必要がある場合に、コマンドラインから手動で起動するか、Windowsのサービスとして起動できます。また、コマンドを実行してdbconsoleプロセスを停止するか、そのステータスを表示できます。dbconsoleプロセスが停止した場合、Database Controlコンソールを使用する前に手動で再起動する必要があります。
You can use Database Control to load data into a table. You can load data from a source file that resides on your local computer-the one where your browser is running-or from a source file that resides on the database host computer-the computer on which the Oracle instance is running. Because Database Control invokes the Oracle SQL*Loader utility to load the data, the format of the data in the source file can be of any format that is supported by SQL*Loader. In this example, you use a comma-delimited text file as the source file. In SQL*Loader terminology, the source file is referred to as the data file.
Database Controlを使用して、データを表にロードできます。ブラウザが実行中のローカル・コンピュータにあるソース・ファイルから、またはOracleインスタンスが実行中のデータベース・ホストコンピュータにあるソース・ファイルからデータをロードできます。Database ControlがOracle SQL*Loaderユーティリティを起動するため、ソース・ファイル内のデータ形式は、SQL*Loaderにサポートされているどの形式にも適合できます。この例では、ソース・ファイルとして、カンマ区切りテキスト・ファイルを使用します。SQL*Loader述語では、ソース・ファイルをデータファイルと呼びます。
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
coin purse: small bag for carrying coins
Ontdek het woord
Publiciteit

Resultaten: 13815. Exact: 1. Verstreken tijd: 132 ms.