what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
1 2638src 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,
1623Can 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?
1328HI 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.
1374Is 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.
1291Post New Oracle General Questions
How to check your oracle database 10g xe installation?
Is rowid unique in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
Explain a segment?
What is define in oracle?
What is a named program unit?
How to use fetch statement in a loop?
How to retrieve data from an cursor to a record?
How to insert a record into a table?
What is a subquery?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is blob data type in oracle?
What is blob datatype?
How to manage transaction isolation level?
what are steps for interface? where is exchange rate defined in which table?