biemond-oradb
biemond-oradb copied to clipboard
if ( $csi_number != undef and support_id != undef )
in opatchupgrade.pp line 104
if ( $csi_number != undef and support_id != undef ) {
should we write if ( $csi_number != undef and $support_id != undef ) {
instead ?
thanks