[Rt-commit] r15474 - rt/3.8/trunk/sbin

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 26 07:49:07 EDT 2008


Author: ruz
Date: Tue Aug 26 07:49:07 2008
New Revision: 15474

Modified:
   rt/3.8/trunk/sbin/rt-setup-database.in

Log:
* we can drop Oracle DB by dropping user with his schema

Modified: rt/3.8/trunk/sbin/rt-setup-database.in
==============================================================================
--- rt/3.8/trunk/sbin/rt-setup-database.in	(original)
+++ rt/3.8/trunk/sbin/rt-setup-database.in	Tue Aug 26 07:49:07 2008
@@ -181,16 +181,6 @@
 
 sub action_drop {
     my %args = @_;
-    if ( $db_type eq 'Oracle' ) {
-        print <<END;
-
-To delete the tables and sequences of the RT $db_type database by running
-    \@etc/drop.$db_type
-through SQLPlus.
-
-END
-        exit(-1);
-    }
 
     print "Dropping $db_type database $db_name.\n";
     unless ( $args{'force'} ) {


More information about the Rt-commit mailing list