Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Diff. between Oracle 8 and Oracle 8i 1

Status
Not open for further replies.

UDIT

Technical User
Nov 24, 2000
37
US
Hi,

I wanted to know if there is any difference in the ARCHITECTURE OF ORACLE 8 AND ORACLE 8i . Is the basic concept for Designing a database in Oracle 8 and Oracle 8i very much IDENTICAL??????Whats different in the concept?

udit.
 
udit, as far as i know they are the same apart from :

1. some improvements which you could expect with all new releases
2. 8i comes with built-in internet backend connectivity functionality

ill be watching for any other responses to see if someone else can educate us further !
Best of Irish Luck, David.
djwilkes@hotmail.com
 
One really nice feature of Oracle8i that I like is the Alter Table Move command much better than the old export/import method.

Wushutwist


Sun Certified Java 2 Programmer
 
the biggest ARCHITECTURAL difference is that 8i has native Java support (JSQL, server side JVM, etc.). other than that dbwr (et al) is still dbwr (et al), SGA is still SGA (although there's a "Java pool" which can be a real hog if you're using lots of Java), etc.

from a PRACTICAL standpoint the biggest differences I've noticed are:

1) the new Oracle Universal Installer (OUI) REQUIRES an X-windows server (i.e. it can NOT be run from a character only terminal). If you run Linux on your workstation (or have an X emmulator for NT) you can export DISPLAY back to it and still run it remotely but it's REAL SLOW (at least compared to 8.0.x character over telnet or even ssh1). on the plus side A) the new inventory manager is 100x better than the old asset manager and B) I've yet to have OUI crash on NT and screw up the resigtry (at least for clients) like 8.0.x installer did (remember 8.0.x. installer & Y2K? ;-)

2) TNS configuration is (optionally) different/"enhanced" for internet but no need to elaborate here.

other than that it looks almost identical to me (at least from a DBA's standpoint).

just my 2c/never 2bHO!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top