Having fun with sql*plus atm:
sqlplus64 username/password@hostname:port/servicename works – but who wants to have his password on commandline?
sqlplus64 username@hostname:port/servicename does not work – apparently it parses hostname etc as password then, or something like that
sqlplus64 username@\”hostname:port/servicename\” works
seriously, oracle? wtf?!