Changes between Version 13 and Version 14 of OracleTestSetup
- Timestamp:
- Nov 19, 2010, 8:03:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OracleTestSetup
v13 v14 7 7 **This document is work in progress** 8 8 9 This document attempt to ease the task of running the Django (or your own app's) test9 This document attempts to ease the task of running the Django (or your own app's) test 10 10 suite against Oracle by: 11 11 … … 33 33 http://www.oracle.com/technetwork/database/express-edition/downloads/index.html 34 34 (*Oracle Database 10g Express Edition for Linux x86*). You need to have an 35 *Oracle Developer Network* account and to accept the licen ce agreement.35 *Oracle Developer Network* account and to accept the license agreement. 36 36 37 37 Contrarily to what is suggested in some places_ I've found the newer **oracle-xe-universal_10.2.0.1-1.1_i386.deb** package … … 39 39 tools (APT, Aptitude, ...) didn't install things like the ``/etc/init.d/oracle-xe`` init 40 40 script and some files under the ``/usr/lib/oracle`` hierarchy so I went with the older 41 package plus the low-level `dpkg` package manager and t akingcare of dependencies manually41 package plus the low-level `dpkg` package manager and took care of dependencies manually 42 42 (see next step). 43 43 … … 262 262 * The password assigned to that user is hardcoded, but can be overridden by the value of the ``'TEST_PASSWD'`` var. 263 263 * The tablespaces and the user are removed when test execution finishes. 264 * Some variables are provided to control parts of this process:264 * Some boolean variables are provided to control parts of this process: 265 265 266 266 * ``'TEST_CREATE'`` -- Skips creation and deletion of the tablespaces. … … 282 282 283 283 Platform is GNU/Debian Linux 5.0 aka *Lenny* (stable as of Nov 2010) because it still is in 284 its support period. As a bonus contains Python 2.4 in pre-packaged form.284 its support period. As a bonus it includes Python 2.4 in pre-packaged form. 285 285 286 286 Things to review: