You can set up the Oracle PDB through the use of the LKCLI (Command Line Interface).
Creating/Extending/Configuring the Oracle PDB resource from the Command Line
create pdb
EXAMPLE: #lkcli resource pdb --tag <tag> --sid <ORASID> --pdb <pluggable database> --switchback <switchback type>
| Option | Default | Description |
|---|---|---|
| --sid <str> | ORACLE_SID of the database | |
| --pdb <str> | PDB list to protect (multiple designations are specified separated by comma) |
extend pdb
EXAMPLE: #lkcli resource extend pdb --tag <tag> --dest <backup node> --switchback <switchback type> --template_prioity <priority> --target_priority <prority>
config pdb
EXAMPLE: #lkcli resource config pdb --tag <tag> --pdb <pluggable database>
| Option | Default | Description |
|---|---|---|
| --pdb <str> | PDB list to protect (multiple designations are specified separated by comma) |



Post your comment on this topic.