Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't execute Inline netca -silent: Can't pass "[oracle.net.ca]". Response File works.

GoodfireGeorgeJul 12 2013 — edited Jul 30 2013

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"}

This post has been answered by GoodfireGeorge on Jul 30 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2013
Added on Jul 12 2013
4 comments
2,827 views