Top "Tablespace" questions

A tablespace is a database concept and refers to a storage location where the actual data underlying database objects can be kept.

Find out free space on tablespace

Our application has failed a few times because an 'ORA-01536: space quota exceeded for tablespace', and we would like to …

oracle tablespace
ORA-01950: no privileges on tablespace 'USERS'

I'm getting this error: ORA-01950: no privileges on tablespace 'USERS' I have a default tablespace and I'm able to create …

oracle privileges tablespace
Error: Tablespace for table xxx exists. Please DISCARD the tablespace before IMPORT

I am fairly new to MySQL and I am getting a pretty interesting error on which I cannot find any …

mysql macos navicat tablespace
ORA-01653: unable to extend table by in tablespace ORA-06512

I tried to generate some test data by running the following sql. BEGIN FOR i IN 1..8180 LOOP insert into SPEEDTEST …

oracle tablespace
ORA-01652 Unable to extend temp segment by in tablespace

I am creating a table like create table tablename as select * for table2 I am getting the error ORA-01652 Unable …

oracle10g tablespace
how to determine size of tablespace oracle 11g

I have a database with three tables. I need to move historic partitioned data to other schema Now that i´…

oracle11g tablespace
How to determine MAXSIZE of existing tablespace

I need to determine the MAXSIZE that was set for a tablespace when it was created (Oracle 10g) I'm sure …

oracle oracle10g tablespace
How do you move a partitioned table from one tablespace to another in Oracle 11g?

I have a partitioned table that belongs to tablespace report. I want to move it to tablespace record instead. One …

sql oracle tablespace
Grant Select, Insert, Update to a Tablespace

I'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 tablespace
ORA-01658: unable to create INITIAL extent for segment in tablespace TS_DATA

When 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