This is a discussion on ids10.force to drop a chunk within the Informix forums, part of the Database Server Software category; --> hello, i get a dbspace with 2 chunk: one is used by a database and one is down and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello, i get a dbspace with 2 chunk: one is used by a database and one is down and empty. i thought ids10 could do the following: drop database mydb; onspaces -d myspace -f but onspaces refuse with : Cannot drop a 'dbspace' using the -f flag. Any idea. Thanks. |
| ||||
| vomaringo@yahoo.com wrote: > hello, > i get a dbspace with 2 chunk: one is used by a database and one is down > and empty. > i thought ids10 could do the following: > drop database mydb; > onspaces -d myspace -f > but onspaces refuse with : Cannot drop a 'dbspace' using the -f flag. > Any idea. > Thanks. > You cannot use the -f flag when dropping normal dbspaces. This is only used for smart blob spaces. To drop an empty dbspace just use onspaces -d myspace If your dbspace is not empty, that's another story ... Michael |