Search Results

Search: Posts Made By: rajendar2020
2,787
Posted By Scott
Hi. Did you mean: jeffvar=`ls -tr...
Hi.

Did you mean:

jeffvar=`ls -tr *jhxxxxx* | tail -1`
with almost-impossible-to-tell-the-difference-backticks?

Nicer on the eye is

jeffvar=$(ls -tr *jhxxxxx* | tail -1)
115,035
Posted By SFNYC
UTL_FILE won't work if his database is running on...
UTL_FILE won't work if his database is running on a different machine than his shell script.

Try this.

$ cat use_oracle_proc.ksh
#!/bin/ksh

run_sql()
{
$ORACLE_HOME/bin/sqlplus -S...
115,035
Posted By barani75
how to call oracle stored procedure from unix shell
Hi

i want to call a oracle stored procedure from unix (using bash shell).

consider this is my oracle stored procedure with parameter

create procedure testproc(name IN varchar, age IN...
Showing results 1 to 3 of 3

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