Index: docs/install.txt
===================================================================
--- docs/install.txt	(revision 5538)
+++ docs/install.txt	(working copy)
@@ -47,8 +47,9 @@
 =========================
 
 If you plan to use Django's database API functionality, you'll need to
-make sure a database server is running. Django works with PostgreSQL_,
-MySQL_ and SQLite_.
+make sure a database server is running, or use an embedded database. Django
+works with PostgreSQL_, MySQL_ and Oracle_ servers and with the SQLite_
+embedded database.
 
 Additionally, you'll need to make sure your Python database bindings are
 installed.
@@ -62,10 +63,10 @@
 * If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher.
   You will also want to read the database-specific notes for the `MySQL backend`_.
 
+* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.
+
 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
 
-* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.
-
 .. _PostgreSQL: http://www.postgresql.org/
 .. _MySQL: http://www.mysql.com/
 .. _Django's ticket system: http://code.djangoproject.com/report/1
@@ -76,6 +77,7 @@
 .. _pysqlite: http://initd.org/tracker/pysqlite
 .. _MySQL backend: ../databases/
 .. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/
+.. _Oracle: http://www.oracle.com/
 
 Remove any old versions of Django
 =================================
