Search Results

Search: Posts Made By: bdby
Forum: UNIX and Linux Applications 07-20-2017
3,207
Posted By bdby
Hi Cero, Thanks for your help on this. ...
Hi Cero,

Thanks for your help on this. You were in the ball park and I used your execute immediate statement. Here is the final solution that I was looking for.

CREATE OR REPLACE...
Forum: UNIX and Linux Applications 07-20-2017
3,207
Posted By bdby
Morning This output is not what I was looking...
Morning
This output is not what I was looking for. The correct answer can be found in the user_ tables.

connect as HR

SQL> col table_name format a30
select table_name, num_rows counter...
Forum: UNIX and Linux Applications 07-18-2017
3,207
Posted By bdby
Syntax problem Oracle
Hi All,
I have a syntax problem with a procedure in oracle. I am looking to just produce the number of rows
from each table located in the HR schema nothing complex. This procedure works great up...
1,685
Posted By bdby
Good Morning Don, Hope you had a nice 4th...
Good Morning Don,

Hope you had a nice 4th of July.

Here is the output that I found. It is a bit unusual.

$ grep -v "^#" /var/opt/oracle/oratab|od -bc
0000000 012 012 012 012 104...
1,685
Posted By bdby
I am using the vi editor. thanks for your...
I am using the vi editor. thanks for your response.
1,685
Posted By bdby
Space in PATH variable
Hi All,
I did a review of some threads to see if someone had come across this problem.

My system is an oracle virtual box solaris 10 installed on a windows 10 system.

Right now I am...
1,098
Posted By bdby
I found the problem: grep -v [#] ...
I found the problem:


grep -v [#] oratab | /usr/xpg4/bin/awk 'BEGIN { RS = ":" } ; /Y/ { print $1, $3 }'


The RS in the begin statement should have read FS.

this thread can be...
1,098
Posted By bdby
awk output not what was expected
Good Moring,
I am currently reading about awk in a manual and following the examples using the oratab file.
My system is SOLARIS 10
I think I am getting strange behavior judging by what the book...
2,610
Posted By bdby
Morning, I will put your explanation in my...
Morning,

I will put your explanation in my note book.

That is what I was surmising but wasn't sure. I am some what familiar with programming but never really had a chance to get my head into...
2,610
Posted By bdby
Hi Chubler, Just received your message and...
Hi Chubler,

Just received your message and will try this tomorrow at work.. I saw that FILENAME and after reading about it knew it would be applied some where some how.

thanks

I will...
2,610
Posted By bdby
Hi No rush we are all busy. I wrote...
Hi

No rush we are all busy.

I wrote up a detail for ease of understanding. Sorry if it is long. See below:

My operating system is:

OPERATING SYSTEM:
uname -a
SunOS snslcsunu04...
853
Posted By bdby
Egrep problem
Hi everyone,

Can someone look this over?

find /oracle/diag/rdbms/*/*/trace -type f -name '*d00*.trc' -mtime 0 \
-exec egrep -c 'TNS-12535: TNS:operation timed out' '{}' '+' |
...
2,610
Posted By bdby
Morning, Thanks for this. I will run it...
Morning,

Thanks for this. I will run it and get back to you on the results today.

regards
al

---------- Post updated at 07:11 AM ---------- Previous update was at 06:57 AM ----------
...
1,075
Posted By bdby
Hi Vgers Have to admit I am really new at this...
Hi Vgers
Have to admit I am really new at this and am trying to learn by reading and doing.

The code that I listed was wrong I was just trying something. I tried your code and it returned a...
1,075
Posted By bdby
Lines of code in egrep question
Hi,
I have a question, during my readings it appears that these two variables in the snippet below need to be on the same line to return a “true” answer and listed in the output otherwise it won’t...
2,610
Posted By bdby
Find and awk with today's date
Hi All,
Solaris 10 o/s
With your help I developed the following script.
find /oracle/diag/rdbms/*/*/trace -type f -name '*d00*.trc' -mtime 0 -exec egrep –c 'NS Primary Error' '{}' '+'
which...
1,188
Posted By bdby
Hi , Here is the final solution that works...
Hi ,

Here is the final solution that works for me. I spent 3 hours learning about the syntax and making adjustments. This I am presently using at work.

find /oracle/diag/rdbms/*/*/trace -type f...
1,188
Posted By bdby
Line count of trace files for 24 period
Hi,
Using solaris 10 5.10 o/s
I am learning awk as I work here on the job.
What I need to do is isolate the trace file for the last 24 hours. After that I need to open those trace files and...
1,383
Posted By bdby
Good Morning, Thank you for the quick...
Good Morning,

Thank you for the quick response. All this bash scripting is new to me so I will go over in great detail what was just written to understand this code. I need to get this stuff in...
1,383
Posted By bdby
passing grepped date var into code
Hi Everyone,
I am a bit new at learning this bash syntax. I have a problem at work that needs to be addressed. We find we are spending quite a bit of time killing old processes created by oracle...
2,372
Posted By bdby
I got this running properly. I will post it...
I got this running properly. I will post it tonight as the final solution.
2,372
Posted By bdby
Evening, We are in the process of testing...
Evening,

We are in the process of testing the script now. I had help with the fine details of this thing.

We I see that it is properly working I will post the results on the board.
...
2,372
Posted By bdby
It will but I need to get some knowledge first. ...
It will but I need to get some knowledge first.

thanks

al
2,372
Posted By bdby
Hi Methyl, Thanks for the advice. This...
Hi Methyl,

Thanks for the advice. This evening I did some research on syntax which I was in dire need of knowing and found a good tutorial. In it is showed how to use the $? in a if statement. ...
2,372
Posted By bdby
Hi The reasoning I am trying to corral...
Hi

The reasoning I am trying to corral this is as follows.

We have two databases one here and the other in Europe replicating. There is one large table over 8 mil rows that has fallen way...
Showing results 1 to 25 of 28

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