How to send the list generated from SQLPLUS to printer?
Hi,
I am generating a list from SQLPLUS by running the host command in Oracle forms. I am unable to send the file generated to a printer. No error is pop up, the list is successfully generated.
I am using the command at the end of the SQL file.
The command run successfully when run from telnet or any other ssh program.
The SQL file is as below
rem *
rem * * * Chief Manager's List
rem *
spool /u01/app/cis/SPOOL/CI102B
set recsep each
set feedback off
set termout off
set verify off
set embedded on
set linesize 160
set pagesize 62