Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: why administrator refuse to give permission on PLUSTRACE
Peter J. Holzer wrote:
> On 2007-11-03 14:09, DA Morgan <damorgan_at_psoug.org> wrote:
>> And just because I'm in the mood here's another one I give my students. >> Here's the setup. >> >> CREATE TABLE t ( >> doc_id VARCHAR2(10), >> person_id NUMBER(7), >> doc_name VARCHAR2(45));
Nothing about the table description that indicates any denormalization.
>> CREATE INDEX ix_t_person_id >> ON t(person_id); >>
>> SELECT doc_name >> FROM t >> WHERE person_id = 221; >> >> Hint: You can get the cost to 1 with CPU = 0.
See Hasta's response.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sat Nov 03 2007 - 15:20:55 CDT
![]() |
![]() |