<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>Antón María Rodríguez Yuste</title>
	<link>http://anton.r-yuste.com/wordpress</link>
	<description>Consultor orientado al sector TELCO (eTOM, SID), dirección de proyectos (scrum) y sistemas (Oracle, Weblogic, Jboss, Solaris, etc.). Un poco de todo, vamos.</description>
	<pubDate>Wed, 31 Dec 2008 09:28:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Aumentando el nº de conexiones de Oracle</title>
		<link>http://anton.r-yuste.com/wordpress/2008/12/31/aumentando-el-n%c2%ba-de-conexiones-de-oracle/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/12/31/aumentando-el-n%c2%ba-de-conexiones-de-oracle/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 09:01:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Bases de datos</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/12/31/aumentando-el-n%c2%ba-de-conexiones-de-oracle/</guid>
		<description><![CDATA[	Después de obtener diversos errores levantando el servidor de aplicaciones, he decidido aumentar el nº de conexiones de la BBDD a ver si así la cosa mejora. 
	Lo primero, ver el nº de conexiones que tenemos actualmente:
	PLAIN TEXT
	CODE:

	


select * from v$parameter; 



	

	De ahí, sacamos los parámetros 'processes' y 'sessions'.
	Me he conectado al servidor de BBDD [...]]]></description>
			<content:encoded><![CDATA[	<p>Después de obtener diversos errores levantando el servidor de aplicaciones, he decidido aumentar el nº de conexiones de la BBDD a ver si así la cosa mejora. </p>
	<p>Lo primero, ver el nº de conexiones que tenemos actualmente:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-4');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-4">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">select * from v$parameter; </div>
</li>
</ol>
</div>
	</div>
</div>
	<p>De ahí, sacamos los parámetros 'processes' y 'sessions'.</p>
	<p>Me he conectado al servidor de BBDD y he modificado el siguiente fichero: /usr/local/oracle/9.2_64/dbs/initmslvenv1.ora</p>
	<p>He cambiado ambos parámetros ('processes' y 'sessions').</p>
	<p>Toca bajar la BBDD y volver a levantarla de la siguiente forma:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-5');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-5">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">ORACLE_SID=mslvenv1 sqlplus /nolog</div>
</li>
	<li style="font-weight: bold;color:#26536A;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">connect / as sysdba;</div>
</li>
	<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">startup pfile=<span style="color:#CC0000;">'/usr/local/oracle/9.2_64/dbs/initmslvenv1.ora'</span></div>
</li>
	<li style="font-weight: bold;color:#26536A;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
</ol>
</div>
	</div>
</div>
	<p>Ahora comprobamos que todo va bien, los valores se han cargado y son realmente los correctos. A continuación, toca hacer el cambio permanente para que se use en el próximo reinicio.</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-6');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-6">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">create spfile=<span style="color:#CC0000;">'/usr/local/oracle/9.2_64/dbs/spfilemslvenv1.ora'</span> from pfile=<span style="color:#CC0000;">'/usr/local/oracle/9.2_64/dbs/initmslvenv1.ora'</span> </div>
</li>
</ol>
</div>
	</div>
</div>
	<p>Y ya tá.</p>
	<p>Gracias a Rober por la ayuda <img src='http://anton.r-yuste.com/wordpress/wp-images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
	<p>Y feliz año!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/12/31/aumentando-el-n%c2%ba-de-conexiones-de-oracle/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>MMS Protocol</title>
		<link>http://anton.r-yuste.com/wordpress/2008/12/11/mms-protocol/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/12/11/mms-protocol/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:50:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/12/11/mms-protocol/</guid>
		<description><![CDATA[	Descargando un video MMS al disco duro:

mplayer mms://loquesea.com/tuvideo.wmv -dumpstream -dumpfile foo.wmv

]]></description>
			<content:encoded><![CDATA[	<p>Descargando un video MMS al disco duro:<br />
<code><br />
mplayer mms://loquesea.com/tuvideo.wmv -dumpstream -dumpfile foo.wmv</code>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/12/11/mms-protocol/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Borrar lineas en VI</title>
		<link>http://anton.r-yuste.com/wordpress/2008/11/10/ahora-tampoco/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/11/10/ahora-tampoco/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 08:26:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
	<category>Solaris</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/11/10/ahora-tampoco/</guid>
		<description><![CDATA[	Otro truquito rápido de VI:
	Para borrar todas las líneas de un fichero que contienen determinada cadena:
	PLAIN TEXT
	CODE:

	


:g/pattern/d 



	

	Para hacer lo contrario, borrar las que no coinciden:
	PLAIN TEXT
	CODE:

	


:v/patter/d 



	

	Dichoso y maravilloso VI
	Fuente: saaridev.blogspot.com

]]></description>
			<content:encoded><![CDATA[	<p>Otro truquito rápido de VI:</p>
	<p>Para borrar todas las líneas de un fichero que contienen determinada cadena:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-9');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-9">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">:g/pattern/d </div>
</li>
</ol>
</div>
	</div>
</div>
	<p>Para hacer lo contrario, borrar las que no coinciden:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-10');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-10">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">:v/patter/d </div>
</li>
</ol>
</div>
	</div>
</div>
	<p>Dichoso y maravilloso VI</p>
	<p>Fuente: <a href="http://saaridev.blogspot.com/2007/09/vim-delete-every-line-in-file-that-does.html">saaridev.blogspot.com</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/11/10/ahora-tampoco/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Reconocer el set de carácteres de un export de BBDD sin su log</title>
		<link>http://anton.r-yuste.com/wordpress/2008/11/06/ahora-no-puedo/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/11/06/ahora-no-puedo/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Bases de datos</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/11/06/ahora-no-puedo/</guid>
		<description><![CDATA[	Estos días he tenido diversos problemas por el set de caracteres de unos exports.
	Esta información me ha sido muy útil para solucionarlos:
	PLAIN TEXT
	QUOTE:

	
Introduction:
	One of the most common NLS-related problems reported to Oracle Worldwide
Customer Support is the loss or changing of characters after an export and
import. This is almost always due to NLS_LANG being set to [...]]]></description>
			<content:encoded><![CDATA[	<p>Estos días he tenido diversos problemas por el set de caracteres de unos exports.</p>
	<p>Esta información me ha sido muy útil para solucionarlos:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('quote-12');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">QUOTE:</span><br />
<div id="quote-12">
	<div>
<ol>Introduction:</p>
	<p>One of the most common NLS-related problems reported to Oracle Worldwide<br />
Customer Support is the loss or changing of characters after an export and<br />
import. This is almost always due to NLS_LANG being set to the incorrect<br />
character set during export.</p>
	<p>Role of NLS_LANG During Export/Import:</p>
	<p>This is explained in detail in Note 15095.1 but, in brief, export and import<br />
are client tools and will work under the character set specified by NLS_LANG.<br />
If, for instance, the database is created with a character set of WE8DEC and<br />
NLS_LANG is set to AMERICAN_AMERICA.WE8PC850 then the ascii values of the stored<br />
characters in the database will be translated to the values for the same<br />
characters in the WE8PC850 character set. The character set defined by NLS_LANG<br />
during the export is stored in the export dump file and is used to ensure that<br />
the data is translated correctly to the character set defined by NLS_LANG for<br />
the import.</p>
	<p>Potential Problems:</p>
	<p>If NLS_LANG is not set, for instance, export will be done under US7ASCII, the<br />
default character set. If the database was built with character set WE8DEC<br />
the characters stored in the database will be converted to US7ASCII and any<br />
8-bit characters, having no equivalent in US7ASCII, will be stripped out.</p>
	<p>The same problem will be seen if the character set defined by NLS_LANG is<br />
not a superset of the one being translated from (ie: the database character<br />
set on export or the export file character set on import).</p>
	<p>Identifying the Export Character Set:</p>
	<p>When investigating problems like these it is useful to check the character<br />
set used for the export. As said above, this is held in the export dump file.<br />
It can be seen by doing a hex dump of the export file as follows (in Unix):</p>
	<p>cat expdat.dmp | od -x | head </p>
	<p>This will produce output similar to:</p>
	<p>0000000 0300 0145 5850 4f52 543a 5630 372e 3033<br />
0000020 2e30 330a 4454 534f 0a52 5441 424c 4553<br />
0000040 0a31 3032 340a 300a 0020 2020 2020 2020<br />
0000060 2020 2020 2020 2020 2020 2020 2020 2020<br />
*<br />
0000140 2020 2020 2020 2020 4d6f 6e20 4e6f 7620<br />
0000160 3130 2031 343a 3031 3a33 3620 3139 3937<br />
0000200 0a54 4142 4c45 2022 454d 5022 0a43 5245<br />
0000220 4154 4520 5441 424c 4520 2245 4d50 2220</p>
	<p>The second and the third byte in the file define the character set used for<br />
the export. </p>
	<p>In the example above, the second byte is 0x00 and the third byte is 0x01,<br />
yielding 0x0001 as the character set ID. This shows that NLS_LANG was set<br />
to US7ASCII during the export. The new Oracle8 functions NLS_CHARSET_NAME<br />
and NLS_CHARSET_ID can be used to map character set IDs to character set names.<br />
The mapping is also given in Note 13971.1.</p>
	<p>Note that the 16-bit value is stored in the EXP platform endian.</p>
	<p>Most unix platforms are big-endian ( Sparc, PowerPc, PARisc, RS/6000, SGI R4000 systems),<br />
&nbsp;i.e. the most significant byte is showed first.<br />
(like above example -&gt; if the file begins with 03xx -&gt; big endian)</p>
	<p>On little-endian platforms, (platforms running on Intel/AMD x86 and Alpha mainly)<br />
the output will be slightly different as below:</p>
	<p>00000000 0003 4501 5058 524f 3a54 2e37 3330<br />
etc.</p>
	<p>Here the most significant byte is showed *last* (!)</p>
	<p>(if the file begins with xx03 -&gt; little endian)</p>
	<p>The values for the most commonly used character sets are below:</p>
	<p>Name&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ID<br />
----------------------<br />
US7ASCII&nbsp; &nbsp; &nbsp; &nbsp; 0x0001<br />
WE8DEC&nbsp; &nbsp; 0x0002<br />
WE8ISO8859P1&nbsp; &nbsp; 0x001f<br />
EE8ISO8859P2&nbsp; &nbsp; 0x0020<br />
SE8ISO8859P3&nbsp; &nbsp; 0x0021<br />
NE8ISO8850P4&nbsp; &nbsp; 0x0022<br />
CL8ISO8859P5&nbsp; &nbsp; 0x0023<br />
AR8ISO8859P6&nbsp; &nbsp; 0x0024<br />
EL8ISO8859P7&nbsp; &nbsp; 0x0025<br />
IW8ISO8859P8&nbsp; &nbsp; 0x0026<br />
WE8ISO8859P9&nbsp; &nbsp; 0x0027<br />
WE8ISO8859P15&nbsp; &nbsp;0x002e<br />
TH8TISASCII&nbsp; &nbsp; &nbsp;0x0029<br />
US8PC437&nbsp; &nbsp; &nbsp; &nbsp; 0x0004<br />
WE8ROMAN8&nbsp; &nbsp; &nbsp; &nbsp;0x0005<br />
WE8PC850&nbsp; &nbsp; &nbsp; &nbsp; 0x000a<br />
EE8PC852&nbsp; &nbsp; &nbsp; &nbsp; 0x0096<br />
RU8PC855&nbsp; &nbsp; &nbsp; &nbsp; 0X009B&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
TR8PC857&nbsp; &nbsp; &nbsp; &nbsp; 0x009C&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
WE8PC858&nbsp; &nbsp; &nbsp; &nbsp; 0x001c<br />
WE8PC860&nbsp; &nbsp; &nbsp; &nbsp; 0x00A0<br />
IS8PC861&nbsp; &nbsp; &nbsp; &nbsp; 0x00A1&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
N8PC865&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x00BE&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
RU8PC866&nbsp; &nbsp; &nbsp; &nbsp; 0x0098<br />
EE8MSWIN1250&nbsp; &nbsp; 0x00aa<br />
CL8MSWIN1251&nbsp; &nbsp; 0x00ab<br />
WE8MSWIN1252&nbsp; &nbsp; 0x00b2<br />
EL8MSWIN1253&nbsp; &nbsp; 0x00ae<br />
TR8MSWIN1254&nbsp; &nbsp; 0x00b1<br />
IW8MSWIN1255&nbsp; &nbsp; 0x00af&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
AR8MSWIN1256&nbsp; &nbsp; 0x0230<br />
BLT8MSWIN1257&nbsp; &nbsp;0x00b3<br />
ZHT16MSWIN950&nbsp; &nbsp;0x0363<br />
ZHS16GBK&nbsp; &nbsp; &nbsp; &nbsp; 0x0354<br />
ZHT16HKSCS &nbsp; &nbsp; &nbsp;0x0364<br />
JA16EUC&nbsp;&nbsp;0x033e<br />
JA16SJIS&nbsp; &nbsp; &nbsp; &nbsp; 0x0340<br />
ZHT16BIG5&nbsp; &nbsp; &nbsp; &nbsp;0x0361<br />
AL24UTFFSS&nbsp; &nbsp; &nbsp; 0x0366<br />
UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x0367<br />
AL32UTF8&nbsp; &nbsp; &nbsp; &nbsp; 0x0369</p>
	<p>&nbsp; &nbsp; &nbsp; &nbsp; select nls_charset_id(value) nls_charset_id,&nbsp; value<br />
&nbsp; &nbsp; &nbsp; &nbsp; from&nbsp; v$nls_valid_values<br />
&nbsp; &nbsp; &nbsp; &nbsp; where parameter = 'CHARACTERSET'<br />
&nbsp; &nbsp; &nbsp; &nbsp; order by nls_charset_id(value);</p>
	<p>Gives the nls_charset_id in DECIMAL, so you need to convert it to HEX first.</p>
	<p>Alternative you can open the characterset definition using Locale Builder (9i<br />
and up), this will also show the characterset ID in DECIMAL in the first screen<br />
(note that there is also an ISO ID that is NOT used here in the exp file)<br />
Note 223706.1&nbsp; Using Locale Builder to view the definition of character sets</p>
	<p>Warning:&nbsp; User modifications of export dump files are not supported<br />
========&nbsp; by Oracle.&nbsp; The character set information is also held in other<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; places in the export dump file and modifying only the two bytes<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; may lead to problems with imported data.</p>
	<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NOT WORKING any more with Oracle 9i R2 (9.2) and up,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; due to changes in the import /export tools<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; but you can use a 8i exp against a 9i db for example, more<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info is in Note 132904.1 Compatibility Matrix for Export &amp; Import<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Between Different Oracle Versions</p>
	<p>In some cases it can be useful to modify the character set information<br />
held in the dump file. This should not be taken lightly since the character<br />
set information is also held in other places.</p>
	<p>We STRONGLY advice you to log a NLS tar FIRST to get confirmation that this is<br />
a solution for your problem before starting to change this header.</p>
	<p>If, after careful consideration of other options and verification by support,<br />
you do decide to edit the character set simply use a binary file editor to do so. </p>
	<p>You could for example use a freeware Hex Editor like<br />
* XVI32 http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm<br />
* HxD&nbsp; http://mh-nexus.de/en/hxd/ </p>
	<p>In case of multiple dump files from a single export, you need to modify each<br />
and every export dump file. Otherwise, you will error out with -<br />
IMP-00008: unrecognized statement in the export file:<br />
when opening the second file.
</ol>
</div>
	</div>
</div>
	<p>Fuentes:<br />
<a href="http://ligarius.wordpress.com/2008/09/30/%C2%BFcomo-reconocer-el-set-de-caracteres-de-un-dmp-sin-su-log/">ligarius.wordpress.com</a><br />
<a href="http://www.infor.uva.es/~jvegas/cursos/bd/oraback/oraback.html">infor.uva.es</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/11/06/ahora-no-puedo/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Copiar estructura de directorios</title>
		<link>http://anton.r-yuste.com/wordpress/2008/10/23/copiar-estructura-de-directorios/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/10/23/copiar-estructura-de-directorios/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:03:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/10/23/copiar-estructura-de-directorios/</guid>
		<description><![CDATA[	Copiar la estructura, sin el contenido de las carpetas:
	mkdir /where/you/wantem
cd /source/dir
find * -type d -exec mkdir /where/you/wantem/\{\} \; 
	Fuente:  webmasterworld

]]></description>
			<content:encoded><![CDATA[	<p>Copiar la estructura, sin el contenido de las carpetas:</p>
	<p>mkdir /where/you/wantem<br />
cd /source/dir<br />
find * -type d -exec mkdir /where/you/wantem/\{\} \; </p>
	<p>Fuente: <a href=" http://www.webmasterworld.com/forum40/1310.htm"> webmasterworld</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/10/23/copiar-estructura-de-directorios/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Unidades de red</title>
		<link>http://anton.r-yuste.com/wordpress/2008/10/23/unidades-de-red/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/10/23/unidades-de-red/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 16:37:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Windows</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/10/23/unidades-de-red/</guid>
		<description><![CDATA[	Una rapidita de unidades de red.
	Para montar la carpeta como unidad de red:
	PLAIN TEXT
	CODE:

	


subst x: D:\Carpeta\Carepta que quiero montar 



	

	Para cambiar una unidad de red:
	PLAIN TEXT
	QUOTE:

	

Cómo cambiar una letra de unidad
Para cambiar una letra de unidad existente en una unidad, partición o volumen:
	&#160; &#160;1. Inicie sesión como Administrador o como miembro del grupo Administradores.
&#160; &#160;2. [...]]]></description>
			<content:encoded><![CDATA[	<p>Una rapidita de unidades de red.</p>
	<p>Para montar la carpeta como unidad de red:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-15');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-15">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">subst x: D:\Carpeta\Carepta que quiero montar </div>
</li>
</ol>
</div>
	</div>
</div>
	<p>Para cambiar una unidad de red:</p>
	<div class="igBar"><a href="javascript:showCodeTxt('quote-16');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">QUOTE:</span><br />
<div id="quote-16">
	<div>
<ol>
Cómo cambiar una letra de unidad<br />
Para cambiar una letra de unidad existente en una unidad, partición o volumen:</p>
	<p>&nbsp; &nbsp;1. Inicie sesión como Administrador o como miembro del grupo Administradores.<br />
&nbsp; &nbsp;2. Haga clic en Inicio, en Panel de control y, a continuación, haga clic en Rendimiento y mantenimiento .<br />
&nbsp; &nbsp;3. Haga clic en Herramientas administrativas, doble clic en Administración de equipos y, a continuación, en el panel izquierdo haga clic en Administración de discos.<br />
&nbsp; &nbsp;4. Haga clic con el botón secundario del mouse (ratón) en la unidad, partición, unidad lógica o volumen al que quiere asignar una letra de unidad y, después, haga clic en Cambiar la letra y rutas de acceso de unidad .<br />
&nbsp; &nbsp;5. Haga clic en Cambiar.<br />
&nbsp; &nbsp;6. Haga clic en Asignar la letra de unidad siguiente (si no está ya seleccionada), haga clic en la letra de unidad que quiere utilizar y, a continuación, haga clic en Aceptar.<br />
&nbsp; &nbsp;7. Haga clic en Sí cuando se le pida que confirme que desea cambiar la letra de unidad. </p>
	<p>La letra de unidad de la unidad, partición o volumen que especificó se cambia y la nueva se muestra en la correspondiente unidad, partición o volumen en la herramienta Administración de discos.
</ol>
</div>
	</div>
</div>
	<p>Fuentes:<br />
<a href="http://support.microsoft.com/kb/307844/es">microsoft</a><br />
<a href="http://www.psicofxp.com/forums/windows.70/560141-como-asignar-a-carpeta-letra-unidad.html">psicofxp</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/10/23/unidades-de-red/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Sequences</title>
		<link>http://anton.r-yuste.com/wordpress/2008/10/13/sequences/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/10/13/sequences/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:23:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Bases de datos</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/10/13/sequences/</guid>
		<description><![CDATA[	Incrementado secuencias....
	PLAIN TEXT
	CODE:

	


&#160;

	
select ' alter sequence ' &#166;&#166; us.sequence_name &#166;&#166; ' increment by 10000000;' from user_sequences us;

	
select 'select ' &#166;&#166; us.sequence_name &#166;&#166; '.nextval from dual; ' from user_sequences us;

	
select ' alter sequence ' &#166;&#166; us.sequence_name &#166;&#166; ' increment by 1;' from user_sequences us;

	
&#160;



	

]]></description>
			<content:encoded><![CDATA[	<p>Incrementado secuencias....</p>
	<div class="igBar"><a href="javascript:showCodeTxt('code-18');">PLAIN TEXT</a></div>
	<div class="syntax_hilite"><span style="color:#000000; font-weight:bold;">CODE:</span><br />
<div id="code-18">
	<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
	<li style="font-weight: bold;color:#26536A;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">select <span style="color:#CC0000;">' alter sequence '</span> || us.<span style="">sequence_name</span> || <span style="color:#CC0000;">' increment by 10000000;'</span> from user_sequences us;</div>
</li>
	<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">select <span style="color:#CC0000;">'select '</span> || us.<span style="">sequence_name</span> || <span style="color:#CC0000;">'.nextval from dual; '</span> from user_sequences us;</div>
</li>
	<li style="font-weight: bold;color:#26536A;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">select <span style="color:#CC0000;">' alter sequence '</span> || us.<span style="">sequence_name</span> || <span style="color:#CC0000;">' increment by 1;'</span> from user_sequences us;</div>
</li>
	<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="color:#000000; font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
</ol>
</div>
	</div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/10/13/sequences/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Multitail y screen en RH AS4 y CentOS 4.4</title>
		<link>http://anton.r-yuste.com/wordpress/2008/08/27/multitail-y-screen-en-rh-as4-y-centos-44/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/08/27/multitail-y-screen-en-rh-as4-y-centos-44/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:47:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/08/27/multitail-y-screen-en-rh-as4-y-centos-44/</guid>
		<description><![CDATA[	wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el4.rf.i386.rpm
yum install screen
yum install multitail
yum install  vim-enhanced

]]></description>
			<content:encoded><![CDATA[	<p>wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm<br />
rpm -Uvh rpmforge-release-0.3.6-1.el4.rf.i386.rpm<br />
yum install screen<br />
yum install multitail<br />
yum install  vim-enhanced
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/08/27/multitail-y-screen-en-rh-as4-y-centos-44/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Cache y shared</title>
		<link>http://anton.r-yuste.com/wordpress/2008/08/22/cache-y-shared/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/08/22/cache-y-shared/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 07:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Bases de datos</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/08/22/cache-y-shared/</guid>
		<description><![CDATA[	ORACLE_SID=mslvenv1 sqlplus '/ as sysdba'
show parameter cache
ALTER SYSTEM SET db_cache_size='209715200' SCOPE=BOTH;
show parameter shared
ALTER SYSTEM SET shared_pool_size='157286400' SCOPE=BOTH;

]]></description>
			<content:encoded><![CDATA[	<p>ORACLE_SID=mslvenv1 sqlplus '/ as sysdba'<br />
show parameter cache<br />
ALTER SYSTEM SET db_cache_size='209715200' SCOPE=BOTH;<br />
show parameter shared<br />
ALTER SYSTEM SET shared_pool_size='157286400' SCOPE=BOTH;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/08/22/cache-y-shared/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Serial console en Debian</title>
		<link>http://anton.r-yuste.com/wordpress/2008/07/28/serial-console-en-debian/</link>
		<comments>http://anton.r-yuste.com/wordpress/2008/07/28/serial-console-en-debian/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 09:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid>http://anton.r-yuste.com/wordpress/2008/07/28/serial-console-en-debian/</guid>
		<description><![CDATA[	Vamos a habilitar la entrada por la consola serie en debian.
	Lo primero, chequearlo en la Bios. La velocidad por defecto suele ser 9600 aunque nosotros lo cambiamos a 115200.
	Lo siguiente, en el lilo, modificar estas dos lineas:
	serial=0,115200n8
append="console=tty0 console=ttyS0,115200n8"
	Con eso, ya tenemos la consola funcionando. Falta permitir login a través de la misma. Para ello, añadimos [...]]]></description>
			<content:encoded><![CDATA[	<p>Vamos a habilitar la entrada por la consola serie en <a target="_blank" href="http://www.es.debian.org">debian</a>.</p>
	<p>Lo primero, chequearlo en la Bios. La velocidad por defecto suele ser 9600 aunque nosotros lo cambiamos a 115200.</p>
	<p>Lo siguiente, en el lilo, modificar estas dos lineas:</p>
	<p><b>serial=0,115200n8<br />
append="console=tty0 console=ttyS0,115200n8"</b></p>
	<p>Con eso, ya tenemos la consola funcionando. Falta permitir login a través de la misma. Para ello, añadimos <b>ttyS0</b> en el archivo /etc/securetty</p>
	<p>Y descomentamos la entrada correspondiente en el archivo /etc/inittab:</p>
	<p><b>T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100</b></p>
	<p>Reiniciar y listo.</p>
	<p>Más info <a href="http://tldp.org/HOWTO/Remote-Serial-Console-HOWTO/index.html"> Remote-Serial-Console-HOWTO</a> y <a href="http://www.debuntu.org/how-to-set-up-a-serial-console-on-ubuntu">debuntu.org </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://anton.r-yuste.com/wordpress/2008/07/28/serial-console-en-debian/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
