Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Validate Email Address using pl/sql

1567114Jun 30 2017 — edited Jul 7 2017

Hello,

I need to validate the Email Address using SQL.If the Email Address is VALID it will return NULL or if NOT any values

I am using the below one for validation.

Please advise

select regexp_substr

('sdfg.werty@sdf.com.bi;procurement@sdf.com.bi;Salesorderadmin-DL@testingteam.com;service_operation-dl@testingteam.com;lizbeghh@testingteam.com',

'^[a-zA-Z0-9._%-]+@[a-zA-Z0-9._%-]+\.[a-zA-Z]{2,4}$') test1

from

dual ;

This post has been answered by Etbin on Jul 1 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2017
Added on Jun 30 2017
11 comments
2,693 views