<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Crear Job En Oracle</title>
	<atom:link href="http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:14:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gilberto Mendoza</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2490</link>
		<dc:creator>Gilberto Mendoza</dc:creator>
		<pubDate>Tue, 13 Dec 2011 00:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2490</guid>
		<description>Encontré este comentario que hice hace dos años por casualidad tratando de recordar como ejecutar un job, como da vueltas la vida. Gracias, un poco tarde, para quienes se tomaron la molestia de contestar.


Saludos</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2490" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2490', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2490-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2490" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2490', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2490-down" style="font-size:12px; color:#990033;">0</span></p><p>Encontré este comentario que hice hace dos años por casualidad tratando de recordar como ejecutar un job, como da vueltas la vida. Gracias, un poco tarde, para quienes se tomaron la molestia de contestar.</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2489</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sun, 11 Dec 2011 17:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2489</guid>
		<description>si yo deseo q el intervalo corra el ultimo dia del mes a las 11:50.. seria algo asi:
SELECT TRUNC(LAST_DAY(SYSDATE)+ 1) + -0.1799/24  FROM dual 

que hace o mejor a q horas corre la instruccion 
TRUNC(LAST_DAY(SYSDATE))+ 1.. por asi dice q el 01-01-2012, pero a q horas se ejecuta?.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2489" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2489', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2489-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2489" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2489', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2489-down" style="font-size:12px; color:#990033;">0</span></p><p>si yo deseo q el intervalo corra el ultimo dia del mes a las 11:50.. seria algo asi:<br />
SELECT TRUNC(LAST_DAY(SYSDATE)+ 1) + -0.1799/24  FROM dual </p>
<p>que hace o mejor a q horas corre la instruccion<br />
TRUNC(LAST_DAY(SYSDATE))+ 1.. por asi dice q el 01-01-2012, pero a q horas se ejecuta?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2488</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sun, 11 Dec 2011 17:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2488</guid>
		<description>Buen dia.. 
Necesito crear un job para un procedimiento alamacenado que tenga estos intervalos:
ejecucion semanal, por ejemplo todos los lunes a las 11:50 pm
ejecucion ultimo dia del mes, tomando calendario contabl, por ejem: dic-30 , ener-30, feb-28 o 29, y asi sucesivamente.. , 
se podria definir varios intervalos o debeo programsr 12 jobs?

por favor espero una oportuna rpta.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2488" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2488', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2488-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2488" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2488', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2488-down" style="font-size:12px; color:#990033;">0</span></p><p>Buen dia..<br />
Necesito crear un job para un procedimiento alamacenado que tenga estos intervalos:<br />
ejecucion semanal, por ejemplo todos los lunes a las 11:50 pm<br />
ejecucion ultimo dia del mes, tomando calendario contabl, por ejem: dic-30 , ener-30, feb-28 o 29, y asi sucesivamente.. ,<br />
se podria definir varios intervalos o debeo programsr 12 jobs?</p>
<p>por favor espero una oportuna rpta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ana</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2455</link>
		<dc:creator>ana</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2455</guid>
		<description>un job para q sea enviado los dias lunes, miercoles y viernes?</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2455" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2455', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2455-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2455" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2455', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2455-down" style="font-size:12px; color:#990033;">0</span></p><p>un job para q sea enviado los dias lunes, miercoles y viernes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Calderon</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2341</link>
		<dc:creator>Oscar Calderon</dc:creator>
		<pubDate>Wed, 06 Jul 2011 16:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2341</guid>
		<description>Gilberto, si es posible esto. En versiones recientes de Oracle (sinceramente no se desde que version) Oracle brinda una caracteristica de crear procedimientos almacenados de Oracle como &quot;envoltorios&quot; de clases JAVA, es decir, tu puedes desarrollar clases JAVA con una lógica determinada y eso &quot;embedirlo&quot; en un procedimiento almacenado de Oracle. Los tipos de datos de oracle son mapeados a los tipos de datos existentes en JAVA, entonces si tu agregas un jar y estas trabajando con este tipo de procedimientos almacenados que te comento, si podrias mandar a llamar un metodo de un jar.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2341" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2341', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2341-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2341" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2341', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2341-down" style="font-size:12px; color:#990033;">0</span></p><p>Gilberto, si es posible esto. En versiones recientes de Oracle (sinceramente no se desde que version) Oracle brinda una caracteristica de crear procedimientos almacenados de Oracle como &#8220;envoltorios&#8221; de clases JAVA, es decir, tu puedes desarrollar clases JAVA con una lógica determinada y eso &#8220;embedirlo&#8221; en un procedimiento almacenado de Oracle. Los tipos de datos de oracle son mapeados a los tipos de datos existentes en JAVA, entonces si tu agregas un jar y estas trabajando con este tipo de procedimientos almacenados que te comento, si podrias mandar a llamar un metodo de un jar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Zepeda</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2319</link>
		<dc:creator>Benjamin Zepeda</dc:creator>
		<pubDate>Sun, 19 Jun 2011 17:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2319</guid>
		<description>@Frankly, eso no lo he copiado de otra página, lo hice y está funcionando en un trabajo que tuve hace años donde se trabaja con Oracle.


Si no te funciona, es porque no lo has podido copiar bien u otro error, favor verifica antes de hablar.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2319" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2319', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2319-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2319" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2319', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2319-down" style="font-size:12px; color:#990033;">0</span></p><p>@Frankly, eso no lo he copiado de otra página, lo hice y está funcionando en un trabajo que tuve hace años donde se trabaja con Oracle.</p>
<p>Si no te funciona, es porque no lo has podido copiar bien u otro error, favor verifica antes de hablar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frankly</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2314</link>
		<dc:creator>Frankly</dc:creator>
		<pubDate>Fri, 17 Jun 2011 11:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2314</guid>
		<description>Ya que lo has copiado de otro sitio, al menos podrías probarlo, por que eso no funciona.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2314" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2314', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2314-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2314" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2314', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2314-down" style="font-size:12px; color:#990033;">0</span></p><p>Ya que lo has copiado de otro sitio, al menos podrías probarlo, por que eso no funciona.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-2020</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Mon, 17 Jan 2011 17:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-2020</guid>
		<description>Gracias, muy útil. 

@ENRIQUE: Y escribiendo así dudo que puedas!!</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-2020" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('2020', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-2020-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-2020" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('2020', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-2020-down" style="font-size:12px; color:#990033;">0</span></p><p>Gracias, muy útil. </p>
<p>@ENRIQUE: Y escribiendo así dudo que puedas!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ENRIQUE</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1759</link>
		<dc:creator>ENRIQUE</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1759</guid>
		<description>y como puedo crear un porcedimietno almacenado que realice un backup de mi base de datos y qeu se ejecute con  un joibs</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1759" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1759', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1759-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1759" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1759', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1759-down" style="font-size:12px; color:#990033;">0</span></p><p>y como puedo crear un porcedimietno almacenado que realice un backup de mi base de datos y qeu se ejecute con  un joibs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamín Zepeda</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1637</link>
		<dc:creator>Benjamín Zepeda</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1637</guid>
		<description>Gracias por visitar mi blog.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1637" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1637', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1637-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1637" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1637', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1637-down" style="font-size:12px; color:#990033;">0</span></p><p>Gracias por visitar mi blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hjavid</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1636</link>
		<dc:creator>hjavid</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1636</guid>
		<description>Gracias por la explicacion buen aporte.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1636" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1636', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1636-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1636" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1636', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1636-down" style="font-size:12px; color:#990033;">0</span></p><p>Gracias por la explicacion buen aporte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamín Zepeda</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1531</link>
		<dc:creator>Benjamín Zepeda</dc:creator>
		<pubDate>Sun, 16 Aug 2009 19:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1531</guid>
		<description>gracias por visitar mi blog, la verdad es que los job son muy utiles y raros por la poca info que existe sobre ellos.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1531" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1531', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1531-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1531" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1531', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1531-down" style="font-size:12px; color:#990033;">0</span></p><p>gracias por visitar mi blog, la verdad es que los job son muy utiles y raros por la poca info que existe sobre ellos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector Alexis</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1528</link>
		<dc:creator>Hector Alexis</dc:creator>
		<pubDate>Thu, 13 Aug 2009 01:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1528</guid>
		<description>Me intereso super informacion eso andaba buscando porque queria ejecupar un procedure cada cierto tiempo</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1528" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1528', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1528-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1528" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1528', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1528-down" style="font-size:12px; color:#990033;">0</span></p><p>Me intereso super informacion eso andaba buscando porque queria ejecupar un procedure cada cierto tiempo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html/comment-page-1#comment-1518</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Thu, 23 Jul 2009 12:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.probandocodigo.com/2008/12/crear-job-en-oracle.html#comment-1518</guid>
		<description>Hola, necesito abrir una pag. html desde forms6i, se que con web.show_document, se puede, pero no me permite por ejemplo: quitar barra de menu, ponerle dimenciones(alto,ancho), o quitar la barra de direcciones.
Se puede hacer con alguna  otra instrucción?.
Gracias.</description>
		<content:encoded><![CDATA[<p> <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-1518" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('1518', 'add', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-1518-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-1518" src="http://www.probandocodigo.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('1518', 'subtract', 'www.probandocodigo.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-1518-down" style="font-size:12px; color:#990033;">0</span></p><p>Hola, necesito abrir una pag. html desde forms6i, se que con web.show_document, se puede, pero no me permite por ejemplo: quitar barra de menu, ponerle dimenciones(alto,ancho), o quitar la barra de direcciones.<br />
Se puede hacer con alguna  otra instrucción?.<br />
Gracias.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

