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,
1352Can 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?
1100HI 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.
1135I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
969Is 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.
991I 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?
793
In what script is snap$ created? In what script is the scott/tiger schema created?
What are the uses of linked server and explain it in detail?
State and explain the different types of data models?
How to write a query with a right outer join in oracle?
What is the difference between a database and instance? What is the relation between them?
What do you know about normalization? Explain in detail?
How can a single instance environment be converted into rac environment and how will they be different?
Can you list down the different components of physical and logical database structure?
Can we write insert statement in function in oracle?
What is the most common database language that a db administrator needs to know?
You see the following on a status report: redo log space requests 23 redo log space wait time 0 is this something to worry about? What if redo log space wait time is high? How can you fix this?
What is the quickest way to export a table to a flat file?
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
a text item is there what r the different types of triggers associated with it
How to shutdown your 10g xe server?