-1

I have a Oracle Server DB 11g Release 11.2.0.1.0 installed on my local pc.

When i try to run the command select * from idc_geraet with sqldeveloper i get the expected result, but if i run the same command with sqlplus i get an error saying that no rows are selected. I'm logged in at both with the same schema (scott).

When i run the command select * from idc_person i get the expected result with both programms - sqlplus and sqldeveloper. How is that possible?

thanks for your help, Armin

4

1 回答 1

3

Two possible options:

  • You are connected to same schema but from another instance.

  • Missing COMMIT from sqldeveloper.

于 2013-05-06T21:16:25.213 回答