Exforsys

Free Training

how i know the all table names

This is a discussion on how i know the all table names within the Oracle Database forums, part of the Database category; how can i know the all tables names in oracle that are currently using. Also is there is any command ...

Go Back   Exforsys > Database > Oracle Database

Exforsys.com

  #1 (permalink)  
Old 06-17-2008, 07:21 AM
Junior Member
 
Join Date: Jun 2008
Location: pakistan
Posts: 1
payan is on a distinguished road
how i know the all table names

how can i know the all tables names in oracle that are currently using. Also is there is any command from which i know which table is mostly used
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-16-2008, 08:38 AM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Gdaniel is on a distinguished road
You can get current using table names by
SELECT * FROM USER_TABLES;

If you want to see all user tables
SELECT * FROM ALL_TABLES;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
General Ledger – Technical dongta_ndh Oracle Apps 1 09-10-2009 07:34 AM
Want to Get Table Names caradoc MySQL 5 11-19-2008 06:00 AM
Retrieve the List of Table Names seenu01 C Sharp 3 02-17-2006 03:09 PM
I am looking for a discussion about wrapping Hugh table as collection Julia Software Patterns 0 06-28-2004 07:53 AM
Kerberos FAQ, v2.0 (last modified 8/18/2000) Ken Hornstein Tech FAQ 0 04-17-2004 08:28 AM


All times are GMT -4. The time now is 01:50 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.