Creating Tables

The user name you use to create the connection must have adequate privilege to create a table, either by having been granted CREATE TABLE privilege or having been granted a role such as administrator that contains that privilege. If you did not create the connection with a user possessing the correct privileges, you will not be able to select Table from the New Gallery.

To create a table:

  1. Select View | Connection Navigator .
  2. Expand Database and select a database connection.
  3. In the connection, expand a schema and right-click the Tables folder.
  4. Choose New Table to open the Create Table wizard.
  5. In the pages of the wizard enter parameters and select options to define the table.
  6. Click Next.
  7. On the Finish page, click Finish to create the table.

For information about how to fill in values for the the wizard parameters and options, click Help in the dialog, or see the CREATE TABLE section of the Oracle Database SQL Reference, available from the Oracle Technology Network (OTN) at http://www.oracle.com/pls/db92/db92.homepage.

Context Menu Shortcut:


Editing Tables
Creating, Editing, and Dropping Schema Objects
Working with the Database

 

Copyright © 1997, 2004, Oracle. All rights reserved.