Search Results

Search: Posts Made By: vijays3
1,762
Posted By vijays3
Understanding a Simple Shell Script
#! /usr/bin/ksh
old=$1
new=$2
for file in *.$old ; do
mv $file ${file%$old}$new
done
exit 0

This script i got from the forum. script changes the extension of the files say example
...
10,611
Posted By vijays3
Any alternative of sar command
Hi all,

I am using linux box ...i dont find the manual entry of sar command through
man sar ...it is in unix not in linux although i have to check the cpu utilization and paging...any...
46,965
Posted By vijays3
ran the command u mentioned and also command find...
ran the command u mentioned and also command find / -name "sqlplus" -print
but no result is coming up ...even i checked the PATH variable using set and env commands ...no such variable...
46,965
Posted By vijays3
i checked ORACLE_HOME is not set.....any idea how...
i checked ORACLE_HOME is not set.....any idea how do we set it


Thanks
Vijay Sahu
46,965
Posted By vijays3
Thanks for your reply i executed that script but...
Thanks for your reply i executed that script but in bash shell there is no manual
entry for sqlplus due to this script is not executing...


but i got the idea how do we connect to oracle

...
46,965
Posted By vijays3
Execute SQL query in unix script
Hi

I am new in unix. oracle and unix are installed in my sytem.i need the script
which could connect to the oracle using username ,password and schema and can run the select * from tab query.
...
2,128
Posted By vijays3
Thank you very much it is working for me.....:b:
Thank you very much it is working for me.....:b:
2,128
Posted By vijays3
Want to zip the all files till nth depth
All,

i need a script which can zip the all files which are in directories and its subdirectories

for example:

dir1 contains file1,file2,dir1a,dir1b
now dir1a also...
2,329
Posted By vijays3
hi sorry for mis typying my question...
hi


sorry for mis typying
my question is that if many users are logging into the system at one time so how would i find that how much space i am consuming... means for any resource

...
2,329
Posted By vijays3
How much space I am consuming?
Hi

i want to know if many users are logging in system then how would i know that how much space in system i am consuming..

Thanks
Vijay sahu
3,074
Posted By vijays3
Thank you very much
Thank you very much
3,074
Posted By vijays3
I need to find one command from multiple files and need to print that file which contains neede com
Hi all

i need your help .. I am having a multiple file in directory and i have find out the Rcopy word from these files and need to print those files which contains the Rcopy word



...
106,305
Posted By vijays3
Hi Scott, I used . oraenv on unix prompt...
Hi Scott,

I used . oraenv on unix prompt but is displaying NO SUCH FILE AND DIRECTORY.
I also tried SqlPlus command eventhough it is saying Command Not Found....
is there anything I am doing...
106,305
Posted By vijays3
Hi scottn. actually i want to know the...
Hi scottn.

actually i want to know the command on the unix prompt which my connect to oracle databse .

Thanks and regards
vijay sahu
1,588
Posted By vijays3
Hi all Thanks for your reply all three are...
Hi all

Thanks for your reply all three are working properly...
1,588
Posted By vijays3
what command is used to remove the all text of the particular file.
Hi all...

I want to delete the entire text of the file and want to make it zero byte..
would you please tell me the command for it.


Thanks and regards
Vijay sahu
106,305
Posted By vijays3
How to connect with oracle database using unix...
Hi all


I am working in datawarehouse project and use DB2 database . shell scripting is written to connect with DB2 database in my application but i dont know how to connect with oracle databse...
Showing results 1 to 17 of 17

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