<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/DBA</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 17:55:16 GMT</pubDate>
<item>
<title>(SQL) Oracle Schema DB Stats - geekzspot</title>
<link>http://snipplr.com/view/71181/oracle-schema-db-stats/</link>
<description><![CDATA[ <p>Run DB Stats for your Schema</p> ]]></description>
<pubDate>Wed, 15 May 2013 05:34:45 GMT</pubDate>
<guid>http://snipplr.com/view/71181/oracle-schema-db-stats/</guid>
</item>
<item>
<title>(SQL) Oracle DB Stats - geekzspot</title>
<link>http://snipplr.com/view/71176/oracle-db-stats/</link>
<description><![CDATA[ <p>Run Oracle Database Statistics for the whole database</p> ]]></description>
<pubDate>Wed, 15 May 2013 03:53:11 GMT</pubDate>
<guid>http://snipplr.com/view/71176/oracle-db-stats/</guid>
</item>
<item>
<title>(SQL) Oracle Show my GRANTs and Privileges for an Object - geekzspot</title>
<link>http://snipplr.com/view/71174/oracle-show-my-grants-and-privileges-for-an-object/</link>
<description><![CDATA[ <p>-- See what GRANTs and Privileges I have on an object, such as a Table, View, Sequence, Stored Procedure</p> ]]></description>
<pubDate>Wed, 15 May 2013 02:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/71174/oracle-show-my-grants-and-privileges-for-an-object/</guid>
</item>
<item>
<title>(SQL) Oracle Database Parameters - geekzspot</title>
<link>http://snipplr.com/view/71133/oracle-database-parameters/</link>
<description><![CDATA[ <p>See database settings. Client will override Database.</p> ]]></description>
<pubDate>Sat, 11 May 2013 05:08:56 GMT</pubDate>
<guid>http://snipplr.com/view/71133/oracle-database-parameters/</guid>
</item>
<item>
<title>(SQL) Show Oracle Parameter value - geekzspot</title>
<link>http://snipplr.com/view/71083/show-oracle-parameter-value/</link>
<description><![CDATA[ <p>Here for example we show the default NLS_LENGTH_SEMNATICS Parameter</p> ]]></description>
<pubDate>Wed, 08 May 2013 02:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/71083/show-oracle-parameter-value/</guid>
</item>
<item>
<title>(SQL) Oracle Change Data Type for all Columns - geekzspot</title>
<link>http://snipplr.com/view/71081/oracle-change-data-type-for-all-columns/</link>
<description><![CDATA[ <p>You might want to change all VARCHARs from BYTE to CHAR?</p> ]]></description>
<pubDate>Wed, 08 May 2013 02:42:05 GMT</pubDate>
<guid>http://snipplr.com/view/71081/oracle-change-data-type-for-all-columns/</guid>
</item>
<item>
<title>(SQL) Oracle change Column Datatype - geekzspot</title>
<link>http://snipplr.com/view/71074/oracle-change-column-datatype/</link>
<description><![CDATA[ <p>Maybe you want to change BYTE to CHAR?
Maybe you want to go BIGGER?</p> ]]></description>
<pubDate>Tue, 07 May 2013 13:06:15 GMT</pubDate>
<guid>http://snipplr.com/view/71074/oracle-change-column-datatype/</guid>
</item>
<item>
<title>(SQL) Oracle Truncate All User Tables - geekzspot</title>
<link>http://snipplr.com/view/71040/oracle-truncate-all-user-tables/</link>
<description><![CDATA[ <p>Warning! This is dangerous! There may be no Flashback to recover data! Also, if this thing crashes, you must rerun it successfully or data integrity will be a mess!</p> ]]></description>
<pubDate>Sat, 04 May 2013 06:34:31 GMT</pubDate>
<guid>http://snipplr.com/view/71040/oracle-truncate-all-user-tables/</guid>
</item>
<item>
<title>(SQL) Oracle Move a Table to another Tablespace - geekzspot</title>
<link>http://snipplr.com/view/71037/oracle-move-a-table-to-another-tablespace/</link>
<description><![CDATA[ <p>To move a Table to another Tablespace, its Index must be rebuilt!</p> ]]></description>
<pubDate>Sat, 04 May 2013 03:32:19 GMT</pubDate>
<guid>http://snipplr.com/view/71037/oracle-move-a-table-to-another-tablespace/</guid>
</item>
<item>
<title>(SQL) Oracle default Tablespace Name - geekzspot</title>
<link>http://snipplr.com/view/69684/oracle-default-tablespace-name/</link>
<description><![CDATA[ <p>Well what do ya know?</p> ]]></description>
<pubDate>Tue, 29 Jan 2013 05:02:39 GMT</pubDate>
<guid>http://snipplr.com/view/69684/oracle-default-tablespace-name/</guid>
</item>
<item>
<title>(SQL) Rename Oracle Column - geekzspot</title>
<link>http://snipplr.com/view/69631/rename-oracle-column/</link>
<description><![CDATA[ <p>Renaming columns is easy</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 08:37:56 GMT</pubDate>
<guid>http://snipplr.com/view/69631/rename-oracle-column/</guid>
</item>
<item>
<title>(SQL) Bounce Oracle - geekzspot</title>
<link>http://snipplr.com/view/69609/bounce-oracle/</link>
<description><![CDATA[ <p>How to "bounce" an Oracle database</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 05:04:00 GMT</pubDate>
<guid>http://snipplr.com/view/69609/bounce-oracle/</guid>
</item>
<item>
<title>(SQL) Oracle Database Free Space - geekzspot</title>
<link>http://snipplr.com/view/69608/oracle-database-free-space/</link>
<description><![CDATA[ <p>This SQL will quickly show you approximately how much free space is in your database, expressed in various units of measurements.</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 04:48:40 GMT</pubDate>
<guid>http://snipplr.com/view/69608/oracle-database-free-space/</guid>
</item>
<item>
<title>(SQL) Oracle Table Sizes - geekzspot</title>
<link>http://snipplr.com/view/69604/oracle-table-sizes/</link>
<description><![CDATA[ <p>Get the size of all Tables in your Database Schema

Run DB Stats for more accuracy!</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 02:55:39 GMT</pubDate>
<guid>http://snipplr.com/view/69604/oracle-table-sizes/</guid>
</item>
<item>
<title>(SQL) Ver tablas asignadas a un usuario por privilegios - thescorpion</title>
<link>http://snipplr.com/view/68549/ver-tablas-asignadas-a-un-usuario-por-privilegios/</link>
<description><![CDATA[ <p>ver tablas que tiene un usario asiganadas por privilegio</p> ]]></description>
<pubDate>Wed, 14 Nov 2012 04:10:35 GMT</pubDate>
<guid>http://snipplr.com/view/68549/ver-tablas-asignadas-a-un-usuario-por-privilegios/</guid>
</item>
<item>
<title>(SQL) Grant y Revoke sobre objetos - dinamico - thescorpion</title>
<link>http://snipplr.com/view/68548/grant-y-revoke-sobre-objetos--dinamico/</link>
<description><![CDATA[ <p>Uso de Grant y Revoke de objetos masivos de distintos user</p> ]]></description>
<pubDate>Wed, 14 Nov 2012 03:55:28 GMT</pubDate>
<guid>http://snipplr.com/view/68548/grant-y-revoke-sobre-objetos--dinamico/</guid>
</item>
<item>
<title>(SQL) Creacion de DBLINK con Full name service - thescorpion</title>
<link>http://snipplr.com/view/67824/creacion-de-dblink-con-full-name-service/</link>
<description><![CDATA[ <p>Cuando se da el caso que tienes 2 servidores diferentes y el ServiceName de oracle es el mismo...En el momento de crear un dblink hay que especificar bien la cadena de coneccion para que se direccione al otro servidor y no escoja el serviceName del el mismo servidor en el cual estamos</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 04:18:47 GMT</pubDate>
<guid>http://snipplr.com/view/67824/creacion-de-dblink-con-full-name-service/</guid>
</item>
<item>
<title>(SQL) Mostrar JOB - thescorpion</title>
<link>http://snipplr.com/view/67816/mostrar-job/</link>
<description><![CDATA[ <p>mostar los job registrados en oracle</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 01:29:31 GMT</pubDate>
<guid>http://snipplr.com/view/67816/mostrar-job/</guid>
</item>
<item>
<title>(SQL) Mostrar Objetos que hacen Referencia a un Objeto Especifico - thescorpion</title>
<link>http://snipplr.com/view/67694/mostrar-objetos-que-hacen-referencia-a-un-objeto-especifico/</link>
<description><![CDATA[ <p>Mostrar Objetos que hacen Referencia a un Objeto Especifico en Oracle</p> ]]></description>
<pubDate>Fri, 12 Oct 2012 02:59:07 GMT</pubDate>
<guid>http://snipplr.com/view/67694/mostrar-objetos-que-hacen-referencia-a-un-objeto-especifico/</guid>
</item>
<item>
<title>(SQL) Aumentar tamaño al Tablespace en oracle - thescorpion</title>
<link>http://snipplr.com/view/67615/aumentar-tamao-al-tablespace-en-oracle/</link>
<description><![CDATA[ <p>incremento del table space en oracle</p> ]]></description>
<pubDate>Fri, 05 Oct 2012 05:38:37 GMT</pubDate>
<guid>http://snipplr.com/view/67615/aumentar-tamao-al-tablespace-en-oracle/</guid>
</item>
</channel>
</rss>