difference between oracle 8i and oracle 9i
Answers were Sorted based on User's Feedback
Answer / a.jyothsna
In Oracle 8i we have no concept of partitioned tablespace
and nonpartitioned tablespace. Where as in 9i we have this
Is This Answer Correct ? | 47 Yes | 8 No |
Answer / sujit pharande
In 9i merge , insert all, case is introduced .
SPfile in 9i which is not available in 8i version.
Oracle 9i added idea of somewhat pure m-commerce database
with lot of data warehouse feature .
In oracle 8i default tablespace is dictonary managed while
in 9i it is locally managed.
Is This Answer Correct ? | 26 Yes | 5 No |
Answer / raquib
1. Oracle 9i run on browser but 8i doesn't
2. oracle 8i supports only 2 tier web applications but 9i
can support distirbuted applications.
Is This Answer Correct ? | 21 Yes | 6 No |
Answer / navdeep kaur
1.multi table insert is possible.
2.u have tuning advisories with oracle 9i.
3.dynamic memory management is available with oracle 9i.
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / priya tyagi
1.In Oracle 8i defualt table space is dictionary managed
where as in 9i it is locally managed.
2.oracle 8i doesn't provide auto undo segment managment
where as 9i provides auto undo segment managment .
3.in 8i multi table insert is not possible where as it is
present in 9i.
4.in 8i Dynamic memory managment facility is not present
which is present in oracle 9i.
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / montu
Oracle 8i and 9i are different versions of the database.
Oracle9i is a newer release to Oracle8i, it will have more
enhancements, fixes etc. New features are available to both
developers and administrators.
With Oracle each new version contains the same
functionality as the previous version. So Oracle 9i is
backwards compatible with 8i. Oracle 9i does many things
differently internally so they are not exactly the same
database engine. And Oracle 9i has a host of new features
designed to make the database more stable, easier to manage
and increase functionality. There are so many new features
that Oracle Corp. provides a complete manual listing these
new feature. The Oracle 9i New Features manual can be found
on Oracle's Technet site at if you are interested. You will
need to register for a free account if you want to view
documentation on that site.
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / thiyagarajan
We cant rename a column in 8i.but in 9i we can do.
thse datatype of large object in oracle 8i is long but in
9i.it is LOB(large objects)
Is This Answer Correct ? | 20 Yes | 16 No |
What is view? Can we update view
how to extract a unit value from a date and time? : Sql dba
How many sql are there?
Explain autonomous transaction.
State the difference between implict and explict cursor's?
Does it possible to pass object (or) table as an argument to a remote procedure?
What are commit, rollback, and savepoint?
What is oracle pl sql developer?
How to rename a column in the output of sql query?
Are stored procedures faster than queries?
What is a rank in sql?
Can you sum a count in sql?