what r tyhe major differences between oracle 9i & 10g?

Answer Posted / ranjith

first you read properly then give your ideas plz

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the five query types available in oracle?

526


What is a lookup table in oracle?

540


What happens if the update subquery returns multiple rows?

606


How to revoke create session privilege from a user in oracle?

555


How to drop an index?

539






How to add another datafile to a tablespace?

574


What is a sub query? What are its various types?

583


How to use subqueries with the in operator using oracle?

606


What is a cursor variable?

570


How to import one table back from a dump file?

590


How to check the oracle tns settings?

571


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'));

1179


What are the tools for Oracle ?

601


What are the ansi data types supported in oracle?

518


How can we find out the current date and time in oracle?

641