Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can child process inherit Oracle connection from parent?

Status
Not open for further replies.

jbaskin1

Programmer
Jan 14, 2002
3
US
Is it possible to start one process, for example, a C program, that connects to an Oracle database and then executes (either with system() or fork() and exec()) a child process and have the child process retain (i.e., inherit) the Oracle connection?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top