Search Results

Search: Posts Made By: rwunwla
Forum: Solaris 03-23-2009
5,124
Posted By rwunwla
UNIX crontab control
I am looking for a solution to prevent random change crontab.
We are a DBA group that share the same OS login - oracle, each dba has ability to change crontab as needed.
I have been through crontab...
57,006
Posted By rwunwla
# Create coprocessor sqlplus -s /nolog |& ...
# Create coprocessor
sqlplus -s /nolog |&

Hi, tmarikle.

Are you sure this will work in KSH? I got error message.


-------------------------
...
...
...
cd /home/mdbtuner/stats/sppurge...
57,006
Posted By rwunwla
Thanks. Yes, that is one way to do which I will...
Thanks. Yes, that is one way to do which I will have to change the original code from Oracle.

If I don't want to change the code, in ksh script, how should I program to force inputing the...
57,006
Posted By rwunwla
How to pass variable to SQLPLUS in a ksh script?
Hi,

I am writing a ksh script which will use sqlplus to run a sql and pass 2 variables as the SQL request. In the ksh script, I have 2 variables which are $min_snap and $max_snap holding 2...
26,021
Posted By rwunwla
Set an array
set -A <array_name> item1 item2 item3 item4 ....

or you can read from a file....
filename = /.../.../.../... #input file
set -A <array_name> [ < $filename]
18,308
Posted By rwunwla
UNIX Command for flashing????
What's the command to show text on any Xwindow that makes the text flashing / blinking ???
2,278
Posted By rwunwla
Skip item by using substring
I have a file contents like this....

item1
item2
#item3
item4
#item5
item6
....

I have a KSH script to read this file into an array.
I have a for loop which will read each item...
I...
12,618
Posted By rwunwla
Thanks for the reply. In your answer, at the...
Thanks for the reply.
In your answer, at the section 1 part 3, the script tried to delete the output file at the remoted server or you meant to delete at the local server?
After FTP the output file...
12,618
Posted By rwunwla
ksh telnet script
I am trying to write a ksh script of using telnet.
On server1, I have a script that wants to telnet to server2 and run it on server2. Then after finish, brings back information to server1. Is it...
Showing results 1 to 9 of 9

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