<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>梅园的Blog</title><link>http://www.winl.net/</link><description>天天好心情</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>苏ICP备06013408号</copyright><pubDate>Wed, 09 Nov 2011 18:05:18 +0800</pubDate><item><title>在Ubuntu 11.10下成功安装Java</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/8.html</link><pubDate>Wed, 09 Nov 2011 18:03:31 +0800</pubDate><guid>http://www.winl.net/post/8.html</guid><description><![CDATA[<p>cd /usr/lib/jvm&nbsp;<br />./jdk-6u27-linux-i586.bin <br />mv jdk1.6.0_27/ java-1.6.0_27-sun/ <br />ln -s java-1.6.0_27-sun java-6-sun <br />rm jdk-6u27-linux-i586.bin</p><p>其次设置环境变量，主要是PATH、CLASSPATH和JAVA_HOME，注意PATH最后所添加的bin目录：</p><p>$ sudo vi /etc/environment <br />...</p>]]></description><category>Java</category><comments>http://www.winl.net/post/8.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=8</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=8&amp;key=00592ef0</trackback:ping></item><item><title>Oracle建数据文件提示ORA-00059: maximum number of DB_FILES exceeded的解决办法</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/7.html</link><pubDate>Fri, 14 Oct 2011 14:37:03 +0800</pubDate><guid>http://www.winl.net/post/7.html</guid><description><![CDATA[<p>shutdown;<br />startup nomount;<br />alter system set db_files=2000 scope=spfile;<br />shutdown;<br />startup;</p>]]></description><category>Oracle</category><comments>http://www.winl.net/post/7.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=7</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=7&amp;key=5e9f4d93</trackback:ping></item><item><title>查看Oracle用户占了哪几个表空间及大小</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/6.html</link><pubDate>Fri, 14 Oct 2011 14:34:41 +0800</pubDate><guid>http://www.winl.net/post/6.html</guid><description><![CDATA[<p>select *<br />&nbsp; from (select owner || '.' || tablespace_name name, sum(b) g<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from (select owner,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t.segment_name,<br />...</p>]]></description><category>Oracle</category><comments>http://www.winl.net/post/6.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=6</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=6&amp;key=b3e4796f</trackback:ping></item><item><title>Oracle表空间数据文件改名</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/5.html</link><pubDate>Thu, 13 Oct 2011 22:37:45 +0800</pubDate><guid>http://www.winl.net/post/5.html</guid><description><![CDATA[<p>在数据库中：<br />ALTER TABLESPACE TS_IDX_WG_TOPTEA_03 OFFLINE;<br />在系统中：<br />mv /oradata3/toptea_03_01.dbf /oradata3/toptea_03_idx_01.dbf<br />在数据库中：<br />ALTER TABLESPACE TS_IDX_WG_TOPTEA_03 RENAME DATAFILE '/oradata3/toptea_03_01.dbf' TO '/oradata3/toptea_03_idx_01.dbf';<br />...</p>]]></description><category>Oracle</category><comments>http://www.winl.net/post/5.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=5</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=5&amp;key=d58ed048</trackback:ping></item><item><title>JDBC连接Oracle RAC的连接写法</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/4.html</link><pubDate>Thu, 13 Oct 2011 15:55:07 +0800</pubDate><guid>http://www.winl.net/post/4.html</guid><description><![CDATA[<p>String URL= &quot;jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=&quot; +<br />&nbsp; &quot;(ADDRESS=(PROTOCOL=TCP)(HOST=ip1)(PORT=1521))&quot; + <br />&nbsp; &quot;(ADDRESS=(PROTOCOL=TCP)(HOST=ip2)(PORT=1521))&quot; +<br />&nbsp;&nbsp;&quot;(LOAD_BALANCE=yes)(FAILOVER=on))&quot; +<br />...</p>]]></description><category>Java</category><comments>http://www.winl.net/post/4.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=4</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=4&amp;key=0996b789</trackback:ping></item><item><title>Oracle rac绑定vip到内网的解决方案</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/3.html</link><pubDate>Thu, 13 Oct 2011 11:55:05 +0800</pubDate><guid>http://www.winl.net/post/3.html</guid><description><![CDATA[<p>srvctl modify nodeapps -n bomc3_svr1 -A 10.153.246.142/255.255.255.224/en8<br />srvctl modify nodeapps -n bomc3_svr2 -A 10.153.246.143/255.255.255.224/en8</p>]]></description><category>Oracle</category><comments>http://www.winl.net/post/3.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=3</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=3&amp;key=536a1104</trackback:ping></item><item><title>AIX5.3装oracle 10gR2 RAC失败时的清理</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/2.html</link><pubDate>Wed, 12 Oct 2011 22:23:06 +0800</pubDate><guid>http://www.winl.net/post/2.html</guid><description><![CDATA[<p>rm -f /etc/init.cssd<br />rm -f /etc/init.crs<br />rm -f /etc/init.crsd<br />rm -f /etc/init.evmd<br />rm -f /etc/inittab.nocrs10204<br />rm -f /etc/inittab.pre10204<br />mv -f /etc/inittab.orig /etc/inittab<br />rm -f /etc/rc.d/rc2.d/K96init.crs<br />...</p>]]></description><category>Oracle</category><comments>http://www.winl.net/post/2.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=2</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=2&amp;key=e9cbcbf1</trackback:ping></item><item><title>AIX安装xlc编译器的命令</title><author>webmaster@winl.net (wilson)</author><link>http://www.winl.net/post/1.html</link><pubDate>Tue, 11 Oct 2011 11:19:55 +0800</pubDate><guid>http://www.winl.net/post/1.html</guid><description><![CDATA[<p>/usr/sbin/installp -aXYgd /home/install/xlc/usr/sys/inst.images -e /home/install/xlc.log all</p>]]></description><category>AIX</category><comments>http://www.winl.net/post/1.html#comment</comments><wfw:comment>http://www.winl.net/</wfw:comment><wfw:commentRss>http://www.winl.net/feed.asp?cmt=1</wfw:commentRss><trackback:ping>http://www.winl.net/cmd.asp?act=tb&amp;id=1&amp;key=be815c57</trackback:ping></item></channel></rss>

