PL/SQL (MOSC)

MOSC Banner

ORA-00902: invalid datatype

edited Jun 14, 2018 1:03AM in PL/SQL (MOSC) 4 commentsAnswered

Hi All,

While  running the function error is showing ..please do correction

CREATE OR REPLACE FUNCTION is_in_string (  string_in      IN VARCHAR2 ,substring_in   IN VARCHAR2)  RETURN BOOLEANISBEGIN  RETURN INSTR (string_in,substring_in) > 0;END is_in_string;/select is_in_string('steven feuerstein', 'e') from dual

Regrds

PKR

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center