Skip to main content
177 votes
29 answers
454k views

I am running a local server of MySQL 5.6.10 on MacOS 10.8.3 and manage my database via Navicat essentials for MySQL. The error I get is that after running and managing my database just fine for a ...
MattMirabilis's user avatar
141 votes
1 answer
496k views

I'm getting this error: ORA-01950: no privileges on tablespace 'USERS' I have a default tablespace and I'm able to create tables, however, they do not show at the objects tab in Toad. I cannot ...
sam's user avatar
  • 2,622
60 votes
3 answers
386k views

I tried to generate some test data by running the following sql. BEGIN FOR i IN 1..8180 LOOP insert into SPEEDTEST select 'column1', 'column2', 'column3', 'column4', 'column5', 'column6'...
Matas Vaitkevicius's user avatar
54 votes
12 answers
453k views

Our application has failed a few times because an 'ORA-01536: space quota exceeded for tablespace', and we would like to be able to prevent this by checking regularly the free space on the tablespace ...
Avs's user avatar
  • 663
54 votes
5 answers
46k views

While investigating an issue, I came across this error: 30503 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace mysql/innodb_index_stats uses space ID: 2 at ...
Bhupesh Pant's user avatar
  • 4,399
33 votes
4 answers
316k views

I am creating a table like create table tablename as select * for table2 I am getting the error ORA-01652 Unable to extend temp segment by in tablespace When I googled I usually found ORA-01652 ...
Niranjan Sonachalam's user avatar
27 votes
7 answers
44k views

I've created a new tablespace called indexes, and I'm trying to remove the old tablespace indexes_old, which used to contain some tables and indexes. When I try to drop the tablespace, I get: => ...
Andy Lester's user avatar
  • 94.2k
26 votes
3 answers
172k views

When i tried to create a table in my User_DB schema i am getting an error as ORA-01658: unable to create INITIAL extent for segment in tablespace TS_DATA. I run the following query to get all the ...
Marcus's user avatar
  • 4,011
25 votes
1 answer
43k views

I get following error message when trying to insert an object in the database: com.ibm.db2.jcc.am.SqlIntegrityConstraintViolationException: DB2 SQL Error: SQLCODE=-407, SQLSTATE=23502, SQLERRMC=...
Mathias G.'s user avatar
  • 5,135
22 votes
3 answers
42k views

I'm trying to create a tablespace in postgres, but I'm getting ownership problems. The command I'm using is: CREATE TABLESPACE magdat OWNER maggie LOCATION '/home/john/BSTablespace' I get the error: ...
The_Denominater's user avatar
17 votes
5 answers
17k views

My team maintains an Oracle database that is approx. 200GB in size. All of the data (tables, indexes, etc) lives inside a single 'USERS' tablespace. Is this a bad idea? What benefits are there to ...
Kevin Babcock's user avatar
16 votes
4 answers
260k views

I have a database with three tables. I need to move historic partitioned data to other schema Now that i´m planning to creatre the new "historic" tables. I don´t know how to measure the size of ...
user2115594's user avatar
16 votes
3 answers
40k views

I am using PostgreSQL 9.2 on RedHat 6. I am looking for the database table and column which stores the location for a PostgreSQL tablespace. I thought it would be in PG_TABLESPACE, but select * from ...
davegreen100's user avatar
  • 2,125
16 votes
3 answers
9k views

Hi Can some let me know why we created different table space for Index and data.
P Sharma's user avatar
  • 2,748
14 votes
2 answers
55k views

i have many tables that i can insert rows, but i get this error only for one table; Error starting at line 1 in command: INSERT INTO ERRORLOG (MESSAGE) VALUES ('test') Error report: SQL Error: ORA-...
Ahmet Serdar Çuhadaroğlu's user avatar

15 30 50 per page
1
2 3 4 5
22