What is the relationship among database, tablespace and data file?
Explain what are clusters?
What suggestions do you have to reduce the network traffic?
Explain the difference between a procedure and a function? What do you understand by those terms?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
Explain the different normalization forms?
What is a server parameter file in oracle?
Is oracle the best database?
Please explan Why static query is more faster than dynamic query ?
what are indexes..how many types of index's are there and what are they?
7 Answers Green Info Solutions, TCS,
How to drop an index?
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
What does `(+)` do in a where clause?