« Return to Thread: bash error

RE: bash error

by Dave Korn :: Rate this Message:

Reply to Author | View in Thread

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/

 « Return to Thread: bash error