<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ORA-06510: PL/SQL: unhandled user-defined exception in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959578#M813992</link>
    <description>you rigth yogeeraj because this is what I'm getting now after some changes in my procedure:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  SET SERVEROUTPUT ON&lt;BR /&gt;SQL&amp;gt; execute tst_ibra_006.ImpAnyTable( 'd:\Webgate_Ora', 'EP_sys_libibra.exp', '~');&lt;BR /&gt;Importing table from file : EP_sys_libibra.exp&lt;BR /&gt;EXCEPTION: 1-User-Defined Exception&lt;BR /&gt;Data rolled back&lt;BR /&gt;Importing done : 0&lt;BR /&gt;&lt;BR /&gt;Proc??dure PL/SQL termin??e avec succ??s.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Apr 2003 09:02:50 GMT</pubDate>
    <dc:creator>Fall_2</dc:creator>
    <dc:date>2003-04-28T09:02:50Z</dc:date>
    <item>
      <title>ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959571#M813985</link>
      <description>Hi,&lt;BR /&gt;I have a prog that import csv file into table. When I executed I'm getting an error that I'm not able to figure out, maybe someone will be able to tell me what I doing wrong.&lt;BR /&gt;Thanks,&lt;BR /&gt;Ibra&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;   SET SERVEROUTPUT ON&lt;BR /&gt;SQL&amp;gt;  execute tst_ibra_006.ImpAnyTable( 'd:\Webgate_Ora', 'EP_sys_libibra.exp', '~');&lt;BR /&gt;Importing table from file : EP_sys_libibra.exp&lt;BR /&gt;EP_sys_libibra&lt;BR /&gt;0&lt;BR /&gt;BEGIN tst_ibra_006.ImpAnyTable( 'd:\Webgate_Ora', 'EP_sys_libibra.exp', '~'); END;&lt;BR /&gt;&lt;BR /&gt;*&lt;BR /&gt;ERREUR ?? la ligne 1 :&lt;BR /&gt;ORA-06510: PL/SQL: unhandled user-defined exception&lt;BR /&gt;ORA-06512: at "INTRA.TST_IBRA_006", line 415&lt;BR /&gt;ORA-06512: at "INTRA.TST_IBRA_006", line 158&lt;BR /&gt;ORA-06512: at line 1</description>
      <pubDate>Fri, 25 Apr 2003 14:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959571#M813985</guid>
      <dc:creator>Fall_2</dc:creator>
      <dc:date>2003-04-25T14:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959572#M813986</link>
      <description>Unfortunantly, you only posted a striped down version of the package.  Can you run the following and post the result to see where the actual error is occuring.&lt;BR /&gt;&lt;BR /&gt;select * line,text from dba_source where line in ('415','158') and name = 'TST_IBRA_006';&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 25 Apr 2003 18:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959572#M813986</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-04-25T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959573#M813987</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;also post the output of:&lt;BR /&gt;&lt;BR /&gt;show parameter utl_file_dir &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 26 Apr 2003 03:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959573#M813987</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-04-26T03:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959574#M813988</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Normally the above errors are caused by the settings of the  package ???INTRA.TST_IBRA??? environment  variable not matching the 'utl_file_dir' in the init.ora. &lt;BR /&gt;&lt;BR /&gt;Please verify the utl_file_dir parameter. This parameter in the nit&lt;SID&gt;.ora must include a directory which is writable by the user.  &lt;BR /&gt;&lt;BR /&gt;There can be other causes however. There could be a problem in creating a file in the path you supplied or you are trying to replace existing file, but do not have sufficient permission.  Check if you have your path included in the UTL_FILE_DIR parameter in INIT.ORA: &lt;BR /&gt; &lt;BR /&gt;SQL&amp;gt; show parameter utl_file      &lt;BR /&gt;NAME          TYPE      VALUE&lt;BR /&gt;utl_file_dir  string /tmp&lt;BR /&gt;&lt;BR /&gt;Then look for operating system permissions on the directory and file you  are trying to create/replace: &lt;BR /&gt;       &lt;BR /&gt;Ensure that the user under which the Oracle instance is running has  sufficient rights to access this directory. Furthermore, if the file you are trying to create already exists, verify if the owner and file permissions are correct. You need to delete this file or reset file ownership or file permissions. Then you can retry the PL/SQL procedure and the file ownership and permissions: &lt;BR /&gt; &lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;/SID&gt;</description>
      <pubDate>Mon, 28 Apr 2003 01:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959574#M813988</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-04-28T01:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959575#M813989</link>
      <description>Hi&lt;BR /&gt;Thanks to every body who responded to my message. I just got your response and I will get back with you in asap.&lt;BR /&gt;Ibra</description>
      <pubDate>Mon, 28 Apr 2003 06:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959575#M813989</guid>
      <dc:creator>Fall_2</dc:creator>
      <dc:date>2003-04-28T06:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959576#M813990</link>
      <description>Brian from your suggestion this is where the error came from:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; SELECT text&lt;BR /&gt;  2  FROM   user_source&lt;BR /&gt;  3  WHERE  name = 'TST_IBRA_006'&lt;BR /&gt;  4  AND    line = any(415,158);&lt;BR /&gt;&lt;BR /&gt;TEXT&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;         iResult := TST_IBRA_006.IMPORTANYTABLE( sUTLDIR, InFile, sDelim );&lt;BR /&gt;                  RAISE ErrINCOMPAT;</description>
      <pubDate>Mon, 28 Apr 2003 06:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959576#M813990</guid>
      <dc:creator>Fall_2</dc:creator>
      <dc:date>2003-04-28T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959577#M813991</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;This is definitely related to a User-defined exception. Check your exception handlers in the procedure. &lt;BR /&gt;&lt;BR /&gt;Also, check for possible 'catch -all' WHEN_OTHERS exception handlers. Try to handle any exceptions that could be raised in your code explicitly.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 08:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959577#M813991</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-04-28T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-06510: PL/SQL: unhandled user-defined exception</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959578#M813992</link>
      <description>you rigth yogeeraj because this is what I'm getting now after some changes in my procedure:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  SET SERVEROUTPUT ON&lt;BR /&gt;SQL&amp;gt; execute tst_ibra_006.ImpAnyTable( 'd:\Webgate_Ora', 'EP_sys_libibra.exp', '~');&lt;BR /&gt;Importing table from file : EP_sys_libibra.exp&lt;BR /&gt;EXCEPTION: 1-User-Defined Exception&lt;BR /&gt;Data rolled back&lt;BR /&gt;Importing done : 0&lt;BR /&gt;&lt;BR /&gt;Proc??dure PL/SQL termin??e avec succ??s.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Apr 2003 09:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-06510-pl-sql-unhandled-user-defined-exception/m-p/2959578#M813992</guid>
      <dc:creator>Fall_2</dc:creator>
      <dc:date>2003-04-28T09:02:50Z</dc:date>
    </item>
  </channel>
</rss>

