can use != to check null in oracle? code example Example: if not null pl sql oracle IF variable IS NOT NULL then ...do_something... END IF;