Error on sqlplus direct connection
Using an 11.2 client, I run this statement, and it works just fine.
sqlplus jcook@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = auohsitutxd01-vip.oracleoutsourcing.com)(PORT = 10110)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = pitu1o)))
Using a 12.2 connection, I run the same statement, and it gets this:
-bash: syntax error near unexpected token `('
One suggestion was to make the direct connect string on string like this, but I got the same error.
sqlplus jcook@\"(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = auohsitutxd01-vip.oracleoutsourcing.com)(PORT = 10110)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = pitu1o)))\"