<?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; sqlplus</title>
	<atom:link href="http://slemos.com.ar/tag/sqlplus/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 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>¿Cómo copiar datos desde una base a otra en Oracle?</title>
		<link>http://slemos.com.ar/oracle/2007/06/como-copiar-datos-desde-una-base-a-otra-en-oracle/</link>
		<comments>http://slemos.com.ar/oracle/2007/06/como-copiar-datos-desde-una-base-a-otra-en-oracle/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 20:37:28 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/siebel/2007/06/como-copiar-datos-desde-una-base-a-otra-en-oracle/</guid>
		<description><![CDATA[Si alguna vez se han preguntado como hacer para copiar información (y rapidamente!) desde una base de datos a otra acá les dejo el comando de SQL*Plus para poder hacerlo: COPY FROM &#34;db_origen&#34; TO &#34;db_destino&#34; &#34;accion&#34; &#34;tabla_destino&#34; &#91;&#34;(column_name, column_name...)&#34;&#93; USING &#8230; <a href="http://slemos.com.ar/oracle/2007/06/como-copiar-datos-desde-una-base-a-otra-en-oracle/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2007/06/como-copiar-datos-desde-una-base-a-otra-en-oracle/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Insertar caracteres especiales en Oracle</title>
		<link>http://slemos.com.ar/oracle/2007/03/insertar-caracteres-especiales-en-oracle/</link>
		<comments>http://slemos.com.ar/oracle/2007/03/insertar-caracteres-especiales-en-oracle/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 15:32:35 +0000</pubDate>
		<dc:creator>Sebas</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORA-01756]]></category>
		<category><![CDATA[Oracle10g]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://slemos.com.ar/uncategorized/2007/03/insertar-caracteres-especiales-en-oracle/</guid>
		<description><![CDATA[Algunas veces es necesario utilizar caracteres especiales en alguna query que utilicemos en SQL*Plus. Un problema común es el de la comillas simples ('): SQL&#62; INSERT INTO tmp_table &#40;texto&#41; VALUES &#40;'Johnson's house'); ERROR: ORA-01756: quoted string not properly terminated Si &#8230; <a href="http://slemos.com.ar/oracle/2007/03/insertar-caracteres-especiales-en-oracle/">Sigue leyendo <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://slemos.com.ar/oracle/2007/03/insertar-caracteres-especiales-en-oracle/feed/</wfw:commentRss>
		<slash:comments>5</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 -->

