Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 30 Mar 2003 05:56:18 -0000 1.1.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 19 Apr 2003 20:42:59 -0000 1.1.2.2 @@ -22,15 +22,15 @@ the user owns. -SVRMGR> drop user server0 cascade; +SVRMGR> drop user service0 cascade; If this does not work because svrmgrl "cannot drop a user that is currently connected", make sure to kill the AOLserver using this user. If it still does not work, do: -SVRMGR> select username, sid, serial# from v$session where lower(username)='server0'; +SVRMGR> select username, sid, serial# from v$session where lower(username)='service0'; and then @@ -46,7 +46,7 @@ If you feel the need to delete everything related to the service, you can also issue the following: -SVRMGR> drop tablespace server0 including contents cascade constraints; +SVRMGR> drop tablespace service0 including contents cascade constraints; @@ -60,11 +60,11 @@ your server in /etc/inittab, reread the inittab with /sbin/init q, and then restart-aolserver - server0. + service0. Then, to drop the db, just do: -server0:~$ dropdb server0 +service0:~$ dropdb service0 DROP DATABASE