按类别查询搜索结果
关于关键词 的检测结果,共 1615
古丁高手 | 2012-12-30 01:15:40 | 阅读(1155) | 评论(0)
SQL> create or replace procedure sp_pro7(goodsnum char) is  2  v_category goods.category%type;  3  begin  4  select category into v_category from goods where goodsid=goodsnum;  5  if v_category='家具' then  6  update goods set unitprice=unitprice-10【阅读全文】
icybay | 2012-12-28 16:56:19 | 阅读(1142) | 评论(0)
The following INIT.ORA/SPFILE parameter can be used if your current redologs are corrupted or blown away. It may also be handy if you do database recovery and one of the archived log files are missing and cannot be restored. NOTE: Caution is advised when enabling this parameter as you might【阅读全文】
TOMSYAN | 2012-12-28 10:04:53 | 阅读(1193) | 评论(0)
Beginning with Oracle10G, when statistics are gathered for a table, the old statistics are retained so should there be any problem with performance of queries dependent on those statistics, the old ones can be restored.How long does Oracle retain the statistics for ? The default peri【阅读全文】
云中的二舅 | 2012-12-27 10:52:59 | 阅读(2063) | 评论(0)
使用dbms_stats的'SIZE AUTO'模式收集表上的统计信息会首先参考col_usage$中的predicate columns记录:SQL> begin23 dbms_stats.gather_table_stats(ownname => 'SYS',4 tabname => 'MACLEAN',5 method_opt => 'FOR ALL COLUMNS SIZE AUTO');6 end;7 /PL【阅读全文】
云中的二舅 | 2012-12-25 18:02:15 | 阅读(2088) | 评论(0)
linux视频教程下载 注意col_usage$的数据同*_tab_modifications类似, 从查询到数据刷新到col_usage$存在一段时间的延迟, 所以我们立即查询col_usage$将得不到任何记录, 可以手动执行DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO将缓存中的信息刷新到字典上   SQL> select * from col_usage$ where obj#=1323013; no rows selected  【阅读全文】
云中的二舅 | 2012-12-20 16:34:39 | 阅读(3125) | 评论(0)
Total System Global Area 1065353216 bytesFixed Size 2089336 bytesVariable Size 486542984 bytesDatabase Buffers 570425344 bytesRedo Buffers 6295552 bytesDatabase mounted.Database opened.SQL> select count(*) from user$ u, obj$ o 2 where【阅读全文】
养津堂 | 2012-12-20 10:49:21 | 阅读(187) | 评论(0)
     即使是少吃多餐也要守时进餐,不然会发胖。  大家现已习惯了“一日三餐”。但多项新研讨显现,少吃多餐更有利身体健康,一天吃多顿饭不但能协助下降血压和胆固醇,还能瘦身、进步工作效率。当然,一切要建立在总热量摄入不超支前提下。  英国帝国理工学院研讨人员剖析了英国、日本、中国和美国超越2000人的饮食习惯。这些人每天摄入约1800卡路里,其间对折研讨目标每天进餐次数多于6次,别的一半少于6次。研讨结果显现,每天进餐多于6次的人均匀血压和体重更低。   研讨人员还发现了少吃多餐的其他优点。  希腊雅典大学研讨2000名年纪9岁至13岁的少年后发现,与吃【阅读全文】
suqiansiyang | 2012-12-13 11:18:26 | 阅读(2237) | 评论(0)
analyze.sql sqlplus /nolog  << EOF    conn center_admin/inxite;    set pagesize 5000    set heading off    SPOOL ANALYTAB.SQL    SELECT 'ANALYZE TABLE CENER_ADMIN.'||TABLE_NAME||' ESTIMATE STATISTICS SAMPLE 20 PER【阅读全文】
云中的二舅 | 2012-12-12 13:14:52 | 阅读(1016) | 评论(0)
  oracle视频教程下载COUNT(*)  ----------  10224  针对SMON做10046 level 12 trace  SQL> oradebug setospid 30225;  Oracle pid: 8, Unix process pid: 30225, image: oracle@rh2.oracle.com (SMON)  SQL> oradebug event 10046 trace name context forever,level 12;  Statement processed.  SQL> shutdown immediate; 【阅读全文】
oracleeason | 2012-12-05 11:28:24 | 阅读(4143) | 评论(0)
| 2012-12-04 10:01:12 | 阅读(1393) | 评论(0)
sdwjian | 2012-12-01 11:42:17 | 阅读(2923) | 评论(0)
traveler99 | 2012-11-30 10:45:21 | 阅读(1177) | 评论(0)
isqlw | 2012-11-27 17:41:57 | 阅读(678) | 评论(0)
csjjxhg0 | 2012-11-27 10:43:59 | 阅读(240) | 评论(0)
amenjames | 2012-11-27 10:43:10 | 阅读(481) | 评论(0)
itpub.com.cn | 2012-11-21 13:24:13 | 阅读(2726) | 评论(0)
CiSong | 2012-11-20 15:34:27 | 阅读(1057) | 评论(0)
baiyaj | 2012-11-20 09:52:24 | 阅读(1337) | 评论(0)