Search Results

Search: Posts Made By: chiru
6,366
Posted By chiru
How to pass unix variable to oracle
hi ,

how to pass unix variable to oracle

code is .............
#! /bin/ksh
echo enter date vale
read date1
sqlplus x/y@oracle
select * from emp where statrt_date= $date1

is this is...
46,565
Posted By chiru
What is wrapper script and how to write
hi guys,
I have a requirement to run a script 4 times with different parameter values.
the 4 jobs have to run parallely which actually access different data of same table and deletes.

how can i...
17,732
Posted By chiru
How to pass unix variable to SQLPLUS
hi fellows,

can any body tell me how to pass unix variables to oracle

code is...
#! /bin/ksh
echo ENTER DATE VALUE's
read START_DATE END_DATE
sqlplus xyx/abc@oracle
select * from table1...
Showing results 1 to 3 of 3

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