473,394 Members | 1,709 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,394 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 2795

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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.