If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Oracle and unix select command.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-22-02, 12:49
pepe pepe is offline
Junior Member
 
Join Date: Nov 2001
Posts: 3
Oracle and unix select command.

Hi there!

I am working with Solaris 5.8 and Oracle 8.1.7.

I have a program that uses sockets because it is a client of other unix programs.

In order to recognize who's talking to it, it uses the command select with a timeout.

The problem is that when it leaves out the select (either because one of the sockets get active or the timeout jumps) it executes the functions that use Oracle correctly, but I always get a select error (interrupted system call) after pocessing those functions.

So it seems that it is incompatible to use the select command and Oracle together.

Does anyone got this problem also and/or knows a solution?

Thanks in advance.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On