I had a bunch of multiversioned views that no longer work (they exist but the data does not display). I thought I could just drop them and recreate them, but am having issues with this. When I drop from ArcCatalog (I read that this is the proper way to drop the view), I don;t get an error message, but it does not drop. I tried dropping using "sdetable -o delete_mv_view -t <view name> -i 5151 -u <user> -p <passord>, but I get an error message that the "Table is unregistered" and thefore it is unable to drop the view. I then dropped using SQLPlus, which, it appeared to drop it, but when I re-create it, I get a message that it already exists.
Any help would be greatly appreciated-