- Create a file login.bat
- Type this cmd/k “sqlplus dbs501_xxxAxx/mypasswordhere@neptune”
- Save the file
This batch file will lessen your sqlplus login frustration at zenit server.
September 23, 2010 by ·
If you are in DBS501 like me, you must be frustrated with sqlplus command. Why did they remove the good old isqlplus and instead put sqlplus. The problem with the sqlplus for most of us is because of connection problem.
If you haven’t modified the ora file to include host address for neptune, you must do that before proceeding any further. Here is the link
https://cs.senecac.on.ca/~nconkic/db-oracle11g.html
Now lets create a batch file that will log into oracle using sqlplus
Here are the steps
Why bother using this crappy server, using localhost is the best solution.