473,320 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ORA-00922: missing or invalid option

Hi Everyone,

Please help me on this. Thanks.

Expand|Select|Wrap|Line Numbers
  1. CREATE TABLE PREMIA_BONUS_REF
  2. (
  3.   PC_CODE           VARCHAR2(50)                  ,
  4.   POL_PROD_CODE     VARCHAR2(50)                  ,
  5.   POBH_MKT_CODE     VARCHAR2(50)                  ,
  6.   AGENT_RANK_DESC   VARCHAR2(50)                  ,
  7.   BONUS_RATE        NUMBER(14,3)
  8.   START_DATE        DATE,
  9.   END_DATE          DATE,
  10.   CREATED_ON        DATE                          default sysdate,
  11.   CREATED_BY        VARCHAR2(30)                  default user,
  12.   MODIFIED_ON       DATE                          default sysdate,
  13.   MODIFIED_BY       VARCHAR2(30)                  default user,
  14. )
  15. TABLESPACE FFCCPOL
  16. PCTUSED    40
  17. PCTFREE    10
  18. INITRANS   1
  19. MAXTRANS   255
  20. STORAGE    (
  21.             INITIAL          20K
  22.             MINEXTENTS       1
  23.             MAXEXTENTS       2147483645
  24.             PCTINCREASE      0
  25.             FREELISTS        1
  26.             FREELIST GROUPS  1
  27.             BUFFER_POOL      DEFAULT
  28.            )
  29. LOGGING 
  30. NOCACHE
  31. NOPARALLEL
Mar 16 '15 #1
0 2793

Sign in to post your reply or Sign up for a free account.

Similar topics

28
by: Brent Eamer | last post by:
function SetDefaultDate() { d = new Date(); return d; } ........ <TD align=left> Start Date: </TD> <TD align=left> <SELECT name="batchStartDate" size="1" maxlength="50"...
3
by: Fred Chateau | last post by:
Still working on my XML DataSet... Having moved on past difficult and complex problems, resolved with the assistance of everyone here, I find myself facing yet another problem. My XML document...
2
by: rpeterson84 | last post by:
Hi, Thanks in advance to for the help!!!!! When the page loads, "Application Inventory" is selected by default --- I want to use a mouse.click to select "Systems Compliance", BUT HOW? I'm...
6
by: Yew12 | last post by:
Hi, Does anyone know why I get this error when I run this script. Create table ROOM (ROOM_ID number(4), PROPERTY_ID number(4) Not Null, ROOM_TYPE char(15) Not Null, HEATING char(3)...
2
by: Stewart Robert Hinsley | last post by:
I had revised some of my web pages 1) generate content from a CSV file using PHP 2) use PHP classses for ease of maintenance. I was looking at one of the scripts yesterday, as pages using...
5
by: Shree | last post by:
Anybody with similar experience? Thx U Shree.
3
by: TiaTia | last post by:
I constantly am receiving this message when I run this script. Can anyone tell me what I am doing wrong? CREATE TABLE Pathogen(s) PathogenID VARCHAR(50), Viral VARCHAR(50)CONSTRAINT...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.