Advertisement
ExaGridDba

crdb.wailua.ksh dbca script

Jun 10th, 2014
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/ksh
  2.  
  3. dbca    \
  4. -silent \
  5. -createDatabase \
  6. -templateName    wailua.dbt \
  7. -sid wailua20       \
  8. -gdbname wailuaq    \
  9. -initParams db_unique_name=wailuaq,db_name=wailua   \
  10. -responseFile NO_VALUE  \
  11. -storageType ASM    \
  12. -diskGroupName DATA \
  13. -characterSet AL32UTF8  \
  14. -emConfiguration LOCAL  \
  15. -redoLogFileSize 40 \
  16. -sysPassword 'sys.n1te' \
  17. -systemPassword 'sys.n1te'  \
  18. -sampleSchema true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement