|
-
Can u please post the results of
=================================================
SQL> alter tablespace psapundo
2 add datafile 'D:\UNDOFILE01' size 1m;
Tablespace altered.
select name,status,CREATION_TIME,CREATION_CHANGE# from v$datafile
where name='D:\UNDOFILE01'
SQL> alter database datafile 'D:\UNDOFILE01.DBF' offline;
Database altered.
select name,status,CREATION_TIME,CREATION_CHANGE# from v$datafile
where name='D:\UNDOFILE01'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|