How will restrict values in 0-9 and A-Z and a-z and special
character.Only allowed these chars otherwise we will reject
the records? what is the function we used to restrict...

Answers were Sorted based on User's Feedback



How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars oth..

Answer / ankit

Do it in Unix shell script . Search through "grep" for value
between [0-9] [A-Z] & other criteria .If condition doesn't
satisfy.U can pass a parameter stating invalid.

Is This Answer Correct ?    2 Yes 0 No

How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars oth..

Answer / abhishek

REGEXP_LIKE(COL_NAME,'[[:alphanum:]]')

Is This Answer Correct ?    0 Yes 0 No

How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars oth..

Answer / babu

Hi,
As per my knowledje,i find below method for u r query.

select * from tab where col1 between 'A' and 'Z' or col1
between 'a' and 'z' or col1 between '0' and '9'

please let me know,if u have any concerns.

Babu

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More Informatica Interview Questions

Explain scd type 3 through mapping.

0 Answers  


Explain the different kinds of facts.

0 Answers  


If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?

6 Answers  


How to fix the etl bugs..Tell me the process?

1 Answers   IBM,


why we are using surogate key in real time give me explanation

2 Answers   TCS,






write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 i want the output date 11-mar-2010 30-may-2010

2 Answers   Accenture,


Tell me one complex query in oracle ?

2 Answers   L&T, Satyam,


Define Pmrep command?

0 Answers  


What is the session task and command task?

0 Answers  


How i can upload the MainFrame source For Informatica ?

1 Answers  


what are the limitation of sorter transformation?

2 Answers   TCS,


What is complex mapping?

0 Answers  


Categories