A tablespace is a database concept and refers to a storage location where the actual data underlying database objects can be kept.
Our application has failed a few times because an 'ORA-01536: space quota exceeded for tablespace', and we would like to …
oracle tablespaceI'm getting this error: ORA-01950: no privileges on tablespace 'USERS' I have a default tablespace and I'm able to create …
oracle privileges tablespaceI am fairly new to MySQL and I am getting a pretty interesting error on which I cannot find any …
mysql macos navicat tablespaceI tried to generate some test data by running the following sql. BEGIN FOR i IN 1..8180 LOOP insert into SPEEDTEST …
oracle tablespaceI am creating a table like create table tablename as select * for table2 I am getting the error ORA-01652 Unable …
oracle10g tablespaceI have a database with three tables. I need to move historic partitioned data to other schema Now that i´…
oracle11g tablespaceI need to determine the MAXSIZE that was set for a tablespace when it was created (Oracle 10g) I'm sure …
oracle oracle10g tablespaceI have a partitioned table that belongs to tablespace report. I want to move it to tablespace record instead. One …
sql oracle tablespaceI've got a lot of tables in a tablespace, nearly 100. I have to grant Select, Insert, Update privileges on all …
oracle select insert grant tablespaceWhen i tried to create a table in my User_DB schema i am getting an error as ORA-01658: unable …
oracle select database-administration tablespace