<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.objclt.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Jd_Edwards_Linux_Enterprise</id>
	<title>Jd Edwards Linux Enterprise - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.objclt.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Jd_Edwards_Linux_Enterprise"/>
	<link rel="alternate" type="text/html" href="http://wiki.objclt.ca/wiki/index.php?title=Jd_Edwards_Linux_Enterprise&amp;action=history"/>
	<updated>2026-04-15T03:30:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.objclt.ca/wiki/index.php?title=Jd_Edwards_Linux_Enterprise&amp;diff=816&amp;oldid=prev</id>
		<title>Nicolas: Created page with &quot;===Oracle Setup===  *To enable remote connections for your Oracle database  Edit the init.ora file, and set the remote condition by adding this line:  REMOTE_LOGIN_PASSWORDFIL...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.objclt.ca/wiki/index.php?title=Jd_Edwards_Linux_Enterprise&amp;diff=816&amp;oldid=prev"/>
		<updated>2017-07-02T04:28:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Oracle Setup===  *To enable remote connections for your Oracle database  Edit the init.ora file, and set the remote condition by adding this line:  REMOTE_LOGIN_PASSWORDFIL...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Oracle Setup===&lt;br /&gt;
&lt;br /&gt;
*To enable remote connections for your Oracle database&lt;br /&gt;
&lt;br /&gt;
Edit the init.ora file, and set the remote condition by adding this line:&lt;br /&gt;
&lt;br /&gt;
REMOTE_LOGIN_PASSWORDFILE=SHARED&lt;br /&gt;
&lt;br /&gt;
===After Install===&lt;br /&gt;
====Create Table====&lt;br /&gt;
*with OMW crete the following table&lt;br /&gt;
F989999 : Java Persistent Objects in Central Objects - PY910 &lt;br /&gt;
F986020 : Business Service Temporary Artifacts &lt;br /&gt;
F686030 : Business Service Temporary Published Methods&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Error===&lt;br /&gt;
====ELFCLASS64====&lt;br /&gt;
libclntsh.so.11.1: wrong ELF Class: ELFCLASS64: No such file or directory&lt;br /&gt;
&lt;br /&gt;
* Create directory lib32 inside ORACLE_HOME (/u1/app/oracle/product/11.2.0/db_home)&lt;br /&gt;
* Download Oracle Client 32bit Linux&lt;br /&gt;
* Copy libclntsh.so.11.1 and libnnz11.so into lib32&lt;br /&gt;
* Validate the path of jde910 (echo $PATH)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enterprise Install===&lt;br /&gt;
Name:&amp;lt;pre&amp;gt; JDE_PPack910_Home_1&amp;lt;/pre&amp;gt;&lt;br /&gt;
Path:&amp;lt;pre&amp;gt;/u01/jdedwardsppack/e910_1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error===&lt;br /&gt;
&lt;br /&gt;
Linux 6 (oracle)&lt;br /&gt;
..jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;
-&amp;gt; Install LibXext-1.3.2-2.1.el6.i686 &lt;br /&gt;
yum install &lt;br /&gt;
&lt;br /&gt;
..jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory&lt;br /&gt;
-­&amp;gt; Install LibXtst-1.2.2-2.1.el6.i686&lt;br /&gt;
yum install&lt;br /&gt;
&lt;br /&gt;
===Cheat Sheet===&lt;br /&gt;
====Start-Stop====&lt;br /&gt;
* Start Listner: under oracle profile: &lt;br /&gt;
&amp;lt;pre&amp;gt;lsnrctl start&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Start Dabase: under oracle profile:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sqlplus /nolog&lt;br /&gt;
SQL&amp;gt; connect sys/admin as sysdba;&lt;br /&gt;
SQL&amp;gt; startup;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Start Oracle Enterprise Manager&lt;br /&gt;
&amp;lt;pre&amp;gt; emctl start dbconsole&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Start Jde: under jde910&lt;br /&gt;
&amp;lt;pre&amp;gt;RunOneWorld&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/jdedwardsppack/e910_1/system/bin32/RunOneWorld.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Start Weblogic under oracle profile&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/app/oracle/Middleware/Weblogic/user_projects/domains/base_domain/startWebLogic.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Start Node Manager&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/app/oracle/Middleware/Weblogic/user_projects/domains/base_domain/bin/startNodeManager.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/app/weblogic/wlserver_10.3/server/bin/startNodeManager.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Start Managed WebLogic Server&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/app/oracle/Middleware/Weblogic/user_projects/domains/base_domain/bin/startManagedWebLogic.sh Jde-PS&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Start Agent&lt;br /&gt;
&amp;lt;pre&amp;gt;/u01/app/agent_1/SCFHA/bin/startAgent&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nicolas</name></author>
	</entry>
</feed>