Edmund Simpson
Edmund Simpson

Reputation: 15

Unix @ symbol does not work

I'm using a HP-UX B.11.31 U and I needed to acess sqlplus but for some reason when I write a @ unix erases the line. So when I try to copy past user/pass@//host:port/SID I get //host:port/SID.

Upvotes: 1

Views: 263

Answers (1)

David Tonhofer
David Tonhofer

Reputation: 15338

How about putting your argument into quotes 'user/pass@//host:port/SID'?

Upvotes: 1

Related Questions