From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10789 invoked by alias); 16 Apr 2007 08:13:33 -0000 Received: (qmail 10778 invoked by uid 22791); 16 Apr 2007 08:13:32 -0000 X-Spam-Check-By: sourceware.org Received: from mail.artimi.com (HELO mail.artimi.com) (194.72.81.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Apr 2007 09:13:29 +0100 Received: from rainbow ([192.168.8.46]) by mail.artimi.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 16 Apr 2007 09:13:00 +0100 From: "Dave Korn" To: References: <10011526.post@talk.nabble.com> Subject: RE: bash error Date: Mon, 16 Apr 2007 08:13:00 -0000 Message-ID: <018201c77fff$1c217050$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <10011526.post@talk.nabble.com> Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2007-04/txt/msg00449.txt.bz2 On 16 April 2007 08:40, srikanth4403 wrote: > 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@sid file=filename.dmp log=filename.log tables=(all > table names separated by comma) indexes=n grants=n direct=true I think you're supposed to replace the text "(all table names separated by comma)" with a list of all the database tables you want to query separated by commas, rather than enter it literally. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/