AIX command to start listener


 
Thread Tools Search this Thread
Operating Systems AIX AIX command to start listener
# 1  
Old 01-21-2014
AIX command to start listener

HI All,

Need help on comamnd to start listener

TIA.
# 2  
Old 01-21-2014
Hi,

I'm not sure what kind of help You need exactly.

I guess You mean oracle listener.

Code:
lsnrctl help start
...
start [<listener_name>] : start listener

regards
# 3  
Old 01-21-2014
Hi Xray,

I need for oracle listener only
# 4  
Old 01-21-2014
Hi,

try to run lsnrctl start as user oracle.

regards
# 5  
Old 01-21-2014
Quote:
Originally Posted by -=XrAy=-
run lsnrctl start as user oracle.
Correct.

One will have to have the configuration for the listener ready before doing so, though. If memory serves correctly, this is done in a file listener.ora (mainly) and tnsnames.ora (oracle-instance to IP mapping).

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do we have generic solution get process start time in AIX & Linux

I wish to get the process start time on AiX and Linux using the same command / script. I'm able to get the process start time in Linux using the below command: cat /proc/<pid>/stat | grep Modify The same does not work for AiX 6.1 systems. Can you please let me know the command to get... (4 Replies)
Discussion started by: mohtashims
4 Replies

2. AIX

Start script or service with boot on AIX 7.2

I have installed apache2, but not run with boot in AIX 7.2, how to make it run ? in AIX 7.1 i used : mkitab "apache:2:once:/usr/IBMAHS/bin/apachectl start > /dev/null 2>&1" ### ---> not work in AIX 7.2 (i use 0 in once, because appear emoticon when use :once) Did you know that you can use... (4 Replies)
Discussion started by: penchev
4 Replies

3. UNIX for Dummies Questions & Answers

Listener port

Hi All, I'm installation a server we have client -server architecture I need to configure a port for client to communicate with the server and server to communicate with the clients Pls let me know how to configure in linux (2 Replies)
Discussion started by: gwrm
2 Replies

4. Shell Programming and Scripting

How to know the location of the listener?

Hi, I have an unknown listener of of one of my port. How would I know the location of that specific listener? (4 Replies)
Discussion started by: fif14344
4 Replies

5. AIX

AIX machine start-up problem

We have a AIX machine which was having problems while checking for additional ports. When restarted, it is showing the message "STDIN, STDOUT initializing.... Starting AIX...." on the console and then abruptly goes down. An error-code 0549 is appearing on the CPU display. I'm new to to AIX... (2 Replies)
Discussion started by: revanth84
2 Replies

6. AIX

Which command in AIX 5L is replace updatelv in AIX 4.3?

When I import VG, it shows: 0516-622 synclvodm: Warning, cannot write lv control block data. I found AIX V4.3 have updatelv command can recovery LVB from VG, however, updatelv is not existed on AIX 5L, which command to replace it? (2 Replies)
Discussion started by: rainbow_bean
2 Replies

7. AIX

AIX Gnome start?

Hi, I've installed AIX 5.1 but Gnome does not start by default. I've tried gnome-session and it's not power it up... what should I do? (3 Replies)
Discussion started by: aixn00b
3 Replies

8. AIX

How to start/stop/restart NFS on AIX

Hi, Very new to aix How to start/stop/restart NFS on AIX thanks, (2 Replies)
Discussion started by: jredx
2 Replies

9. UNIX for Advanced & Expert Users

AIX 5.3: Start Service on System startup

Hi, I'm new to AIX, and have to make some services start at system startup. The IBM-Redbook says I have to edit /etc/inittab. As a long time (Debian)-Linux Admin I'm a bit confused. Is there something like /etc/init.d/$SERVICE in AIX? Greetings, Dennis (1 Reply)
Discussion started by: dennis.kuehl
1 Replies

10. AIX

Start CDE using Reflection on AIx

Hello. I want to know how to start CDE on AIX, to export the console under reflection. What commands are necesary to run on AIX to start CDE and after start It export the console using Reflection X. Someboy know how to do that. Regards (1 Reply)
Discussion started by: hmoday
1 Replies
Login or Register to Ask a Question