A user has connect and resource privileges allocated by the DBA. He is been allocated quota on three tablespaces by the DBA - Default Tablespace Quota 500 M - Tablespace 1 Quota 100 M - Tablespace 2 Quota 200 M Now the user tries to make a table which uses 300 M in tablespace 2. Will he be successful?
Total Answers and Comments: 4
Last Update: September 17, 2008 Asked by: shanthiavari
i dont think there will be any error instead the user has resource privilege which gives unlimited access to tablespaces.. here resource privilege takes precedence..
there will be no such thing as default size for a tablespace u have to assign it when it is being created.. and more over by default u can have 100 datafiles in a database which is the default value used during the database creation process u can also change this value..