<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle - Concepts et Exemples &#187; Entreprise Manager</title>
	<atom:link href="https://blog.developpez.com/pachot/tag/entreprise-manager/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/pachot</link>
	<description>Les fonctionalités et concepts d&#039;Oracle à partir de traductions et de démos</description>
	<lastBuildDate>Sun, 03 Apr 2016 20:36:21 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>12c EM express</title>
		<link>https://blog.developpez.com/pachot/12c-em-express/</link>
		<comments>https://blog.developpez.com/pachot/12c-em-express/#comments</comments>
		<pubDate>Mon, 22 Jul 2013 06:00:30 +0000</pubDate>
		<dc:creator><![CDATA[pachot]]></dc:creator>
				<category><![CDATA[12c]]></category>
		<category><![CDATA[Entreprise Manager]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/pachot/?p=331</guid>
		<description><![CDATA[En 12 dbconsole est remplacée par EM express. Il est configuré automatiquement avec DBCA. Pour configurer/changer le port: SQL&#62; exec DBMS_XDB_CONFIG.SETHTTPSPORT(5500); PL/SQL procedure successfully completed. Pour voir sur quel port il est configuré: SQL&#62; select dbms_xdb_config.gethttpsport() from dual; DBMS_XDB_CONFIG.GETHTTPSPORT() ------------------------------ &#8230; <a href="https://blog.developpez.com/pachot/12c-em-express/">Lire la suite <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>En 12 dbconsole est remplacée par EM express. Il est configuré automatiquement avec DBCA.</p>
<p>Pour configurer/changer le port:</p>
<pre>
SQL&gt; exec DBMS_XDB_CONFIG.SETHTTPSPORT(5500);

PL/SQL procedure successfully completed.
</pre>
<p>Pour voir sur quel port il est configuré:</p>
<pre>SQL&gt; select dbms_xdb_config.gethttpsport() from dual;

DBMS_XDB_CONFIG.GETHTTPSPORT()
------------------------------
                          5500</pre>
<p>Pour vérifier que le dispatcher est bien configuré pour XDB:</p>
<pre>SQL&gt; show parameter dispatcher

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
dispatchers                          string      (PROTOCOL=TCP) (SERVICE=O12CDBXDB)
</pre>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ lsnrctl status<br />
<br />
LSNRCTL for Linux: Version 12.1.0.1.0 - Production on 26-JUN-2013 20:53:14<br />
<br />
Copyright (c) 1991, 2013, Oracle. &nbsp;All rights reserved.<br />
<br />
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oel64)(PORT=1521)))<br />
STATUS of the LISTENER<br />
------------------------<br />
Alias &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LISTENER<br />
Version &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TNSLSNR for Linux: Version 12.1.0.1.0 - Production<br />
Start Date &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;26-JUN-2013 20:44:40<br />
Uptime &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 days 0 hr. 8 min. 34 sec<br />
Trace Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; off<br />
Security &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ON: Local OS Authentication<br />
SNMP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OFF<br />
Listener Parameter File &nbsp; /app/oracle/product/12c/network/admin/listener.ora<br />
Listener Log File &nbsp; &nbsp; &nbsp; &nbsp; /app/oracle/diag/tnslsnr/oel64/listener/alert/log.xml<br />
Listening Endpoints Summary...<br />
&nbsp; (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel64)(PORT=1521)))<br />
&nbsp; (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))<br />
&nbsp; (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=oel64)(PORT=5500))(Security=(my_wallet_directory=/app/oracle/admin/O12CDB/xdb_wallet))(Presentation=HTTP)(Session=RAW))<br />
Services Summary...<br />
Service &quot;O12CDB&quot; has 1 instance(s).<br />
&nbsp; Instance &quot;O12CDB&quot;, status READY, has 1 handler(s) for this service...<br />
Service &quot;O12CDBXDB&quot; has 1 instance(s).<br />
&nbsp; Instance &quot;O12CDB&quot;, status READY, has 1 handler(s) for this service...<br />
Service &quot;o12pdb01&quot; has 1 instance(s).<br />
&nbsp; Instance &quot;O12CDB&quot;, status READY, has 1 handler(s) for this service...<br />
The command completed successfully</div></div>
<p>Je peux donc accéder à EM express sur: https://oel64:5500/em</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
