Search Results

Search: Posts Made By: SFNYC
14,901
Posted By SFNYC
Depends on which version of grep you have: $...
Depends on which version of grep you have:

$ grep --version
grep (GNU grep) 2.5.1

Under the help:
Context control:
-B, --before-context=NUM print NUM lines of leading context
-A,...
114,732
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...
Showing results 1 to 2 of 2

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