Oracle database 12.2的dbca选项

前端之家收集整理的这篇文章主要介绍了Oracle database 12.2的dbca选项前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. [oracle@targetdb12 ~]$ cd /u01/app/oracle/product/12.2.0/dbhome_1/bin
  2. [oracle@targetdb12 bin]$ ./dbca -help
  3. Usage: dbca [<flag>] [<command> <option>]
  4. Following are the possible flags:
  5. -help
  6. -contextId <RAC | SI>
  7. -ignorePreReqs - Ignore prerequisite checks for current operation.
  8. -ignorePrereqFailure - Ignore all prerequisites failures.
  9. -silent - This flag allows you to carry on configuration in silent mode.
  10. -<command>
  11.  
  12. Following are the possible commands:
  13. -addInstance - Command to Add an instance to an admin managed cluster database.
  14. -configureDatabase - Command to Configure a database.
  15. -configurePluggableDatabase - Command to Configure a pluggable database.
  16. -createCloneTemplate - Command to Create a clone template from an existing database.
  17. -createDatabase - Command to Create a database.
  18. -createDuplicateDB - Command to Duplicate a database
  19. -createPluggableDatabase - Command to Create a pluggable database.--->>>建立pdb
  20. -createTemplateFromDB - Command to Create a template from an existing database.
  21. -deleteDatabase - Command to Delete a database.
  22. -deleteInstance - Command to Delete an instance from an admin managed cluster database.
  23. -deletePluggableDatabase - Command to Delete a pluggable database.
  24. -executePrereqs - Command to execute prerequisite checks.
  25. -generateScripts - Command to Generate scripts which can be used to create database.
  26. -unplugDatabase - Command to Unplug a pluggable database.---------->>>拔出pdb
  27.  
  28.  
  29. [oracle@targetdb12 bin]$

猜你在找的Oracle相关文章