Search found 1 match

by felipe
23 Apr 2013 03:20
Forum: DOS Batch Forum
Topic: TNSPING in CMD script
Replies: 1
Views: 3476

TNSPING in CMD script

Hi, I want to create a install script for windows. I shoud be very simple if TNSPING go $SID works ok, then run sqlplus /nolog @do_all.sql I made some install sript for DB in unix system i look like this : #!/bin/bash NLS_LANG=AMERICAN_AMERICA.EE8MSWIN1250 export NLS_LANG SID=$1 if tnsping $SID 2>&a...