ITPUB个人空间 »
ladamansuosi的个人空间
欢迎访问 ladamansuosi 的个人空间
我的回复
-
2008-09-19 08:04:25 / Oracle数据库管理
151. View the Exhibit to examine the output of the DBA_OUTSTANDING_ALERT view.After 30 minutes, you executed the following command:SQL> SELECT reason,metric_value FROM dba_outstanding_alerts;REASONMETRIC_VALUE-----------------------------------------------------------------------------Tablespace [TEST] is [28 percent] full28.125What could be the two reasons for the elimination of the other rows in the output? (Choose two.)A) The threshold alert conditions are cleared.B) The t
查看(189)
评论(1)
-
2008-07-31 21:19:59 / Oracle入门与认证
152.Examine the following commands executed in your database:SQL> ALTER SESSION RECYCLEBIN=ON;Session alteredSQL> CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees;Table created.Further, you executed the following command to drop the table:SQL> DROP TABLE emp;Table dropped.What happens in this scenario?A: The table is moved to the SYSAUX tablespace.B: The table is moved to the SYSTEM tablespace.C: The table is removed from the database permanently.D: The
查看(286)
评论(2)
-
2008-06-25 15:33:46 / Oracle入门与认证
TK变了吗?谢谢 热切等待您的回答 就怕白花钱啊看看TK心里还有底
查看(849)
评论(11)
-
2008-05-29 16:41:45 / Oracle入门与认证
大家好,下面这些是练习题,VCE格式的,不是最新的但是放上来,给大家下载来练习下!希望能有点提高但是这些题有部分是答案错误的,我有时间整理下!
查看(1049)
评论(17)
-
2008-05-29 16:28:37 / Oracle入门与认证
惭愧,今天才去考试,因为领导一直不给报销,还好100%通过,最近看论坛看到很多的人问题库的问题,很多人为SG的问题,很多人对书中内容和TK题的疑问的问题,所有想通过自己的一些总结和资料,对那些想通过认证和进入oracle的大军的新人有所帮助。我提高的内容有:Sybex OCA Oracle 10g Administration I Study Guide 1Z0-042(2004) 的笔记(web格式的)10g Administration Workshop I的笔记(web格式的)042的最新最准确的题库(起码到5月30日)题库除了为了通过考试,然后就是检验自己的看书和学习的效果----切记
查看(11340)
评论(181)
-
2008-03-14 13:45:19 / Oracle开发
各位老大,我的本本买过来预装的是正版的Vista操作系统,想在上边装个Oracle 10g的数据库,运行安装程序提示:Checking operating system version:must be 4.0,5.0,5.1 or 5.2. Actual 6.0 Failed
查看(848)
评论(4)
-
2007-09-20 22:43:33 / Oracle数据库管理
SQL>ALTER TABLESPACE undotbs1 OFFLINE;操作成功!SQL> drop tablespace undotbs1;drop tablespace undotbs1*ERROR at line 1:ORA-00600: internal error code, arguments: [ktssdrp1], [1], [40], [2241], [],[], [], []SQL> SHOW PARAMETER UNDONAMETYPEVALUE------------------------------------ ----------- ------------------------------undo_managementstringAUTOundo_retentioninteger900
查看(728)
评论(16)
-
2007-08-21 12:59:08 / Oracle数据库管理
我的系统是 linux as4 + oracle 10.2.0.3想问一下,如果fast_start_mttr_target=0会出现什么情况?2,还有就是是想问一下,为什么我的redo log 总是处于active 状态
查看(1121)
评论(9)