what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
1 2714src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
IBM,
1688Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
1380HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
1424Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
1345Post New Oracle General Questions
What is the difference between substr & instr functions?
Explain the use of indexes option in exp command.
How to define a data field as not null?
Explain the types of exception?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
How to work with data objects interactively?
Why cursor variables are easier to use than cursors?
What do database buffers contain?
How to add a new column to an existing table with a default value?
Explain what are the different type of segments?
Why is oracle used?
How to create a new table in your schema?
Who developed oracle & when?
What are the attributes of cursor?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.