> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 5. Juni 2003 18:50 > To: [EMAIL PROTECTED] > Subject: Adding datavolumes on the fly - is this okay? > > > Hi, > > Just a quick question... > > I have set up a thread which monitors the size of the > database, and then > adds a new data volume "on the fly" if we hit a certain > amount of space > left. > I use dbmcli, with "db_addvolume DATA DAT_002 F 2050". > > Are there any ramifications I need to be aware of doing this? > I presume, > as there is still space when we do this, I can do it without > stopping the > database, taking it offline, or stopping our clients hitting it?
You have to take care that the parameter MAXDATAVOLUMES is set to a high enough value, because it limits the number of volumes to be used. regards, Martin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
