public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: bash error
@ 2001-11-20 10:30 Bipin Charles
  2001-11-29 20:34 ` Bipin Charles
  0 siblings, 1 reply; 7+ messages in thread
From: Bipin Charles @ 2001-11-20 10:30 UTC (permalink / raw)
  To: cygwin

Hi, everybody

If I try to unzip the src code of grass5.0, cygwin gives error message
"userid unknown". I have installed on d:\drive. Please do somebody help
me.

thanks
bipin


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash error
  2001-11-20 10:30 bash error Bipin Charles
@ 2001-11-29 20:34 ` Bipin Charles
  0 siblings, 0 replies; 7+ messages in thread
From: Bipin Charles @ 2001-11-29 20:34 UTC (permalink / raw)
  To: cygwin

Hi, everybody

If I try to unzip the src code of grass5.0, cygwin gives error message
"userid unknown". I have installed on d:\drive. Please do somebody help
me.

thanks
bipin


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash error
  2007-04-16  7:40 srikanth4403
  2007-04-16  8:13 ` Dave Korn
  2007-04-16  8:43 ` Carlo Florendo
@ 2007-04-19  9:18 ` raj8646
  2 siblings, 0 replies; 7+ messages in thread
From: raj8646 @ 2007-04-19  9:18 UTC (permalink / raw)
  To: cygwin


If not already solved try to escape brackets

e.g

exp username/password@sid file=filename.dmp log=filename.log tables\=\(all
table names separated by comma\) indexes=n grants=n direct=true



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
> 

-- 
View this message in context: http://www.nabble.com/bash-error-tf3582836.html#a10074559
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: bash error
@ 2007-04-16  9:08 Luukkanen Tapio
  0 siblings, 0 replies; 7+ messages in thread
From: Luukkanen Tapio @ 2007-04-16  9:08 UTC (permalink / raw)
  To: cygwin

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@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of srikanth4403
Sent: Monday, April 16, 2007 10:40 AM
To: cygwin@cygwin.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@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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash error
  2007-04-16  7:40 srikanth4403
  2007-04-16  8:13 ` Dave Korn
@ 2007-04-16  8:43 ` Carlo Florendo
  2007-04-19  9:18 ` raj8646
  2 siblings, 0 replies; 7+ messages in thread
From: Carlo Florendo @ 2007-04-16  8:43 UTC (permalink / raw)
  To: cygwin

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.


Yes.  Please use the "automatic_backup" command, passing the table names as 
arguments, without parentheses, of course.

If that does not work, you may have to call oracle for tech support.

Thanks!


-- 
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph

--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp

--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: bash error
  2007-04-16  7:40 srikanth4403
@ 2007-04-16  8:13 ` Dave Korn
  2007-04-16  8:43 ` Carlo Florendo
  2007-04-19  9:18 ` raj8646
  2 siblings, 0 replies; 7+ messages in thread
From: Dave Korn @ 2007-04-16  8:13 UTC (permalink / raw)
  To: cygwin

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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bash error
@ 2007-04-16  7:40 srikanth4403
  2007-04-16  8:13 ` Dave Korn
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: srikanth4403 @ 2007-04-16  7:40 UTC (permalink / raw)
  To: cygwin


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
-- 
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-19  9:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-20 10:30 bash error Bipin Charles
2001-11-29 20:34 ` Bipin Charles
2007-04-16  7:40 srikanth4403
2007-04-16  8:13 ` Dave Korn
2007-04-16  8:43 ` Carlo Florendo
2007-04-19  9:18 ` raj8646
2007-04-16  9:08 Luukkanen Tapio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).