Oracle 8.1.7 for linux. missing tablespace

From: Lamar Williams <lamar_at_moOFus.com>
Date: Thu, 30 Nov 2000 23:36:06 -0800
Message-ID: <3A2754E6.3A43A96F_at_moOFus.com>


Hello all,

I create a tablespace using the following:

CREATE TABLESPACE ep3
DATAFILE '/u/u02/oradata/noisy/ep3tb1.dbf' SIZE 100M; This succeeds OK.

Then I run the following command:

select unique tablespace_name from all_tables ; // I tried as every user.

and "EP3" does not show up. My programs can't find it either. I've done this before and it worked. What am I missing?

I can drop the tablespace:

drop tablespace EP3;

This works OK.

Thanks

Lamar Received on Fri Dec 01 2000 - 08:36:06 CET

Original text of this message