Invalid character while create table

create table is giving error. Can you please tell me what is wrong with the below code. giving error.
CREATE TABLE TTAX.TTAT_REQUESTS_ALL
   REQUEST_ID                    NUMBER,
   REQUEST_TYPE_ID               NUMBER,
   REQUESTOR_ID                  NUMBER,
   DELEGATED_REQUESTOR_ID        NUMBER,
   AUTH_NO                       VARCHAR2 (50),
   ALTERNATIVE_CONTACT_NO        VARCHAR2 (50),
   PRIMARY_OFFICE_LOCATION       VARCHAR2 (100),
   PREAPPROVED_FLAG              VARCHAR2 (5),
   CITY                          VARCHAR2 (50),
   STATE                         VARCHAR2 (50),
   START_DATE                    DATE,
   END_DATE                      DATE,
   STATE_CAR                     VARCHAR2 (50),
   JUSTIFICATION                 VARCHAR (200),
   TOTAL_ESTIMATED_AIRFARE       NUMBER,
   TOTAL_ESTIMATED_CARERENTAL    NUMBER,
   TOTAL_ESTIMATED_OTHER_TRANS   NUMBER,
   TOTAL_ESTIMATED_LODGING    NUMBER ,
TOTAL _ESTIMATED_PER_DLEM    NUMBER ,
TOTAL _ESTIMATED_OTHER_TRAVEL    NUMBER ,
PAY_BY_OUTSIDEORG_AIRFARE    NUMBER ,
PAY_BY_OUTSIDEORG_CARE_RENTAL    NUMBER ,
PAY_BY_OUTSIDEORG_OTHER_TRANS    NUMBER ,
PAY_BY_OUTSIDEORG_LODGING    NUMBER ,
PAY_BY_OUTSIDEORG_PER_DLEM    NUMBER ,
PAY_BY_OUTSIDEORG_OTHER_TRAVEL    NUMBER ,
OUTSIDEORG_AIRFARE    NUMBER              ,
OUTSIDEORG_CAR_RENTAL    NUMBER          ,
OUTSIDEORG_OTHER_TRANS    NUMBER          ,
OUTSIDEORG_LODGING    NUMBER              ,
OUTSIDEORG_RPER_DLEM    NUMBER          ,
OUTSIDEORG_OTHER_TRAVEL    NUMBER      ,
PAY_IN_FULL_FLAG    VARCHAR2(5)         ,
ORGANIZATION_NAME    VARCHAR2(50)        ,
BCO_PCA    VARCHAR2(5)                     ,
BCO_UNIT    VARCHAR2(50)                ,
BCO_DIVISION_TRACK_NO    VARCHAR2(50)    ,
BCO_REMARKS    VARCHAR2(200)               ,
BCO_FUND    VARCHAR2(4)                 ,
BCO_BLANKET_NO    VARCHAR2(4)             ,
OST_CONFIRM_FLAG    VARCHAR2(5)         ,
TRAINING_TYPE    VARCHAR2(50)            ,
EESTIMATED_ TUITION_ REG_FEE    NUMBER  ,
EESTIMATED_COST_OTHERS    NUMBER          ,
SERVER_TYPE    VARCHAR2(50)                ,
VENDOR_ID    NUMBER                      ,
COURSE_TITLE    VARCHAR2(50)            ,
COURSE _ADDRESS    VARCHAR2(50)            ,
COURSE _CITY    VARCHAR2(50)            ,
COURSE _STATE    VARCHAR2(50)            ,
COURSE _ZIP_CODE    VARCHAR2(50)        ,
DATE_FROM1    DATE                        ,
DATE_TO1    DATE                        ,
DATE_FROM2    DATE                        ,
DATE_TO2    DATE                        ,
DATE_FROM3    DATE                        ,
DATE_TO3    DATE                        ,
TRAINING_HOUR    NUMBER                  ,
TRAINING_REASON    VARCHAR2(100)           ,
TRAINING_JUSTIFICATION    VARCHAR2(200)           ,
TRAINING_COMPLETED    DATE                ,
SPONSOR    VARCHAR2(50)                    ,
ATTEND_YN    VARCHAR2(5)                 ,
STATUS    VARCHAR2(10)                    ,
CREATED_BY    NUMBER                      ,
CREATE_DATE    DATE                        ,
LASTUPDATED_BY    NUMBER                  ,
LASTUPDATE_DATE    DATE                    )

Extra Space!
21  TOTAL _ESTIMATED_PER_DLEM    NUMBER ,
22  TOTAL _ESTIMATED_OTHER_TRAVEL    NUMBER ,Try this
CREATE TABLE TTAX.TTAT_REQUESTS_ALL
   REQUEST_ID                    NUMBER,
   REQUEST_TYPE_ID               NUMBER,
   REQUESTOR_ID                  NUMBER,
   DELEGATED_REQUESTOR_ID        NUMBER,
   AUTH_NO                       VARCHAR2 (50),
   ALTERNATIVE_CONTACT_NO        VARCHAR2 (50),
   PRIMARY_OFFICE_LOCATION       VARCHAR2 (100),
   PREAPPROVED_FLAG              VARCHAR2 (5),
   CITY                          VARCHAR2 (50),
   STATE                         VARCHAR2 (50),
   START_DATE                    DATE,
   END_DATE                      DATE,
   STATE_CAR                     VARCHAR2 (50),
   JUSTIFICATION                 VARCHAR (200),
   TOTAL_ESTIMATED_AIRFARE       NUMBER,
   TOTAL_ESTIMATED_CARERENTAL    NUMBER,
   TOTAL_ESTIMATED_OTHER_TRANS   NUMBER,
   TOTAL_ESTIMATED_LODGING    NUMBER ,
TOTAL_ESTIMATED_PER_DLEM    NUMBER ,
TOTAL_ESTIMATED_OTHER_TRAVEL    NUMBER ,
PAY_BY_OUTSIDEORG_AIRFARE    NUMBER ,
PAY_BY_OUTSIDEORG_CARE_RENTAL    NUMBER ,
PAY_BY_OUTSIDEORG_OTHER_TRANS    NUMBER ,
PAY_BY_OUTSIDEORG_LODGING    NUMBER ,
PAY_BY_OUTSIDEORG_PER_DLEM    NUMBER ,
PAY_BY_OUTSIDEORG_OTHER_TRAVEL    NUMBER ,
OUTSIDEORG_AIRFARE    NUMBER              ,
OUTSIDEORG_CAR_RENTAL    NUMBER          ,
OUTSIDEORG_OTHER_TRANS    NUMBER          ,
OUTSIDEORG_LODGING    NUMBER              ,
OUTSIDEORG_RPER_DLEM    NUMBER          ,
OUTSIDEORG_OTHER_TRAVEL    NUMBER      ,
PAY_IN_FULL_FLAG    VARCHAR2(5)         ,
ORGANIZATION_NAME    VARCHAR2(50)        ,
BCO_PCA    VARCHAR2(5)                     ,
BCO_UNIT    VARCHAR2(50)                ,
BCO_DIVISION_TRACK_NO    VARCHAR2(50)    ,
BCO_REMARKS    VARCHAR2(200)               ,
BCO_FUND    VARCHAR2(4)                 ,
BCO_BLANKET_NO    VARCHAR2(4)             ,
OST_CONFIRM_FLAG    VARCHAR2(5)         ,
TRAINING_TYPE    VARCHAR2(50)            ,
EESTIMATED_TUITION_REG_FEE    NUMBER  ,
EESTIMATED_COST_OTHERS    NUMBER          ,
SERVER_TYPE    VARCHAR2(50)                ,
VENDOR_ID    NUMBER                      ,
COURSE_TITLE    VARCHAR2(50)            ,
COURSE_ADDRESS    VARCHAR2(50)            ,
COURSE_CITY    VARCHAR2(50)            ,
COURSE_STATE    VARCHAR2(50)            ,
COURSE_ZIP_CODE    VARCHAR2(50)        ,
DATE_FROM1    DATE                        ,
DATE_TO1    DATE                        ,
DATE_FROM2    DATE                        ,
DATE_TO2    DATE                        ,
DATE_FROM3    DATE                        ,
DATE_TO3    DATE                        ,
TRAINING_HOUR    NUMBER                  ,
TRAINING_REASON    VARCHAR2(100)           ,
TRAINING_JUSTIFICATION    VARCHAR2(200)           ,
TRAINING_COMPLETED    DATE                ,
SPONSOR    VARCHAR2(50)                    ,
ATTEND_YN    VARCHAR2(5)                 ,
STATUS    VARCHAR2(10)                    ,
CREATED_BY    NUMBER                      ,
CREATE_DATE    DATE                        ,
LASTUPDATED_BY    NUMBER                  ,
LASTUPDATE_DATE    DATE                    )
SQL - ORCL(SCOTT)>/
Table created.Edited by: Lokanath Giri on १३ फ़रवरी, २०१२ ३:१५ अपराह्न

Similar Messages

  • Error while creating table maintenance generator

    Hi,
    I am getting below error while creating table maintenance generator.
    Screen SAPLZtest   0002 could not be generated.   In DYNPFIELD_ATTR field LENGTH has the invalid value 241.
    Reason for that error might be:
    In the table I have a field with a dataelement(customized) of type Char and length 241.
    But in the other table Iam using the standard data element(standard) of same type(241 char).In this table Iam able to create table maintenance generator without any errors.
    And the domain Iam using is same for both the tables.
    Please help me to solve this.
    Thanks in advance,
    Sravanthi

    Hi,
    you can go to transaction se51 and go your screen. active it.. you can find thesolution.
    refer these links..
    Error in table control
    Error while creating table maintainence generator !
    Thanks and Regards,
    Ahamed.

  • Error while creating table "EDISEGMENT' entry 'BIC/CIBA0PLANT_ATTR

    While loading master data for 0PLANT, its giving me following error.
    "error while creating table "EDISEGMENT' entry 'BIC/CIBA0PLANT_ATTR"
    Please help me out.
    Thanks

    steve,
    Can you give the solution you used to correct this problem?
    This error occurred in BW during import.
    Raj.

  • Source sys Restore "error while creating table EDISEGMENT "

    Dear All,
    I am Basis person and recently we have refreshed data of Test BI system from Development BI system. we normally carry out these Refresh but In this case we have also changed Hostname and SID for Test BI system.
    We have done all BW refresh steps as per guide and during Restore of source system we
    are getting errors during datasource activation as  " error while creating table EDISEGMENT ".
    we have checked RFC and Partner profiles and working fine.
    We have 2 clients connected from source system to our Test BI box.strange thing is we got one source system activated without any errors and for second
    source system we are getting above mentioned error.
    We have reviewed notes 339957 , 493422 but our BI fuctional team is not sure whether
    those apply to our OLTP system , as one source system from same OLTP system got
    successfully activated and source system for other client giving this issue .
    Please help us out with this problem.
    we are running on BI 7.0 platform and ECC 6.0 for source.
    Regards,
    Rr

    check the relevant profiles in We20 t code and also in sm59 if the remote connection with autorisation is sucssessfull, connection is ok otherwise you need to check th paramters.
    hope this helps
    regards
    santosh

  • Erro: "Error while creating table 'EDISEGMENT'"

    Pessoal bom dia,
    quando eu vou Ativar uma Regra de Transferência retona o seguinte erro:
    Error while creating table 'EDISEGMENT'
    não estou conseguindo desvendar o que pode ser isto, e a regra não ativa de jeito nenhum.
    Alguém já passou pelo problema?

    Please post this in the Portuguese Forum...
    Regards
    Juan

  • Error: "Error while creating table 'EDISEGMENT'"

    Hi,
    When I activate a Transfer Rule return the following error:
    Error while creating table 'EDISEGMENT'
    Someone has passed the problem?

    Bom dia Marques,
    Na SAP Note 339957 tem o síntoma descrito por você.
    Solução:
    In the system where the error occurs (usually the OLTP), create and run the report RS_CHECK_TS_EDISEGMENT (with SENDING and RECEIVING LOGSYS as an entry).
    Entretanto esta nota foi substituida pela SAP Note 493422, com bem mais detalhes e indica um programa Z
    Atenciosamente,
    Fernando Da Rós
    PS: Fórum em português.

  • Error while creating table 'EDISEGMENT' entry for Transfer Structures

    Hi Guyz...
    I've been facing a few issues regarding activation of transfer structures.
    I'll explain the whole process...so it makes sense to you guys.
    I've initially activated the Transfer Structures in BI Content for Master Data. Later on we faced some issues in the DEV server. So we had to transport all the objects and store them locally on a temporary location. When the BI DEV sever, was up and running, we transported all the objects back to the server.
    Now while moving the objects back to the sever. We had an errors in the Master Data Request (Log- Method Execution). After going into the log...this is what I found.
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DIVISION_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0DISTR_CHAN_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0MATL_TYPE_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALESORG_TEXT'
    Error while creating table 'EDISEGMENT' entry '/BIC/CIIA0SALES_GRP_TEXT'
    I hope, I am clear here.
    Any suggestions, guys...
    Thanks,
    Regards,
    G

    Hi,
    Please check this link:
    Error while creating table EDISEGMENT entry
    Hope it helps.
    Thanks and Regards,
    MuraliManohar.

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIBD0BILBLK_DL_TEXT'

    Hi All,
    I am getting a error"Error while creating table 'EDISEGMENT' entry", when running the program RS_Transtru ActivateAll to activate the transfer rules as we had reconnected our source system,
    we are on 2004s server and on SP level 17, I understand that this issue is created as the transfer rules are using IDOC as transfer method, and I Cannot manually change the transfer method to PSA and activate  as the number of transfer rules with this  issue are huge in number.
    Please suggest the suitable solution
    Thank you in advance
    krishna
    Edited by: krishna dvs on Feb 17, 2009 1:24 PM

    Hi,
    Please check the note 493422. The reports listed in the note
    should correct the inconsistencies and afterwards you can re-import the
    request and it should then work.
    Regards,
    Srikanth

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIWA0TRZONE_TEXT'

    Hi experts,
    when I import my transport request to QA, I am getting this error
    "Error while creating table 'EDISEGMENT' entry '/BIC/CIWA0TRZONE_TEXT'"
    the performance assistance reads as below..
    Message no. EA201
    Diagnosis
    An attempt was made to create the entry '/BIC/CIWA0TRZONE_TEXT' in table 'EDISEGMENT'. The attempt failed.
    System response
    The operation was canceled.
    Procedure
    Please check whether the relevant entry already exists
    I have an entry for '/BIC/CIWA0TRZONE_TEXT'  in the table 'EDISEGMENT' do need to delete it before importing the transport. How to delete this entry, I donot see the options in SE11 /SE16..
    thanks in advance
    D Bret

    Hi,
    can you please be more precise with your enquiry?
    As far as I read the note, it is quite explanatory....
    What is your source system release?
    You'll need to implement this prog in your source system and execute it there.
    If everything works and is fine, import to program in your QA/PROD source systems and rexecute it as specified in the note...
    does it answer your question
    Olivier.

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIBB0DISTR_CHAN_TEXT'

    When I am activating the transfer rules of 0divison_text giving me the error
    Error while creating table 'EDISEGMENT' entry '/BIC/CIBB0DISTR_CHAN_TEXT'
    Message no. EA201
    Diagnosis
    An attempt was made to create the entry '/BIC/CIBB0DISTR_CHAN_TEXT' in table 'EDISEGMENT'. The attempt failed.
    System Response
    The operation was canceled.
    Procedure
    Please check whether the relevant entry already exists.
    I have checked the note 493422 but I did not understand it can any one help me in this
    I am  working on 7.o with  SP SAPKW70010

    Hi Priya,
    Delete entries for the data source in ROOSGEN,  EDISEGMENT and EDSAPPL tables, both on ECC and BI sides.
    Try activating the infosource again.  This should solve your problem.
    Sasi

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'

    Hello,
    I get the error message:
    "Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'"
    when trying to activate my inactive transfer structure for 0CLASS_NUM_TEXT..
    Many other transfer structures work fine, but this one is really problematic.
    Has anyone seen it before? What do i do to solve it?
    Regards,
    F C

    Hi,
    Please check the note 493422. The reports listed in the note
    should correct the inconsistencies and afterwards you can re-import the
    request and it should then work.
    Regards,
    Srikanth

  • Dbms_xmlschema.registerschema, (ORA-31084: error while creating table )..

    Hello,
    I have some problems with dbms_xmlschema.registerschema
    My database is: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    My XSD schema is (SEPA pain.002.001.03.xsd) also available on this url: http://code.google.com/p/leontestbed/source/browse/trunk/bc2/sample/Schema/pain.002.001.03.xsd?r=241
    After
    begin
       DOK_XML_UTIL.p_vnesi_xsd_blob(401941242); -- store a XSD on file system from blob field
       dbms_xmlschema.registerschema(
        schemaurl => 'http://localhost/TEST1.XSD',
        schemadoc => bfilename('ETAX_LOAD','TEST1.XSD'),
        csid => nls_charset_id('AL32UTF8'));
    commit;
    end;I get:
    ORA-31084: error while creating table "INIS_PROD"."Document2781_TAB" for element "Document"
    ORA-02320: failure in creating storage table for nested table column "XMLDATA"."CstmrPmtStsRpt"."OrgnlPmtInfAndSts"
    ORA-01792: maximum number of columns in a table or view is 1000
    ORA-02310: exceeded maximum number of allowable columns in table
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 37
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 65
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 136
    ORA-06512: at line 4
    What I'am doing wrong or what is the reason for this error..

    Arrgghhh.....
    begin
       DOK_XML_UTIL.p_vnesi_xsd_blob(401941242);
       dbms_xmlschema.registerschema(
        schemaurl => 'http://localhost/TEST1.XSD',
        schemadoc => bfilename('ETAX_LOAD','TEST1.XSD'),
        csid => nls_charset_id('AL32UTF8')
        , local => true
      , genTypes => false
      , genTables => false);
    commit;
    end;sorry...

  • I have iphone 5 that has error Can't create Apple ID invalid device while creating mme delegate account HELP!!! All weekend after downloading ios7 first apps went down then couldn't connect to itunes unless hooked to comp

    I lost all apps and restored phone to try setting up as new phone and not can't do anything showing error Can't create apple ID invalid device while creating mme delegate account and my phone is not showing on devices of itunes....

    I've exactly the same issue with a new iPhone 5S.
    Many posts about this issue but no working solutions !
    When trying to restore an iCloud backup, I receive the error message "Appe-ID cannot be created. invalid device while up…
    Re: Restoring icloud backup to brand new iPhone 5s
    invalid device while updating mme delegate account
    https://discussions.apple.com/message/25380487
    https://discussions.apple.com/thread/5951639?tstart=0
    Please help

  • While creating Table it shows error as 'missing or invalid option

    I had log on to ap/ap@vis in sqlplus and try to create table but showing error.....here below is the table
    Create table Purchase_Order
    (Item varchar2(10),
    Item_Desc varchar2(100),
    Item_Cost Number(7),
    Item_Qty Number(7),
    Item_Date Date,
    Need_by_date date,
    Last_updated_date date,
    last_updated_by number(10),
    creation_date date,
    created_by number(10),
    Attributed_category varchar2(100),
    attribute1 varchar2(100),
    attribute2 varchar2(100),
    attribute3 varchar2(100),
    attribute4 varchar2(100),
    attribute5 varchar2(100),
    attribute6 varchar2(100));
    But it showing error as ORA-00922:missing or invalid option

    It works for me
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> Create table Purchase_Order
      2  (Item varchar2(10),
      3  Item_Desc varchar2(100),
      4  Item_Cost Number(7),
      5  Item_Qty Number(7),
      6  Item_Date Date,
      7  Need_by_date date,
      8  Last_updated_date date,
      9  last_updated_by number(10),
    10  creation_date date,
    11  created_by number(10),
    12  Attributed_category varchar2(100),
    13  attribute1 varchar2(100),
    14  attribute2 varchar2(100),
    15  attribute3 varchar2(100),
    16  attribute4 varchar2(100),
    17  attribute5 varchar2(100),
    18  attribute6 varchar2(100));
    Table created.
    SQL>

  • ORA - 00922 Missing or Invalid option error while creating table

    I am tryin to create a table with the following syntax
    1 CREATE TABLE TEST_FOR_SCRIPT (
    2 TEST_A NUMBER NOT NULL
    3 ,TEST_B VARCHAR2(30) DEFAULT 'UNDEFINED' NOT NULL
    4 )
    5* @storage_parms_table_cmn
    6 /
    @storage_parms_table_cmn
    ERROR at line 5:
    ORA-00922: missing or invalid option
    Here, storage_parms_table_cmn.sql reads like this
    tablespace DBK_CMN_DATA
    Can anyone please guide me how to overcome this error.

    What is your Oracle Version?
    i can do it exactly what you did without error
    sql> CREATE TABLE vd.TEST_FOR_SCRIPT (
    2 TEST_A NUMBER NOT NULL
    3 ,TEST_B VARCHAR2(30) DEFAULT 'UNDEFINED' NOT NULL
    4 )
    5 @test1.sql
    6 /
    Table created.
    Cheers
    http://fiedizheng.blogspot.com/

Maybe you are looking for