Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - SQL リファレンス » SQL の使用 » SQL 文 » SQL 文 (P ~ Z)

 

START ENGINE 文 [Interactive SQL]

この文は、データベース・サーバを起動するために使用します。

構文
START ENGINE AS database-server-name [ STARTLINE command-string ]
備考

START ENGINE 文は、データベース・サーバを起動します。データベース・サーバに対してオプションのセットを指定する場合、STARTLINE キーワードをコマンド文字列と一緒に使います。有効なコマンド文字列は、SQL Anywhere データベース・サーバのデータベース・サーバの説明に従った文字列です。

パーミッション

なし

関連する動作

なし

参照
標準と互換性
  • SQL/2003   ベンダ拡張。

sample という名前のデータベース・サーバを、1 つもデータベースを起動しない状態で起動します。

START ENGINE AS sample;

次の例は、STARTLINE 句の使い方を示します。

START ENGINE AS eng1 STARTLINE 'dbeng11 -c 8M';