0% found this document useful (0 votes)
45 views2 pages

Vinod Chaitu Conv

This document contains configuration details and commands related to an Oracle database listener and services. It shows the listener configuration file listing.ora being edited to configure the listener to use a specific host and port. Commands are also shown to configure the local listener parameter and register the listener with the database, as well as status checks and commands to unlock and reset passwords for database users.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views2 pages

Vinod Chaitu Conv

This document contains configuration details and commands related to an Oracle database listener and services. It shows the listener configuration file listing.ora being edited to configure the listener to use a specific host and port. Commands are also shown to configure the local listener parameter and register the listener with the database, as well as status checks and commands to unlock and reset passwords for database users.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

vinod talluri 9986315671

!
select instancE_name from v$instance;5:21 PM
sho parameter listen5:21 PM
cmd> lsnrctl status5:21 PM
SQL> sho paraemter service5:22 PM
cd %ORACLE_HOME/network/admin5:25 PM
cat listner.ora5:25 PM
cat listener.ora5:25 PM
attaluri chaitanya
!
/Users/attalurichaitanya/Desktop/Screen Shot 2014-03-06 at 5.25.11 pm.png5:25 PM
vinod talluri 9986315671
!
echo %ORACLE_HOME%5:31 PM
listener.ora5:33 PM
attaluri chaitanya
!
# listener.ora Network Configuration File: C:\app\Administrator\product
\11.1.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
!
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.211.55.3)(PORT = 1521))
)
)5:34 PM
vinod talluri 9986315671
!
alter system set local_listener='<>' scope=both; alter system register;5:39 PM
alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
(HOST=i3sn021e.idc.oracle.com)(PORT=1521)))' scope=both;5:44 PM
alter system register;5:44 PM
attaluri chaitanya
!
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Prod
ction
Start Date 06-MAR-2014 17:36:19
Uptime 0 days 0 hr. 0 min. 23 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\app\Administrator\product\11.1.0\db_1\network\admi
\listener.ora
Listener Log File c:\app\administrator\diag\tnslsnr\chaitanyakrf7b2\lis
ener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=chaitanyakrf7b2)
(PORT=1521)))
Services Summary...
Service "orcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orclXDB" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orcl_XPT" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
The command completed successfully5:44 PM
vinod talluri 9986315671
!
me: alter system set
local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
(HOST=chaitanyakrf7b2)(PORT=1521)))' scope=spfile;5:44 PM
alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
(HOST=chaitanyakrf7b2)(PORT=1521)))' scope=both;5:45 PM
SQL> conn system/amanger5:46 PM
conn system/manager5:47 PM
alter user system identified by manager;5:47 PM
alter user scott identified by tiger;5:47 PM
alter user scott account unlock;5:47 PM

You might also like