Oracle 9i features, PL-SQL Programming

Assignment Help:

Bitmap Join Indexes -

This feature will increase the performance and detains the size and format of your databases in data
Character Semantics and Globalization-This feature enable in prevention of storage problems that are associated with multi-byte characters sets by using character semantics while defining table columns in data.

Data Guard-As this feature is there in every database Oracle9i Data Guard is the new name for in technology advancements ofOracle8i which Standby Database inception of a large number of new advance features.

Export and Import Enhancements in Oracle9i-this is the unique feature that is there in oracle 9I to export and import enhancement through Oracle 9i, See what new functionality has been incorporated into the Export and Import utilities in Oracle9i.

Flashback Query-this feature will allow the adept and rational view of the data at an earlier or any point in time.

High Availability Enhancements in Oracle9i-By advancing the ability it detains downtime for users by adopting the new high availability features of Oracle9i.

Index Organized Table (IOT) Enhancements in Oracle9i-It gives developer a better support for secondary indexes and much improved online maintenance as heap tables.

Apart from those above, other new features are below. They are list of differences that oracle 10g have in contrast to 9i

  1. Major changes to SQL optimizer internals
  2. Oracle Grid computing
  3. AWR and ASH tables incorporated into Oracle Performance Pack and Diagnostic Pack options.
  4. Automated Session History (ASH) materializes the Oracle Wait Interface over time
  5. Data Pump replaces imp utility with impede databases.
  6. Automatic Database Diagnostic Monitor (ADDM) which monitor databases diagnostic.
  7. SQLTuning Advisor(SQL integration)
  8. SQLAccess Advisor(Help from Database)
  9. Rolling database upgrades (using Oracle10g RAC)

In 2005 after the successful of oracle 19G oracles released another variant of oracle 10 G that is Oracle 10G release 2.

This is also having some alluring and unique features than oracle 10G relase1


Related Discussions:- Oracle 9i features

Union all - sql, UNION ALL - SQL Further varieties of UNION arise when...

UNION ALL - SQL Further varieties of UNION arise when we replace the key word DISTINCT by ALL in any of the foregoing examples, as in Example. ALL specifies that if row r appe

Subprograms, What Are Subprograms? The Subprograms are named PL/SQL blo...

What Are Subprograms? The Subprograms are named PL/SQL blocks which can take parameters and be invoked. The PL/SQL has 2 types of subprograms known as the procedure s and func

Example of except operator - sql, Example of EXCEPT Operator - SQL Ex...

Example of EXCEPT Operator - SQL Example, like its counterpart in the theory book, illustrates the convenience of allowing any table expression to be the source for an INSERT

Select into statement - syntax, SELECT INTO Statement   The SELECT INT...

SELECT INTO Statement   The SELECT INTO statement retrieve data from one or more database tables, and then assigns the selected values to the variables or fields. Syntax:

EXCEPTION handling, set serveroutput on declare a number(5); b numb...

set serveroutput on declare a number(5); b number(5); c number(5); begin a:=&a; b:=&b; c:=a/b; dbms_output.put_line(c); exception when zero_divide then d

Natural join - sql, Natural Join - SQL In the absence of NATURAL JOIN...

Natural Join - SQL In the absence of NATURAL JOIN Example has to be replaced by something rather more longwinded, as shown in Example. Example: Joining IS_CALLED and IS_EN

Write sql queries, Write SQL queries to solve the following specifications....

Write SQL queries to solve the following specifications. Include the query AND THE OUTPUT.  A screen dump of the output is acceptable. Show as many rows as you can. A screen dump i

Count operator in sql, Count Operator in SQL Example: Counting the stu...

Count Operator in SQL Example: Counting the students who have scored more than 50 in some exam (SELECT COUNT (*) FROM (SELECT DISTINCT StudentId FROM EXAM_MARK WHE

Use the nocopy compiler hint - performance of application, Use the NOCOPY C...

Use the NOCOPY Compiler Hint By default, the OUT and IN OUT parameters are passed by the value i.e. the value of an IN OUT actual parameter is copied into the corresponding fo

Close statement in pl sql, CLOSE Statement The CLOSE statement allows ...

CLOSE Statement The CLOSE statement allows the resources held by a cursor variable or open cursor to be reused. No more rows can be fetched from the cursor variable or closed

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd