Error insert

SQL> INSERT INTO STORAGE VALUES (3980, 'DATA','/tmp')
2 /
INSERT INTO STORAGE VALUES (3980, 'DATA','/tmp')
ORA-01502: index 'SYS.INDEX_STORAGE' or partition of such index is in unusable state
SQL>

784915 wrote:
SQL> INSERT INTO STORAGE VALUES (3980, 'DATA','/tmp')
2 /
INSERT INTO STORAGE VALUES (3980, 'DATA','/tmp')
ORA-01502: index 'SYS.INDEX_STORAGE' or partition of such index is in unusable state
SQL>ORA-01502:
     index 'string.string' or partition of such index is in unusable state
Cause:      An attempt has been made to access an index or index partition that has been marked unusable by a direct load or by a DDL operation
Action:      DROP the specified index, or REBUILD the specified index, or REBUILD the unusable index partition

Similar Messages

  • Syntax error, insert "}" to complete Class body.

    Hello everyone,
    I am trying to create simple Adobe form with WebDynpro for java. Java error in autogenerated class appears "Syntax error, insert "}" to complete Class body". As I see, java class really corrupted - there are no "}" at the class end.
    Really appreciate any help.
    Kirill

    It dissappeared.

  • Error inserting acpi_cpufreq: Input/output error?

    Hi,
    I'm trying to set up frequency scaling on my Intel i5 760 as per the wiki.
    The only problem is I can't seem to load the acpi_cpufreq module!
    # modprobe acpi_cpufreq
    FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.39-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz): Input/output error
    There is no additional output in dmesg from this error.
    I'm running x86_64 btw, and I notice that it's trying to load an x86 module, could this have anything to do with it?
    Thanks!

    Hi
    Did you find a solution? I'm having exactly the same problem with acpi-cpufreq. (eeepc 900). I tried modprobing the p4_clockmod as well, which some older posts say is required for my machine, but I got the same error.
    Both modules appear to be available -
    ls /lib/modules/$(uname -r)/kernel/arch/x86/kernel/cpu/cpufreq/
    acpi-cpufreq.ko.gz     gx-suspmod.ko.gz  mperf.ko.gz        powernow-k6.ko.gz  speedstep-ich.ko.gz
    cpufreq-nforce2.ko.gz  longhaul.ko.gz    p4-clockmod.ko.gz  powernow-k7.ko.gz  speedstep-lib.ko.gz
    e_powersaver.ko.gz     longrun.ko.gz     pcc-cpufreq.ko.gz  powernow-k8.ko.gz  speedstep-smi.ko.gz
    Last edited by belbo (2011-06-11 11:07:50)

  • Error inserting data into database

    Hello I am having error inserting data into database through a servlet.Please I am very new to Java Technology and need your immediate help. beloww is the codea nd the error
    Apache Tomcat/4.0.3
    ERROR: Problems with adding new entry
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6106)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:6263)
         at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:2525)
         at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:337)
         at Register.insertIntoDB(Register.java:71)
         at Register.doPost(Register.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:536)
    COde:
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    public class Register extends HttpServlet
         public static Statement statement;
         private Connection DBConn;
         public void init(ServletConfig config) throws ServletException
              super.init(config);
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   DBConn=DriverManager.getConnection("jdbc:odbc:Challenge");
              catch(Exception e) {
                   e.printStackTrace();
                   DBConn=null;
         public void doPost(HttpServletRequest req, HttpServletResponse res)
              throws ServletException, IOException
                   String user_id,FirstName,LastName, Email, Login, Password;
              FirstName = req.getParameter("FirstName");
              LastName = req.getParameter("LastName");
              Email = req.getParameter("Email");
              Login = req.getParameter("Login");
              Password = req.getParameter("Password");
              PrintWriter output = res.getWriter();
              res.setContentType("text/html");
              if (user_id.equals("")||
              FirstName.equals("") ||
                   LastName.equals("") ||
                   Email.equals("") ||
                   Login.equals("") ||
                   Password.equals(""))
                        output.println("<H3>Please click back " + "button and fill in all " + "fileds.</H3>");
                        output.close();
                        return;
                   boolean success = insertIntoDB("'" + FirstName + "','" + LastName + "','" + Email + "','" + Login + "','" + Password + "'");
                   if (success)
                        output.print("<H2>Thank You " + FirstName + " for registering.</H2>");
                        res.sendRedirect("file:///Register.html");
                   else
                        output.print("<H2>An error occured. " + "Please try again later.</H2>");
                        output.close();
              private boolean insertIntoDB(String stringtoinsert)
                   try
                        statement = DBConn.createStatement();
                        statement.execute("INSERT INTO Users(user_id,FirstName,LastName,Email,Login,Password) values (" + stringtoinsert + ");");
                        statement.close();
                   catch (Exception e)
                        System.err.println("ERROR: Problems with adding new entry");
                        e.printStackTrace();
                        return false;
                   return true;
              public void destroy()
                   try
                        DBConn.close();
                   catch(Exception e)
                        System.err.println("Problem closing the database");
    Your Help will be very much appreciate.I am using SQL Server database

    The error concerns these two lines:
    boolean success = insertIntoDB("'" + FirstName + "','" + LastName + "','" + Email + "','" + Login + "','" + Password + "'");
    statement.execute("INSERT INTO Users(user_id,FirstName,LastName,Email,Login,Password) values (" + stringtoinsert + ");");
    In the first line above, you have a string which represents the VALUES which you are inserting. There are 5 values. However in the second line above this is your actual SQL execution you are specifying 6 columns of data. If the column "user_id" is an identity or auto-incrementing field in the database, just remove it from this line. If not then you need to supply the "UserID" into the VALUES.
    This should fix the problem.

  • Internal error - insert in sorted tabl ZADRU with

    Hello Experts,
    While i open BP transaction for one of the business partner. We are getting the following error:
    *Internal error - insert in sorted tabl ZADRU with*.
    Request your help to resolve this issue. Do we have some SAP note to handle such scenarios. It seems the data has become inconsistent.
    Thanks,
    Rohit

    Hi, Rohit
    Table ZADRU - it's your own development, please ask abap-team about this table.
    Denis

  • [help!] Syntax error, insert "AssignmentOperator ArrayInitializer"...

    <%
      String USERNAME = (String)session.getAttribute("USERNAME");
        String myBlogUrl;
         if (USERNAME==null){                    
                  session.setAttribute("loginStatus","Not Logged In");//status: user NOT logged in              
                  myBlogUrl = "loginFail.jsp";
           esle {
                 myBlogUrl = "blog.jsp?username="+USERNAME;
        %>
        <ul>
          <li><a href="<%=myBlogUrl%>">My Blog</a></li>
    ...(navbar.jsp)
    1. I include masthead.jsp and navbar.jsp in a few other .jsp files using:
    <%@ include file="include/navbar.jsp" %>2. USERNAME is also declared in masthead.jsp:
    String USERNAME = (String)session.getAttribute("USERNAME");
    Tomcat gives an exception message as follows:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 11 in the jsp file: /include/navbar.jsp
    Generated servlet error:
    Syntax error, insert ";" to complete Statement
    An error occurred at line: 11 in the jsp file: /include/navbar.jsp
    Generated servlet error:
    Syntax error, insert[b] "AssignmentOperator ArrayInitializer" to complete ArrayInitializerAssignement
    3. I guesses there might be the problem with String USERNAME = (String)session.getAttribute("USERNAME");, so I deleted from navbar.jsp, but the problem still exists.
    So, this means there is some syntax problem with the statements in navbar.jsp? how can I solve the problem?

    Can't see anything wrong in the code you have posted.
    Error: AssignmentOperator ArrayInitializer
    The error message would lead me to look for any arrays you are declaring in your code. Are you declaring an array? Are you trying to initialize it? Have you closed all quotes/brackets etc etc?

  • Syntax error, insert "AssignmentOperator Expression" to complete Expression

    Hi experts,
    I am very new in Java. Currently, I get stuck in the exception of program. Please help me figure out what is the issue. The eclipse raises the error "Syntax error, insert "AssignmentOperator Expression" to complete Expression" at the command "exception;" as below code.
    Thanks,
    Hieu
    Edited by: user122479 on Apr 5, 2013 4:23 PM

    user122479 wrote:
    I put { code } as your advice, but it is still error.You put the tage in your *.java file?
    Oh dear!
    I think you should  take a few days to go trough the Java tutorials
    http://docs.oracle.com/javase/tutorial/ starting at "Trails Covering the Basics"
    Then you should find a tutorial on your IDE to learn how to import a project.
    Programming is a craft.
    And as with any craft you need some knowledge on your matter and training on your tools.
    A forum is not the right place to gather either one.
    bye
    TPD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Syntax error, insert ";" to complete LocalVariableDeclarationStatement

    I'm fairly new at JSP, and am trying to convert an ASP site to JSP.
    On most of my pages I get an error:
    An error occurred at line: 1 in the jsp file: /sheep.jsp
    Generated servlet error:
    Syntax error, insert ";" to complete LocalVariableDeclarationStatement
    An error occurred at line: 1 in the jsp file: /sheep.jsp
    Generated servlet error:
    Syntax error, insert ")" to complete MethodInvocation
    But the only thing on line 1 is <%

    Check the block of code between <% and %>
    Look for any semicolons you missed.
    Look for any brackets you missed closing.
    It might not be on line 1, but it will probably be in that area.

  • Error inserting Web Dynpro Script

    Hello Word,
    I have a problem when I try to insert the web dynpro script, sends a messages "Error inserting Web Dynpro Script",  any idea?
    sorry about my english
    Christian..

    Chintan Virani, Thaks for the answer
    The Disigner version is 7.1 (ALD 7.1),  I am trying to create Interective Forms with Web Dynpro in ABAP.
    I read in some palce that upgrading the sap GUI resolve the problem but I have the 710 version sap GUI (I suppose it's the last version) but this do not resolve the problem.
    can you help me please, thaks
    Christian

  • Error:Insert flow into I$ table

    Hi,
    While implementing scd2 type,I am getting an error"Insert flow into I$ table"
    ODI-1228: Task int1 (Integration) fails on the target ORACLE connection twitter.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression.
    Please help!!
    Thanks.

    Hi,
    code generated is:
    insert /*+ APPEND */ into ODIWR.I$_EMP_SCD_TARGET
         ENAME,
         EMAIL,
         PHNUM,
         SALARY,
         JOB_ID,
         START_DATE,
         IND_UPDATE
    select *
    from (
         select     
              EMP_SCD_SRC.FIRST_NAME     ENAME,
         EMP_SCD_SRC.EMAIL     EMAIL,
         EMP_SCD_SRC.PHONE_NUMBER     PHNUM,
         EMP_SCD_SRC.SALARY     SALARY,
         EMP_SCD_SRC.JOB_ID     JOB_ID,
              SYSDATE     START_DATE,
         'I' IND_UPDATE
         from     ODIWR.EMP_SCD_SRC EMP_SCD_SRC
         where     (1=1)
    ) S
    where NOT EXISTS (
         select 'x'
         from     ODIWR.EMP_SCD_TARGET T
         where     
         and     ((S.ENAME = T.ENAME) or (S.ENAME IS NULL and T.ENAME IS NULL))
              and     ((S.EMAIL = T.EMAIL) or (S.EMAIL IS NULL and T.EMAIL IS NULL))
              and     ((S.PHNUM = T.PHNUM) or (S.PHNUM IS NULL and T.PHNUM IS NULL))
              and     ((S.SALARY = T.SALARY) or (S.SALARY IS NULL and T.SALARY IS NULL))
              and     ((S.JOB_ID = T.JOB_ID) or (S.JOB_ID IS NULL and T.JOB_ID IS NULL))
         and     CURRENT_FLAG     = 1
         and     END_DATE     = to_date ('01-01-2400', 'mm-dd-yyyy')
    Ikm used is IKM Oracle Slowly Changing Dimension

  • Error: insertion of infotype 1000 (return code 2)

    Hi All,
    We are trying to Update the Org Structure in ECC which is typically used for the MM Processes.
    When ever we are trying to update the BP or create a new BP for Few Specific Company Codes we are receiving the below error
    Error: insertion of infotype 1000 (return code 2).
    SImilary we also see this error as well
    Database update not possible, data record    01S 500304541001A0031
    Your inputs are highly valuable.
    Regards,
    Satya

    the problem you mentioned here is not the whole problem in my opinion, so let me take a few assumptions and you tell me if some/all of em are correct or alternately you put in more detail in your query.. ok?
    well here goes:
    1. you mentioned BP which is a business partner object but you did not talk about hcm at all so am assuming sap hr has not been implemented at all in your sap box... right/
    2. then the infotype 100 and insert error is the least of your worries if the above point is correct.
    3. then you also have some nominal positions in your sap box to support your logistics process...
    4. and then I am taking a wild guess here --> you are trying to have a relation between a position and bp objects directly ...
    well I may be totally off the rocker in the above but what you need to tell us  could be :
    1. explain the business process.
    2. then we talk about how you are doing the business process in sap (is hr implemented or not? if yes to what extent etc...) and dont limit this point to logistics,.. cover the whole gamut of how you are doing it in sap today and am sure it spans across hcm and logistics
    3. then, a bit more info on what you were trying to do in a step by step fashion,... and where exactly you are encountering the error,.. --> the reason am asking for this is --> in my expereince I have seen a lot of logistics guys who are gurus intheir areas of expertise but you talk sap hr they are like babies,.. and the vice versa is also true,.. so if you are not able to explain point 2 above in full this point will give the complete technical picture.
    provide the above and loads of folks here will be able to help you out.
    cheers

  • ERROR INSERT IPAK FACTORY - With RDA

    Hi all,
    Am just playing in and around RDA process , I have created an dummy DAEMON for a test generic data source and scheduled it for evry 5 min.I forget to change my DTP to RT mode.later I changed it assigned it and re scheduld it due t osome problem I have deleted my demon ,by default it got assigned to unassigned nodes daemon. now I have deleted my infopackage and changed the status in DTP to standard started loading existing data in PSA , Now when I recreate infopacakge and when I click on assign button I am getting dump stating that
    ERROR INSERT IPAK FACTORY.. I have searched for notes and it is in german language stating that will get rectified in SP11. SP11 is not avaibale in market place. Did anybody faced this type of problem ? any ideas ?
    Regards
      KK

    note-Hinweis 996919 - RDA-Monitor bricht nach Löschen des InfoPackages
    seems relevant no harm in doanloading the correction instructions using
    transaction SNOTE -->download note.
    If that doesnt work or fit your bill ,you can RESET the implementation of your note(reverting back to original)
    might worth giving try.
    Hope it Helps
    Chetan
    @CP..

  • T4850CT: Error message: "HDC Error - Insert System Disk in Drive"

    Hi there...
    Can anyone help? I think I know what the error message means...but don't quite know how to fix it. Any Ideas? I am currently trying to find a system disk online - for this old laptop
    On startup...the laptop counts up its memory and displays this error message:
    HDC Error
    Insert system disk in drive
    I can access the Setup System and that seems to be about all!!? On the QuickRead Status Bar...it recognises/activates the Hard Drive and the Floppy Drive.
    Any help is totally appreciated ([email protected])
    Message was edited by: anjasomething

    Hello
    I have seen this problem when there is not enough power coming from the Ac adapter or when the machine is being used with a battery only and the battery is too weak.
    Hope this help
    Bye

  • Blackberry 8310 error INSERT SIM CARD

    Hello,
    I'm using a BB 8310 from vodafone with a T-mobile SIM Card and having the error INSERT SIM CARD and red SOS x.
    When a insert the SIM in a GSM device the SIM works fine. 
    I already replaced the SIM-card whit a new one, performed a hard reset, restart serveral times the device.
    Does somebody know what to do?
    thx, Luc 

    Hi there!
    FYI -- you've posted this to the Welcome and Introductions forum...not usually for direct assistance. But, don't double-post, we will have this moved momentarily to the correct place:
    http://supportforums.blackberry.com/rim/board?board.id=8300
    That way, the right experts will have the best visibility.
    Good luck!
    Message Edited by sdgardne on 07-25-2009 11:51 AM
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • FATAL: Error inserting i915 xorg error, eee pc 1000h

    Kernel version 2.6.30. Trying to install X on an eee pc 1000h. When I run xinit (using an xorg.conf autogenerated by X -configure), I get
    FATAL: Error inserting i915 (/lib/modules/2.6.30-ARCH/kernel/drivers/gpu/drm/i915/i915.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    In short, exactly the same error as this guy is getting: http://bugs.archlinux.org/task/13968
    except that I'm on kernel .30 and he's using .29.
    That bug report was resolved as not a bug, since apparantly the problem gets fixed as soon as you run 'depmod -a'. Well, I tried running depmod -a, and I still get the same FATAL error when I try to start X.
    If I try to run X without an xorg.conf, I get the same error, plus an additional error (EE) Failed to load module "i810" (module does not exist, 0). So that won't solve anything. Any ideas?

    I have the same problem with my desktop  VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller
    and kernel Linux arch 2.6.30-ARCH
    then i  compile vanilla 2.6.31_rc5 kernel and i915 module have loaded successfully
    Last edited by rovic (2009-08-13 09:15:57)

  • Error inserting XML records 4000 bytes through Pro*C

    Hi,
    I am seeing the following error while trying to insert XML records > 4000 bytes (Records < 4000 bytes get inserted without any issues). Any help in resolving the issue would be highly appreciated.
    ORA return text: ORA-01461: can bind a LONG value only for insert into a LONG column.
    I am also able to insert records > 4000 bytes using the following query, But, I want to insert the records through a C application (using Pro*C) that is not running on the database server.
    INSERT INTO MY_XML_TABLE
    VALUES (XMLType(bfilename('XML_DIR', 'MY_FILE.XML'),
    nls_charset_id('AL32UTF8')));
    Oracle Version
    ===============
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Solaris: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Pro*C/C++ version:
    ====================
    Pro*C/C++ RELEASE 11.2.0.0.0 - PRODUCTION
    Schema registration:
    ====================
    begin
    DBMS_XMLSCHEMA.registerSchema (
    SCHEMAURL => 'MY_XML_SCHEMA.xsd',
    SCHEMADOC => bfilename ('ENG_REPORTS', 'MY_XML_SCHEMA.xsd'),
    GENTYPES => FALSE,
    OPTIONS => DBMS_XMLSCHEMA.REGISTER_BINARYXML,
    CSID =>nls_charset_id ('AL32UTF8'));
    end;
    Table creation
    ===============
    CREATE TABLE MY_XML_TABLE (
    MY_XML_RECORD XmlType )
    XMLTYPE MY_XML_RECORD STORE AS BINARY XML
    XMLSCHEMA "MY_XML_SCHEMA.xsd" ELEMENT "MYXMLTAG" ;
    Record Insertion (Pro*C generated code):
    =========================================
    /* EXEC SQL FOR :l_sizeof_array_togo
    insert INTO MY_XML_TABLE
    (MY_XML_RECORD )
    VALUES( XMLTYPE(:l_XML_ptr INDICATOR :l_XML_indicators )); */
    struct sqlexd sqlstm;
    sqlstm.sqlvsn = 12;
    sqlstm.arrsiz = 1;
    sqlstm.sqladtp = &sqladt;
    sqlstm.sqltdsp = &sqltds;
    sqlstm.stmt = "insert into MY_XML_TABLE (MY_XML_RECORD) values (XMLTYPE(:s1\
    :s2 ))";
    sqlstm.iters = (unsigned int )l_sizeof_array_togo;
    sqlstm.offset = (unsigned int )20;
    sqlstm.cud = sqlcud0;
    sqlstm.sqlest = (unsigned char *)&sqlca;
    sqlstm.sqlety = (unsigned short)4352;
    sqlstm.occurs = (unsigned int )0;
    sqlstm.sqhstv[0] = (unsigned char *)&l_XML_ptr->xml_record;
    sqlstm.sqhstl[0] = (unsigned long )8002;
    sqlstm.sqhsts[0] = ( int )sizeof(struct xml_rec_definition);
    sqlstm.sqindv[0] = ( short *)&l_XML_indicators->XML_record_ind;
    sqlstm.sqinds[0] = ( int )sizeof(struct XML_indicator);
    sqlstm.sqharm[0] = (unsigned long )0;
    sqlstm.sqadto[0] = (unsigned short )0;
    sqlstm.sqtdso[0] = (unsigned short )0;
    sqlstm.sqphsv = sqlstm.sqhstv;
    sqlstm.sqphsl = sqlstm.sqhstl;
    sqlstm.sqphss = sqlstm.sqhsts;
    sqlstm.sqpind = sqlstm.sqindv;
    sqlstm.sqpins = sqlstm.sqinds;
    sqlstm.sqparm = sqlstm.sqharm;
    sqlstm.sqparc = sqlstm.sqharc;
    sqlstm.sqpadto = sqlstm.sqadto;
    sqlstm.sqptdso = sqlstm.sqtdso;
    sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
    }

    After selecting data from xmltab table I just received first line of xmldata file. i.e
    <?xml version="1.0" encoding="WINDOWS-12 52"?> <BAROutboundXM L xmlns="http://BARO
    That must be a display issue.
    What client tool are you using, and what version?
    If SQL*Plus, you won't see the whole content unless you set some options :
    {code}
    SET LONG <value>
    SET LONGCHUNKSIZE <value>
    {code}
    Could you try the following?
    {code}
    SET LONG 10000
    SELECT t.object_value.getclobval() FROM xmltab t;
    -- to force pretty-printing :
    SELECT extract(t.object_value, '/*').getclobval() FROM xmltab t;
    {code}
    Edited by: odie_63 on 16 févr. 2011 08:58

Maybe you are looking for

  • Problems in testing a web application

    Hi All, I am quite new to weblogic server and want to test the web application in exploded directory structure. I am able to deploy the application in war format. I have created the mydomain directory in domains directory. I am using weblogic 9.1 ser

  • WRT54G v. 6 router and an x-box

    I have a WRT54G v. 6 Router, and I have an X-box. The router is used to connect my laptop wirelessly to my computer. Can I connect the x-box to my laptop and get a connection to x-box live, or do I have to connect the x-box to the router directly? Th

  • CiscoWorks2000 on Solaris 10

    I am currently running CiscoWorks 2000 on Solaris 9 , but the administrator is going to upgrade that box to Solaris 10.  Will CiscoWorks2000 run on Solaris 10? These are the packages I am currently running: - LMS Bundle                = 2.6 - CiscoWo

  • Trigger Workflow on User sattus change !!!!

    Dear all, I need to develop a workflow which should get triggered when user status is changed in the Maintenance Order. I have used Event Trace (SWELS) to trace the event but gettinng nothing when user status get changed what could be the reason. Ple

  • Best fit curve (gaussian)

    I am having an issue implementing the gaussian best fit line on the data in the attached vi. How can i get this done? Will appreciate any help! -FredFred Attachments: best fitvi.vi ‏58 KB