Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: what is 00922 ? how to check the error message?

Re: what is 00922 ? how to check the error message?

From: Klaus Zeuch <KZeuch_at_nospamhotmail.com>
Date: 2000/07/22
Message-ID: <8laioj$ong$15$1@news.t-online.com>#1/1

As you didn't post the statement raising that error I can only paste the error description from the manual - don't know if that helps:

ORA-00922 missing or invalid option

Cause: An invalid option was specified in defining a column or storage clause. The valid option in specifying a column is NOT NULL to specify that the column cannot contain any NULL values. Only constraints may follow the datatype. Specifying a maximum length on a DATE or LONG datatype also causes this error.

Action: Correct the syntax. Remove the erroneous option or length specification from the column or storage specification.

Regards

Klaus

"luio" <lctNOlcSPAM_at_hotmail.com.invalid> schrieb im Newsbeitrag news:0cf1aac9.b24e8032_at_usw-ex0104-025.remarq.com...
> ?
> how to solve it?
>
>
> -----------------------------------------------------------
>
> Got questions? Get answers over the phone at Keen.com.
> Up to 100 minutes free!
> http://www.keen.com
>
Received on Sat Jul 22 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US