Hi,
I just started working with Oracle and already have a problem:
I wrote a C#-form which includes a DataGrid, where I want to display a table from Oracle 10g. It has about 40.000 lines and 20 columns (just simple numbers and strings).
I tried to fill this datagrid, connecting with "Microsoft ODBC for Oracle", but filling takes more than ONE minute. Client and Server have nearly no CPU activity and network traffic of about 500kbit/sec.
Displaying the same table in Oracle SQL-Developer, it takes just 2 seconds with about 15Mbit/sec.
Anyone got an idea what the problem is?
I already tried the Oracle ODBC-driver but this one is very slow too. Is ODBC the problem?
How does SQL-Developer work?
Thanks in advance.
I just started working with Oracle and already have a problem:
I wrote a C#-form which includes a DataGrid, where I want to display a table from Oracle 10g. It has about 40.000 lines and 20 columns (just simple numbers and strings).
I tried to fill this datagrid, connecting with "Microsoft ODBC for Oracle", but filling takes more than ONE minute. Client and Server have nearly no CPU activity and network traffic of about 500kbit/sec.
Displaying the same table in Oracle SQL-Developer, it takes just 2 seconds with about 15Mbit/sec.
Anyone got an idea what the problem is?
I already tried the Oracle ODBC-driver but this one is very slow too. Is ODBC the problem?
How does SQL-Developer work?
Thanks in advance.