<?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 replace UTL_FILE with other utility in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191095#M689649</link>
    <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;We are in the process of a database consolidation project, we want all the apps and users to access our db server via database connections ONLY. &lt;BR /&gt;&lt;BR /&gt;We have some java apps calling some PL/SQL stored procedures which use UTL_FILE to read and write files to our database server file system. &lt;BR /&gt;&lt;BR /&gt;We need to replace the UTL_FILE usage with other programs to eliminate db server file system access.  &lt;BR /&gt;&lt;BR /&gt;Could you point out what other utilities or even java stored procedures to replace UTL_FILE  and allow use to continue to write out files to network share drive? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jane&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 02 May 2008 18:04:47 GMT</pubDate>
    <dc:creator>xzhang9</dc:creator>
    <dc:date>2008-05-02T18:04:47Z</dc:date>
    <item>
      <title>replace UTL_FILE with other utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191095#M689649</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;We are in the process of a database consolidation project, we want all the apps and users to access our db server via database connections ONLY. &lt;BR /&gt;&lt;BR /&gt;We have some java apps calling some PL/SQL stored procedures which use UTL_FILE to read and write files to our database server file system. &lt;BR /&gt;&lt;BR /&gt;We need to replace the UTL_FILE usage with other programs to eliminate db server file system access.  &lt;BR /&gt;&lt;BR /&gt;Could you point out what other utilities or even java stored procedures to replace UTL_FILE  and allow use to continue to write out files to network share drive? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jane&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2008 18:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191095#M689649</guid>
      <dc:creator>xzhang9</dc:creator>
      <dc:date>2008-05-02T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: replace UTL_FILE with other utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191096#M689650</link>
      <description>hi Jane,&lt;BR /&gt;&lt;BR /&gt;It is more a database level question and has nothing to do with the underlying operating system. Which version Oracle are you using?&lt;BR /&gt;&lt;BR /&gt;Technologies coming to my mind right now are: External Tables and WEBDAV.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 03 May 2008 04:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191096#M689650</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-03T04:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: replace UTL_FILE with other utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191097#M689651</link>
      <description>As he said, this is a question of design and database system.&lt;BR /&gt;&lt;BR /&gt;If you absolutely have to remove file-system access you have to move the files into the database. Store them as BLOB/CLOB/XML documents. Chosen design is depending on what kinda files and the use of them.&lt;BR /&gt;&lt;BR /&gt;If this is Oracle9 or newer you should atleast remove UTL_FILE and start using DIRECTORY. UTL_FILE is not recommended due to security issues. With DIRECTORY you can give separate oracle-users different rights on the directories(READ/WRITE).</description>
      <pubDate>Thu, 08 May 2008 10:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-utl-file-with-other-utility/m-p/4191097#M689651</guid>
      <dc:creator>Stoner</dc:creator>
      <dc:date>2008-05-08T10:08:57Z</dc:date>
    </item>
  </channel>
</rss>

