Oracle Forms (MOSC)

MOSC Banner

How to send the list generated from SQLPLUS to printer?

edited May 18, 2020 5:00AM in Oracle Forms (MOSC) 16 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center