Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I delimit a ')' charachter in the command line

Status
Not open for further replies.

kcj

IS-IT--Management
Oct 12, 2002
2
US
I want to connect to a db from the command line that has a ')' in it's password for example:

db2 connect to test_db user test using bt)%r

I am getting an error saying something like unexpected ')'
but ')' is part of the bt)%r password.

How can I delimit this character to so the command is processed?
 
try with
db2 "connect to test_db user test using 'bt)%r'"

Hope this can resolve your problem
Let us know
Thierry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top