User quota question
A user is trying to insert data into a table in one of the tablespaces and gets an error "ORA-01950: no privileges on tablespace". Most likely that's caused by user not having any quota on that tablespace and I know it can be fixed by giving the user unlimited quota on that tablespace but I am hesitant to do so and wanted to see how can I determine appropriate quota to give to the user to enable him to insert data into the table without giving him unlimited quota.
Can anyone help?
0