what is the difference b/w oracle8i and oracle9i
Answer Posted / bindu
Oracle 9i is an upgrade version of Oracle.It offers lot of
new and additional features, which are not available in
oracle 8i.It offers, new features to both
developers and administrators.Oracle 9i is the obvious
choice.
Like: 8i introduced a number of features in SQL that could
not be used in PL/SQL. Since we went to 9.2 it's been great
to be able to use MERGE INTO, CASE and analytic functions
within PL/SQL packages.
A lot of little things are improved in PL/SQL, such as CAST
now being implicit in many situations when you used to have
to code FROM TABLE(CAST(table_expression AS
some_array_type) - you can now use FROM TABLE
(table_expression). Also INDEX BY collections (associative
arrays) can now INDEX BY other types besides BINARY_INTEGER
(e.g. PLS_INTEGER, VARCHAR2).
In 9i you can use locally managed tablespaces for every
tablespace including temp, rollback and system, while in 8i
you were limited to regular data/index tablespaces. You
also get automated undo management which is worth taking a
look at (for example you can configure it to hold onto
rollback blocks for longer, which could potentially help
reduce ORA-01555 Snapshot Too Old errors).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can u pls share responsibilities for production how to environment in odi?and how to generate report ?
How many segment are present in Oracle Manufacturing
where the dff data will be stored
PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE
what are the API of GL,PO,AP
CAN AUNIVERSE BE LINKED TO MORE THAN ONE DATASOURCE?
as a technical developer in oracle applications which type errors feced in your experience sofar
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
Could you please let me know the interfaces in OM / FA??
What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.
How to clone the database using RMAN back
i am working with OC 4.5 i have numbers in table in 10 row with some null values please tell me how to find total? Thanks
what is difference between inner join & nested query or subqueries
HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?
i want to know about the javaBean.what is its purpose and how it can use in Forms.