| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Subject: | RE: bash error |
| Date: | Mon, 16 Apr 2007 12:08:09 +0300 |
| Message-ID: | <1440AB524CC69341A51121CD10008FBDCFC0FE@HKISR04.ad.vtt.fi> |
| From: | "Luukkanen Tapio" <Tapio DOT Luukkanen AT vtt DOT fi> |
| To: | <cygwin AT cygwin DOT com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id l3G98Y2V018055 |
This is just a basic bourne shell issue.
Examine the output of the following commands in
your cygwin's bash-window and make the necessary
changes to your "exp" command line:
bash$ echo foo=(bar,baz)
bash$ echo "foo=(bar,baz)"
bash$ echo foo="(bar,baz)"
bash$ echo foo="("bar,baz")"
-----Original Message-----
From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf
Of srikanth4403
Sent: Monday, April 16, 2007 10:40 AM
To: cygwin AT cygwin DOT com
Subject: bash error
hi all,
i am trying to take backup of oracle tables by using exp command but
when i am entering the command it is giving a error as below
bash: syntax error near unexpected token `('
So kindly someone tell me how to rectify this and proceed for the normal
export.
The original command what iam typing is
exp username/password AT sid file=filename.dmp log=filename.log tables=(all
table names separated by comma) indexes=n grants=n direct=true
--
View this message in context:
http://www.nabble.com/bash-error-tf3582836.html#a10011526
Sent from the Cygwin Users mailing list archive at Nabble.com.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |