Venish VK (Sr.Oracle Database Administrator)

Don't talk, act. Don't say, show. Don't promise, prove.

Friday, 6 February 2015

Temp file wise usage:


Temp file wise usage:

set lines 152
col FILE_NAME for a30
col TABLESPACE_NAME for a10
col BYTES for a12
col MAXBYTES for a12
col AUT format a8
col STATUS for a10
select file_name,tablespace_name,bytes/1024/1024,maxbytes/1024/1024,autoextensible,status from dba_temp_files;


Posted by venishoracledba at 02:26
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ▼  2015 (21)
    • ►  March (1)
    • ▼  February (20)
      • How to change DBNAME and DBID in Oracle database U...
      • Temp file wise usage:
      • Temp tablespace usage:
      • Tablespace Datafile wise free space:
      • Particular Tablespace Usage Report:
      • Total Tablespace space usage – Scripts
      • Tablespace Script:
      • ORA-00119: invalid specification for system parame...
      • ORA - 06553: PLS-801: internal error [56327]
      • RMAN Active Database Cloning: 11g New feature
      • Oracle 11g Installations Steps:
      • RMAN Database Cloning:
      • Oracle database 10 installation on red hat enterpr...
      • DATA MIGRATION FROM 8.1.7.0 TO 10.2.0.1
      • BACKOUT PLANS FOR CPU/PSU Patch set:
      • BACKOUT FROM 10.2.0.1 to 9.2.0.7 (DOWNGRADE):
      • Backout 10.2.0.5 to 10.2.0.1 (Downgrade):
      • Upgrading Oracle 10.2.0.1.0 to Oracle 11.2.0.1.0:
      • Upgrade 10.2.0.1 to 10.2.0.5 (version upgrade):
      • Apply CPU/PSU patches:

My passion is Oracle DBA

My passion is Oracle DBA

About Me

My photo
venishoracledba
View my complete profile

Total Pageviews

Translate

Popular Posts

  • ORA - 06553: PLS-801: internal error [56327]
    ORA - 06553: PLS-801: internal error [56327] ORA - 06544: PL/SQL: internal error , arguments: [56327], [ ],   [ ],   [ ],   [ ],   ...
  • How to change DBNAME and DBID in Oracle database Using Normal & RMAN Method
    (i)Changing the DBID in normal method:     If u clone the database , the new DBID same as like the source DB. If  u want to change th...
  • ORA-39083 and ORA-02304 during impdp or imp
    ORA-39083: Object type TYPE failed to create with error: ORA-02304: invalid object identifier literal Failing sql is: CREATE TYPE "...
  • Tablespace Datafile wise free space:
    Tablespace Datafile wise free space: set lines 152 col TABLESPACE format a10 col FILE_NAME format a35 col BYTES format format a1...
  • Backout 10.2.0.5 to 10.2.0.1 (Downgrade):
    Backout 10.2.0.5 to 10.2.0.1 (Downgrade): $ sqlplus /nolog SQL> connect / as sysdba SQL> SHUT IMMEDIATE SQL> EXIT T...
  • ORA-00119: invalid specification for system parameter LOCAL_LISTENER, ORA-00132
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER ORA-00132: syntax error or unresolved network name 'LISTENER_...
  • Upgrading Oracle 10.2.0.1.0 to Oracle 11.2.0.1.0:
    Upgrading Oracle 10.2.0.1.0 to Oracle 11.2.0.1.0:   10g Oracle Home is:/u01/app/oracle/product/10.2.0       New home path set and ...
  • Upgrade 10.2.0.1 to 10.2.0.5 (version upgrade):
    Upgrade 10.2.0.1 to 10.2.0.5 (version upgrade):   First  10.2.0.1 DB full backup Take the full backup of the PROD db using RMAN or...
  • BACKOUT FROM 10.2.0.1 to 9.2.0.7 (DOWNGRADE):
    BACKOUT FROM 10.2.0.1  to 9.2.0.7 (DOWNGRADE): $ .oraenv      ORACLE_SID:prod $sqlplus “/ as sysdba” SQL> startup downgrade ...
  • Temp file wise usage:
    Temp file wise usage: set lines 152 col FILE_NAME for a30 col TABLESPACE_NAME for a10 col BYTES for a12 col MAXBYTES for a12 ...
Venish VK. Watermark theme. Powered by Blogger.