Search Results

Search: Posts Made By: ceciaide
1,834
Posted By ceciaide
Script multi listener
hello

can help to script to find the listener is up or down for diferent db

i have 2 listener

ps -fea |grep tns
root 17333 17559 0 12:26:38 pts/3 0:00 grep tns
oracle 3800 ...
2,406
Posted By ceciaide
User OS to intall the Oracle (owner)
hello

its windows server 2003

how to find the user owner to install the oracle

on linux ps -fea | grep pmon

$ps -fea| grep pmon
oracle 2950 1 0 Sep 13 ? 262:19...
5,676
Posted By ceciaide
hello Cero. the oratab is not configured...
hello Cero.


the oratab is not configured almost all servers.

i try to execute but its not work only find one

My db :
My home:
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb...
5,676
Posted By ceciaide
Hello Cero I will try another server and...
Hello Cero


I will try another server and it works.
but in some the oracle_home short puts the address
example:

My db : DB2
my Home: /opt/oracle


another database
correct

My db :...
5,676
Posted By ceciaide
hello Cero thanks a lot. it works. ...
hello Cero

thanks a lot.

it works.

:D:b:
1,238
Posted By ceciaide
hello Scrutinizer. in my script I have this...
hello Scrutinizer.

in my script I have this result:

10286 ora_pmon_bd1 => /oracle/10.2
10431 ora_pmon_bd2 => /oracle/10.2
11728 ora_pmon_bd3 => /oracle/10.2
11882 ora_pmon_bd4 =>...
1,238
Posted By ceciaide
Query cut informacion
query
pgrep -lf ora_pmon |
> while read p a; do
> printf '%s %-15s => %s\n' "$p" "$a" \
> "$( dbhome "${a#ora_pmon_}" )"
> done


10286 ora_pmon_bd1 => /oracle/10.2
10431 ora_pmon_bd2 =>...
5,676
Posted By ceciaide
Shell script to connect
hello
i try to made a report to conect all database to diferent OS
HP-UX/LINUX/SOLARIS/AIX
this is my example
i have 5 db
OS are HP-UX
ps -fea | grep pmon
root 1120 1 0 Nov 29 ? ...
13,218
Posted By ceciaide
Hello Don Cragun, its Works thanks!
Hello Don Cragun,

its Works

thanks!
13,218
Posted By ceciaide
hi yoda this is result pgrep -fl _pmon_ |...
hi yoda

this is result
pgrep -fl _pmon_ | sed 's#.*_pmon_##'
/usr/bin/ksh: pgrep: not found

=(
OS HP-UX
13,218
Posted By ceciaide
Ps -fea | grep pmon
hello
when a write this code
[oracle9i]$ ps -fea | grep pmon
result:
root 1515 1 0 Feb 9 ? 0:10 ipmon -sD
oracle9i 18357 1 0 Feb 9 ? 1:04 ora_pmon_db1_PROD...
Showing results 1 to 11 of 11

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