Re: sqlplus variable
- From: Hemant K Chitale <hkchital@xxxxxxxxxxxxxx>
- To: Brian.Zelli@xxxxxxxxxxxxxxx, "oracle-l" <oracle-l@xxxxxxxxxxxxx>
- Date: Tue, 24 Oct 2006 11:06:08 +0800
Do you have a semicolon ":" before the export ? You need one. OR put the
export on the next line.
At 04:01 AM Tuesday, Zelli, Brian wrote:
Hello all,
I've been trying to script a backup that uses sqlplus /nolog as a
variable. I create the variable as:
SQL_UTILITY='sqlplus /nolog' export SQL_UTILITY
in my bash script but when I execute it I get:
Hemant K Chitale
http://web.singnet.com.sg/~hkchital
--
http://www.freelists.org/webpage/oracle-l
- References:
- its out - CPUOct2006
- From: Paul Drake
- sqlplus variable
- From: Zelli, Brian
Other related posts:
- » sqlplus variable
- » RE: sqlplus variable
- » RE: sqlplus variable
- » RE: sqlplus variable
- » Re: sqlplus variable
- » RE: sqlplus variable
- » Re: sqlplus variable
Do you have a semicolon ":" before the export ? You need one. OR put the export on the next line.
Hello all,
I've been trying to script a backup that uses sqlplus /nolog as a variable. I create the variable as:
SQL_UTILITY='sqlplus /nolog' export SQL_UTILITY
in my bash script but when I execute it I get:
-- http://www.freelists.org/webpage/oracle-l
- its out - CPUOct2006
- From: Paul Drake
- sqlplus variable
- From: Zelli, Brian