Hello ,
I tried deleting a half million rows from a table with a couple of million rows.
But I got an error saying Table space access is not allowed. SQLSTATE=55039.
When I checked the tablespaces using the command List Tablespaces
I got an the state as Back up Pending .
Now I am not run any ddl command like create , alter and not even delete on other tables also.
Anyone please let me know the...