Changes between Version 5 and Version 6 of OracleBranch
- Timestamp:
- Apr 19, 2007, 5:25:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleBranch
v5 v6 22 22 23 23 * Install an Oracle 9i or 10g database. The free [http://www.oracle.com/technology/software/products/database/xe/index.html Oracle Express Edition] is a simple .deb or .rpm package install on most Linuxes, or an .exe installer on Windows. 24 * To run "python manage.py syncdb," you'll need to create a user who has CREATE TABLE, CREATE SEQUENCE, and CREATE PROCEDURE privileges. To run Django's test suite, your user also needs CREATE|DROP DATABASE privileges.24 * To run "python manage.py syncdb," you'll need to create a user who has CREATE TABLE, CREATE SEQUENCE, and CREATE PROCEDURE privileges. To run Django's test suite, your user also needs CREATE|DROP DATABASE and CREATE|DROP TABLESPACE privileges. 25 25 * Install the [http://www.python.net/crew/atuining/cx_Oracle/ cx_Oracle] driver so python can talk to your new database. Version 4.3.1 or later of cx_Oracle is preferred. 26 26