Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> SQL*net for windows NT and ODBC
What is different for user to read data through SQL*net for windows NT and ODBC? I have a third part tool BRIOQUERY for my user to query data from table. At beginning, we set up ODBC in the BRIOQUERY to connect the database. However, it is very slow to extract thousands of rows.
Hence, we set up SQL*NET FOR WINDOWS NT in the BRIOQUERY. It speed up query
time, which is good. However, sometimes when the user scan the table, he
always got
"ORA-01013: user requested cancel of current operation " message, then he
clicked OK and can still get data. I know this because the user interrupted
an Oracle operation by entering CTRL-C, Control-C, or another canceling
operation and forces the current operation to end. However, he didn't
enter any operation to interrupt process. Also, only for two paticular
table, he got this message. And there is no such problem when he use ODBC.
Is there anyone can tell me what is difference the way to access data through SQL*net for windows NT and ODBC?
Thanks. Received on Fri Apr 07 2000 - 00:00:00 CDT