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

What is meta data and system catalog?

2 Answers  


Reusable transformation and shortcut differences

0 Answers  


What is session task and command task?

0 Answers  


Which transformation is needed while using the Cobol sources as source definitions?

0 Answers   Informatica,


What are the uses of etl tools?

0 Answers  






how to create a sample mapping for dynamic lookup transformation

2 Answers  


How do you set a varible in incremental aggregation

0 Answers  


what is the need of session partitioning... how it is useful in real time

3 Answers   Amazon,


What are the databases that informatica can connect to windows?

0 Answers  


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

1 Answers   IBM,


What is router transformation

4 Answers   CSC,


what are the deliverables?in your project?

0 Answers   DELL,


Categories