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,
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?
1382HI 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.
1424I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
1209Is 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.
1349I 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?
1110
what are actual and formal parameters?
What are the different types of record groups in oracle? Explain each of them
State and explain the different types of data models?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
3. Steps in UAT?
What are the five main functions of a database administrator?
How can you tell if an index on particular table is used or not used in 9i?
What language does oracle use?
What is an oracle user role?
What is a password file in a database and why is it required when a user can be authenticated using data dictionary tables?
Which is the best option used to move database from one server to another serve on same network and why?
What is a table in oracle?
Explain prerequisites and post activities of oracle database installation
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
How to define default values for formal parameters?