I keep getting a ORA-12154 when trying to connect.
I am trying to understand the params that are passed to the database connection.
I have a local oracle10g running on port 1522
so I supply
{
hostname:'localhost',
port:'1522',
user:'***_',
password:'_**'
}
In the example Database is specified, I am unsure what that would do in ORACLE since Oracle Schema's are per user.
I keep getting a ORA-12154 when trying to connect. I am trying to understand the params that are passed to the database connection. I have a local oracle10g running on port 1522 so I supply { hostname:'localhost', port:'1522', user:'***_', password:'_**' }
In the example Database is specified, I am unsure what that would do in ORACLE since Oracle Schema's are per user.