We recently did complete database restore to a new machine. We excuted restore couple of times as in previous restore we missed few objects.
We are still trying to restore but recently start getting "No more room in database DBC".
So while executing
SELECT DatabaseName,SUM(MaxPerm) max_perm ,SUM(CurrentPerm) Current_Perm FROM DBC.DiskSpace
show -ve MaxPerm for DBC. In effort to fix the issue, I executed both UpdateSpace and UpdateDBC from cnsterm but still the issue remains.
One thing I noticed while running UpdateSpace and UpdateDBC was control never returned to ">" prompt though each execution said process completed.
I tried to modify the perm space to DBC user but got "Failure 3524 The user does not have DROP USER access to database DBC"
Any other thing we can try ?
Forums: