Search Results

Search: Posts Made By: Niranjancse
1,314
Posted By Niranjancse
Great!!! Could you please explain this...
Great!!!

Could you please explain this part 'grep -He "^[AUIR]" "$@" and need of this _ {} +
1,314
Posted By Niranjancse
Multiple Commands in PS
I need to find in file where the record starts with "A,U,I,R" and their file name

Record will look like below

A|1|138||XXXX|XX|XX
U|2|XX|XX|XX|XX
R|3|EK|XX|XX|XX
D|4|TY|CC|CC|CC

find...
19,975
Posted By Niranjancse
#!/bin/ksh #*****************ORACLE CALL...
#!/bin/ksh
#*****************ORACLE CALL FUNCTION****************
function run_oracle {
sqlplus -s <<%%
${user}/${passwd}
set serveroutput off
set heading off
set feedback off
set verify off...
19,975
Posted By Niranjancse
thank you for your comments. I have got what i...
thank you for your comments. I have got what i expected.
19,975
Posted By Niranjancse
Storing the SQL results in array variables
Requirement 1) I need to execute 15 SQL queries in oracle through linux script. All these query results needs to be stored in array variables.

Requirement 2) And these 15 queries needs to be...
9,359
Posted By Niranjancse
Could you please explain me how this command...
Could you please explain me how this command works??

Thanks is advance
9,532
Posted By Niranjancse
Also all the queries are writted in Parameter...
Also all the queries are writted in Parameter file. I need to read the queries from parameter one by one and pass to the Oracle.
9,532
Posted By Niranjancse
Executing Multiple Queries in parallel in Shell
I have n number of SQL queries needs to executed in Shell. Result of this query need to assign in a variable. Once all the queries are executed script needs to exit.

Sample Query:

SQL 1:...
Showing results 1 to 8 of 8

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