how to get required data from oracle
source is like this
ram_05_seetha
lax_05_viswa
bamr05frummy
run_01_away
sw_sas_trim

i want my target data like
ram_05_seetha
lax_05_viswa

to get data using %_05_%
but it will give
ram_05_seetha
lax_05_viswa
bamr05frummy

how can i get my target data?



how to get required data from oracle source is like this ram_05_seetha lax_05_viswa bamr05frummy..

Answer / mukesh

select source_field from


(select rownum rn,source_field from source_data
) where rn In(1,2)

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

0 Answers  


What is a Synonym ?

3 Answers  


Explain how you would restore a database using RMAN to Point in Time?

0 Answers  


What is a package in oracle?

0 Answers  


How to create a stored function in oracle?

0 Answers  






Please explain drop constraint oracle?

0 Answers  


State and explain about oracle instance?

0 Answers  


What would you do with an in-doubt distributed transaction?

0 Answers  


Can you tell me how to add new column in existing views?how?How is possible?

0 Answers   FIS,


List the various oracle database objects?

0 Answers  


What to do if dba lost the system password?

0 Answers  


How to write date and time literals in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)