skip to main
|
skip to sidebar
Lime4u Tech Blog
Programming and windows tips and tricks.
Tuesday, October 21, 2008
Sqlplus command to connect to Oracle server
How to connect to oracle database via sqlplus
Check tns entry is valid
Type sqlplus /nolog
Connect as SYS
connect
/
@
as
E.g. connect SYS/
bob@zippie.internal
as SYSDBA
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
►
2012
(3)
►
June
(2)
►
May
(1)
►
2011
(1)
►
December
(1)
►
2010
(10)
►
December
(2)
►
November
(2)
►
June
(1)
►
April
(1)
►
March
(4)
►
2009
(35)
►
November
(2)
►
October
(3)
►
September
(2)
►
August
(2)
►
July
(1)
►
June
(6)
►
May
(10)
►
April
(2)
►
March
(4)
►
February
(3)
▼
2008
(10)
►
December
(1)
►
November
(4)
▼
October
(2)
Sqlplus command to connect to Oracle server
Command to install Window Service with differrent ...
►
July
(1)
►
May
(2)
►
2007
(7)
►
August
(3)
►
June
(1)
►
February
(3)
►
2006
(1)
►
October
(1)
Followers