I installed Oracle 10g server Express edition on a System(say host-a[100.101.102.103])
And I tried access the database from another system(say host-b[100.101.102.104]) using the command on the sql command line
"**connect username/password@100.101.102.103:1521/XE**"
But it says something like
request timeout.ORA-12170:TNS:Connect timeout occured
... where I made mistake....
- All the username, password and ip all are correct.
- Both Systems are in the same Local Area Connection....
Please someone help me.