SE 'error in the execution of legend ODCIEXTTABLECLOSE' select query error

Hello

On query select shooting or read data from the table using the connection, I am getting following error:

java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLECLOSE legend

ORA-04030: memory of process when trying to allocate 696 bytes (kxs-bunch-p, kkxmixcx: kgmagv)

ORA-04030: memory of process when trying to allocate 4024 bytes (koh hard lot d, klxctlCreateTmpLob)

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:213)

at oracle.jdbc.driver.T4CCallableStatement.fetch(T4CCallableStatement.java:1201)

at oracle.jdbc.driver.OracleResultSetImpl.close_or_fetch_from_next(OracleResultSetImpl.java:658)

at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:520)

at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.next (unknown Source)


Note that I use an external table.

Solved this problem by giving line continuation

TAILLELUE 2097152
in the context of

SETTINGS of my external table ACCESS.

Tags: Database

Similar Questions

  • Can I use * and the list of the column names in a select query

    PLSQL again.  Can I use * and the list of the column names in a select query, i.e. Select *, col1, col2 from Mytable.  When I do that my questions tend to the bomb.  Can do in other databases.

    Thank you

    Mike

    Hi, Mike,.

    If there is something else in the more SELECT clause *, then * must be qualified with a table name or alias.

    For example:

    SELECT Mytable. *, col1, col2

    FROM MyTable;

  • Error ORA-29913, in the execution of legend ODCIEXTTABLEFETCH ORA-01114

    Hi all

    I have a problem when importing a job. Please check the newspapers below:

    . . imported "QADTA." "" F5842017 "GB 5,091 20655848 lines

    . . imported "QADTA." "' F5858002 ' 6,008 GB 27703475 lines

    . . imported "QADTA." "" F5541017 "GB 38,64 209026748 lines

    ORA-31693: Data Table object 'QADTA '. "' F0911 ' failed to load/unload and being ignored because of the error:

    ORA-01114: block write IO file error (block #)

    ORA-29913: error in executing ODCIEXTTABLEFETCH legend

    ORA-01114: IO error to the file 210 (block # 775358) writing block

    ORA-27072: IO file error

    Additional information: 4

    Additional information: 775358

    Additional information: 139264

    ORA-31693: Data Table object 'QADTA '. "' F42199 ' failed to load/unload and being ignored because of the error:

    ORA-01114: block write IO file error (block #)

    ORA-29913: error in executing ODCIEXTTABLEFETCH legend

    ORA-01114: IO error to the file 210 (block # 757597) writing block

    ORA-27072: IO file error

    Additional information: 4

    Additional information: 757597

    Additional information:-1

    Please help me why these got job failed. What is this error?

    Database version:

    SQL > select * from v version $;

    BANNER

    --------------------------------------------------------------------------------

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    PL/SQL Release 11.2.0.3.0 - Production

    CORE Production 11.2.0.3.0

    AMT for HP - UX: 11.2.0.3.0 - Production Version

    NLSRTL Version 11.2.0.3.0 - Production

    Kind regards

    Michel

    You can check the consistency of the data files, use DBV/DBVERIFY. It seems to me that your DBF file or dump file may be damaged.

    Onkar

  • JDBC PreparedStatement gives null after the execution of a valid SELECT statement

    Hello

    I have the following code:
        public static String GetJobLogLocation(Connection connection, int jobId) throws SQLException
        {
            String sqlstr = "SELECT LOGFILE_NAME FROM apps.fnd_concurrent_requests WHERE REQUEST_ID = ?";
            PreparedStatement prest = connection.prepareStatement(sqlstr);
            prest.setInt(1, jobId);
            ResultSet rs1 = prest.executeQuery();
            String rv = null;
            if (rs1.next())
            {
                rv = rs1.getString(1);
                System.out.println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" + rv);
            }
            rs1.close();
            prest.close();
            return rv;
        }
    As you can see, this function executes a select statement. Before I continue, let me first say that executing the exact same statement in PL/SQL Developer (external program) gives correct/expected results. In addition, run this on my Windows gives correct results environment. I seem to have this problem only on my Unix (SunOS) environment.

    in any case, I get out of this function (running against my Unix environment, of course):

    + > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > + null

    The thing is, it doesn't error out, which means that the result set contains a string, but the string is returned to me with the null value, even if there is a real valid result (that is, in this case, a path).

    Someone has an idea, what happens? I tried to use ojdbc6.jar AND ojdbc14.jar is, with the same results. I just don't understand...

    Thank you.

    Published by: 964530 on 4 January 2013 14:31

    Published by: EJP on 01/07/2013-17:48: added {noformat}
    {noformat} tags and removed your bizarre bold formatting. Please do this properly in future.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    ASCI says:
    I'm glad that this is a not prove to be a stupid question. At least I'm feeling a little justified due to this fact.

    There is no stupid question...; (o)

    So what remains is: your selection is too early. Can join after insertion, update to each line to trigger the table that loggs insert/update timestamp and the contents of the LOGFIILE_NAME field?

    Good bye
    DPT

  • construction Setup error: this application has requested the execution to terminate in an unusual way

    Hello

    I'm building an appliction using LabView 8.2 with Report Generation Toolkit for MS Office V1.1.1 on a WinXP SP3 system without any error. When I try to compile a coresponding Installer, I got the following error message:

    This application has requested the execution to terminate in an unusual way.

    Can someone help me?

    Hi Gunnar

    First of all just save the contents of the disk on your computer. Then...

    The local cache paths are stored in the registry keys.  You can change the registry in the following steps:

    1. Select start > run and enter regedit
    2. to create a backup copy of the registry, select file > export from the Registry Editor window
    3. make sure that the export range is set to all and back up the registry
    4. navigate to HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer\ProductCache, find the right key and change the path as necessary

    Hope this helps,

  • Error__Runtime Microsoft Visual C ++ Runtime Error! C:\Program Files (x 86) \Internet.exe __This Application asked the execution in an unusual way. __

    I am trying to download pictures to ebay for the first time.  When I hit the Browse button and go to my pictures, I get the following error message;

    Microsoft Visual C++ runtime error
    Runtime error! Program c:\Program files (x 86) \Internet Explorer\iexplore.exe
    This application has requested the execution in an unusual way.

    Thanks in advance for any help!

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

    Try asking your question of IE in the Internet Explorer Forum.

    See you soon. Mick Murphy - Microsoft partner

  • Opengl32.dll is not designed to run on windows or it contains an error. I reinstalled the graphics drivers. During the execution of the games, it shows this error. What should I do to fix this?

    Opengl32.dll is not designed to run on windows or it contains an error. I reinstalled the graphics drivers. During the execution of the games, it shows this error. What should I do to fix this? Is it a graphic file or a file from microsoft?

    Hi Jason,

    1. What is the number of brand and model of your system and graphics card?

    2 did you a recent software or hardware changes to the system?

    This error can be caused by an application, including any old games you have installed on your system.

    Because you tried to reinstall the drivers for video card, you can try to perform a clean boot and check if it helps.

    A clean boot to check if startup item or services to third-party application is causing this issue.

    You can read the following article to put the computer in a clean boot:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

  • Runtime error program. This application has requested the execution in an unusual way. Contact the application support team.

    Hello

    Please can you help me.
    When I go into my pictures, click on organize, click new file, my computer freezes and I get a runtime error message. "Error running program. This application has requested the execution in an unusual way. Contact the application support team.
    Can you please advise me on what to do in a way that I can understand technical jargin baffles me.
    Thank you
    PETA x

    Hello

    • What application you use to display pictures?

    Try the SFC scan on the computer.

    SFC/scannow is a very useful command that you can use in any version of Windows. When the SFC (System File Checker) command is used with the/scannow switch, the tool analyzes all the important files of Windows on your computer and replace if necessary.

    Missing and the corruption of the operating system (like many DLLs) files are probably the main cause of the major problems of Windows. In view of this, plus the fact that the SFC/scannow is completely automatic and very easy to use, the tool should be usually one of your top not troubleshooting.

    Reference:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

  • Error message when opening Windows Movie Maker: Runtime Error! Program: C:\ProgramFile\MovieMaker\moviemk.exe this application has requested the execution in a very unusual way.

    Original title: error running with windows movie maker

    I have this problem every time now that I tried to use it.  I get this message below: Runtime Error! Program: C:\ProgramFile\MovieMaker\moviemk.exe this application has requested the execution in a very unusual way. what I would do. I hv windows vist 32 bit sp2 to the system. PL. help Sudhir

    Hello

    • He previously worked? If so, remember you make changes to your computer before this problem?

    Method 1:

    Start your computer in a clean boot, and then check: How to troubleshoot a problem by performing a clean Windows Vista or Windows 7 boot http://support.microsoft.com/kb/929135

    Note: when you are finished troubleshooting, follow step 7 to start the computer in normal startup.

    Method 2:

    Try to make an auditor of the system files on your computer and search for errors on the disc: How to use the tool File Checker system to troubleshoot missing or corrupted system files on Windows Vista or Windows 7 http://support.microsoft.com/kb/929833

  • Trying to open the email notifications Facebook I get: runtime error! This application has requested the execution to terminate in an unusual way.

    Vista Home Premium

    WLM 2011

    Windows updates as of June 25, 2011

    Pop-up window reads as follows:

    Runtime error!

    Program: C:\Program Files (x86)\WindowsLive\Mail\wlmail.exe

    This application has requested the execution

    terminate in an unusual way.

    Contact the application support team

    For more information.

    After that I closed the window, I can not open Windows Live Mail 2011.  Then, I get the following error:

    Windows Live Mail could not be started. Closure of Windows Live Mail.

    Your calendar contains corrupt data that forcing Windows Live Mail

    to close.

    (0x8000402A)

    Hi paulrivera,

    For a more specialized on issue of Windows Live Mail help, post your query on the Windows Live Forum.
    Windows Live Forum - http://windowslivehelp.com/product.aspx?productid=15

  • Computer laptop not start, receive the error message "this application has requested the execution to terminate in an unusual way. "IE on microsoft visual c ++ runtime library.

    According to the positions.

    * original title - my laptop does not start, i, m doing a pop up window that says this application has requested the execution to terminate in an unusual way. IE on microsoft visual c ++ runtime library *.

    Hi ElaineMckee,

    Follow the steps below:

    Step 1:

    Start in safe mode and perform the System Restore to a restore point before the show.

    See also: System Restore: frequently asked questions


    What to do if Windows does not start correctly


    Step 2:

    What is a runtime error?

    What should you do about Internet Explorer script errors?

    Correct errors in Internet Explorer

    Step 3:

    Start your computer in a clean boot state and see if you continue to receive the error.

    For instructions, see How to troubleshoot a problem by performing a boot in Windows Vista or in Windows 7 .

    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

  • Runtime error! Program C:\Program F... This application has requested the execution to terminate in an unusual way...

    Title * runtime error C:\program original program F

    Application has requested the execution to terminate in an unusual way. For more information, contact the application support team. This, is this serious and how to fix...

    Hello

    Please contact Microsoft Community.

    I understand your getting runtime error program C:\program F

    Normally, this error message appears when the .dll files are missing.

    To better help you, please let me know.

    1. On which Application do you get this error message?
    2. What is the exact error message you see on the screen?

    I suggest you to place the computer in clean boot mode and check if this solves.

    A clean boot is done in order to start Windows by using a minimal set of drivers and startup programs and also allows to check if startup item or services to third-party application is causing this issue.

    Please see the Article to put the computer in a clean boot and select Product Version on Windows 7 and Windows Vista:
    http://support.Microsoft.com/kb/929135

    Important: when you are finished troubleshooting, follow these steps to reset the computer to start as usual.
    Windows 7
    1. click on start, type msconfig.exe in the start search box and press ENTER.
    If you are prompted for an administrator password or for confirmation, you must type the password or click on continue.
    2. on the general tab, click the Normal startup option, and then click OK.
    3. When you are prompted to restart the computer, click on restart.

    Please try this and get back to us more information. We will be happy to help you.

  • Download the runtime error "this application has requested the execution in an unusual way. Please contact support. »

    Original title: problem with the search function of the browser.

    Hi all
    I hope that everything is fine, I'm having a very strange problem.
    A user when they access a particular network drive and try to use the search function of the browser he invites the following error
    Runtime error
    Program:

    This application has requested the execution in an unusual way. Please contact the application support team.

    I checked the event viewer on the user's machine and the server hosting the share, not events appear on the issue.
    I tried with the user's machine in safe mode with networking, and the problem persists
    Of course, it does not have the application or program is the cause.
    I have confirmed that all windows updates are up-to-date.
    I spent looking for windows services and swapped 1 0, which has opened three of the four discs network for research
    the last of them is continues to cause this error.
    User computer is windows 7 Professional 64-bit
    Server is 64-bit windows server 2012.
    I'm at a total loss as to why what is happening on both machines in 10.
    for any help or suggestions would be most appreciated.

    See you soon
    Josh

    Hi Josh,.

    Given that you have this problem on a domain network and you use Windows Server 2012, ask to view the query in this TechNet Forum for better support.

    TechNet Windows Server Forum

    If you need any other help with Windows, we will be happy to help you.

  • Runtime error! Program C:\Program F... This application has requested the execution to terminate in an unusual way. Program Files (x 86) \Abbyy Fine Reader 6.0 Sprint\Da.dll

    I get this error every time after I launched Windows and connect.

    I searched in vain a fix, and I uninstalled Abbyy Fine Reader, installed all the Windows critical updates, the latest version of Windows Visual C, as well as a few things proposed in various forums, all without success.
    This message does not appear to affect all the features, but it's annoying to have it appear every time I log on Windows.
    Anyone has any ideas that might actually work?
    Thank you.

    Hi IbPedersen,

    Welcome to the Microsoft Community Forums.

    You get an error message "runtime error!" Program C:\Program F... This application has requested the execution to terminate in an unusual way. "Program Files (x 86) \Abbyy Fine Reader 6.0 Sprint\Da.dll" at startup after you uninstall Abbyy Fine Reader.

    I suggest you to place the computer in clean boot mode and check if the problem persists.
    A clean boot to check if startup item or services to third-party application is causing this issue.
    You can read the following article to configure the computer to boot:
    http://support.Microsoft.com/kb/929135
    Note: When you are finished troubleshooting, follow these steps to reset the computer to start as usual.

    Windows 7 and Windows Vista

    1. Click Start, type msconfig.exe in the Start Search box and press ENTER.
      If you are prompted for an administrator password or for confirmation, you must type the password or click continue.
    2. On the general tab, click the Normal startup option, and then click OK.
    3. When you are prompted to restart the computer, click restart.

    I hope it helps. If you have any questions about Windows in the future, please let us know. We will be happy to help you.

  • Hi, after all stages of extraction of data from oracle to oracle during the execution of command "start extract ext1" his error giving the Manager does not work, can you please help me. Thank you

    Hi, after all stages of extraction of data from oracle to oracle during the execution of command "start extract ext1" his error giving this handler does not run both source and target, can you please help me. Thank you

    Hello

    The setting should be as below, and not only the port number should be...

    PORT 7809

    Kind regards

    Veera

Maybe you are looking for