<?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>Hosting Al Descubierto &#187; oracle</title>
	<atom:link href="http://hostingaldescubierto.com/wordpress/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingaldescubierto.com/wordpress</link>
	<description>Ayuda plesk  hosting, servidores dedicados y virtuales. ¿ problemas con spam, migraciones, installar aplicaciones ? podemos ayudarte</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>como obtener el hardwareid (hwid) de virtuozzo/containers</title>
		<link>http://hostingaldescubierto.com/wordpress/2008/08/18/como-obtener-el-hardwareid-hwid-de-virtuozzocontainers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=como-obtener-el-hardwareid-hwid-de-virtuozzocontainers</link>
		<comments>http://hostingaldescubierto.com/wordpress/2008/08/18/como-obtener-el-hardwareid-hwid-de-virtuozzocontainers/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 14:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Virtualización]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2008/08/18/como-obtener-el-hardwareid-hwid-de-virtuozzocontainers/</guid>
		<description><![CDATA[Si necesitas conocer el hardwareID de tu servidor ( generalmente para temas relacionados con la licencia ). Puedes obtenerlo de la siguiente manera: Linux: cat /proc/vz/hwid Windows: vzlicense -h En ambos casos, si aparecen varios resultados, el válido es el primero. Más información en hardware id para linux y hardware id para windows]]></description>
			<content:encoded><![CDATA[<p>Si necesitas conocer el hardwareID de tu servidor ( generalmente para temas relacionados con la licencia ). Puedes obtenerlo de la siguiente manera:</p>
<p>Linux:</p>
<pre>
cat /proc/vz/hwid
</pre>
<p>Windows:</p>
<pre>
vzlicense -h
</pre>
<p>En ambos casos, si aparecen varios resultados, el válido es el primero.</p>
<p>Más información en <a href="http://kb.parallels.com/en/2086" target="_blank">hardware id para linux</a> y <a href="http://kb.parallels.com/en/1402" target="_blank">hardware id para windows</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2008%2F08%2F18%2Fcomo-obtener-el-hardwareid-hwid-de-virtuozzocontainers%2F&amp;title=como%20obtener%20el%20hardwareid%20%28hwid%29%20de%20virtuozzo%2Fcontainers" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2008/08/18/como-obtener-el-hardwareid-hwid-de-virtuozzocontainers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spacewalk y Oracle</title>
		<link>http://hostingaldescubierto.com/wordpress/2008/08/07/spacewalk-y-oracle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=spacewalk-y-oracle</link>
		<comments>http://hostingaldescubierto.com/wordpress/2008/08/07/spacewalk-y-oracle/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:23:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[Soporte]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2008/08/07/spacewalk-y-oracle/</guid>
		<description><![CDATA[Para todos los que estén pensando en desistir de instalar SpaceWalk debido a un error como este : # spacewalk-setup --disconnected * Loading answer file: /usr/share/spacewalk/setup/defaults.conf. * Setting up environment and users. ** GPG: Initializing GPG and importing RHN key. * Setting up database. ** Database: Setting up database connection. DB User? spacewalk DB Password? [...]]]></description>
			<content:encoded><![CDATA[<p>Para todos los que estén pensando en desistir de instalar SpaceWalk debido a un error como este :</p>
<pre>
# spacewalk-setup --disconnected
* Loading answer file: /usr/share/spacewalk/setup/defaults.conf.
* Setting up environment and users.
** GPG: Initializing GPG and importing RHN key.
* Setting up database.
** Database: Setting up database connection.
DB User? spacewalk
DB Password?
DB SID? xe
DB hostname? localhost
DB port [1521]?
DB protocol [TCP]?
Could not connect to the database.  Your connection information may be incorrect.  Error: install_driver(Oracle) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: wrong ELF class: ELFCLASS32 at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230, &lt;STDIN&gt; line 6.
 at (eval 784) line 3
Compilation failed in require at (eval 784) line 3, &lt;STDIN&gt; line 6.
Perhaps a required shared library or dll isn't installed where expected
 at /usr/bin/spacewalk-setup line 1504
</pre>
<p>Aguantad !! <img src='http://hostingaldescubierto.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , habeis cometido el mismo error que yo, mezclar el cliente de Oracle 11g con la instalación de Oracle 10g XE.</p>
<p>Os dejo los enlaces para la instalación rpm bajo 64bits:</p>
<pre>

http://download.oracle.com/otn/linux/oracle10g/xe/10201/oracle-xe-univ-10.2.0.1-1.0.i386.rpm

http://download.oracle.com/otn/linux/instantclient/10204/oracle-instantclient-basic-10.2.0.4-1.x86_64.rpm

http://download.oracle.com/otn/linux/instantclient/10204/oracle-instantclient-jdbc-10.2.0.4-1.x86_64.rpm

http://download.oracle.com/otn/linux/instantclient/10204/oracle-instantclient-sqlplus-10.2.0.4-1.x86_64.rpm

http://download.oracle.com/otn/linux/instantclient/10204/oracle-instantclient-devel-10.2.0.4-1.x86_64.rpm
</pre>
<p>Recordaros que es preciso estar registrado para descargar los enlaces</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2008%2F08%2F07%2Fspacewalk-y-oracle%2F&amp;title=Spacewalk%20y%20Oracle" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2008/08/07/spacewalk-y-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log</title>
		<link>http://hostingaldescubierto.com/wordpress/2008/08/07/nl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog</link>
		<comments>http://hostingaldescubierto.com/wordpress/2008/08/07/nl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[Soporte]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2008/08/07/nl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog/</guid>
		<description><![CDATA[Que cunda el panico #lsnrctl start LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-AUG-2008 17:12:17 Copyright (c) 1991, 2005, Oracle. All rights reserved. Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 10.2.0.1.0 - Production NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log NL-00278: cannot open log file SNL-00016: snlfohd: error opening file Linux Error: 13: Permission [...]]]></description>
			<content:encoded><![CDATA[<p>Que cunda el panico </p>
<pre>
#lsnrctl start

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-AUG-2008 17:12:17

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 10.2.0.1.0 - Production
NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
 NL-00278: cannot open log file
  SNL-00016: snlfohd: error opening file
   Linux Error: 13: Permission denied

Listener failed to start. See the error message(s) above...
</pre>
<p>Hay que lanzar el listener bajo el usuario oracle</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2008%2F08%2F07%2Fnl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog%2F&amp;title=NL-00280%3A%20error%20creating%20log%20stream%20%2Fusr%2Flib%2Foracle%2Fxe%2Fapp%2Foracle%2Fproduct%2F10.2.0%2Fserver%2Fnetwork%2Flog%2Flistener.log" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2008/08/07/nl-00280-error-creating-log-stream-usrliboraclexeapporacleproduct1020servernetworkloglistenerlog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

