In Oracle 9i what does "i" Stands for?
Answers were Sorted based on User's Feedback
Answer / shivanibehere
It is an advanced version of Oracle 8 for Internet-based
applications. Hence here in Oracle9i i stands for Internet.
| Is This Answer Correct ? | 154 Yes | 14 No |
Answer / sujatha
hai
i stands for internet.9i supports the internet based app.
| Is This Answer Correct ? | 110 Yes | 13 No |
Answer / amit verna
The i stands for INTERNET and the g stands for GRID.
because from 8i onwards oracle support Internet and
from 10g onwards oracle supports grid architecture.
| Is This Answer Correct ? | 95 Yes | 2 No |
Answer / santosh sagar
Starting in 1999 with Version 8i, Oracle added the "i" to
the version name to reflect support for the Internet with
its built-in Java Virtual Machine (JVM). Oracle 9i added
more support for XML in 2001. In 2003, Oracle 10g was
introduced with emphasis on the "g" for grid computing,
which enables clusters of low-cost, industry standard
servers to be treated as a single unit.
Thus "i" stands for Internet.And "g" stands for Grid
Computing.
| Is This Answer Correct ? | 73 Yes | 3 No |
Answer / v.santhosh kumar
9i is the advanced version of 8i,and it includes internet
based versions ,so here i refers to internetand
in 10g g means grid computing
| Is This Answer Correct ? | 19 Yes | 1 No |
select * from emp what happened internally when we write this query in the sql prompt?
What are ACID properties in databases?
What is open database communication (odbc) in oracle?
What is different bet native dynamic sql and Dbms_Sql?
difference between oracle8i and oracle9i
What is set operator oracle?
How to create a new user account in oracle?
What are triggers in oracle?
What is a user role in oracle?
What is meant by raw datatype?
How index is implemented in oracle database?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.