Search Results

Search: Posts Made By: nkosaraju
5,986
Posted By nkosaraju
I got the script to run
I forgot to close the brace after Primary_key2 and quotes for the shell variable.

Thanks for your reply.
5,986
Posted By nkosaraju
How is use sselect statement o/p in insert statement.
Hi All,

I am using Unix ksh script.

I need to insert values to a table using the o/p from a slelect statement.

Can anybody Help!

My script looks like tihs.

---`sqlplus -s...
10,402
Posted By nkosaraju
Hi I am getting the following error when...
Hi

I am getting the following error when assiging it to PK_STR

a.PK1=b.PK1: not found


please help


Thanks
10,402
Posted By nkosaraju
Thanks a lot.
Thanks a lot.
10,402
Posted By nkosaraju
Hi Thank you. It was printing the required...
Hi Thank you.

It was printing the required result.

Can you help me in assigning it to a variable.

i tried
PK_STR= echo 'PK="PK1 PK2 PK3"' |
awk -F"\"" '{split($2,s," ")
print...
10,402
Posted By nkosaraju
It is a parameter from param file or config file...
It is a parameter from param file or config file u can say.
I want to use that parameter in a shell script and build the above string so that i can use it in where clause of my query.
Thanks
10,402
Posted By nkosaraju
How to build a string in shell script
Hi all,

I had a typical problem.

I am using a parameter
PK="PK1 PK2 PK3"

i need to build the string

a.PK1=b.PK1 and a.PK2=b.PK2 and a.PK3=b.PK3

Please help
Showing results 1 to 7 of 7

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