<?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: Problem in UTL_FILE generation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051169#M736747</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt; I checked ora file, it is utl_file_dir=* only so i think it have all permissions. Now i found out problem, Let i explain clearly.&lt;BR /&gt;We have two application servers and one database server.Like IP is ...01,...02, &amp;amp; ...03 respectively. When users accessing any one of the appl(01 or 02) server at that time it generates lst file in database server(03). So appl server searches list file in own server it could not get that. In sql script, how i am mentioning the appl servers directory path in UTL_FILE directory path.&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Aug 2007 07:49:20 GMT</pubDate>
    <dc:creator>Palaniappan Sundaram</dc:creator>
    <dc:date>2007-08-09T07:49:20Z</dc:date>
    <item>
      <title>Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051166#M736744</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   We r using HP-UX,while  writing PL/SQL script using  UTL_FILE Utilities, i got write file permission error at the time of *.LST file generation. This file could be generated by Oracle in the specified directory. &lt;BR /&gt;I want what r all the permissions needed by Oracle User to generate lst file. &lt;BR /&gt;Error is &lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-29285: file write error&lt;BR /&gt;ORA-06512: at "SYS.UTL_FILE", line 18&lt;BR /&gt;ORA-06512: at "SYS.UTL_FILE", line 993&lt;BR /&gt;ORA-06512: at line 180&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2007 10:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051166#M736744</guid>
      <dc:creator>Palaniappan Sundaram</dc:creator>
      <dc:date>2007-08-07T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051167#M736745</link>
      <description>You need to add the directory that you're writing to into your init.ora file.&lt;BR /&gt;&lt;BR /&gt;An example might be:&lt;BR /&gt;&lt;BR /&gt;utl_file_dir=/mydir/data/log/outdir&lt;BR /&gt;&lt;BR /&gt;Then, after putting this in, you need to restart your database ( this is a good thing for security reasons).&lt;BR /&gt;&lt;BR /&gt;Now make sure that the user that owns and runs the database (unless you've changed it's probably "oracle") has rwx access to the directory that you gave.&lt;BR /&gt;&lt;BR /&gt;Your function(s) should start writing at that point.</description>
      <pubDate>Tue, 07 Aug 2007 11:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051167#M736745</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-08-07T11:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051168#M736746</link>
      <description>Dude, feedback.&lt;BR /&gt;&lt;BR /&gt;Did that fix your problem?</description>
      <pubDate>Wed, 08 Aug 2007 14:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051168#M736746</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-08-08T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051169#M736747</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; I checked ora file, it is utl_file_dir=* only so i think it have all permissions. Now i found out problem, Let i explain clearly.&lt;BR /&gt;We have two application servers and one database server.Like IP is ...01,...02, &amp;amp; ...03 respectively. When users accessing any one of the appl(01 or 02) server at that time it generates lst file in database server(03). So appl server searches list file in own server it could not get that. In sql script, how i am mentioning the appl servers directory path in UTL_FILE directory path.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 07:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051169#M736747</guid>
      <dc:creator>Palaniappan Sundaram</dc:creator>
      <dc:date>2007-08-09T07:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051170#M736748</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;The file will always be generated on the database server because this package runs on the database.&lt;BR /&gt;&lt;BR /&gt;If you want to access it on the application servers, you will need to export it and access it using NFS on the two application servers.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 09 Aug 2007 11:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051170#M736748</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-08-09T11:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in UTL_FILE generation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051171#M736749</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   I'm sorry, i dont have idea abt NFS, could u give the syntax for that plz.....</description>
      <pubDate>Fri, 10 Aug 2007 00:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-utl-file-generation/m-p/4051171#M736749</guid>
      <dc:creator>Palaniappan Sundaram</dc:creator>
      <dc:date>2007-08-10T00:30:00Z</dc:date>
    </item>
  </channel>
</rss>

