<?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>SLS Weblog &#187; Oracle</title>
	<atom:link href="http://slemos.com.ar/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://slemos.com.ar</link>
	<description>El weblog de Sebastián Lemos Satué</description>
	<lastBuildDate>Thu, 14 Jul 2011 00:51:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>¿Cómo convertir un número decimal a binario y viceversa en PL/SQL?</title>
		<link>http://slemos.com.ar/oracle/2009/01/como-convertir-un-numero-decimal-a-binario-y-viceversa-en-plsql/</link>
		<comments>http://slemos.com.ar/oracle/2009/01/como-convertir-un-numero-decimal-a-binario-y-viceversa-en-plsql/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:09:22 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[plsql]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/?p=176</guid>
		<description><![CDATA[Si alguna vez se encontraron en la necesidad de convertir un número decimal a binario y viceversa, se habrán dado cuenta que Oracle no incluye una función para poder realizarlo fácilmente. Solamente existe la función "bin_to_num", la cual tiene el &#8230; <a href="http://slemos.com.ar/oracle/2009/01/como-convertir-un-numero-decimal-a-binario-y-viceversa-en-plsql/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2009/01/como-convertir-un-numero-decimal-a-binario-y-viceversa-en-plsql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>¿Cómo exportar una consulta de Oracle usando SQL*Plus?</title>
		<link>http://slemos.com.ar/oracle/2008/10/como-exportar-una-consulta-de-oracle-usando-sqlplus/</link>
		<comments>http://slemos.com.ar/oracle/2008/10/como-exportar-una-consulta-de-oracle-usando-sqlplus/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 17:00:01 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[spool]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/?p=110</guid>
		<description><![CDATA[Para poder exportar información desde una base de datos Oracle, lo conveniente es usar SQL*Plus desde la linea de comandos. Este producto que viene incluido con el cliente Oracle, nos permite desde linea de comandos ejecutar comandos SQL y lo &#8230; <a href="http://slemos.com.ar/oracle/2008/10/como-exportar-una-consulta-de-oracle-usando-sqlplus/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2008/10/como-exportar-una-consulta-de-oracle-usando-sqlplus/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Version del cliente de Oracle y ORA-06502</title>
		<link>http://slemos.com.ar/oracle/2008/01/clientes-de-oracle-y-ora-06502/</link>
		<comments>http://slemos.com.ar/oracle/2008/01/clientes-de-oracle-y-ora-06502/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 12:54:07 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[dbms_output]]></category>
		<category><![CDATA[OCI]]></category>
		<category><![CDATA[ORA-06502]]></category>
		<category><![CDATA[Oracle10g]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2008/01/clientes-de-oracle-y-ora-06502/</guid>
		<description><![CDATA[El problema Hace poco tiempo me encontre con el siguiente mensaje de error en SQLPLUS*: ORA-06502: PL/SQL: numeric or value error: host bind array too small Este error surgía de querer ejecutar un PL/SQL que hacia uso de dbms_output.put_line. Lamentablemente &#8230; <a href="http://slemos.com.ar/oracle/2008/01/clientes-de-oracle-y-ora-06502/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2008/01/clientes-de-oracle-y-ora-06502/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Invocar Web Services desde PL/SQL en Oracle</title>
		<link>http://slemos.com.ar/oracle/2008/01/invocar-web-services-desde-plsql-en-oracle/</link>
		<comments>http://slemos.com.ar/oracle/2008/01/invocar-web-services-desde-plsql-en-oracle/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 20:53:19 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2008/01/invocar-web-services-desde-plsql-en-oracle/</guid>
		<description><![CDATA[El problema Muchas veces nos vemos en la necesidad de invocar un Web Service directamente desde la base de datos. La utilización de Java dentro de la base de datos no siempre es una opción disponible, así que tuve que &#8230; <a href="http://slemos.com.ar/oracle/2008/01/invocar-web-services-desde-plsql-en-oracle/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2008/01/invocar-web-services-desde-plsql-en-oracle/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>ORA-00604 y ORA-12705 en SQL Developer</title>
		<link>http://slemos.com.ar/oracle/2008/01/ora-00604-y-ora-12705-en-sql-developer/</link>
		<comments>http://slemos.com.ar/oracle/2008/01/ora-00604-y-ora-12705-en-sql-developer/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 20:22:50 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORA-00604]]></category>
		<category><![CDATA[ORA-12705]]></category>
		<category><![CDATA[SQLDeveloper]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2008/01/ora-00604-y-ora-12705-en-sql-developer/</guid>
		<description><![CDATA[El problema Luego de instalar el nuevo SQL Developer de Oracle, me di cuenta de que no me podía conectar a ninguna base de datos, el error rezaba: ORA-00604: se ha producido un error a nivel 1 de SQL recursivo &#8230; <a href="http://slemos.com.ar/oracle/2008/01/ora-00604-y-ora-12705-en-sql-developer/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2008/01/ora-00604-y-ora-12705-en-sql-developer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>¿Cómo hacer un trace desde el cliente Oracle?</title>
		<link>http://slemos.com.ar/oracle/2007/12/como-hacer-un-trace-desde-el-cliente-oracle/</link>
		<comments>http://slemos.com.ar/oracle/2007/12/como-hacer-un-trace-desde-el-cliente-oracle/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 00:45:02 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[OCI]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2007/12/como-hacer-un-trace-desde-el-cliente-oracle/</guid>
		<description><![CDATA[El problema A veces nos encontramos con la necesidad de poder "loguear" el acceso a base de datos de una aplicación, por desgracia no todas las aplicaciones cuentan con esta funcionalidad, o si la poseen, no siempre cumplen todas nuestras &#8230; <a href="http://slemos.com.ar/oracle/2007/12/como-hacer-un-trace-desde-el-cliente-oracle/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2007/12/como-hacer-un-trace-desde-el-cliente-oracle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Estadísticas en Oracle10g</title>
		<link>http://slemos.com.ar/oracle/2007/07/estadisticas-en-oracle10g/</link>
		<comments>http://slemos.com.ar/oracle/2007/07/estadisticas-en-oracle10g/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 22:04:32 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[CBO]]></category>
		<category><![CDATA[estadisticas]]></category>
		<category><![CDATA[oracle optimizer]]></category>
		<category><![CDATA[Oracle10g]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2007/07/estadisticas-en-oracle10g/</guid>
		<description><![CDATA[Como todos sabemos el optimizador por defecto en las bases de datos Oracle10g es el CBO (Cost Based Optimizer), el cual es un optimizador de avanzada que utiliza estadísticas de las tablas e indices para poder obtener buenos planes de &#8230; <a href="http://slemos.com.ar/oracle/2007/07/estadisticas-en-oracle10g/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2007/07/estadisticas-en-oracle10g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>¿Oracle 10g no quiere iniciar?</title>
		<link>http://slemos.com.ar/oracle/2007/07/oracle-10g-no-quiere-iniciar/</link>
		<comments>http://slemos.com.ar/oracle/2007/07/oracle-10g-no-quiere-iniciar/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 15:37:52 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[control file]]></category>
		<category><![CDATA[ORA-12514]]></category>
		<category><![CDATA[Oracle10g]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/oracle/2007/07/oracle-10g-no-quiere-iniciar/</guid>
		<description><![CDATA[¿Tenemos problemas? El otro dia intentando iniciar mi base de datos de prueba, una base hecha en Oracle XE 10g, se me aparecio el siguiente problema: sqlplus SYS/SYS@XE AS SYSDBA ERROR: ORA-12514: TNS:listener does not currently know of service requested &#8230; <a href="http://slemos.com.ar/oracle/2007/07/oracle-10g-no-quiere-iniciar/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2007/07/oracle-10g-no-quiere-iniciar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

