I am working in Oracle via Unix.
There are several DBs on the server with unique names and separate instances. However, I cannot seem to acess them.
In Unix, I would have ORACLE_SID=<database name> and export this (script in .profile). Then I would enter $ SQLPLUS to gain access to the DB.
However even when I change the ORACLE_SID to a different database (and export, of course), I am still logged on to the SAME Oracle instance/DB as before!
What am I doing wrong?
There are several DBs on the server with unique names and separate instances. However, I cannot seem to acess them.
In Unix, I would have ORACLE_SID=<database name> and export this (script in .profile). Then I would enter $ SQLPLUS to gain access to the DB.
However even when I change the ORACLE_SID to a different database (and export, of course), I am still logged on to the SAME Oracle instance/DB as before!
What am I doing wrong?