Hi Jeff

That is fine. Just to know about the syntax I raised this thread.

Suppose if I have created a Temp tablespace as

create tablespace temp datafile 'xxxxx' size 10M TEMPORARY;

And then if I try to take backup like

alter tablespace temp begin backup;

It works fine.

But while I create a temporary tablespace with TEMPFILE clause, what is the SYNTAX to take hot backup of that tablespace as above?

Regards
Vis