SMC Install Does Not Consider RAC
Hi All,
Had never thought of this until now but the step 2 Set Up Gateway - Create Security Profile does not consider RAC for Oracle installations. For JDBC and RAC you give your entire TNS entry like this
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xyz-scan)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=SIEBDEV)))
vs pointing to just node 1 like this
xyz-scan:1521:SIEBDEV_1
The SMC prompts ask for host, part and instance individually so I can't give the correct syntax to leverage RAC. Think my only choice to make this work is to point to node 1 of my RAC install.
I wonder if mine is the first SMC install on RAC? Can't find any other SR's on this topic. Think to fix I will need to at first point to just node 1 and then change the connect string after the initial install.