Search Results

Search: Posts Made By: feilhk
1,638
Posted By feilhk
Why i can't execute the procedure in shell script?
i have the following code inside a shell script .prog in oracle server when i call the program

DBMS_OUTPUT.PUT_LINE(x_return_status|| ln_rep_req_id);
will return 0 , it is very strange , i try...
2,697
Posted By feilhk
i tried change l_result :=...
i tried change
l_result := fnd_concurrent.set_completion_status('ERROR','Review log file for details.');
fnd_concurrent.set_completion_status('NORMAL',... then it return the normal result.
2,697
Posted By feilhk
How to end the program with a successful return code?
i have the follow shell script that try to find any file in the specified path and upload to oracle.
if no file will output in the concurrent log and the program return as error , how do i change...
6,680
Posted By feilhk
i am new to shell script, coudl you help explain...
i am new to shell script, coudl you help explain a little about the code, i have no idea how it works ..
6,680
Posted By feilhk
thanks for your answer, it work, but i discover...
thanks for your answer, it work, but i discover that

the format is a bit different for users,

alex_li_20140304121212_tm1.csv

alex_cf_li_20140304121212_tm1.csv

there might be some user...
6,680
Posted By feilhk
ya i am trying to sort the specific part of the...
ya i am trying to sort the specific part of the filename, for the last modified date timestamp i am able to sort this


i tried ls -t | awk -F '_' '{print $3}'

it will output as...
6,680
Posted By feilhk
How to sort the timestamp in the filename in shell script?
originally the shellscript


#ln_file_name=`echo $ld_interface_date"_"${8}".csv"`
#ln_file_name=`echo 201202011527_HL_HLTM1_B04A.csv`
ln_file_name="*"`echo ${7}".csv"`...
Showing results 1 to 7 of 7

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