Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Q: Howto setup SQL*Plus as a listener daemon on Solaris 2.5 oracle 7.3.3

Q: Howto setup SQL*Plus as a listener daemon on Solaris 2.5 oracle 7.3.3

From: Bo Meyer <bmeyer_at_relief.dk>
Date: 1997/10/13
Message-ID: <01bcd7de$2ec36480$0ea1eac2@cromagnon.relief.dk>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US