DiigIT | IT Community
No Profile Image
Welcome Guest
New User? Register | Login
IT Tags
DiigIT » Oracle »

Blank tablespace

By: rekha singh | 31 Aug 2010 4:54 pm

Dear all friends,

I investigated Oracle RAC Database in a company and I found this case

SQL> select distinct tablespace_name from dba_tables;

TABLESPACE_NAME
------------ --------- ---------
SYSTEM
<-- blank
USERS
PRISMAJMS
PRSMADATA
SYSAUX

Note: There is a blank tablespace in this query.

And then I query

select TABLE_NAME from dba_tables where owner='PRISMA' AND
TABLESPACE_NAME IS NULL;

TABLE_NAME
------------ --------- ---------
P3_TXTABLE
P3_REQUESTRESPONSED ATA
P3_REQUESTTABLE
QUEST_SL_TEMP_ EXPLAIN1

SQL> select tablespace_name from dba_tables where TABLE_NAME=
2 'P3_REQUESTTABLE' ;

TABLESPACE_NAME
------------ --------- ---------
<-- blank

There are tables that reside in a blank tablespace.

My question:
What is the possibility of this case..?

Thank you guys...

Regards,

Comments

No Comments Posted for this Article.

Leave a comment

Enter the text in the image
img
Can't read?
Type the characters you see in the picture below.


Close Move