Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Oracle schema

Oracle schema

Scheduled Pinned Locked Moved Database
databasequestionoraclexml
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Silly Boy
    wrote on last edited by
    #1

    Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz

    G V D G 4 Replies Last reply
    0
    • S Silly Boy

      Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz

      G Offline
      G Offline
      gnjunge
      wrote on last edited by
      #2

      This is the ANSI SQL way to get all tables: select TABLE_NAME from INFORMATION_SCHEMA.TABLES

      1 Reply Last reply
      0
      • S Silly Boy

        Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz

        V Offline
        V Offline
        vaibhavcs55
        wrote on last edited by
        #3

        test:laugh:

        1 Reply Last reply
        0
        • S Silly Boy

          Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz

          D Offline
          D Offline
          d_vaibhav
          wrote on last edited by
          #4

          you can use select * from tab to get the list of all tables vaibhav.

          1 Reply Last reply
          0
          • S Silly Boy

            Hi every body! Please tell me! how can i get list of all tables in oracle database and all fields of a table? Thanks! xyz

            G Offline
            G Offline
            Guillermo Rivero
            wrote on last edited by
            #5

            SELECT * FROM USER_TABLES Free your mind...

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups