About 830,000 results
Open links in new tab
  1. ALL_TABLES - Oracle Help Center

    ALL_TABLES describes the relational tables accessible to the current user. To gather statistics for this view, use the DBMS_STATS package.

  2. Oracle Show Tables: List Tables in Oracle Database - Oracle

    In this tutorial, you have learned how to show tables in the Oracle Database by querying from the data dictionary views including user_tables, all_tables, and dba_tables.

  3. How to create a table in Oracle SQL - Tricentis

    Learn how to create a table in Oracle SQL with this guide. Discover best practices, data types, and performance tips to optimize your database design.

  4. How to List All Tables in Oracle Database? | Vinchin Backup

    Jun 26, 2025 · This post describes how to list all tables in an Oracle database using five methods, and offers step-by-step queries for DBA, user, and accessible tables.

  5. Oracle Database/Tables - Wikibooks, open books for an open …

    Apr 16, 2020 · The Oracle architecture considers one database per server, in which we can find several tablespaces, equivalent to the MySQL and MS-SQL databases objects, containing …

  6. Listing Tables in Oracle: Three Different Approaches:

    Sep 9, 2025 · When working with Oracle database systems, database administrators and developers frequently need to explore table structures and review ownership metadata. In this …

  7. Managing Tables - Oracle Help Center

    To view and run examples related to the ones in this chapter on Oracle Live SQL, go to Oracle Live SQL: Creating and Modifying Tables. Tables are the basic unit of data storage in an …

  8. Oracle / PLSQL: Oracle System Tables - TechOnTheNet

    Below is an alphabetical listing of the Oracle system tables that are commonly used.

  9. Listing Tables in Oracle: A Comprehensive Guide | Atlassian

    Discover various methods to list tables in Oracle, from those owned by the current user to all accessible tables. Start enhancing your database management.

  10. Oracle CREATE TABLE Statement

    This tutorial shows you step by step how to use the Oracle CREATE TABLE statement to create a new table in the Oracle Database.