Search Results

Search: Posts Made By: edstevens
3,199
Posted By edstevens
Out of desperation, I tried re-typing the entire...
Out of desperation, I tried re-typing the entire script from scratch - no copy and paste. This time it worked. :confused:

---------- Post updated 06-29-18 at 08:25 AM ---------- Previous update...
5,979
Posted By edstevens
I see nothing here to indicate this is a shell...
I see nothing here to indicate this is a shell scripting issue. If you are connecting to the database with sqlplus, then submitting the script:

SQL> @proc.sqlAnd not getting the results you...
1,958
Posted By edstevens
Don - thanks for the reply. Except for the idea...
Don - thanks for the reply. Except for the idea of the links, that what I would have thought. Since this is a vm I build myself, I know there are no links involved, nothing else in the script to...
1,852
Posted By edstevens
BINGO! When sqlplus runs the query, it has a...
BINGO!

When sqlplus runs the query, it has a default line size of 80 characters, while the data being returned is 81 characters. This causes sqlplus to do a line break just before the column that...
2,366
Posted By edstevens
Took a couple of tries to get the perfect combo,...
Took a couple of tries to get the perfect combo, but that was it.

[root@vbpsdev /]# find . -xdev -inum 1767745 -exec ls -lid -- {} \;
1767745 drwxr-xr-x 2 root root 4096 Dec 2 14:09 ./-p...
1,678
Posted By edstevens
No, you have a variable storing a STRING that...
No, you have a variable storing a STRING that represents a date, using a string of characters that humans have learned to recognize as representative of a date.

To write a generic function, you...
2,975
Posted By edstevens
command not found means an executable file for...
command not found means an executable file for the command (ec2-describe-instances) was not found in any of the directories listed in PATH.

Common mistake. Job submitted by cron do not inherit...
45,442
Posted By edstevens
At the risk of being pedantic, but to clarify...
At the risk of being pedantic, but to clarify what may be some fuzzy thinking, putty is just a terminal program - one of several that do exactly the same thing. All it does is take keystrokes from...
4,074
Posted By edstevens
Since this question has zero to do with shell...
Since this question has zero to do with shell scripting and everything to do with the use of an Oracle utility, you'd be better served on a forum dedicated to use of said utility. Fortunately, there...
998
Posted By edstevens
That was the lead I needed. After seeing your...
That was the lead I needed. After seeing your reply the light went on. Prefer the IFS solution, so that SQL output remains 'clean'. Using the comma for IFS resulted in the entire resultset being a...
1,753
Posted By edstevens
Thanks. That was essentially what I needed. A...
Thanks. That was essentially what I needed. A little tweaking gave it the needed ability to switch back and forth ..

( for testing I shortened the intervals)

trap "rm -f /tmp/$$" EXIT...
Forum: Red Hat 05-08-2013
4,616
Posted By edstevens
Found the solution. When configuring eth1...
Found the solution. When configuring eth1 (mapped to the VBox hostonly adapter) I supplied the address of that adapter as the gateway address. Going back through some logs, I saw that when building...
3,302
Posted By edstevens
That seems to have fixed the issue. Thanks ...
That seems to have fixed the issue. Thanks


"Have I told you lately how much I dislike Windows?"

---------- Post updated at 12:06 PM ---------- Previous update was at 11:44 AM ----------
...
Showing results 1 to 13 of 13

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