Oracle OCP 1Z0-053 Q206(Query Result Cache)
206.Which statements are true regarding the Query Result Cache? (Choose all that apply.)
A. It can be set at the system, session, or table level.
B. It is used only across statements in the same session.
C. It can store the results from normal as well as flashback queries.
D. It can store the results of queries based on normal, temporary, and dictionary tables.
Answer: AC
A肯定是對的,從文件來看,臨時表,資料字典相關的查詢結果是不支援的,所以D錯誤
15.2.4.3 Restrictions for the Result Cache
Results cannot be cached when the following objects or functions are in a query:
-
Temporary tables and tables in the SYS or SYSTEM schemas
-
Sequence CURRVAL and NEXTVAL pseudo columns
-
SQL functions CURRENT_DATE, CURRENT_TIMESTAMP, LOCAL_TIMESTAMP, USERENV/SYS_CONTEXT (with non-constant variables), SYS_GUID, SYSDATE, and SYS_TIMESTAMP
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2062675/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Query Result CacheOracle
- query result cache in oracle 11gOracle
- SQL Query Result Cache的使用和配置--Oracle 11G新特性SQLOracle
- 淺談Oracle Result CacheOracle
- Oracle OCP 1Z0-053 Q252(Flashback Version Query)Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 12 DBMS_RESULT_CACHE管理包Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 1Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 5Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 6Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 7Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 8Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 9Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 10Oracle
- Oracle 11g新特性:Result CacheOracle
- oracle 11g result_cache分析Oracle
- 聊聊Oracle 11g的Result Cache(一)Oracle
- 聊聊Oracle 11g的Result Cache(二)Oracle
- 聊聊Oracle 11g的Result Cache(三)Oracle
- ORACLE 11g Result cache使用指南Oracle
- 聊聊Oracle 11g的Result Cache(四)Oracle
- oracle result cache 結果集快取的使用Oracle快取
- Oracle 11.2.0.1 Result Cache 測試 - 2 引數Oracle
- Oracle11g新特性:SQL Result Cache [zt]OracleSQL
- oracle11g RESULT_CACHE測試 (一)Oracle
- Oracle 11gR2 Result Cache特性文章收集Oracle
- MySQL Query CacheMySql
- Oracle - ORA-01789: Query block has incorrect number of result columnsOracleBloC
- Oracle 11.2.0.1 Result Cache 測試 - 13 常用檢視Oracle
- Oracle OCP 1Z0-053 (ASM)OracleASM
- Using Oracle Database 11g Release 2 Result Cache in an Oracle RAC EnvironmentOracleDatabase
- Oracle11gr2新增表的RESULT CACHE屬性Oracle
- Oracle 11.2.0.1 Result Cache 測試 - 3 引數及使用,限制Oracle
- Map all result column from TIBCO JDBC QueryJDBC
- Oracle 11g 的server結果快取result_cache_modeOracleServer快取
- 使用RESULT CACHE加速SQL查詢效率SQL
- Oracle OCP 1Z0-053 (System Partitioning)Oracle
- Oracle OCP 1Z0-053 Q445Oracle
- 12c設定RESULT_CACHE_MODE=MANUAL發生'Result Cache:RC Latch'型別的Latch Free等待型別