Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) src 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,
1687Can 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.
1421I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
1203Is 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.
1342I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
1101
What is Trigger in Oracle?
How to rename a column in an existing table?
What happens if recursive calls get out of control?
Explain dual table. Is any data internally stored in dual table. Lot of users is accessing select sysdate from dual and they getting some millisecond differences. If we execute select sysdate from emp; what error will we get. Why?
Explain about your project and its relation to the current job position you are applying to?
What are the file storage options provided by oracle database for oracle rac?
What is oracle data type?
What is a recovery catalog?
which gives Oracle R12 Financial training in delhi please give me answer its urgent?
What does the no logging option do? Why would we use it? Why would we be careful of using it?
What is oracle update statement with inner join ?
How to store only time; not date and time?
how to write the procedures in odi?
How would you change old and new values in an insert, delete and update triggers?
Explain the use of compress option in exp command.