Snapshot Tablespace [message #174111] |
Fri, 26 May 2006 00:08 |
speaker
Messages: 30 Registered: April 2006
|
Member |
|
|
i create a snapshot specifying the tablespace and index tablespace name.
CREATE SNAPSHOT SUBS_INFOa
TABLESPACE T_VOICD_small
USING INDEX TABLESPACE T_VOICD_small
REFRESH FAST
WITH PRIMARY KEY
as
SELECT subs_id, subs_is_active, subs_profile_last_update, subs_acnt_status FROM SUBS_INFO;
Then i am trying to reverse engineer the DDL of the snap shot using user_snapshots view
but i cannot see the Tablespace name related to the snapshot anywhere ..how do i get the tablespace name...
The base Table's Tablespace name is different.
I cant use metadata pkg bcos its V 8.1.7
Pls help
|
|
|
|