473,700 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

query to get list of tables

10 New Member
How to list all the tables created in oracle.
how to create views on tables and wat r they for...im very new to oracle...pls help me..
Feb 9 '07 #1
6 158326
palani12kumar
60 New Member
Try this to see all the tables created:

Expand|Select|Wrap|Line Numbers
  1.  
  2. SQL>select * from tab;
  3.  
  4.  
Feb 10 '07 #2
yadav
2 New Member
Try this to see all the tables created:

SQL>select * from tab;

Expand|Select|Wrap|Line Numbers
  1.  
  2. sql>>select tname from tab:
  3.  
  4.  
this will give u the list of tables
view:
views are used to combine 2 or more tables data into one table so as to avoid
joining conditions for the repeatedly used data.



cheers
yadav
Feb 12 '07 #3
richardson
10 New Member
sql>>select tname from tab:
this will give u the list of tables
view:
views are used to combine 2 or more tables data into one table so as to avoid
joining conditions for the repeatedly used data.



cheers
yadav
Thanks for ur reply yadav....

wat is the difference from using
Expand|Select|Wrap|Line Numbers
  1.  
  2. select * from tab (select tname from tab)
  3.  
  4. --and
  5.  
  6. select * from user_tables
  7.  
wen would their usage is appropriate...
wat is the previledges offered by a dba in such scenarios to a normal user.
Feb 12 '07 #4
bhartiakhilesh
1 New Member
How to list all the tables created in oracle.
how to create views on tables and wat r they for...im very new to oracle...pls help me..
simple way to find all tables created by user
Expand|Select|Wrap|Line Numbers
  1. SELECT*FROM TAB;
  2.  
Feb 14 '07 #5
sowmy
1 New Member
How to list all the tables created in oracle.
how to create views on tables and wat r they for...im very new to oracle...pls help me..
Expand|Select|Wrap|Line Numbers
  1.  
  2. SELECT * FROM user_tables;
  3.  
  4. --or
  5.  
  6. SELECT table_name FROM user_tables;
  7.  
  8.  
Jan 4 '08 #6
amitpatel66
2,367 Recognized Expert Top Contributor
Hi All,

Please make sure you make use of [code] tags when ever you post any source code in this forum.

MODERATOR
Jan 4 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3254
by: Ralph Guzman | last post by:
TASK: I have to generate a report with all categories, subcategories and products in database. PROBLEM: I want to write one query that will return: 1. category 2. subcategory: determined by parent_id 3. products in each category or subcategory.
5
1536
by: Jim | last post by:
This SQL query has been driving me nuts, I am sure there is a simple way of doing this but I am afraid it is eluding me at the moment. I have two tables: Table1 X Y ----------- ----------- 1 12 2 41
9
130340
by: Peter Moscatt | last post by:
Is there a SQL command I can issue which will list all the TABLES within a database ? Pete ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
3
19814
by: maricel | last post by:
Is there a way to list (using db2 command or catalogs) to list hierarchy of table parent & child relationship: 1) A list that shows which table should be deleted first,second,third... 2) A list that shows which table should loaded first, second,third... Your help would be highly appreciated. maricel.
2
1883
by: Gabriel | last post by:
Hi, The following will generate a list of all tables and queries froma db: SELECT MSysObjects.Type, MSysObjects.Name, MSysObjects.DateCreate, MSysObjects.DateUpdate FROM MSysObjects WHERE (((MSysObjects.Type)=1 Or (MSysObjects.Type)=5) AND ((Left(,4))="MSys")) ORDER BY MSysObjects.Type, MSysObjects.DateCreate;
1
1508
by: mike_dba | last post by:
I am trying to determine which tables in my database are being joined and by what columns. I then came up with a query against EXPLAIN_PREDICATE that returns rows similar to the following: (Q1.PERIOD_KEY = Q2.PERIOD_KEY) My problem is tying this Q1 & Q2 back to a tablename? Does anyone know how this may be done? Or perhaps a suggestion on how better to obtain this information.
2
9162
by: Danny | last post by:
Hello, We imported a bunch of tables from a database and realized that the primary keys weren't copied to the destination db. In order to re- create the keys, we need to know which tables have them. Is there a command that I can use (on the source db) to find out which tables contain primary keys? The db has hundreds of tables and I'd rather not go through each one to see which has a primary key. Also, for future reference, is there a...
1
4895
dlite922
by: dlite922 | last post by:
hey fellas (and ladies) I need help with making a query. My tables are: (Simplified) case: id violatorID number
2
1831
by: wevans | last post by:
I have 3 tables, Customer, Offsite Service and service. I need to create a sales report/query based on the results of the user input, which is a date range. I've got it working great with two of the tables, but not the third. Here's the code for the working one I have now. SELECT ., ., First(.Date) AS , Sum(.Price) AS Price FROM INNER JOIN ON .ID = .ID GROUP BY ., ., . HAVING (((First(.Date))>= And (First(.Date))<)) ORDER BY .; Now...
9
19181
by: BhanteU | last post by:
I have written code to close all open reports, or close all forms (except a couple), using code similar to the following: While Application.Reports.Count > 0 DoCmd.Close acReport, Application.Reports(0).Name, acSavePrompt Wend I can’t figure out how to do the same thing with the half-dozen or so small query windows (tables) that may remain open when I finish a particular task. I have to click the close button on the Title bar of each...
0
8641
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9204
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7799
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4397
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4650
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2380
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.