<?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: Re : Oracle profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419143#M861738</link>
    <description>I think Pete is talking about the last line in .dtprofile file in your oracle user's home directory (the directory he is in when he logs).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Nov 2004 10:03:08 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2004-11-10T10:03:08Z</dc:date>
    <item>
      <title>Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419140#M861735</link>
      <description>Hi Guys,&lt;BR /&gt;   Can anyone help with steps how can I set my profile in oracle so that when I log-in through CDE environment with Oracle account I can start sqlplus at prompt ? Oracle version use 9.2&lt;BR /&gt;&lt;BR /&gt;Currently situation on my server,&lt;BR /&gt;&lt;BR /&gt;when i su - oracle&lt;BR /&gt;I can strat sqlplus immediately, and in env I can see the path for ORACLE_HOME=oracle and etc. Please advice???&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 09:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419140#M861735</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2004-11-10T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419141#M861736</link>
      <description>Vincent,&lt;BR /&gt;&lt;BR /&gt;I believe you simply need to set DTSOURCEPROFILE=true in ~/.dtprofile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 10 Nov 2004 09:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419141#M861736</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-10T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419142#M861737</link>
      <description>Hi ,&lt;BR /&gt;   Thanks for the info, but are you referring to setting the DTsource profile with oracle user account??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 10 Nov 2004 09:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419142#M861737</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2004-11-10T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419143#M861738</link>
      <description>I think Pete is talking about the last line in .dtprofile file in your oracle user's home directory (the directory he is in when he logs).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 10:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419143#M861738</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-10T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419144#M861739</link>
      <description>I have same experience before, see the resolution below:&lt;BR /&gt;You can force the system to sources these files by enabling the "loginShell" resource for each of the terminal emulator windows. &lt;BR /&gt;&lt;BR /&gt;To do this on a system-wide basis you will need to create the sys.resources file in the /etc/dt/config/C/ directory and add the following line to this new resource file: &lt;BR /&gt;&lt;BR /&gt;*loginShell: true&lt;BR /&gt;&lt;BR /&gt;The permissions on this file should be 644 : &lt;BR /&gt;&lt;BR /&gt;/usr/bin/chmod 644 /etc/dt/config/C/sys.resources&lt;BR /&gt;&lt;BR /&gt;NOTE: If this file already exists, this resource line can be added to the end of the existing file.&lt;BR /&gt;&lt;BR /&gt;To do this on a per-user basis you will need to create the .Xdefaults file in the user's $HOME directory and add the following line to this new resource file: &lt;BR /&gt;&lt;BR /&gt;*loginShell: true&lt;BR /&gt;&lt;BR /&gt;The permissions on this file should be 644 : &lt;BR /&gt;&lt;BR /&gt;/usr/bin/chmod 755 $HOME/.Xdefaults&lt;BR /&gt;&lt;BR /&gt;NOTE: If this file already exists, this resource line can be added to the end of the existing file.&lt;BR /&gt;&lt;BR /&gt;Both of these changes will take effect with the next login to CDE. &lt;BR /&gt;&lt;BR /&gt;EXPLANATION &lt;BR /&gt;The *loginShell resource configures the terminal emulators (Dtterm, HPterm, XTerm) to behave as if the user has 'telnet'-ed or 'rlogin'-ed into the system. &lt;BR /&gt;&lt;BR /&gt;This incorporates the default sequence of reading the /etc/profile and similar files when each new terminal window is opened. Therefore, the environment in the shell window will NOT be the same as as that of the standard CDE session (/usr/dt/bin/dtsession).</description>
      <pubDate>Wed, 10 Nov 2004 10:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419144#M861739</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-11-10T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419145#M861740</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There is a line that needed to be uncommented &lt;BR /&gt;&lt;BR /&gt;dtsource=true &lt;BR /&gt;&lt;BR /&gt;this will allow your .profile to be sourced when you log in to the CDE environment.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 10 Nov 2004 23:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419145#M861740</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-11-10T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Oracle profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419146#M861741</link>
      <description>Hi Vincent&lt;BR /&gt;&lt;BR /&gt;Pete was reffering to the oracle user. The ~ is a shortcut for $HOME f the current user.&lt;BR /&gt;&lt;BR /&gt;So the other way of writing it is $HOME/.dtprofile&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Gerhard</description>
      <pubDate>Thu, 11 Nov 2004 06:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-oracle-profile/m-p/3419146#M861741</guid>
      <dc:creator>Gerhard Roets</dc:creator>
      <dc:date>2004-11-11T06:47:00Z</dc:date>
    </item>
  </channel>
</rss>

