what are the diffeenes between oracle 9i,oracle 10g
Answers were Sorted based on User's Feedback
Answer / saiprasanna
in 9i,i means internet.in 10g g stands for grid.grid means collection of database servers.grid architecture was introduced in 9i.this feature then was called RAC,real application cluster.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / crash_overload
oracle 9i here i represents internet enable
oracle 10g here g represents grid computing that means this
database is enabled for grid computing.this is the basic
difference between two.
| Is This Answer Correct ? | 1 Yes | 4 No |
Explain what are synonyms used for?
how to get the second max val for every group in a table
what is the difference between UNION AND UNIONALL
What is the fastest query method to fetch data from the table?
what is IDE,DMV in sql server?
how many types of index?
2. Display the post code and the total number of purchase orders placed with creditors in that post code.
write a query that displays every Friday in a year with date?
26. Display the earliest shipping date in the format: DD/MON/YYYY
Why do we use coalesce function in oracle?
Can objects of the same schema reside in different tablespace?
Can we call a trigger inside a function and function inside a trigger? Give example.