Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Q: Howto setup SQL*Plus as a listener daemon on Solaris 2.5 oracle 7.3.3
Does anyone have a hint to solve my problem?
I am trying to start SQL*Plus in the background and read input from a device:
mknod /dev/sql p
cat /dev/sql | sqlplus -s u/p &
and then
echo "select * from tab" > /dev/sql
The first statement are executed fine, hereafter the background job stops. I have to keep SQL*Plus up as a deamon, for echo of 10-20 sql statements.
Best regards,
Bo Meyer
mailto:bmeyer_at_relief.dk
Received on Mon Oct 13 1997 - 00:00:00 CDT
![]() |
![]() |