The differences between CAT and table TAB

1. What is the difference between cat and TAB?
2. why TAB does not exist in dict?
3. that the same situation for cat and TAB?

Thanks a lot for your answer kindly.

sys@ORCL > cat desc
Name Null? Type
----------------------------------------------------- -------- ------------------------------------
TABLE_NAME NOT NULL VARCHAR2 (30)
TABLE_TYPE VARCHAR2 (11)

sys@ORCL > tab desc
Name Null? Type
----------------------------------------------------- -------- ------------------------------------
TNOM NOT NULL VARCHAR2 (30)
TABTYPE VARCHAR2 (7)
NUMBER OF CLUSTERID

sys@ORCL > select * dict where table_name = "CAT";

TABLE_NAME COMMENTS
---------- -----------------------------------
Synonym of cat for USER_CATALOG


sys@ORCL > select * dict where table_name = 'USER_CATALOG ';

TABLE_NAME COMMENTS
-------------------- -----------------------------------------------------------------
USER_CATALOG Tables, views, synonyms, and sequences belonged to the user

You've posted enough to know that, for each position, you will need to provide your version of Oracle 4-digit (SELECT * FROM V$ VERSION)
>
1. What is the difference between cat and TAB?
2. why TAB does not exist in dict?
3. that the same situation for cat and TAB?
>
1, 2, 3 - TAB has been deprecated then don't use it.

Definitioni of base for those located in the reference database
http://docs.Oracle.com/CD/B28359_01/server.111/b28320/statviews_2127.htm#sthref1535
>
CAT

CAT is a synonym for USER_CATALOG.
. . .
USER_CATALOG

USER_CATALOG lists all the tables, views, clusters, synonyms, and sequences belonged to the current user. Its columns are the same as those of "ALL_CATALOG".
. . .
DICT

DICT is a DICTIONARY.
. . .
DICTIONARY

DICTIONARY contains descriptions of data dictionary tables and views.
. . .
TAB

TAB is included for compatibility. Oracle recommends that you do not use this view.
>
TAB has been deprecated. He looks like the cat because it shows the USER objects, but it does not show the sequences, like the cat.

If you look at the source code for the views TAB and USER_CATALOG you can see the differences. This code is copyrighted by Oracle Corporation, all rights reserved.

/* Formatted on 1/1/2013 8:50:07 AM (QP5 v5.115.810.9015) */
CREATE OR REPLACE FORCE VIEW SYS.TAB
(
   TNAME,
   TABTYPE,
   CLUSTERID
)
AS
   SELECT   o.name, DECODE (o.type#,
                            2,
                            'TABLE',
                            3,
                            'CLUSTER',
                            4,
                            'VIEW',
                            5,
                            'SYNONYM'), t.tab#
     FROM   sys.tab$ t, sys."_CURRENT_EDITION_OBJ" o
    WHERE       o.owner# = USERENV ('SCHEMAID')
            AND o.type# >= 2
            AND o.type# <= 5
            AND o.linkname IS NULL
            AND o.obj# = t.obj#(+);
. . .
/* Formatted on 1/1/2013 8:54:45 AM (QP5 v5.115.810.9015) */
CREATE OR REPLACE FORCE VIEW SYS.USER_CATALOG
(
   TABLE_NAME,
   TABLE_TYPE
)
AS
   SELECT   o.name,
            DECODE (o.type#,
                    0, 'NEXT OBJECT',
                    1, 'INDEX',
                    2, 'TABLE',
                    3, 'CLUSTER',
                    4, 'VIEW',
                    5, 'SYNONYM',
                    6, 'SEQUENCE',
                    'UNDEFINED')
     FROM   sys."_CURRENT_EDITION_OBJ" o
    WHERE   o.owner# = USERENV ('SCHEMAID')
            AND ( (o.type# IN (4, 5, 6))
                 OR (o.type# = 2 /* tables, excluding iot - overflow and nested tables */
                     AND NOT EXISTS
                           (SELECT   NULL
                              FROM   sys.tab$ t
                             WHERE   t.obj# = o.obj#
                                     AND (BITAND (t.property, 512) = 512
                                          OR BITAND (t.property, 8192) = 8192))))
            AND o.linkname IS NULL;

Tags: Database

Similar Questions

  • The difference between delete and insert transactions

    Hello

    How can I tell the difference between delete and insert in a process using Apex 5.0

    Best regards

    OraDev wrote:

    In a presentation table when you click the "Delete" button checked the database update triggers trigger I do not know why

    Do you really mean 'database trigger', or are you referring to a process of page APEX? Ensure that the tabular form MRU delete process conditional on the button DELETE and that the MRU update process is conditional on the "SAVE" button.

  • What is the difference between Count (*) and Count (1)?

    Hello

    can you please what is the difference between Count (*) and Count (1)?

    I saw that Count (*), Count (1), Count (2)... etc return values from a table. Is there an exact difference between them?

    Have you read the forum space FAQ? I'm sure that you don't have because it is answered there.

    It is also answered via Google.

    The short answer is: there is no difference, unless you use count (1), count (2), etc. instead of count (*) it makes you look like an amateur.

  • Explain the difference between OIA and Global users

    Hi all;

    I have question: explain the difference between OIA and Global users

    smbd explain this issue?

    --
    Eugene

    Globalusers are your HR users typically & stored in the table globalusers-> http://wikis.sun.com/display/OIA11gDocs/GlobalUsers+Module

    While the OIA users are users with access to the OIA console for example certifiers etc & stored in the RBX tables *-> http://wikis.sun.com/display/OIA11gDocs/Security+Module#SecurityModule-RBXUSERSTable

  • What is the difference between EPMA and Essbase Studio

    If the two are not used to design applications?

    And a really need Essbase Studio?
    What is the difference between EPMA and Essbase Studio

    ^ ^ ^ It's a little confusing, isn't? As far as I understand the role of EPMA, it is a way to share dimensions and common data between several products Oracle EMP including Planning, Essbase and HFM. In fact, I don't know if other products live in EPMA. What is EPMA not have is a great way to supply or manipulate the dimension and fact tables (or files). Oh, there are tables of the interface, but you will write the code/use the utility of dimension EPMA to load dimensions. I must say that I never tried to load through EPMA data so that someone else will have to pronounce on it. Once the dimensions are built, you can deploy Essbase (and other products) of common and specific to the database dimensions.

    Studio is the tool you will use to go against a data warehouse, or something terribly close a data warehouse to build Essbase databases. Just for Essbase - HFM, planning, etc. are not the targets of the Studio release.

    What gets confusion / intriguing, is that when EPMA deploy Essbase apps, it uses Studio under the covers to do. So the interesting implementations where people use Studio (which is much more flexible than EPMA because it is a development tool as opposed to a dimension/data management application) to read the tables, EPMA interface (and as far as I know, the EPMA base tables) and create Essbase applications like that.

    If you think that there is overlap, I agree with you, but you can see that they are not the same.

    And a really need Essbase Studio?

    ^ ^ ^ Do not use Studio to build Essbase databases. You can go hog wild in EAS with loading SQL rules if you want, even if at some point it will be probably easier and simpler to build in the Studio. Although the Studio has been mentioned as the replacement of EAS for awhile, I suspect the effort required to build a database in Studio will keep around for quite a while EAS or Studio Lite will be out. There is a lot to say (sometimes) for the incredible flexibility EAS/Essbase-Studio requires a more methodical approach and EPMA has a very formal set of standards and methods.

    Phew, I'm sorry, I wrote a book on this subject and I bet you get a lot of differences of opinion on that.

    If you are interested in the Studio, you could do well to take a copy of 'Look smarter than you are with Oracle Essbase Studio 11' of Glenn Schwartzberg. I don't get a penny from the sale while I was among the writers of copy (Hey, I got a mention in the acknowledgements). It's a good book and an excellent introduction to the tool.

    Kind regards

    Cameron Lackpour

  • What is the difference between oracle and peoplesoft databases

    What is the difference between oracle and peoplesoft databases. How the tables of metadata between the two relate?

    According to my understanding, peoplesoft database exists as a schema on the oracle database.
    Please correct me if iam wrong.

    user4212454 wrote:
    ...
    The second statement, I realized that each schema created its specific use.
    for example, peoplesoft had 1000 objects (including the peopletools and application and system tables), each schema created above has access restrictions different on these database of 1000 objects. Am I wrong?

    Yes, each schema has its own purpose and the grant for objects of Peoplesoft. SYSADM is the owner of the objects of Peoplesoft with all rights. PS is the owner of one and same table, PSDBOWNER and the PEOPLE is granted to select three of these tables (PSOPRDEFN and PSACCESSPRFL PSDBOWNER).

    In addition, for DB2, what are the patterns of PeopleSoft?

    It is located in the installation documentation dedicated to the database you want to work on:
    http://download.Oracle.com/docs/CD/E15742_01/PSFT/HTML/docset.html

    The first statement, could you please elaborate on the part highlighted.

    A "Peoplesoft database" is nothing, it's terms to refer to a database containing everything you need to make a Peoplesoft application running.

    Nicolas.

  • In Oracle Forms what is the difference between regions and the blocks?

    Hello
    In Oracle Forms what is the difference between regions and the blocks?
    Thank you
    Siva

    Hey Shiva
    in oracle forms block are entities that represent your data (table, views, etc.), you can say like EOs and your.
    Well, I don't know about the regions in forms.

  • What is the difference between extensions and Plugins and Add-ons?

    I'm sorry if here is not the right place for this post.

    What is the difference between extensions and Plugins and Add-ons? Apparantely, they differ in some sense or aspect, but I do not know how. Please, if it is not too complicated, explain in detail and simple language. Thanks in advance to 1 million.

    Kind regards
    Danesh

    Hi Danesh,

    You should take a look at this article for an explanation. Plugins and extensions are essentially types of Add-ons as well as of the characters and themes.

    Hope this helps!

  • What is the difference between Firefox and Namoroka 64-bit? I have a 64-bit computer. Which should I use?

    What is the difference between Firefox and Namoroka 64-bit?
    I have a 64-bit computer. Which should I use?

    The officially supported only is Firefox - which is your best choice, unless you want to test the new features...

    http://www.Mozilla.org/en-us/Firefox/new/

  • What is the difference between dawn and the beta?

    What is the difference between dawn and the beta?

    Beta is the next version of Firefox that is due to be released in 5 weeks, and Aurora is the one after that--like an Alpha version of development.

  • Is the difference between TSMC and Samsung Chip in the real Iphone 6 s? If this is the case, how can I found it before buying a new? How can I

    Is the difference between TSMC and samsung chip processors in the real Iphone 6 s? If this is the case, how can I found it before buying a new one?

    No, it isn't.

  • What is the difference between AXIEM and EMSIght? What are the benefits of AXIEM by EMSight if any?

    I wonder what are the differences between AXIEM and EMSight. Are associated with application? One is better than the other? Please explain.

    AWR estimated AXIEM most powerful plan EM Simulator around.   AXIEM is at the center of continuous research and improvement, while EMSight is only worked on if revealed serious flaws.  Here is a summary of the differences:

    Mesh

    • EMSight must mesh the nearest grid drivers using rectangles.  This causes the mesh to have more elements mesh when there are small and large geometries.  The grid should be small enough to capture the small geometry but then causes large geometries to mesh more.   In addition, angled or curved structures causes inefficiencies mesh.

    • AXIEM STS forms, rather than a grid.  In addition, the mesh can be rectangle or triangle.   This allows a much more efficient mesh.   AXIEM generally have a much more efficient

    • AXIEM contains the ability to process forms to clean geometries that cause inefficiencies of the mesh.  EMSight does not have this feature.

    • AXIEM can forms thick metal mesh, EMSight can not, and user must make approximations when thick metal will change coupling (loss is recorded properly with the thickness of the metal)

    Ports

    • The ports are for the most part similar, but parasites due on AXIEM ports are less.  In addition, the AXIEM has a side wall, thus the effects of not move of the terms of reference of the edge of the line are a lot less AXIEM in.

    • Ports can be added to most any place in geometry with AXIEM.  For EMSight, the ports are usually only added outside the geometry and have limitations to the aircraft on either side of the reference speaker.

    Problem solvers

    • EMSight does not have a low frequency Solver.  Stop low-frequency and then extrapolate to DC.  This usually works well, but you must take into account if the extrapolation is accurate.  AXIEM presents both a low and high frequency Solver so will do better in a low frequencies generally much better in DC.

    • Solver of EMSight scales O (n) ^ 2 for memory and O (n) ^ 3 for the moment.   It has a special algorithm to break the question of memory, but the question of time is the killer.  AXIEM has a direct Solver which scales in the same way and an iterative Solver which will scale O (nlogn).   In other words, AXIEM can solve a lot of bigger problems than EMSight.

    • Several AXIEM processes are multithreaded as EMSight.

    Speaker

    • EMSight is inside a perfect driver side wall.   This works well if you the circuit is in the same cavity.  If not, you must know the rules of them on to the forms of space of the flanks and how that much to extend the port could reference planes.   AXIEM is not here.   AXIEM does not currently have to simulate a perfect driver side wall.

    I don't know that I missed a few aspects of the tools.   From the point of view of the AWR that AXIEM is the tool of choice, except in a few cases have been EMSight may be required.

  • What is the difference between tear and Brüning cd

    What is the difference between tear and Brüning a cd.

    Hi SirNickLong,
    Here are a few links to explain the difference:
    http://Windows.Microsoft.com/en-us/Windows-Vista/rip-music-from-a-CD
    http://Windows.Microsoft.com/en-us/Windows-Vista/demo-burn-a-CD-or-DVD
    hope this helps,
    Eddie B.

  • What is the difference between nc6320 and nx6320 laptops?

    What is the difference between nc6320 and nx6320 laptops?

    Can I use the same drivers for each of them?

    Hello:

    There is not much difference.

    If you want to compare all the details you can check this link:

    http://h18000.www1.HP.com/products/QuickSpecs/12428_div/12428_div.PDF

    You can probably use the same drivers for either, but they all have both their own support pages and separate driver.

    nc6320:

    http://h20000.www2.HP.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=1839154&lang=en&cc=us&TaskID=135&prodSeriesId=1839146&prodTypeId=321957

    NX 6320:

    http://h20000.www2.HP.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=1839169&lang=en&cc=us&TaskID=135&prodSeriesId=1839144&prodTypeId=321957

    Paul

  • What is the difference between MP3 and WMA?

    explain more about the difference between mp3 and wma. I have and IPOD Touch but I want to use my computer to store all my music and videos, but want to put it on my IPOD as well.

    In addition, iPods do not support the WMA format, then you probably want to use the MP3.

Maybe you are looking for

  • macOS Sierra makes Macbook Pro running hot

    After updating all analytical images and processes of photo/cloud that the computer is super hot, and the fan is going like crazy. I want to use these features, but the macbook pro gets so hot that it burns the legs although jeans. Also very disappoi

  • What happened to the R7000 1.0.6.28 firmware?

    I went to the download on netgear.com and site more see the firmware 1.0.6.28 or 1.0.5.XX. What happened to them? Should I be uninstall and go back to an older version?

  • How to capture multiple line String using regular expressions?

    Hello I have a simple program like this: What I want to accomplish is to capture everything between > start and > to end with a single regular expression matching node. It seems that the definition of multiples? true or False does not help. I'm using

  • where can I find download Windows Live One Care?

    I uninstalled Windows Live One Care today and I would like to re - install. Cannot find a download of it. Help?

  • Windows 7 allows me to adjust my screen resolution.

    I upgraded my Dell from XP to Windows 7 and it will not allow me to adjust my resolution. I have a screen of slats, and the settings are stuck to the 16-bit with resolution of 640 x 480 color. I have updated all the possible drivers and even download