error when creating snapshot

From: Pen, Cui <p_cui_at_hotmail.com>
Date: 18 Jul 2001 08:08:40 -0700
Message-ID: <50e569bf.0107180708.24ff416f_at_posting.google.com>


Hi all,

I created a snapshot in my Oracle7.3.4. When I used

	create snapshot mySnapShot
	pctfree 5
	tablespace myProject_data_ts
	storage (initial 100k next 100k pctincrease 0)
	refresh complete
		start with SysDate
		next SysDate+7
	as select * from myTable_at_myDev_data.world;

I always got the error message: "ORA-01630: max # extents (249) reached in temp segment in tablespace myProject_data_ts"

Then I used

	create snapshot mySnapShot
	refresh complete
		start with SysDate
		next SysDate+7
	as select * from myTable_at_myDev_data.world; 

The snapshot was created.

Can somebody tell me why, thank you in advance!

Cui Pen Received on Wed Jul 18 2001 - 17:08:40 CEST

Original text of this message