Trying to perform silent install of DV option as discussed in Note: 803948.1
I have to add the database vault option to an existing database using the silent method. Using the method as described in the note 803948.1
dbca -silent -configureDatabase
-sourceDB <source database sid>
[-sysDBAUserName <user name with SYSDBA privileges>
-sysDBAPassword <password for sysDBAUserName user name>]
-addDBOption DV,OMS
-dvUserName <DV owner>
-dvUserPassword <DV owner passwd>
-dvAccountManagerName <DV acctmgr>
-dvAccountManagerPassword <DV acctmgr passwd>
It fails on -dvAccountManagerPassword with the error: -dvAccountManagerPassword is an invalid command line argument.
Thanks