Tuesday, September 2, 2008

RESOURCE_COST

RESOURCE_COST lists the cost for each resource.

Column

Datatype

NULL

Description

RESOURCE_NAME

VARCHAR2(32)

NOT NULL

Name of the resource

UNIT_COST

NUMBER

NOT NULL

Cost of the resource

Note:

1.

select * from RESOURCE_COST;

RESOURCE_NAME

UNIT_COST

CPU_PER_SESSION

0

LOGICAL_READS_PER_SESSION

0

CONNECT_TIME

0

PRIVATE_SGA

0

Oracle data dictionary views

No comments:

Post a Comment