Tuesday, October 21, 2008

Sqlplus command to connect to Oracle server

How to connect to oracle database via sqlplus
  1. Check tns entry is valid
  2. Type sqlplus /nolog
  3. Connect as SYS

Command to install Window Service with differrent name

@echo off
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\installutil.exe /ServiceName="Script Automation Service" autoscriptservice.exe
PAUSE