Search Results

Search: Posts Made By: kamalesh.p
31,958
Posted By kamalesh.p
hemamalini, i guess the prob is with the...
hemamalini,

i guess the prob is with the variables that ur using,....

unix is case sensitive ...chk the variables u r using ....

some r in title case .....and some r in lower case,....:b:
...
31,958
Posted By kamalesh.p
chk once ur parameters
hi

chk ur parameters passing to ur scripts ..

./hema.sh path/sqlfile.sql path/sqlfile.csv

$1 is path/sqlfile.sql
$2 is path/sqlfile.csv

parameter passing will be like this ...
13,925
Posted By kamalesh.p
chk ur sqlplus
chk whethere oracle is installed in ur unix machine ....

if installled check the path
to check the location of installation
try which command

/home/mkdmt/src/sh: which sqlplus...
24,725
Posted By kamalesh.p
try this way ..redirect the output of a grep command to a file inside a shell script
try like this
create the file which is used to load

touch first
grep -il grep * > first


if the extracting file is located in some other path then
specify the exact path
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy