Home Home Screenshots Download Documentation Contact Licensing

Documentation: Aqua Data Studio 4.7     HTML Documentation download, ZIP: ads-docs.zip (Size: 20MB) / ads-docs-no-shots.zip (Size: 368KB)
  Getting Started
  Installation
  JDBC Drivers
  I. Oracle
  II. DB2 UDB
  III. SQL Server
  IV. Sybase ASE
  V. Sybase Anywhere
  VI. Informix
  VII. PostgreSQL
  VIII. MySQL
  Character sets
  Registering Servers
  I. MSDE 2000
  II. SQL Express 2005
  III. PostgreSQL SSL
  Application
  I. Browser & Scripting 
  II. Visual Editing
  III. SQL History
  IV. Shortcut Toolbar
  V. Options
  VI. Settings
  Query Window
  I. Basics
  II. Shortcut Keys
  III. Toolbar
  IV. Server Side Comments
  V. SQL Automation
  VI. Variable Binding
  VII. Results
  VIII. Save Results
  IX. Auto-completion
  X. SQL Formatter
  XI. Permissions
  XII. Parameterized
  Visual Explain Plan
  I. Basics
  II. Explain Plan
  III. Explain Diagram
  IV. Whiteboard
  Procedure Editor
  Tools
  I. Table Data Editor
  II. Script Generator
  III. ER Diagram
  IV. Query Builder
  V. Import Tool
  VI. Export Tool

  Oracle DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Rollback Manager
  IV. Log Manager
  V. Security Manager
  VI. Session Manager
  VII. SGA Manager
  VIII. Server Statistics
Storage Manager - Provides manageability of the Oracle tablespaces and datafiles. Allowing a user to visualize and maintained storage. Including object and file IO statistics.


Toolbar Operations -

Refresh : Will refresh all tabs in the storage manager from the database
Expand All: Expands all tree nodes in the tree tab
Collapse All: Collapses all tree nodes in the tree tab
Create Tablespace: Create a new tablespace
Edit Tablespace: Edit the selected tablespace
Drop Tablespace: Drop the selected tablespace
Tablespace Properties: View properties of selected tablespace
Coalesce Tablespace: Coalesce the selected tablespace
Create Datafile: Create new datafile in selected tablespace
Edit Datafile: Edit selected datafile
Datafile Properties: View properties of the selected datafile
Size: Determines the unit in which to show size columns in the tab results

Tree Tab - Hierarchical display of the tablespaces and datafiles.

Name: Name of the tablespace or datafile
Path: Path of the datafile
Status:Tablespace status {ONLINE, OFFLINE, READ ONLY}
Contents: Tablespace contents {UNDO, PEERMANENT, TEMPORARY}
Logging: Default logging status {LOGGING, NOLOGGING}
Size: Total allocated space for the tablespace or datafile
User Size: Total space available for data in the tablespace or datafile
Free space: Total space available in tablespace or datafile
Space Used (Percent): Percentage of space used in tablespace or datafile
Coalesced: Percentage of space coalesced in tablespace

Storage Manager
Tablespaces Tab - Provides a list tablespaces and detailed information on each tablespace.

Name: Name of the tablespace
Status: Tablespace status {ONLINE, OFFLINE, READ ONLY}
Extent Management: Indicates whether the extents in the tablespace are dictionary managed (DICTIONARY) or locally managred(LOCAL)
Contents: Tablespace contents {UNDO, PEERMANENT, TEMPORARY}
Logging: Default logging status {LOGGING, NOLOGGING}
Size: Total allocated space for the tablespace
Free space: Total space available in tablespace
Used space (percent): Percentage of space used in tablespace
Coalesced: Percentage of space coalesced in tablespace
Initial Ext: Initial extent size
Next Ext: Incremental extent size
Min Ext: Minimum number of extents
Max Ext: Maximum number of extents
PCT Increase: Percent increase for extent size

Oracle Tablespace Manager
Datafiles Tab - Provides a list datafiles and detailed information on each datafile.

Name: Name of the database file
Path: Filesystem path of the database file
Tablespace: Name of the tablespace
Status: Database file status {AVAILABLE or INVALID}
Contents: Datafile contents {UNDO, PEERMANENT, TEMPORARY}
Logging: Default logging status {LOGGING, NOLOGGING}
Size: Total allocated space for the datafile
Free space: Total space available in datafile
Used space (percent): Percentage of space used in datafile
Auto extent: Whether the datafile auto extends file size
Increment by: Increment size for auto extent
Max Size: Maximum extendable size

Oracle Datafiles Manager
Objects Tab - Provides a complete list of objects stored in a specified tablespace.

Owner: Username of the object owner
Object Name: Name of the object
Object Type: Object type {INDEX PARTITION, TABLE PARTITION, TABLE, CLUSTER, INDEX, ROLLBACK, DEFERRED ROLLBACK, TEMPORARY, CACHE, LOBSEGMENT, LOBINDEX}
Size: Object size
Initial Ext: Size requested for initial extent size
Next Ext: Size of next extents
Num Ext: Number of extents allocated to object
Max Ext: Maximum number of extents for object

Oracle Objects by Tablespace
Fragmentation Tab - Displays fragmentation information on tablespaces in the database.

Tablespace: Name of the tablespace
Total blocks: Total available blocks
Empty blocks: Empty blocks
Total # Extents: Total number of extents
Largest: Largest available block size
Smallest: Smallest available block size
Average: Average size of available blocks

Oracle Fragmentation
File IO Stats Tab - Read and write performance statistics on the datafiles for the database tablespaces.

Tablespace: Name of the tablespace
Filename: Name of the datafile
Path: Name of the datafile path
Phy Reads: Number of physical reads done
Phy Blk Reads: Number of physical blocks read
Read Pct: Percent of reads of all reads on all tablespaces
Phy Writes: Number of times DBWR is requried to write
Phy Blk Writes: Number of blocks written to disk
Write Pct: Percent of writes of all writes on all tablespaces
Avg IO Time: Average time spent on I/O, if TIMED_STATISTICS parameter is true

Oracle File IO Statistics
Object IO Stats Tab - IO statistics for objects in the database.

Owner: Name of object owner
Object Name: Name of object
Object Type: Objec type
IO Cost: Sum of the I/O costs of operations as estimated by the optimizer's cost-based approach.
Total Size: Sum of the number of bytes produced by operations estimated by the cost-based optimizer.

Oracle Object IO Statistics

Home Screenshots Downloads Documentation Support Licensing Copyright© 2001-2006 AquaFold, Inc. All Rights Reserved