You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in init.pp line234
'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}:${dbname}",
should be 'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}/${dbname}",
Or this is the case at least in our environment
in init.pp line234
'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}:${dbname}",
should be 'oracle' => "jdbc:${db}:thin:@${dbserver}:${dbport_real}/${dbname}",
Or this is the case at least in our environment