Re: SQLPLUS script

From: Nicholas Kitchener <nkitchen_at_axion.bt.co.uk>
Date: 15 Aug 1994 08:32:23 GMT
Message-ID: <32n96n$hvt_at_pheidippides.axion.bt.co.uk>


 I've been working on SQLPlus scripts and the method:

.
. (UNIX Script)
.

	sqlplus -s UserName/UserPassword << END > Outputfile
	_at_SQLQueryFile
	quit
	END

.
. (UNIX Script)
.

 Works fine, until you start creating tables/views the selecting them - this  problem is solved by the DBA granting SELECT access.

 Nick. Received on Mon Aug 15 1994 - 10:32:23 CEST

Original text of this message