SQL Language (MOSC)

MOSC Banner

Trying to Precreate a table in oracle 11g R2 so I can finish a import of a database need help with S

edited Jun 21, 2013 4:23PM in SQL Language (MOSC) 26 commentsAnswered ✓
This is what it gave me out of the import show=y code. I need the title size to increase to 60 so the import will work can anyone correct the code for me please. I have been trying for hours and can not get it to work


 "CREATE TABLE "COOS_FMS"
 (
"LOCATION" VARCHAR2(60), "PNUMBER" VARCHAR2(10),
 ""
 "TITLE" VARCHAR2(30), 
"MONYEAR" NUMBER(4, 0), 
"MONMNTH" NUMBER(2, 0), 
"MONAO"
 "BL" NUMBER(10, 3), 
"MONAEXP" NUMBER(10, 3),
 "MONAOUT" NUMBER(10, 3), 
"MONFL"
 "AG" VARCHAR2(2), 
"MONORDER" VARCHAR2(2))  PCTFREE 10 PCTUSED 40 INITRANS 1 "
 "MAXTRANS 255 LOGGING STORAGE(INITIAL 880640 NEXT 430080 MINEXTENTS 1 MAXEXT"
 "ENTS 121 PCTINCREASE 50 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) "
 "TABLESPACE "COOS""

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center