views:

191

answers:

5

hi i want to install oracle 11g on a very weak computer for learning. what is the most lightweight oracle version ? is it the express edition ?

thanks in advance

+1  A: 

Oracle XE is based on 10g. So if you want to learn Oracle 11g you should install 11g.

Yada
+2  A: 

Oracle XE is the Oracle Database 10g Express Edition.

If you don't need any special 11g features though, this might well be sufficient for you.

Peter Lang
+2  A: 

yes oracle express edition is the one you want if you have a weaker computer. it requires 512 MB RAM to work smoothly. however, it is based on Oracle 10g release 2, so it is not quite 11g. but since you are just learning it is good. start with the tutorial here and other books in the oracle site.

http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm

sfactor
+1  A: 

As Yada says, there currently no 11g Express version and it's not due for about another year - discussion can be found here:

http://www.infoworld.com/d/applications/oracle-says-no-cost-11g-xpress-edition-still-least-year-away-555?source=rss_infoworld_news

davek
+4  A: 

I guess it will depend on the sorts of things you are wanting to learn.

I've been using Oracle Database 10g Express Edition as a datastore for personal/learning software development projects. From Oracle's website:

Oracle Database 10g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10g Release 2 code base that's free to develop, deploy, and distribute; fast to download; and simple to administer.

For what I need, I've found it quick and easy to use.

Graham Miller