<?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 mode uppercase database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345791#M869587</link>
    <description>Do you know if is posible configure a oracle database in character mode uppercase?&lt;BR /&gt;&lt;BR /&gt;I need store all informacion in the database with uppercase letter. &lt;BR /&gt;Is supported this.&lt;BR /&gt;&lt;BR /&gt;Thank you my friend's.&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Jul 2004 10:27:52 GMT</pubDate>
    <dc:creator>Adrian_72</dc:creator>
    <dc:date>2004-07-30T10:27:52Z</dc:date>
    <item>
      <title>mode uppercase database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345791#M869587</link>
      <description>Do you know if is posible configure a oracle database in character mode uppercase?&lt;BR /&gt;&lt;BR /&gt;I need store all informacion in the database with uppercase letter. &lt;BR /&gt;Is supported this.&lt;BR /&gt;&lt;BR /&gt;Thank you my friend's.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 10:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345791#M869587</guid>
      <dc:creator>Adrian_72</dc:creator>
      <dc:date>2004-07-30T10:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: mode uppercase database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345792#M869588</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as far as I know it is not.&lt;BR /&gt;&lt;BR /&gt;But you can configure the tables you create with constraints that will permit only upercase letters and let the application that fills in data take care about the conversion.&lt;BR /&gt;&lt;BR /&gt;Option two would be to create triggers for inserts and updates to your tables, that do the conversion automaticly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 30 Jul 2004 11:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345792#M869588</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2004-07-30T11:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: mode uppercase database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345793#M869589</link>
      <description>Do you know any technical note</description>
      <pubDate>Fri, 30 Jul 2004 11:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345793#M869589</guid>
      <dc:creator>Adrian_72</dc:creator>
      <dc:date>2004-07-30T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: mode uppercase database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345794#M869590</link>
      <description>Not possible.&lt;BR /&gt;&lt;BR /&gt;However one can user UPPER function while carrying out DML operations.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Fri, 30 Jul 2004 17:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345794#M869590</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-07-30T17:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: mode uppercase database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345795#M869591</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;me too don't think this will be possible.&lt;BR /&gt;&lt;BR /&gt;But you can do it the hard way, by writing triggers on each table, for example:&lt;BR /&gt;&lt;BR /&gt;create trigger emp_trigger&lt;BR /&gt;  after insert or update on emp for each row&lt;BR /&gt;  begin&lt;BR /&gt;     :new.upper_ename := upper(:new.ename);&lt;BR /&gt;  end;&lt;BR /&gt;  /&lt;BR /&gt;&lt;BR /&gt;will try search for other easy ways for such conversions.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 31 Jul 2004 05:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mode-uppercase-database/m-p/3345795#M869591</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-07-31T05:14:13Z</dc:date>
    </item>
  </channel>
</rss>

