Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> bad performance
I'm using Oracle 7.3 on Unix 4.0B platform with 512Mb RAM.
I perform the follow select for SQLPlus:
SQL>SELECT DISTINCT "CUSTOMERS"."CUSTOMER_ID"||' -
'||"CUSTOMERS"."CUSTOMER_NAME",ORDER BY "CUSTOMERS"."CUSTOMER_ID" ASC ; The previous select works and display 6000 rows. But my problem is that Oracle display only 200 rows
"CUSTOMERS"."CUSTOMER_ID",
"CUSTOMERS"."CUSTOMER_NAME"
FROM "CUSTOMERS",
"ORGANIZATION_STRUCTURE_NODES"
WHERE ( "ORGANIZATION_STRUCTURE_NODES"."CUSTOMER_ID" = "CUSTOMERS"."CUSTOMER_ID" )
I'm looking for a solution that allow me to display all data very fast in a
single step.
Thank in advance.
SbaizP.
Received on Tue Oct 13 1998 - 04:30:45 CDT
![]() |
![]() |