Tagged Questions
The tablespace tag has no wiki summary.
4
votes
4answers
2k views
Should an Oracle database have more than one tablespace for data storage?
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 ...
3
votes
1answer
110 views
Tablespaces used to create a materialized view?
I'm trying to create a view as such:
CREATE MATERIALIZED ReasonableSizedView
TABLESPACE MyMediumTS
AS
select COUNT(something) AS allsomethings,
thetype AS thing,
status
from SomeMassiveTable
...
3
votes
1answer
60 views
Index on which tablespace
How to find out which 'tablespace' a particular 'index' belongs to. (oracle)
(need to use it via jdbc)
3
votes
2answers
401 views
True tablespace size in oracle
I need to know true tablespace size in Oracle. I have some tablespace and I need to know how many space it uses now and how many space is free (and maybe percent of free space). I found in web some ...
3
votes
2answers
133 views
Is there any logical reason of having different tablespace for indexes?
Hi Can some let me know why we created different table space for Index and data.
2
votes
0answers
25 views
Adding Oracle datafiles [migrated]
I have a tablespace with one datafile which is 50% used. If I add a new datafile to the tablespace -
will the first datafile continue to be used until it reaches full capacity and only then will ...
2
votes
2answers
293 views
How to get available space in tablespace for a user (Oracle)
I'm working on a web application where I need to warn the user that they're running out of space in the given db user's tablespace.
The application doesn't know the credentials of the db's system ...
2
votes
1answer
641 views
Creating a tablespace in postgresql
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 ...
2
votes
1answer
315 views
Moving Postgres tablespaces and tables across EC2 instance
I have postgres database running on Amazon EC2 instance. I have few tablespaces created for
some monthly tables, such that each table is on individual tablespace. To get the maximum performance, I ...
2
votes
2answers
5k views
How to determine MAXSIZE of existing tablespace in Oracle
I need to determine the MAXSIZE that was set for a tablespace when it was created (Oracle 10g)
I'm sure I'm missing something obvious, but the information isn't immediately apparent in the ...
1
vote
1answer
47 views
Postgres recovery after destruction of temporary tablespace
I'm attempting to speed up the performance of postgresql on ec2.
An ec2 node is structured as follows - you have slow, durable network attached storage (EBS), and you also have a fast, volatile ...
1
vote
1answer
111 views
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 be able to prevent this by checking regularly the free space on the tablespace ...
1
vote
0answers
70 views
Sort Area Size (KB) - Invalid value for sort area size. The minimum value is: 96 KB
When I try to reorganize a tablespace with OEM 10g, I get an error in the 3rd step (options) saying : Invalid value for sort area size. The minimum value is 96 KB. My SGA management is set to AUTO. ...
1
vote
2answers
513 views
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 those tables to a user. Is it possible? When I write:
GRANT USE OF TABLESPACE ...
1
vote
1answer
1k views
PL/SQL developer import dump
I have a dump file which includes two tables. Now I need to import this dump file. I was instructed to create two tablespaces beforehands.Now how do I import this dump file to these tablespaces. I'm ...
1
vote
1answer
392 views
How to grant user access to additional tablespaces in Oracle?
I want to know How to grant user access to additional tablespaces in Oracle? , because I have created two additional tablespaces, one for data and the other for indexes, like this discussion said:
...
1
vote
1answer
455 views
Monitoring Oracle XE
As it says on the Oracle XE overview page:
Oracle Database XE can be installed on any size host machine with any number of CPUs (one database per machine), but XE will store up to 4GB of user ...
1
vote
3answers
485 views
How can I tell what is in a Postgresql tablespace?
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:
=> ...
1
vote
2answers
395 views
Oracle Database different tablespace for index
My question regards the situation were tablespace used for primary key index differs from tablespace used for the table itself. Will Oracle use this index or it becomes unusable?
Because when i tried ...
1
vote
2answers
219 views
Deleting table data from tablespace in Oracle
I tried to delete the data from tablespace using the command
DROP USER xyz CASCADE;
I found that user was dropped but size of my tablespace did not decreased.
Is my data fom the tablespace have ...
1
vote
1answer
486 views
Sybase IQ: How to create a DBSPACE with raw device?
I'm on Sybase Iq 15.1 and try to add a dbspace to a demo database, using a raw device on Linux. I always get SQL error 1010000, file already exists:
CREATE DBSPACE KLMTEST USING FILE DF1 ...
1
vote
1answer
491 views
Copying a tablespace from one postgresql instance to another
I'm looking for a way to quickly "clone" a database from 1 postgresql server to another.
Assuming...
I have a postgresql server running on HostA, serving 2 databases
I have 2 devices mounted on ...
1
vote
1answer
3k views
Create Tablespace Script in Oracle 10g
I am using the below script for generating a DDL to create tablespaces in the database.
select 'create tablespace ' || df.tablespace_name || chr(10)
|| ' datafile ''' || df.file_name || ''' size ' ...
1
vote
5answers
7k views
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 possibility is to drop the table and recreate it in the new tablespace, but that is ...
1
vote
3answers
1k views
How to import Oracle (C)LOB into another tablespace
I'm importing a database dump from one Oracle 10g installation into another. The source has a layout with several tablespaces. The target has one default tablespace for the user I'm importing the dump ...
0
votes
0answers
28 views
ORA-01654: unable to extend index <name of the index> by 128 in tablespace <name of the Index tablespace> [migrated]
I am not a DBA but have to resolve this issue.
There are 2 permanent tablespaces in my Oracle 9i database. One for the tables and the other for the Indexes other than the Temporary and UNDO ...
0
votes
2answers
35 views
New oracle user can't access tables
I've just imported an ORACLE database into an instance of Oracle 10 XE running on a Linux system.
The database has tables split across a number of tablespaces, and the sys user is able to access all ...
0
votes
0answers
79 views
Find fragmented space free below HWM Oracle
That High Watermark Value always eludes me when calculating free space in my tablespaces.
Will the following query consider fragmented free spaces of object below the HWM value for each TS?
select * ...
0
votes
1answer
156 views
LOBSEGMENT objects filling up my tablespace in Oracle
I'm using a Oracle 10gR2 DB, and was taking a look in one of my tablespaces when I noticed something odd.
Apart from my table objects, I found a bunch of "LOBSEGMENT" types if quite big sizes - one ...
0
votes
1answer
64 views
Pl/sql script to compute the free space in the users tablespace in oracle
SELECT tablespace_name, sum(bytes)/1024/1024 "MB Free"
FROM dba_free_space
WHERE tablespace_name = 'USERS'
GROUP BY tablespace_name;
Hi everyone, the above query is what i use for showing the ...
0
votes
3answers
169 views
Postgres database size much bigger than tablespaces on filesystem
I have a Postgres 8.3 instance with tablespaces totalling on about 74G. This is fine.
But if I ask postgres how big my database is, I get a (unexpected) large answer: 595 GB.
This seems very ...
0
votes
1answer
181 views
How do I remove CHECK PENDING state from a DB2 Tablespace on z/OS?
maybe one of you can help me with this DB2 z/OS thingy.
I edited foreign key on a table that was already populated. Due to integrity reasons (I guess) the tablespace was placed in CHECK PENDING and I ...
0
votes
0answers
68 views
How to get real tablespace size, without water mark, and not being DBA
i´d like to know the best way to get the real tablespace size, different from the high water mark, without being DBA, and if possible, how to resize the water mark.
I know one way, using AVG(Vsize) ...
0
votes
1answer
32 views
Select Query without Tablespace reference
HI
In TOAD when I write
SELECT * FROM EMPLOYEES
I get error "table or view does not exist". But when I write
SELECT * FROM DEP.EMPLOYEES
it works fine. how do I query a table without ...
0
votes
1answer
310 views
Move database location by symlink or new tablespace in postgres?
I'm building a small-medium database on a system that has 2 80 gb drives in raid 1 for the OS and 2 3 tb drives in raid 1 for the data. Is it better/safer to move the data over to the 3 tb drives ...
0
votes
2answers
460 views
Can oracle tablesspaces automatically add smallfile datafiles?
Using oracle managed files I can create my tablesapce like this:
CREATE TABLESPACE users;
It will autoextend but as I understand it smallfile datafiles have a maximum size. So I then need to do:
...
0
votes
3answers
145 views
How can I organize tables in SQL*Plus?
I am practicing SQL, and suddenly I have so many tables. What is a good way to organize them? Is there a way to put them into different directories?
Or is the only option to create a tablespace as ...
0
votes
2answers
915 views
ORA-00972 Identifier is too long: while creating tablespace
This is a practice assignment where I have to create a table space with two datafiles. We have to use the exact naming conventions that are given to us. I believe I have it right, but I get this ...
0
votes
1answer
422 views
trigger to update object in different tablespace
I have a table X in tablespace T1 and a table Y in tabelspace T2.(Oracle DB)
I have to create a trigger in tablespace T1 that will,
on the event of updating a column C in table X,
update column D in ...
0
votes
1answer
590 views
DB2 - LUW 8.2 Can you restore one tablespace from a full DB backup to a different server
In DB2 8.2 for LUW can you restore one tablespace to a 2nd server from a full database backup without having to restore the entire database? The database backup was taken when the system was up so log ...