Questions tagged [disconnected-session]
19 questions
0
votes
1 answer
Oracle Disconneting SQLPlus Session?
I am using sqlplus to connect to an 10g server and execute an anonymous block which takes a while to run. For some reason my connection is consistently dropped. Is there anything I should check in the Oracle configuration that might cause this to…

CycleGeek
- 473
- 2
- 6
- 14
0
votes
1 answer
Java client-side SSLSocket: How to tell if remote end has closed the connection?
I'm stuck in a conundrum here…
My client SSLSocket connects to the server (not Java) and successfully reads and writes binary data as expected. Then, at some point in time, the server disconnects the client's connection. However, the client can…

osman
- 1,590
- 1
- 14
- 21
0
votes
1 answer
Best practice for updating a excel or xml data-source in a disconnected environment?
I have a application that will be run offline so there is no database connection.
My options for the data-source are Excel Spreedsheet, CSV, or XML files.
The application needs to be able to search for a record and update it.
What's the best way to…

aron
- 2,856
- 11
- 49
- 79
0
votes
0 answers
Entity Framework 5 - Is it possible to load relationships (associations) without lazy and eager loading?
I'm trying to develop a generic repository on Entity Framework 5 for get data from any table and I want to use disconnected context without lazy and eager loading. Is it possible?
I'm using the code below, but it doesn't works:
T it's entity type.…

deverton
- 31
- 4