Quantcast
Channel: Active questions tagged tablespaces - Database Administrators Stack Exchange
Browsing index pages (91 articles)

db2 LUW help for an oracle user : create database hangs without any output,...

I am new to db2 but have worked on oracle before. Trying to create a database and it succeeds, but the session where I issued a database creation command hangs.I have installed db2 10.5 on a 64 bit...

View Article


Is it safe to add a datafile to a tablespace while Oracle Database is running...

I have an Oracle Database running in a production environment, and it’s currently under load. I need to add a new datafile to an existing tablespace. Is it safe to do this operation while the database...

View Article


Oracle 10g Database - SYSTEM tablespace space

I am concerned about the SYSTEM tablespace. It's space is 99% full. The whole tablespace has 1510 MB and there is 1507 MB already used. Max size of datafile is 32 GB and the autoincrement is on with...

View Article

MySQL: Hierarchical Organization of Tables

There are several SE Q&As regarding how to hierarchically organize tables in MySQL:How to use a naming convention for large databases?Asked 12 years, 11 months agoHow can I organize a glut of mysql...

View Article

Why do I get a PostgreSQL permission error when specifying a tablespace in...

When I create a database in PostgreSQL without explicitly specifying a default tablespace the database is created without issue (I'm logged in as the pgsys user):postgres=> create database...

View Article


Image may be NSFW.
Clik here to view.

Database tablespace space sizes and percent used

I am new to Oracle, and I am not quite understanding the size calculations shown in OEM under tablespaces. I know it should be simple and my well be.I need to monitor the table space but not sure what...

View Article

MySQL: Hierarchical Organization of Tables

There are several SE Q&As regarding how to hierarchically organize tables in MySQL:How to use a naming convention for large databases?Asked 12 years, 11 months agoHow can I organize a glut of mysql...

View Article

What permissions are needed to prevent ERROR: permission denied for...

I'm looking for some help identifying a permission I need to grant to prevent an error in a proprietary app. The App is loading data into an AWS RDS postgresql database. Loading data is working fine....

View Article


How do I correct InnoDB Multiple files found for the same tablespace ID?

Some time ago after an update of Ubuntu 20.10, I discovered that MySQL was not running. When I tried to restart it, the error message suggested that it had started, failed and stopped. A check of the...

View Article


Multiple files found for the same tablespace ID:

I am using mysql under bitnami stack and i am getting this error :2024-11-02T09:59:06.523905Z 1 [ERROR] [MY-012209] [InnoDB] Multiple files found for the same tablespace ID:2024-11-02T09:59:06.523975Z...

View Article

Oracle 10g remove unused dbf

I deleted a tablespace that I no longer needed, and I accidentally left out the SQL query to delete the files. The tablespace has been deleted but the DFB has been left in the operating system path.I...

View Article

Missing mysql, sys, performance_schema

I have Percona Mysql 8.0.19-10 on debian 10.A year ago I had some issues restoring a backup that required me to mess with tablespaces. I forget what all I had done but eventually I got the database up...

View Article

mysqldump with --no-tablespaces on InnoDB with index?

Does mysqldump --no-tablespaces dumps index files of InnoDB?I know that MyIsam uses separate index files *.MYI for index. So if one uses mysqldump with --no-tablespaces, does that mean index is not...

View Article


why pgAdmin4 Tablespace Security privileges does not count for pg_default if...

why pgAdmin4 Tablespace Security privileges does not count for pg_default if no tablespace is selected when creating new database? how to solve this issue?Hy all-I have a server dedicated to PostGreSQL...

View Article

DB2 Tablespace has no space SQLcode -960 SQLState=57011

Our application is inserting and updating records into a DB2 database. It's been running for about 3 years, and we encountered an error SQLcode -960 SQLState=57011 SQLERRMC=IS_SMALL_TSThe tablespace...

View Article


Oracle temporary tablespace performance

I'm looking for ways to improve my database performance for heavy analytical queries and found that my temp tablespace has 1M extents (default for uniform tablespace). With my usual temp tablespace...

View Article

How to Determine the Low High Water Mark (LHWM) in Oracle DB?

How could one determine the position of the Low High Water Mark (LHWM) for a non-partitioned heap table segment in Oracle?I am concerned, that if we only do direct path inserts and never update,...

View Article


Create an index at oracle sql server on tablespace

I want to create an index of type context on a tablespace different from the one the table is. Also I want to pass parameters.The data type of ATTACH_BIN is BLOB.CREATE INDEX ATT_INDEX ON...

View Article

In DB2 LUW, When should I use a 4K, 8K, or 16K tablespace rather than just...

We're using DB2 LUW 10.5 & 11.1 on Windows & Linux systems, in case it's relevant to he answers.Question:Is there a time where it would be correct to use 4K rather than 32K? If so, why? (Does...

View Article

ORA-14405 when dropping a tablespace with no data

I was cleaning up tablespaces and wanted to delete one, and after moving all the segments from it, I got the following:SCOTT.OE> drop tablespace fact_index including contents and datafiles;drop...

View Article
Browsing index pages (91 articles)


Latest Images