I suceeded with Response Files OTN Community
But I can't make the inline equivalent.
I need to pass inline these parameters to Configure netca -silent
But dont know how to pass the OPERATION_TYPE [oracle.net.ca]. All other parameters are ok
I thought it was like [CREATEDATABASE] of dbca.rsp but its not. I tried every combination.
My Command
netca -silent -oracle.net.ca -INSTALL_TYPE \"\"custom\"\" -NAMING_METHODS {\"TNSNAMES\"} -NSN_NUMBER 1 /NSN_NAMES {\"ASODB\"} -NSN_SERVICE {\"testII\"} -NSN_PROTOCOLS {\"TCP;WS614-US;1521\"}
And the working Response File
[oracle.net.ca]
INSTALL_TYPE=""custom""
NAMING_METHODS={"TNSNAMES"}
NSN_NUMBER=1
NSN_NAMES={"ASODB"}
NSN_SERVICE = {"testII"}
NSN_PROTOCOLS={"TCP;WS614-US;1521"}