Results 1 to 4 of 4

Thread: Investigation of database and its component

  1. #1
    Join Date
    Nov 2009
    Posts
    56

    Investigation of database and its component

    Hello, I am not much familiar about database terms and willing to know the space of whole database and its component,suggest me some way to find out these things from database. I have used some queries to know tablespaces but I didn't found Free space column.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Investing about database and its component

    You can check every action of your database using some provided tools like base tables and dynamic views.

    Before doing anything,you have to access on the administration account of database otherwise you can not investigate anything from database.

    There are two different method through which you can check the status of your database :

    1. Base tables (Physical database information)
    2. Database dynamic views(logical database information)

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Investigation of database and its component

    You can get the information of database using dynamic views. It fetches the required information from database instance when it is running without any error.
    These view are created when administrator executes the following files from admin folder of ORACLE_HOME"catproc.sql" and "catalog.sql".These files are responsible for creation of dynamic views.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Investigation of database and its component

    These are some views and base tables from where you can get the information about database configuration.

    From Dynamic Views

    1. V$database -information of database
    2. V$instance -information of instance
    3. v$logfile -information of redo log files
    4. V$log -About log groups and members
    5. v$datafile -About datafiles

    From Base Tables which provide much more information

    1. DBA_TABLESPACES
    2. DBA_DATA_FILES
    3. DBA_LOG_FILES
    4. DBA_FREE_SPACES

Similar Threads

  1. Sony Vaio Z2 PMD driver testing and investigation
    By The $ Vance in forum Portable Devices
    Replies: 2
    Last Post: 27-12-2011, 05:46 PM
  2. Creating Database link in database
    By Lachlann in forum Software Development
    Replies: 3
    Last Post: 28-01-2010, 01:17 PM
  3. convert filemaker pro database to access database
    By Czack in forum MS Office Support
    Replies: 3
    Last Post: 15-04-2007, 01:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,315,324.41345 seconds with 17 queries