oracle password has $ character in it

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ratikmishra1
Charter Member
Charter Member
Posts: 42
Joined: Wed Aug 18, 2004 2:49 pm

oracle password has $ character in it

Post by ratikmishra1 »

Oracle enterprise stage is failing to connect to the database if the password has a $ character in it.

I tried "$DS_ENABLE_RESERVED_CHAR_CONVERT = True" hoping that this column level setting would also work for the password. But that did not work.

I am setting the user id, password for the connection. I am getting the following error message
"Incorrect dboption list; it failed on Expected "," or "}", got: "$", line 1."

Will appreciate any help.

Thanks
Rati
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

You need to enclose your password within quotes. Before that you need to apply a patch. Refer herefor an ECASE number.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ratikmishra1
Charter Member
Charter Member
Posts: 42
Joined: Wed Aug 18, 2004 2:49 pm

Post by ratikmishra1 »

Thanks for your help. I will rather pick a fight with DBAs to change the password. :)
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Whatever sails your boat :wink:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply