지금 지원 담당자와 채팅
지원 담당자와 채팅

현재 웹사이트 유지 관리를 수행하는 중입니다. 따라서 로그인이 필요한 기능을 일시적으로 이용할 수 없습니다. 즉각적인 지원이 필요한 문제가 있는 경우 기술 지원에문의하시기 바랍니다..

Spotlight on Oracle 10.6 - Getting Started Guide

Welcome to Spotlight Install Spotlight Start Spotlight Spotlight on Oracle Spotlight on Oracle Data Guard Spotlight on Oracle RAC Spotlight on Unix Spotlight on Windows Spotlight on MySQL Troubleshooting: Connection Problems

Table Access Paths

The following table shows some of the common table access paths you may encounter while using the Explain SQL window.

Operation Option Description

TABLE ACCESS

FULL

The well-known full table scan. This involves reading every row in the table (that is, every block up to the high water mark).

TABLE ACCESS

CLUSTER

Access of data via an index cluster key.

TABLE ACCESS

HASH

Using a hash key to access one or more rows in a table with a matching hash value.

TABLE ACCESS

BY ROWID

Access a single row in a table by specifying its ROWID. ROWID access is the fastest way to access a single row. Often the ROWID is obtained by an associated index lookup.

 

Related Topics

관련 문서

The document was helpful.

평가 결과 선택

I easily found the information I needed.

평가 결과 선택