alter database tempfile drop including datafiles - Advantage - Data BasyX

Database Backups in 10 minutes

CAPTIONS AVAILABLE - A fast description of the most common types of database backups, and how they compare to each other.

DROP TEMPORARY TABLESPACE

Managing 24X7 businesses critical Production Databases on Different Platforms including IBM AIX, SUN , RHEL, OEL, and Windows.

alter database tempfile drop including datafiles - Bookshelf


Portable DBA, Oracle
598 pages
Portable DBA, Oracle

ALTER DATABASE DATAFILE 4 OFFLINE; ALTER DATABASE DATAFILE ... ALTER DATABASE TEMPFILE 4 DROP INCLUDING DATAFILES; ALTER DATABASE TEMPFILE 4 OFFLINE; ...

Expert Oracle Database 11g Administration
1344 pages
Expert Oracle Database 11g Administration

... to drop a tempfile and remove the operating system file: SQL> ALTER DATABASE TEMPFILE ' /u01/app/oracle/tempf ile/temp03. dbf DROP INCLUDING DATAFILES; ...

SQL in a nutshell
691 pages
SQL in a nutshell

DROP INCLUDING DATAFILES Drops not only the tempfile, but all datafiles on the ... It is used only with the ALTER DATABASE statement and only for backward ...

Oca/Ocp, Oracle9i Dba Fundamentals I. Exam 1Z0-031
452 pages
Oca/Ocp, Oracle9i Dba Fundamentals I. Exam 1Z0-031

To enable auto-extension, use ALTER DATABASE DATAFILE <FILENAME> AUTOEXTEND ON NEXT <INTEGER> MAXSIZE <INTEGER>. 13. D. When you create a tablespace with no ...

Oracle database 11g, new features for DBAs and developers
602 pages
Oracle database 11g, new features for DBAs and developers

You could drop the large temporary tablespace and re-create it with a smaller ... 617809819' resize 1000m; Database altered. S0L> alter database tempfile ...