0

I connected via sqlplus like following:

sqlplus user/password@SID

I have a .Net application which also connects to same DB using same user and password. But once sqlplus is connected, it was unable to run any update statements. So, the following code doesn't do anything. It just hangs and control is not returned to program if I check it using breakpoint.

command.ExecuteNonQuery()

Does sqlplus take exclusive session once connected?

1
  • which is the exact error message Commented Dec 2, 2024 at 16:57

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.