Saturday, May 17, 2008

Single click login to Oracle Database

If you are tired to type login/password repeadetly then this is a nice stuff to implement.

  1. open notepad in windows
  2. type the following line :
  3. sqlplusw scott/tiger
  4. now save the file as sa.bat on desktop
  5. now click on this batch file
  6. if you are accessing from oracle client then you need to put tns name in syntax of step 3 like following:
  7. sqlplusw scott/tiger@orcl

See what happens.......

No comments: