The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
Summary: This tutorial will teach you how to connect Oracle Database instances in windows environments.
1)Need to find the DB name and home location if the same server has multiple databases running
2)Need to set the environments
3)connect the sqlplus utility.
1)Need to find the DB name and home location if the same server has multiple databases running
- How to find the database name and database status at the os level?
- C:\Users\priya>set ORACLE_HOME=C:\app\priya\product\21c\dbhomeXE\dbs
- C:\Users\priya>set ORACLE_SID=XE
- C:\Users\priya>set PATH=C:\app\priya\product\21c\dbhomeXE\bin
3)connect the sqlplus utility.
0 Comments