If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > how to create table in SQL*PLUS worksheet?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 02:57
sjgrad03 sjgrad03 is offline
Registered User
 
Join Date: Aug 2003
Location: san jose, CA
Posts: 68
how to create table in SQL*PLUS worksheet?

Dear dbforums members:

I want to know how to creat a table using SQL*PLUS worksheet.

I saw help menu /enterprise manager console/schema management/create table

The instructioin says choose create from the object menu. I didn't see such icon in menu bar in SQL*PLUS worksheet

I login in as scott/tiger


Could anyone tell me how can I create table in SQL*PLUS worksheet.

sjgrad03
12-10-03
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 04:08
marianmt marianmt is offline
Registered User
 
Join Date: Dec 2003
Location: SLOVAKIA
Posts: 10
Hi,

you have to edit some "create table" command..

for example :

create table test
(tmp varchar2(5));

..then click on the "EXECUTE" icon.....


SQL*Plus worksheet doesn't have a "create" icon....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On