Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> why do JDBC queries only recognize data populated by JDBC and not through SQLPlus*Worsheet?
I execute the query:
select * from <table>
SQL worksheet returns:
ANN_ID ANN_NAME ANN_DESCANN_EMAIL
1 tic tac toe 2 a b c 3 x y z 4 f g h 10 f g h
JDBC returns:
ANN_ID ANN_NAME ANN_DESCANN_EMAIL
10 f g h
ann_id 10 was inserted using JDBC, ann_id 1-4 were inserted using SQL worksheet.
why does this happen?
slim. Received on Thu Feb 17 2000 - 00:00:00 CST
![]() |
![]() |