主コンテンツへ
Oracle® Database Appliance管理およびリファレンス・ガイド
リリース12.1.2.7.0 for Linux x86-64
E67089-01
目次へ移動
目次
索引へ移動
索引

前
次

oakcli create dbstorage

oakcli create dbstorageコマンドを使用して、データベースをOracle ASMからOracle ACFSに移行するためのストレージ構造を作成します。

構文

oakcli create dbstorage -db db_name [-cdb][-h]

パラメータ


パラメータ 説明

-db db_name

作成するdb_nameという名前のデータベースの必須Oracle ACFSストレージ構造を設定します

-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)
...