<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hide username and password while calling oracle Reports</title>
	<atom:link href="http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/</link>
	<description>Reference to Oracle Technologies</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:04:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-4125</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-4125</guid>
		<description>Best solution is to user single sign-on. Another method can be to use cookies,  you can read more about cookies implementation in oracle while paper titled, “Oracle Forms Services - Secure Web.Show_Document calls to Oracle Reports”</description>
		<content:encoded><![CDATA[<p>Best solution is to user single sign-on. Another method can be to use cookies,  you can read more about cookies implementation in oracle while paper titled, “Oracle Forms Services &#8211; Secure Web.Show_Document calls to Oracle Reports”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-4124</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 11 Jan 2012 03:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-4124</guid>
		<description>This is very helpfull, I want to know what are the other methods to hide the username and password other than define keymapping in CGICMD.DAT file.</description>
		<content:encoded><![CDATA[<p>This is very helpfull, I want to know what are the other methods to hide the username and password other than define keymapping in CGICMD.DAT file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-3043</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 02 Nov 2011 10:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-3043</guid>
		<description>Nayayan,

Once you have registered a key in cgicmd.dat, you append this key in you URL that calls report. What syntax you are using to call you report?  

In following line, you need to replace your original username, password and connection string.

userlogin: userid=username/password@db %*</description>
		<content:encoded><![CDATA[<p>Nayayan,</p>
<p>Once you have registered a key in cgicmd.dat, you append this key in you URL that calls report. What syntax you are using to call you report?  </p>
<p>In following line, you need to replace your original username, password and connection string.</p>
<p>userlogin: userid=username/password@db %*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narayan</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-3040</link>
		<dc:creator>narayan</dc:creator>
		<pubDate>Wed, 02 Nov 2011 06:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-3040</guid>
		<description>i am new to oracle and i got to know about hiding the username and password and i did follow the procedure mentioned by you. i added the following line at the end of the cgicmd.dat file 

userlogin:      userid=username/password@db  %*

But it didnt help me in hiding the username and password. i use oracle 10g and application in windows 2003 server. 

You have mentioned about &quot;Restart reports server&quot;. How do i do it. i did stopped oc4j and restarted it , but didn&#039;t help. could you please guide me in this</description>
		<content:encoded><![CDATA[<p>i am new to oracle and i got to know about hiding the username and password and i did follow the procedure mentioned by you. i added the following line at the end of the cgicmd.dat file </p>
<p>userlogin:      userid=username/password@db  %*</p>
<p>But it didnt help me in hiding the username and password. i use oracle 10g and application in windows 2003 server. </p>
<p>You have mentioned about &#8220;Restart reports server&#8221;. How do i do it. i did stopped oc4j and restarted it , but didn&#8217;t help. could you please guide me in this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-2692</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Sep 2011 04:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-2692</guid>
		<description>If you are using the same user, then you would be required to update new password in config file. But usually reports are run as a separate user. In production environment, application has many users, so it is not practical to use the credential of a application specific user to run reports. </description>
		<content:encoded><![CDATA[<p>If you are using the same user, then you would be required to update new password in config file. But usually reports are run as a separate user. In production environment, application has many users, so it is not practical to use the credential of a application specific user to run reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sher</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-2687</link>
		<dc:creator>Sher</dc:creator>
		<pubDate>Wed, 28 Sep 2011 15:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-2687</guid>
		<description>Very helfull. 
if a user changes his/her password then he/she will be required
 to change in the config file?</description>
		<content:encoded><![CDATA[<p>Very helfull.<br />
if a user changes his/her password then he/she will be required<br />
 to change in the config file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabian</title>
		<link>http://www.exploreoracle.com/2010/06/09/hide-username-and-password-while-calling-oracle-reports/comment-page-1/#comment-2580</link>
		<dc:creator>fabian</dc:creator>
		<pubDate>Fri, 16 Sep 2011 08:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://exploreoracle.com/?p=337#comment-2580</guid>
		<description>It was really helpfull..</description>
		<content:encoded><![CDATA[<p>It was really helpfull..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

