2008年01月
A schema is a collection of database objects (used by a user.).
Schema objects are the logical structures that directly refer to the database’s data.
A user is a name defined in the database that can connect to and access objects.
Schemas and users help database administrators manage database security.
阅读全文>
发表于 @ 2008年01月31日 22:58:00|评论(loading...)|编辑
在数据表间复制数据是Oracle DBA经常面对的任务之一,Oracle为这一任务提供了多种解决方案,SQL*Plus Copy 命令便是其中之一。SQL*Plus Copy 命令通过SQL*Net在不同的表(同一服务器或是不同服务器)之间复制数据或移动数据。
在实际运行环境中若能恰当地选择使用SQL*Plus Copy 命令可以有效地提高数据复制的性能。
下面将简要介绍SQL*Plus Copy 命令使用,并在性能方面与其他两种方案进行对比,力求能提供一个使用Copy 命令的方案参考。
阅读全文>
发表于 @ 2008年01月31日 22:36:00|评论(loading...)|编辑
Default IDs and Passwords in Vendor Products 阅读全文>
发表于 @ 2008年01月30日 14:49:00|评论(loading...)|编辑
3GB support for oracle on windows 2000/2003 32-bit:WINDOWS 2000 allows using 8GB of physical memory (64GB Data Center version). WINDOWS 2003 allows 32GB of physical memory for the Enterprise Edition and 64GB for the Data Center Edition.
You can take advantage of the addtional memory with oracle. Parts of the block buffer can be relocated to this extended memory pool. Using memory up to 3GB can be done without further parametrization. (SGA+process memory for the shadow threads). If you plan to 阅读全文>
发表于 @ 2008年01月29日 21:40:00|评论(loading...)|编辑
因为libXp.so.6 找不到,为解决该问题而错的误修改了/etc/ld.so.conf 文件,导致系统其动后黑屏,无法本地登陆系统,TEXT模式也不行。但服务运行正常,可以SSH或TELNET。系统日志:gdm_slave_xioerror_handler:致命的 X 错误 - 正在重新启动 :0。阅读全文>
发表于 @ 2008年01月28日 00:24:00|评论(loading...)|编辑
稀里糊涂的把网卡弄丢了,稀里糊涂的整好了,网上扫到相关内容全都印在这里!阅读全文>
发表于 @ 2008年01月24日 15:30:00|评论(loading...)|编辑
Enabling Linux telnet
This has to be one of the more common support calls that I get. The telnet daemon is no longer usually installed by default, so people are surprised when their newly installed Linux system won't answer telnets.
By the way, I am always careful to explain why telnet isn't there anymore; that they probably should be thinking about ssh. But sometimes there are perfectly reasonable reasons: it's only going to be used for a few internal users, there's no path from the outside阅读全文>
发表于 @ 2008年01月20日 16:06:00|评论(loading...)|编辑
通过SSH/telnet方式登陆linux,显示乱码。Controls the system font settings. The language variables are used in /etc/profile.d/lang.sh阅读全文>
发表于 @ 2008年01月20日 15:51:00|评论(loading...)|编辑
系统2001年上线后未进行过恢复测试,由于新签约的硬件维护商提供备机,所以有机会借周末倒腾
一下,历时2天半完成.
系统环境如下:
OS;SUN 5.8
SAP:R/3 46C
DB:Oracle 8.0.6
备份软件:legator networker
带库:storage L9
阅读全文>
发表于 @ 2008年01月03日 22:11:00|评论(loading...)|编辑