Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
 

ss

Oracle Tips by Burleson 

Chapter 6 Oracle Tablespace and File Internals Scripts

The dba_libraries view contains five fields that are monitored through the dba_libraries view. A monitor report is shown below. The output from the library report script follows.

lib_rep.sql

COLUMN owner           FORMAT a8    HEADING 'Library|Owner'
COLUMN library_name    FORMAT a15   HEADING 'Library|Name'
COLUMN file_spec       FORMAT a30   HEADING 'File|Specification'
COLUMN dynamic         FORMAT a7    HEADING 'Dynamic'
COLUMN stauts          FORMAT a10   HEADING 'Status'
BREAK ON owner
SET FEEDBACK OFF VERIFY OFF LINES 78 PAGES 58
ttitle 'Database External Libraries Report'
SPOOL lib_rep.lis
SELECT
   owner,
   library_name,
   file_spec,



 

The Oracle script collection contains more than 600 working Oracle scripts.  You can download them immediately at this link:
 


 

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks