Menu

#40 Table parsing : missing 'BYTE' token

next_release
open
nobody
None
5
2004-06-16
2004-06-16
Strangerke
No

Hi,

The following table definition would result in an error :
CREATE TABLE t_imp_isabel_det
(
id NUMBER(10),
commnctn VARCHAR2(60 BYTE)
);

The (optional) BYTE keyword is not defined in the
grammar.

Best regards,
Arnaud

Discussion

  • Nobody/Anonymous

    The same is true for the alternative CHAR

     
  • foxnsk

    foxnsk - 2012-12-24

    The same with PL/SQL type - on code

    type g_dsc_Rec_T is record(
    id number,
    dsc varchar2(4000 char)
    );

    i got:

    Error parsing line 7, column 36
    Last consumed token: "4000"
    net.sourceforge.pldoc.parser.ParseException: Encountered "char" at line 7, column 36.
    Was expecting one of:
    ")" ...
    "," ...

    Friends, please, fix this bug ! Thank you !

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.