what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
1 2717src 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,
1690Can 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?
1383HI 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.
1349Post New Oracle General Questions
What is meant by raw datatype?
What happens if you set the sga too low in oracle?
What are the execution control statements in oracle?
How to grant create session privilege to a user in oracle?
How to convert dates to characters in oracle?
Difference between cartesian join and cross join?
How to define an oracle cursor variable?
how do u setup a replication site?
How to get execution path reports on query statements?
What are ddl statements in oracle?
How to use fetch statement in a loop?
In which language oracle has been developed?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
What is the maximum number of triggers that can be applied to a single table?
How to commit the current transaction in oracle?