eygle.com   eygle.com
eygle.com  
 
留言簿 - Powered by eYgLe.Com
eygle.com 我要留言
《循序渐进Oracle》一书第一章目录
昵称
内容 页: < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 > >> - 302
# 43735
Julia




To: 老公
  又虚度一天,准备4:30下班回家,Oh yeah!
From: Julia
2007.11.21 15:58

版主选项: 回复 编辑
# 43734
linghan




To: eygle
  求教一个oracle数据维护方面的问题

DB环境:Oracle 9i
相关表信息:
1.范围分区( PARTITION BY RANGE(AREA_CODE))
2.全局非分区索引
3.有主健(非分区字段)
4.表大小 5.7G
5.数据条数

问题描述: 该表中,某些分区中的数据在业务应用中不会被使用,基于性能上的考虑,想把不用的这一部分数据删除。
删除方法
1. 直接将相关分区删掉,rebuild索引
2. 保留分区,将分区内的数据 truncate,rebuild索引
3. 保留分区,将数据delete

目前能想到的方法只有上面3个,想请教一下,哪个方法更合适,有什么更好的建议么?
另外,想请教,在操作过程中,需要注意哪些事项。

From: linghan
2007.11.21 14:52

版主选项: 回复 编辑
# 43733
StepIn




To: eygle
  请问一下eygle,买了《循序渐进Oracle》,想要在vm下搭建一个实验环境,操作系统我想选用linux(redhat或centos),应该选用哪个版本号比较好(linux),好像在高版本里安装oracle,会提示什么支持的linux版本,比较麻烦。

还有就是有没有相关的安装文章可以推荐配合《循序渐进Oracle》阅读的?

谢谢。。。
From: StepIn
2007.11.21 06:30
To: StepIn
  
装Redhat AS4 + Oracle10g比较好,安装没什么特别的,会比较顺利。
也可以下载Oracle的Linux。

From: eygle
2007.11.21 10:20

版主选项: 回复 编辑
# 43731
Chi


来自: Mexico


To: Eygle
  Suggestion to your new Kitchen.If you want to clean your stove easily after cooking, put a stainless plate (same width as your stove) on the wall behind the stove.Chinese cooking tends to be greasy and will deposit a lot on the wall behind, unless you have a very strong vacuum above.Most of the professional stove installed in US home has that plate, also look nice.
OK real question.
My RMAN is almost there.Just want to confirm this syntax.If I created a catalog on the secondary DB about the primary DB, so when primary is down, I want to restore the Pri Db on Sec. I need to start this on the Sec:
OS$ rman target / catalog rman/rman@SECDB
so RMAN will find the catalog that contain the infor about the primary?
From: Chi
2007.11.17 07:55
To: Chi
  
访问Catalog应该没有问题,不过要恢复,需要备份集能够正常访问,并且路径应当一致。10g里好一下,可以指定Path,重新搜索。

From: eygle
2007.11.21 10:21

版主选项: 回复 编辑
# 43730
冬天的雪


来自: 南京


To:
  来你宝地半年,只是潜心读帖子
这么多问题,大师也真可怜
不过也说明你人太好了.....
学oracle也半年了,买了你的深入浅出
现在看得无法浅出了......
不过还是希望把我得邮箱收录,有案例,或者资料给我发一份
From: 冬天的雪
2007.11.16 13:10
To: 冬天的雪
  欢迎光临,谢谢支持我的书!
From: eygle
2007.11.17 00:31

版主选项: 回复 编辑
# 43729
suny


来自: 東莞


To: 各位Oracle高手
  各位oracle專家,小弟有個關于Oracle備份的問題想請教下大家:
  我公司目前在推MES系統,Solaris 8 + Oracle 9i,據測算一年的數據量在1.5T左右,請問對于如此大的數量備份要怎么做? 各位有遇到類似的情況嗎?
  目前我們的存儲采用的是HDS AMS500,現在在用VTL做備份設備來做備份的測試,但無論如何測online備份的速度總是在30M/s左右,照這樣的速度,將來做一次全備要十几個小時,這是我們所不能接受的! 服務商給出的解釋是:備份速度的瓶頸在Oracle,因為Oracle讀取數據的速度無法得到提升。
  請問各位,Oracle讀取數據時是否有讀取速度的限制? 一般來說Online備份Oracle的速度有多高? 如果備份速度過慢會是哪些因素??
  小弟這段時間為這事搞的頭大,請各位達人有空幫忙解答下! 
  謝謝了!
From: suny
2007.11.15 16:19
To: suny
  
存储的标准测试速度能到多少?
参考一下我的测试结果:
http://www.eygle.com/archives/2004/10/use_bonnie_plus2_test_iospeed.html

"備份速度的瓶頸在Oracle"
怎么得出来的结论?通常瓶颈不在Oracle上。

From: eygle
2007.11.16 22:31

版主选项: 回复 编辑
# 43728
redantxu


来自: 南京


To: 知道的朋友
  我想在redhat as4 下安装timesten,我已经安装了oracle 10g 的client和unix 的ODBC(类似于windows的odbc,图形化界面),然后还要安装oracle的odbc,可以在执行./odbc_update_ini.sh arg-1的时候提示“*** ini file not found.Driver Manager not installed!”,网上是找遍了,没有答案,请知道的朋友指点一下,感谢不尽!
From: redantxu
2007.11.15 09:17

版主选项: 回复 编辑
# 43727
Chi


来自: Mexico


To: Eygle
  Nice kitchen.Hope Julian will use it a lot.
My question is about the RMAN catalog schema size, the tablespace assigned to it ?How did you estimate it?I read the Oracle Backup Adv on pp10-2, not clear what it talks about. Ex it mentioned ### files of db and backup once a day, producing ## backup sets, they it comes a 170KB in the catalog.Where does this number sum up? What does the # files of db that it points? program files or datafiles?
From: Chi
2007.11.15 07:35
To: Chi
  
应该是datafile吧,这个计算应该是根据每个备份集、备份片等所占用的存储空间估算出来的。

From: eygle
2007.11.17 00:32

版主选项: 回复 编辑
# 43726
nowater




To: To:eygle
  我刚遇到一个oracle的问题:oracle的例程是启动的,使用sqlplus '/as sysdba'可以登陆到库里,但是其他的用户就无法登陆到库里,比如用sqlplus scott/scott就没有办法登陆进去。请问大概是什么原因呢?
我的oracle是9i
From: nowater
2007.11.14 21:04
To: nowater
  有什么错误?看告警日志文件啊
From: eygle
2007.11.14 22:18

版主选项: 回复 编辑
# 43725
happytime




To:
  eygle大师,请教一个问题我打开OEM里面时,按钮中的汉字无法显示而其他的汉字显示没有问题,服务器的oracle版本10.1.0.3.0,而客户端是10.2.0.2,将服务器端和客户端的NLS_LANG都设置相同为AMERICAN_AMERICA.ZHS16GBK,问题仍然出现,难道客户端版本过高显示不出,有点泛晕,请求解答谢谢
From: happytime
2007.11.14 16:36
To: happytime
  可能和这个有关吧:
http://www.eygle.com/archives/2006/03/oracle10g_em_font_change.html
From: eygle
2007.11.14 22:17

版主选项: 回复 编辑

页: < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 > >> - 302
我要留言
Copyright © 2003-2008 eygle.com All Rights Reserved.
Powered by: www.eYgLe.com