What is the Instant Client MACOSX default username/password

854 Views Asked by At

I have installed SQL Plus and Instantclient on MacOSX and I have been trying to connect to the server using the given client, however, all the default password combinations I am trying aren't working. If someone uses it, can you please share the default username/password?

1

There are 1 best solutions below

0
On

When you start SQL Plus, the user and pass asked are the credentials to connect to a database, for a remote connection, you can do with the following command:

sqlplus 'user_name@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dns_name)(PORT=port))(CONNECT_DATA=(SID=database_name)))'