Can we call procedure inside function in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to assign query results to variables?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
What is Library Cache in Oracle?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How to get a list of all user accounts in the database?
What is oracle instant client?
What is meant by an index?
Give the Types of modules in a form?
Is primary key indexed by default in oracle?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?