<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Neocortex - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-ba73646b" type="application/json"/><link>http://neocortex.disqus.com/</link><description></description><atom:link href="http://neocortex.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 14 May 2012 11:42:29 -0000</lastBuildDate><item><title>Re: What it takes to integrate OPM with ASCP</title><link>http://neocortex.com/interact/?p=222#comment-528546315</link><description>&lt;p&gt;Hi Sandeep,&lt;/p&gt;

&lt;p&gt;You have previously aported very useful information on my posts in oracle Community. Thank you for that. Could you name these documents you talk about for mapping the OPM organizational structure to Discrete? I find the Oracle user guides a little vague on the subject, so If you know of additional sources it could be very useful to me.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Rodrigo&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo Falomir</dc:creator><pubDate>Mon, 14 May 2012 11:42:29 -0000</pubDate></item><item><title>Re: Cost Manager Concepts in Oracle Inventory</title><link>http://neocortex.com/interact/?p=50#comment-492780170</link><description>&lt;p&gt; I know want what are cases generate value New_cost column different than Actual cost field of MTL_MATERIAL_TRANSACTIONS table?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lua Chon</dc:creator><pubDate>Mon, 09 Apr 2012 23:01:52 -0000</pubDate></item><item><title>Re: Resolving the &amp;#8220;ORA-12514: No TNS Listener&amp;#8221; error with Oracle XE</title><link>http://neocortex.com/interact/?p=140#comment-358029958</link><description>&lt;p&gt;Write this line in the listener.ora file:&lt;br&gt;SID_LIST_LISTENER =&lt;br&gt;...&lt;br&gt;    (SID_DESC =&lt;br&gt;      (SID_NAME = XE)&lt;br&gt;      (ORACLE_HOME = C:oraclexeapporacleproduct10.2.0server)&lt;br&gt;    ) &lt;br&gt;...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sergio</dc:creator><pubDate>Sat, 04 Dec 2010 07:38:25 -0000</pubDate></item><item><title>Re: Resolving the &amp;#8220;ORA-12514: No TNS Listener&amp;#8221; error with Oracle XE</title><link>http://neocortex.com/interact/?p=140#comment-358029956</link><description>&lt;p&gt;Call your DBA and get the latest TNS Entry file.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vamshi</dc:creator><pubDate>Sun, 24 Jan 2010 23:02:26 -0000</pubDate></item><item><title>Re: Resolving the &amp;#8220;ORA-12514: No TNS Listener&amp;#8221; error with Oracle XE</title><link>http://neocortex.com/interact/?p=140#comment-358029953</link><description>&lt;p&gt;can anybody help me..&lt;br&gt;i try to make a web app for my tesis, i am using yii framework with oraclexe database, but when i'll make a model, there is some error like this:&lt;br&gt;exception 'CDbException' with message 'CDbConnection failed to open the DB connection: SQLSTATE[HY00&lt;br&gt;0]: pdo_oci_handle_factory: ORA-12514: TNS:listener does not currently know of service requested in&lt;br&gt;connect descriptor&lt;br&gt; (extpdo_ocioci_driver.c:581)' in C:Program FilesZendApache2htdocsyiiframeworkdbCDbConnect&lt;br&gt;ion.php:241&lt;br&gt;Stack trace:&lt;br&gt;#0 C:Program FilesZendApache2htdocsyiiframeworkdbCDbConnection.php(217): CDbConnection-&amp;gt;open&lt;br&gt;()&lt;br&gt;#1 C:Program FilesZendApache2htdocsyiiframeworkdbCDbConnection.php(196): CDbConnection-&amp;gt;setA&lt;br&gt;ctive(true)&lt;br&gt;#2 C:Program FilesZendApache2htdocsyiiframeworkbaseCModule.php(351): CDbConnection-&amp;gt;init()&lt;br&gt;#3 C:Program FilesZendApache2htdocsyiiframeworkbaseCApplication.php(338): CModule-&amp;gt;getCompon&lt;br&gt;ent('db')&lt;br&gt;#4 C:Program FilesZendApache2htdocsyiiframeworkclicommandsshellModelCommand.php(115): CApp&lt;br&gt;lication-&amp;gt;getDb()&lt;br&gt;#5 [internal function]: ModelCommand-&amp;gt;generateModel('C:Program File...', Array)&lt;br&gt;#6 C:Program FilesZendApache2htdocsyiiframeworkconsoleCConsoleCommand.php(116): call_user_fu&lt;br&gt;nc(Array, 'C:Program File...', Array)&lt;br&gt;#7 C:Program FilesZendApache2htdocsyiiframeworkclicommandsshellModelCommand.php(94): CCons&lt;br&gt;oleCommand-&amp;gt;copyFiles(Array)&lt;br&gt;#8 C:Program FilesZendApache2htdocsyiiframeworkclicommandsShellCommand.php(136): ModelComma&lt;br&gt;nd-&amp;gt;run(Array)&lt;br&gt;#9 C:Program FilesZendApache2htdocsyiiframeworkclicommandsShellCommand.php(96): ShellComman&lt;br&gt;d-&amp;gt;runShell()&lt;br&gt;#10 C:Program FilesZendApache2htdocsyiiframeworkconsoleCConsoleCommandRunner.php(62): ShellC&lt;br&gt;ommand-&amp;gt;run(Array)&lt;br&gt;#11 C:Program FilesZendApache2htdocsyiiframeworkconsoleCConsoleApplication.php(88): CConsole&lt;br&gt;CommandRunner-&amp;gt;run(Array)&lt;br&gt;#12 C:Program FilesZendApache2htdocsyiiframeworkbaseCApplication.php(133): CConsoleApplicati&lt;br&gt;on-&amp;gt;processRequest()&lt;br&gt;#13 C:Program FilesZendApache2htdocsyiiframeworkyiic.php(30): CApplication-&amp;gt;run()&lt;br&gt;#14 C:Program FilesZendApache2htdocsyiiframeworkyiic(15): require_once('C:Program File...')&lt;/p&gt;

&lt;p&gt;can someone help me please...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CulipGendut</dc:creator><pubDate>Sun, 24 May 2009 10:29:46 -0000</pubDate></item></channel></rss>
