構文
oakcli create dbstorage -db db_name [-cdb][-h]
パラメータ
パラメータ | 説明 |
---|---|
|
作成する |
|
マルチテナント・コンテナ・データベースを作成する場合は、渡す必要があります。 |
|
(オプション)コマンドの使用方法に関するヘルプを表示します。 |
例
oakcli create dbstorage
コマンドは、次の例に示すように、作成するストレージ構造のサイズを決定するためにユーザー入力を要求します。
oakcli create dbstorage -db sales Please enter the 'root' password : Please re-enter the 'root' password: Please enter the 'oracle' password : Please re-enter the 'oracle' password: Please enter the 'SYSASM' password : (During deployment we set the SYSASM password to 'welcome1'): Please re-enter the 'SYSASM' password: Specify the Database Class (1. odb-01 '1 core, 8 GB memory' 2. Others) [1]:2 Please select one of the following for Database Class [1 .. 8] : 1 => odb-01s ( 1 cores , 4 GB memory) 2 => odb-01 ( 1 cores , 8 GB memory) 3 => odb-02 ( 2 cores , 16 GB memory) 4 => odb-04 ( 4 cores , 32 GB memory) 5 => odb-06 ( 6 cores , 48 GB memory) 6 => odb-12 ( 12 cores , 96 GB memory) 7 => odb-16 ( 16 cores , 128 GB memory) 8 => odb-24 ( 24 cores , 192 GB memory) Selected value is: odb-01s ( 1 cores , 4 GB memory) ...