Use this command to log in with SQL plus:
sqlplus {username}/{password}@//{ip}:{port}/{SID}
sample:
sqlplus test_username/test_password@//192.168.0.12:1521/val
Scripts, Articles, Relevant for DBAs, Consultants, BI, Data Scientists and Developers
Use this command to log in with SQL plus:
sqlplus {username}/{password}@//{ip}:{port}/{SID}
sample:
sqlplus test_username/test_password@//192.168.0.12:1521/val