Table Creation halted by misleading error message

When creating a table, the action was not allowed with error 01950 - no priviledges on tablespace NAME.
The JDeveloper GUI front end provides many "priviledges",
none of which corrected the situation.
It was not until I went to orafaq.com and did a search
did it show me that the error was in the Quota.
It would improve the product to add a new error message
that reads: "No Quota on tablespace NAME" so users are not misled.

Please post technical questions at
General Database Discussions
Regards,
Anupama

Similar Messages

  • Buffering table not up to date error message when creating a Cart

    Hi Folks,
    We are getting a 'Buffering table not up to date' error message when attempting to create a Cart. The error message only happens to the one end user ID only with the others not getting this error, therefore suggesting that my SRM org plan set-up is correct.
    Has anyone come across this previously and what checks are available in the system to resolve this? As mentioned, the attribute check is okay and I have also removed the user ID from the SRM org plan and reassigned again but this has not corrected the problem. We are on SRM 5.
    Thanks. Mike.
    Message:
    Buffering table not up to date
    Method: GET_STRUCTURE_PATHS_UP of program CL_BBP_ES_EMPLOYEE_MYS========CP
    Method: IF_BBP_ES_EMPLOYEE~GET_RL_UNIT_IDS of program CL_BBP_ES_EMPLOYEE_MYS========CP
    Method: IF_BBP_ES_PROFESSIONAL~GET_WORKPLACE_ADDRESS_IDS of program CL_BBP_ES_EMPLOYEE_MYS========CP
    Method: IF_BBP_ES_PROFESSIONAL~GET_WORKPLACE_ADDRESS_ID of program CL_BBP_ES_EMPLOYEE_MYS========CP
    Method: IF_BBP_ES_PROFESSIONAL~GET_WORKPLACE_ADDRESS of program CL_BBP_ES_EMPLOYEE_MYS========CP
    Form: USER_DETAIL_GET of program SAPLBBP_SC_APP
    Form: GLOBAL_FILL of program SAPLBBP_SC_APP
    Form: SC_INIT of program SAPLBBP_SC_APP
    Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP
    Form: APP_EVENT_HANDLER of program SAPLBBP_SC_UI_ITS
    Edited by: Mike Pallister on Nov 5, 2008 11:44 AM

    Please advise on this problem.  When I try to check the Approval Overview tab for these two shopping carts.
    I got a dump.can anyone help me.
    Information on where terminated
        Termination occurred in the ABAP program "CL_BBP_ES_EMPLOYEE_MYS========CP" -
         in "IF_BBP_ES_EMPLOYEE~GET_RL_UNIT_IDS".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 35
        of the (Include) program "CL_BBP_ES_EMPLOYEE_MYS========CM008".
        The termination is caused because exception "CX_BBP_ES_INTERNAL_ERROR" occurred
         in
        procedure "/SAPSRM/IF_PDO_DO_APV_EXT~GET_AGENT_DETAILS" "(METHOD)", but it was
         neither handled locally nor declared
        in the RAISING clause of its signature.
        The procedure is in program "/SAPSRM/CL_PDO_DO_APV_EXT=====CP "; its source
         code begins in line
        1 of the (Include program "/SAPSRM/CL_PDO_DO_APV_EXT=====CM00E ".

  • Misleading Error message when saving Site

    Need Help, Dreamweaver CS5 reports that the root folder for the site I am saving in going to save it in another folder. I have checked all folder links in the site configuration dialogs but none point to the root folder displayed in the error message. This seems to be a configuration file error. I have multiple sites and it seems to happen on all of the site when I save any site configuration.

    My local sites are setup as follows:
    Using two local webservers:
    Zend
    Coldfusion
    No confilcts on webservers, I only run one webserver at a time.
    localhost:8500 is Coldfusion
    localhost:8080 is Zend
    Have a testing directory with the same name as the local directory in the proper hdocs or www for the proper language.
    All have remote sites and are active and functional.
    Local Sites Respository (Each Site is a self contained website, Some static, Some PHP, Some Coldfusion)
    For Example:
    C:\Users\SEOMarketing\My Web Sites\Newcar
       No Local Testing Server
    C:\Users\SEOMarketing\My Web Sites\Ventura-Stone
      No Local Testing Server
    C:\Users\SEOMarketing\My Web Sites\NewDraperySite
      Local Testing Server C:/Program Files (x86)/Zend/Apache2/htdocs/NewDraperySite
    C:\Users\SEOMarketing\My Web Sites\FBG
      Local Testing Server C:/Program Files (x86)/Zend/Apache2/htdocs/FBG
    C:\Users\SEOMarketing\My Web Sites\learningcoldfusion
      Local Testing Server: C:/ColdFusion9/wwwroot/learningcoldfusion

  • MARS GC, misleading error message

    Adding of local controller failed with this error message:
    The local controller you intended to add is , hence cannot be added based on license key permissions.
    The real problem is that GC is not reaching LC's because ACL on the path between.
    Would be nice to have that kind of message (for example: LC not responding/reachable)!

    The error message will occur only if the line card is faulty. Replacing line card will resolve this issue.

  • Misleading error messages in Apex

    Hello all,
    I am looking at default values. I simply want to go to the database, call a functin and set the value using PL/SQL Function Body. Here is what happens:
    Check in SQL*Plus first ...
    blast:Blast-Bld@ORCL> delete blast_log;
    6 rows deleted.
    blast:Blast-Bld@ORCL> commit;
    Commit complete.
    blast:Blast-Bld@ORCL> select W_REG.GET_MONTHLY_FEE(1000) from dual;
    W_REG.GET_MONTHLY_FEE(1000)
    39.95
    1 row selected.
    blast:Blast-Bld@ORCL> @log
    MDL UNT Typ MSG
    W_REG GET_MONTHLY_FEE I Begin
    REG IS_VALID I Begin
    REG IS_VALID D Check Reg ID: 1000 Found 1 row(s). (1 = True else False).
    REG IS_VALID I End
    W_REG GET_MONTHLY_FEE D Return Reg Fee: 39.95
    W_REG GET_MONTHLY_FEE I End
    6 rows selected.
    blast:Blast-Bld@ORCL> delete blast_log;
    6 rows deleted.
    blast:Blast-Bld@ORCL>
    Now run Apex:
    Get the following message:
    ORA-01403: no data found
    ERR-9131 Error in PLSQL function body for item default code, item=P1000_MONTHLY_FEE
    Return to application.
    Look at item P1000_MONTHLY_FEE ...
    Default = RETURN W_REG.GET_MONTHLY_FEE(1000);
    Type = PL/SQL Function Body.
    Look in database logging table:
    MDL UNT Typ MSG
    CODE GET_CODE_SET_ID I Begin
    CODE GET_CODE_SET_ID D Get Code Set ID for PersSalut
    CODE GET_CODE_SET_ID I End
    Function was not called!!!!
    To be absolutely sure, call again from SQL*Plus with cut and paste ....
    blast:Blast-Bld@ORCL> select W_REG.GET_MONTHLY_FEE(1000) from dual;
    W_REG.GET_MONTHLY_FEE(1000)
    39.95
    1 row selected.
    blast:Blast-Bld@ORCL> @log
    MDL UNT Typ MSG
    CODE GET_CODE_SET_ID I Begin
    CODE GET_CODE_SET_ID D Get Code Set ID for PersSalut
    CODE GET_CODE_SET_ID I End
    W_REG GET_MONTHLY_FEE I Begin
    REG IS_VALID I Begin
    REG IS_VALID D Check Reg ID: 1000 Found 1 row(s). (1 = True else False).
    REG IS_VALID I End
    W_REG GET_MONTHLY_FEE D Retunr Reg Fee: 39.95
    W_REG GET_MONTHLY_FEE I End
    9 rows selected.
    blast:Blast-Bld@ORCL>
    Looks Fine.
    Thus the message returned from Apex is misleading to say the leaset.
    Any ideas?

    Thanks guys,
    (Note that LG is a logging package)
    Note also that the reg id is checked first (IS_VALID) to avoid NDF exception.
    But what prompted me to make the post is not so much the function, but rather that the message from apex is not very helpful .... unless I'm missing something.
    thanks again.
    here is the function:
    FUNCTION GET_MONTHLY_FEE (p_reg_id REGISTRATIONS.REG_ID%TYPE)
    RETURN REGISTRATIONS.MONTHLY_FEE%TYPE IS
    l_monthly_fee REGISTRATIONS.MONTHLY_FEE%TYPE;
    BEGIN
    LG.PUSH('W_REG', 'GET_MONTHLY_FEE');
    if REG.IS_VALID(p_reg_id) then
    select nvl(monthly_fee,0)
    into l_monthly_fee
    from registrations
    where REG_ID = p_reg_id;
    else
    LG.POP_ERR('Invalid Registration ID: '||p_reg_id);
    RETURN SYS_CODE.C_INT_NOT_DEFINED;
    end if;
    LG.W ('D', 'Return Reg Fee: '||l_monthly_fee);
    LG.POP;
    RETURN l_monthly_fee;
    END GET_MONTHLY_FEE;

  • Any standard abap table where i can store error message and error code

    i want to store two variables it_error_tab_message, it_error_tab_code
    to store any error which comes after calling the method of the proxy.
    is there any standard table which i can use to store these two values or do i need to create my z table for the same. i need the name of the table where i can store these values for variables it_error_tab_message, it_error_tab_code permanently for future reference
    code used is like this
      CREATE OBJECT employee_data.
        call method employee_data->UPLOAD_ACTION_ITEM
          EXPORTING
            OUTPUT = output.
        commit work.
    CATCH cx_ai_system_fault INTO go_sys_exception.
    it_error_tab_message = go_sys_exception->errortext
    it_error_tab_code = go_sys_exception->errortext.

    U can easily maintain the Z table rather than a standard ones ... Also retrieving data would be faster
    when compared to standard table as it might contain huge no. of entries ...

  • Only a few of rows in the table are indexed without an error message

    When I executed the sql command:"create index ... indextype is ctxsys.context...",
    only a few of rows were indexed.
    The number of rows returned from query clause "select * from table where contains(field,'keyword') " is much less than that returned from "select * from table where field like '%keyword%'",though its speed is very fast.
    I checked the I table,the indexed words was few.The create index command ends in 3 mins on a table with more than 2 millions rows.
    The language setting is Chinese.
    The documentations about the intermedia text services on chinese languages is difficult to find.Can someone give me some or help me to solve this problem?
    Thanks in advance!

    I get the same thing in Mac OSX 10.7.3.  When I control-click on a preview and select 'open in camera raw' I get a dialog that says it's not enabled and requires a qualifying app to have been launched first:
    I've launched bridge and photoshop and if I open an app from the mini-bridge within photoshop, camera raw is launched.

  • How to resolve the error message "JBO-25009" in ADF table?

    Hi all,
    There is a master detail form in jsff page using adf application. Detail is represented as ADF table. In the adf Table we have 4 primary key, two foreign key from master table.
    Type of primary key in master are Big Decimal and String. When I input value in field of detail, we get error message :
    "JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:AC".
    How to make if I input value in detail table don't show the error message?
    Please let me know if you have any solution for this.
    Thanks.

    Hi Rakesh.
    I don't try insert String into Big Decimal variable. I have adf table with 5 column and 4 primary key. The type of primary key are: 1Big Decimal and 3 String.
    Now, I want to insert data to the table. when I input data to first column (primary key : Big Decimal) is work well and then I want to insert data to second column (primary key : String) with value "AC"
    but when I insert, the error message is show "JBO-25009: Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:AC".
    Why the error message is show when I insert data to second column with type String and I have been input data with String value?
    Are the second column is remember of type first column is Big Decimal ?
    Thanks.

  • In which tables are batch input error messages logged?

    does anybody know in which table are the batch input error messages logged?
    I have to display the error messages which have occured during the transaction
    I tried to find out, but i could see only the table BDCMSGCOLL, this table has only the Batch input message number and not the message itself?
    does anybody know about the batch input error messages?

    hi,
    check the sample code below.
    messtab is of type BDCMSGCOLL.
    Call the transaction and then use T100 to get the message.
    DATA: l_mstring(480).
    call transaction using
      REFRESH messtab.
      CALL TRANSACTION tcode USING bdcdata
                       MODE   ctumode
                       UPDATE cupdate
                       MESSAGES INTO messtab.
      l_subrc = sy-subrc.
      SKIP.
      LOOP AT messtab.
        SELECT SINGLE * FROM t100 WHERE sprsl = messtab-msgspra
                                  AND   arbgb = messtab-msgid
                                  AND   msgnr = messtab-msgnr.
        IF sy-subrc = 0.
          l_mstring = t100-text.
          IF l_mstring CS '&1'.
            REPLACE '&1' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&2' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&3' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&4' WITH messtab-msgv4 INTO l_mstring.
          ELSE.
            REPLACE '&' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv4 INTO l_mstring.
          ENDIF.
          CONDENSE l_mstring.
          WRITE: /4 messtab-msgtyp, l_mstring(250).
        ELSE.
          WRITE: /4 messtab.
        ENDIF.
      ENDLOOP.

  • Error message ORA-29532 when deploing new tables

    Hi all,
    when I deploy the new table, I get the following error message:
    Java call terminated by uncaught Java exception: java.sql.SQLException: \u7ED3\u679C\u96C6\u5DF2\u8017\u5C3D
    anybody know what does this message mean? and how can I fix it?
    thanks

    Did you also change the below line before inserting Integer 123:
    cmd.Parameters.Add(":AMT", OracleDbType.Decimal, AmountValue, ParameterDirection.Input)
    to
    cmd.Parameters.Add(":AMT", OracleDbType.Integer, AmountValue, ParameterDirection.Input)

  • When the Table :" J_2IRG1BAL  , " is giving error message SV023

    Dear Sir/Madam,
    When going to enter data in the table J_2IRG1BAL, it is giving error message as "create data processing function module  SV023 in ABAP client in Dev. Server. Though it is alowing other tables to edit as usual.
    Pls. advice.
    Thanks,
    Pranab
    Edited by: Pranab Das on Jul 23, 2009 8:09 AM

    Can you please check 'any authorization error' on your name. you can check in su53 transaction code.
    regards
    nag

  • XSQL arbitrary adhoc query - misleading error

    Newbie question: How can I allow arbitrary adhoc queries without getting misleading errors? (I am aware this can be a security hazard)
    Trying
    CREATE table test5(tla varchar2(3), description varchar2(80), primary key (tla))
    on the following .xsql page
    <?xml version="1.0"?>
    <xsql:query connection="demo" xmlns:xsql="urn:oracle-xsql"
    null-indicator="yes"
    allow-client-style="yes">
    {@query}
    </xsql:query>
    yields a
    <?xml version="1.0" ?>
    <ERROR>oracle.xml.sql.OracleXMLSQLException: ORA-01009: missing mandatory parameter</ERROR>
    Note that despite the error the test5 database is actually created and usable in SQLPlus.
    Retrying the same xsql query a little later confirms this and yields
    <?xml version="1.0" ?>
    - <xsql-error code="955" action="xsql:query">
    <statement>create table test5(tla varchar2(3), description varchar2(80), primary key (tla))</statement>
    <message>ORA-00955: name is already used by an existing object</message>
    </xsql-error>
    Any ideas on how to avoid the misleading error message?
    Otherwise XSQL works nicely.
    Thanks.
    null

    <xsql:query> expects a query to be done.
    Use <xsql:dml> if you want other kinds of DML/DDL statements to be done.

  • Displaying Error message in a pop-up window

    Hi,
    I need to validate the entry in a field on the selection screen and display the error message if the entry does not exists in the corresponding table.  <b>But the error message should be displayed in a pop-up such  that on continuing , the selection screen re-appears.</b>
    How can i  display the error message in a pop-up window  with a single continue button?
    <b>( i dont want to display the yes and no options as in case of fm popup_to_confirm etc.)</b>
    thanks,
    vartika

    Hi,
    Try this:
    tables : BSIS.
    parameter : bukrs like bsis-bukrs.
    at selection-screen.
    if bukrs eq '1000'.
       message 'Co. Code is not allowed' type 'I'.
    endif.
    Thanks,
    Sri.

  • How to get DML error message to display

    Hi -- I have a report/form combination. When the user creates a record in the form, or cancels, the app branches back to the report results, properly displaying the success or error message from the form page.
    When the user updates or deletes a record in the form, a second form is branched to. This form (a dynamic form), allows the user to enter a comment for deleted or updated records, which are archived to a separate table. The success and error messages are set in this form to an app item called DML_RETURN_MSG. The page process that saves the archive comment sets the value of DML_RETURN_MSG properly: it is visible in the session state.
    This form then branches back to the report results, but the DML_RETURN_MSG is not displayed. I've compared the definition of both forms very closely, and see nothing obvious that would be causing this.
    Is the problem that the first form is a DML form, while the second is dynamic? How can I get the DML_RETURN_MSG to display?
    Thanks,
    Carol

    Carol,
    How are you referencing the DML_RETURN_MSG item in the (success? or error?) message? This is done by enclosing the item name in ampersand and period:
    This is a success message: &DML_RETURN_MSG.
    However, I assume you already know that.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Error messages in SBO 2007A

    Is there a table in SBO 2007A where I can see recent error messages for all users?

    Those error messages are saved under Log folder under B1 client one by one.  There is no table to hold all users' error messages
    Thanks,
    Gordon

Maybe you are looking for