PUM 9.2 24 Image install puppet apply for db failing
When installing the image, if failed on the database install dues to invalid username/pwd. I fixed this with note 2242341.1 by adding sqlnet.authentication_services=(NTS) in the sqlnet.ora. Then I ran puppet apply as directed. It seems to have created the database but is still failing with:
2018-01-09 10:42:19 -0500 Puppet (debug): Executing SQL command startup
2018-01-09 10:42:20 -0500 Puppet (debug): SQL Script content: SET PAGES 0 EMB ON NEWP NONE SET NEWPAGE 0 SET SPACE 0 SET LINESIZE 32767 SET ECHO OFF SET FEEDBACK OFF SET VERIFY OFF SET HEADING OFF SET MARKUP HTML OFF SPOOL OFF SET COLSEP ',' startup; exit; 2018-01-09 10:42:20 -0500 Puppet (debug): Executing SQL command file: sqlplus.exe -S -L / as sysdba