<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_11gR2_Windows_Server_Install</id>
	<title>Oracle/Database/Oracle 11gR2 Windows Server Install - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_11gR2_Windows_Server_Install"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_11gR2_Windows_Server_Install&amp;action=history"/>
	<updated>2026-05-09T00:12:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Oracle/Database/Oracle_11gR2_Windows_Server_Install&amp;diff=2131&amp;oldid=prev</id>
		<title>Kenneth: /* Oracle Client */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_11gR2_Windows_Server_Install&amp;diff=2131&amp;oldid=prev"/>
		<updated>2015-05-06T02:20:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Oracle Client&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Oracle 11gR2 Windows Server Install ==&lt;br /&gt;
&lt;br /&gt;
http://www.oracle.com/technetwork/database/enterprise-edition/overview/index.html&lt;br /&gt;
&lt;br /&gt;
== Server Installation ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Enterprise Manager Database Control URL - (orcl) :&lt;br /&gt;
https://oracledb:1158/em&lt;br /&gt;
&lt;br /&gt;
Your database configuration files have been installed in C:\app\Administrator while other components&lt;br /&gt;
selected for installation have been installed in C:\app\Administrator\product\11.2.0\dbhome.  Be&lt;br /&gt;
cautious not to accidentally delete these configuration files.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Database Configuration Assistant&lt;br /&gt;
&lt;br /&gt;
Database creation complete.  For details check the logfiles at:&lt;br /&gt;
  C:\app\Administrator\cfgtoollogs\dbca\orcl.&lt;br /&gt;
&lt;br /&gt;
Database Information:&lt;br /&gt;
  Global Database Name:        orcl&lt;br /&gt;
  System Identifier(SID):      orcl&lt;br /&gt;
  Server Parameter File name:  C:\app\Administrator\product\11.2.0\dbhome\database\spfileorcl.ora&lt;br /&gt;
&lt;br /&gt;
The Database Control URL is https://oracledb:1158:em&lt;br /&gt;
&lt;br /&gt;
Management Repository has been placed in secure mode wherein Enterprise Manager data will be&lt;br /&gt;
encrypted.  The encryption key has been placed in the file: C:/app/Administrator/product/11.2.0&lt;br /&gt;
/dbhome/oracledb_orcl/sysman/config/emkey.ra.  Please ensure this file is backed up as the&lt;br /&gt;
encrypted data will become unusable if this file is lost.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: All database accounts except SYS, SYSTEM, DBSNMP, and SYSMAN are locked.  Select the&lt;br /&gt;
Password Management button to view the complete list of locked accounts or to manage the&lt;br /&gt;
database accounts (except DBSNMP and SYSMAN).  From the Password Management window,&lt;br /&gt;
unlock only the accounts you will use.  Oracle Corporation strongly recommends changing the&lt;br /&gt;
default passwords immediately after unlocking the account.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Oracle Client ==&lt;br /&gt;
&lt;br /&gt;
NOTE: Based on the LindonLabs:Planview project requirements.&lt;br /&gt;
&lt;br /&gt;
The Oracle client should be installed with the following options enabled:&lt;br /&gt;
* SQL*Plus&lt;br /&gt;
* Oracle Net&lt;br /&gt;
* Oracle ODBC Driver&lt;br /&gt;
* Oracle Services for Microsoft Transaction Server&lt;br /&gt;
* Oracle Data Provider for .NET&lt;br /&gt;
* Oracle Providers for ASP.NET&lt;br /&gt;
&lt;br /&gt;
== 32bit and 64bit client ==&lt;br /&gt;
&lt;br /&gt;
Installed 32bit client first.  Installed 64bit client second.  Ran into this error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Oracle Client Installer&lt;br /&gt;
&lt;br /&gt;
Error while creating service.  The service OracleMTSRecoveryService already exists.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Does not appear to affect anything.&lt;br /&gt;
&lt;br /&gt;
== tnsnames.org ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ken32 =&lt;br /&gt;
  (DESCRIPTION =&lt;br /&gt;
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracledb)(PORT = 1521))&lt;br /&gt;
    (CONNECT_DATA =&lt;br /&gt;
      (SERVER = DEDICATED)&lt;br /&gt;
      (SERVICE_NAME = orcl)&lt;br /&gt;
    )&lt;br /&gt;
  )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
=== Enterprise manager configuration failed ===&lt;br /&gt;
&lt;br /&gt;
At end of installation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Database Configuration Assistant : Warning&lt;br /&gt;
&lt;br /&gt;
Enterprise manager configuration failed due to the following error -&lt;br /&gt;
Listener is not up or database service is not registered with it.  Start the&lt;br /&gt;
Listener and register database service and run EM Configuration&lt;br /&gt;
Assistant again.&lt;br /&gt;
Refer to the log file at C:&lt;br /&gt;
\app\Administrator\cfgtoollogs\dbca\orcl\emConfig.log for more details.&lt;br /&gt;
You can retry configuring this database with Enterprise Manager later by&lt;br /&gt;
manually running c:\app\Administrator\product\11.2.0&lt;br /&gt;
\dbhome_1\bin\emca script.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cause:&lt;br /&gt;
* ? - maybe slow VM&lt;br /&gt;
&lt;br /&gt;
Solution:&lt;br /&gt;
* Recloned W2K8r2 VM, re-decompressed DB zip files and reinstalled DB.&lt;br /&gt;
&lt;br /&gt;
Possible References:&lt;br /&gt;
* Troubleshooting Enterprise Manager - http://www.stanford.edu/dept/itss/docs/oracle/10gR2/em.102/b40103/app_troubleshooting.htm&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Oracle]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>