Oracle sql instr function case insensitive

Oracle sql instr function case insensitive 0 Flares Twitter 0 Facebook 0 Google+ 0 LinkedIn 0 Buffer 0 Email -- Filament.io 0 Flares × The oracle INSTR function returns the location of a sub string in a string.The search is case sensitive.If the specified string is not found, then the instr Oracle function will return 0. syntax : instr( string1, string2 [, start_position [, nth_appearance ... ................
................