i tried to perform connection test on netbeans as by creating new connection from databases node.
i am trying to connect with ojdbc6.jar
driver and my sid
of databse is orcl
(oracle personal edition).
while creating new connection i did locate the oracle thin driver, used port 1521
, i am using hr
user which i have unlocked previously, the connection string of my connection is jdbc:oracle:thin:@localhost:1521:orcl
but when i perform testing it throws message
Cannot establish a connection to jdbc:oracle:thin:@localhost:1521:orcl using oracle.jdbc.OracleDriver (IO Error: The Network Adapter could not establish the connection),
need help ,thanks in advance !