Displaying 8 results from an estimated 8 matches for "lsnrctl".
Did you mean:
lnkctl
2001 May 15
2
hung SSH on Solaris when starting Oracle
...abyssus.doit.wi
Sun Microsystems Inc. SunOS 5.8 Generic February 2000
[msimpson at fibber:/export/home/msimpson]% sudo su - oracle
Password:
Sun Microsystems Inc. SunOS 5.8 Generic February 2000
Logged on to fibber
fibber: /export/home/oracle => fibber: /export/home/oracle => lsnrctl stop
LSNRCTL for Solaris: Version 8.0.5.0.0 - Production on 15-MAY-01 13:17:16
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=fibber.library.wisc.edu)(Port=1521))
The command completed successfully
fibber: /export/home/oracle => lsnrctl...
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
...quot;Stopping Database"
su -l oracle -c "sh stopdb.sh"
RETVAL=$?
return $RETVAL
}
status() {
#DBUP=`ps -ef | grep oracle | grep -v grep | grep -c ora_pmon `
DBUP=`ps -ef | grep -c ora_pmon `
#LSNRUP=`ps -ef | grep oracle | grep 9.2.0 | grep -v grep | grep -c lsnrctl`
LSNRUP=`ps -ef | grep -c lsnrctl`
if [ ${DBUP} -ge 1 ]
then
if [ ${LSNRUP} -ge 1 ]
then
echo "Database Running"
return 0
fi
fi
echo "Database Not Running"
return 1
}
case "$1" in
start)
start...
2008 Aug 29
1
DB stop&start
Hi
I need a script to automatically Starting/Stopping an Oracle 10g DB on
CentOS5.2 64bit i.e
lsnrctl start/stop
db start/stop
emctl start/stop dbconsole"
Any help?
--
Madunix_at_Gmail
Sysadmin
"Computers are useless. They can only give you answers" - Pablo Picasso
"Never trust a computer you can't throw out a window." - Steve Wozniak
-------------- next part ------...
2012 Mar 08
0
Different behavior for pluginsync between "puppet agent --test" and "service puppet start"
...g in my log file:
Mar 7 22:24:29 ip-10-224-26-239 puppet-agent[4676]: Starting Puppet client
version 2.7.11
Mar 7 22:24:36 ip-10-224-26-239 puppet-agent[4676]:
(/Stage[main]/Oracle_listener::Start/Exec[listener_start]/returns) change
from notrun to 0 failed: Could not find command ''/bin/lsnrctl''
The class that I''m running is as follows:
class oracle_listener::start {
$oraclehome = $::oraclehome
exec { "listener_start":
path => "/sbin:/bin:/usr/sbin:/usr/bin",
command => "${oraclehome}/bin/lsnrctl start &>/dev/null"...
2009 Nov 16
1
Data source name not found and no default driver specified
...tion="Driver={Microsoft ODBC for
Oracle}; DSN=abc,UID=abc;PWD=abc;"case="oracle")
received error drivers SQLAllocHandle on SQL_HANDLE_ENV failed one time;
another time I got the error that Oracle client and networking components
7.3 or greater is not found.
6.) tnsping mfopdw
lsnrctl start mfopdw
tried to add oracle/bin to path
Nothing is working.
Please advise.
Thank you,
[[alternative HTML version deleted]]
2009 Nov 16
1
Error using 32-bit R and RODBC package on 64-bit Windows Server OS with R version 2.10
...tion="Driver={Microsoft ODBC for Oracle};
DSN=abc,UID=abc;PWD=abc;"case="oracle")
received error drivers SQLAllocHandle on SQL_HANDLE_ENV failed one time;
another time I got the error that Oracle client and networking components
7.3 or greater is not found.
6.) tnsping mfopdw
lsnrctl start mfopdw
tried to add oracle/bin to path
Nothing is working.
-Melanie
[[alternative HTML version deleted]]
2005 Jul 07
5
The connection was refused when attempting to contact hostname:5500
hello
i successfully installed oracle 10g on CentOS 3 i can login at
http://hostname:5500/em but after restarting the PC all i get is "The
connection was refused when attempting to contact hostname:5500" thank you
very much for your help.
rgds,
Joeffrey
2010 Apr 16
1
Group Membership and Exec
...#39;group'' in the
footer Google adds to each message makes it hard to find relevant
information.
Below is the failing statement.
exec { run_installer:
user => "oracle",
group => "oinstall",
cwd => "$tmp",
creates => "$oracle_home/bin/lsnrctl",
command => "$tmp/database/runInstaller -ignoreSysPrereqs -
waitforcompletion -silent -responseFile $tmp/11gR2.rsp",
require => [ Exec["extract_installer"], File["response"],
File["inventory"] ];
}
Below is the error puppet logs.
(//Node[ora...