728x90
The hash value is the high speed method for locating the statement, but the unique identifier in v$sql is (hash_value, address, child_number) In Oracle 10g, there is a new column called the sql_id which is closer to unique (less chance of collision) than the hash_value, and this also has a high-speed access path into v$sql. (But again, is only unique there when combined with address and child_number)
Starting with Oracle Database 10g Release 1, the column SQL_ID is used to uniquely identify a cursor in views such as V$SQL and V$OPEN_CURSOR. Earlier releases use a combination of the HASH_VALUE and ADDRESS columns for this purpose.
728x90
'Oracle > oracle' 카테고리의 다른 글
hex string 을 blob 에 입력하기 (0) | 2016.11.22 |
---|---|
Windows 7 64 bit에서 Oracle 11g Client 설치 문제 (0) | 2013.02.15 |
TRANSLATE 함수 사용법 (0) | 2012.01.04 |
over(partition by) 예제 (0) | 2011.09.09 |
Parameter DIRECT: Conventional Path Export Versus Direct Path Export [ID 155477.1] (0) | 2011.07.24 |