How to disable Listener Pwd in Oracle?

Hello,
Can someone help me with the command to disable and enable listener password? This Step is required during HA test. Any help will be appreciated with points.
Thanks.

Dear learner,
To Enable:
Execute commands from lsnrctl utility
1.set current_listener <your_listener_name>
2.set save_config_on_stop on
3.change_password ( first time old password nothing press enter)
4.stop listener
5.set password ( enter password )
6.stop
7.start
To Disable:
1.Remove save_config and password entry from listener.ora
2.stop and start listener
Regards
Vinod

Similar Messages

  • How to disable trace files in oracle version 11g

    Senario : trace file are growing
    How to disable trace files in oracle version 11g
    pls guide with best practice

    SHANOJ wrote:
    Senario : trace file are growing
    How to disable trace files in oracle version 11g
    pls guide with best practiceIn 11g, there is an extensive tracing that happens for the reasons best known to Oracle only. But if you want to disable it, Coskan had published a small post mentioning an undocumented parameter(which means you must think twice before using it) to disable it- disablehealth_check* . You may want to read the complete post here,
    http://coskan.wordpress.com/2009/06/03/too-many-trace_file-on-11g/
    Aman....

  • How to disable edit.delete in oracle forms 11i?

    i was able to use APP_SPECIAL.ENABLE('EDIT.CLEAR',PROPERTY_OFF); to disable the clear button but also want to disable delete button,
    i added the APP_SPECIAL.ENABLE('EDIT.DELETE',PROPERTY_OFF); in the pre_block and pre_query trigger but not able to disable the delete item from edit menu.
    Am i doing sometjhng wrong?

    Hi;
    Please check
    How to disable delete button in a form
    How to disable delete button in a form
    Regard
    Helios

  • How to Disable Menu item in Oracle Applications

    Hi,
    How can I disable a Menu (Actions->user defined menu) Item in Oracle applications by using forms personalization.
    Our requirement is to display a message on click of a standard menu using form personalization and it should retain the seeded functionality.
    Thanks
    Prasanna
    Edited by: user13029651 on Jul 30, 2010 6:47 PM

    As an Oracle Applications Developer, your best friends are going to be the following docuements:
    <ul><li>Oracle Applications Developer's Guide </li>
    <li>Oracle Applications User Interface Standards for Forms-Based Products</li>
    <li>Oracle Application Framework Personalization Guide</li></UL>
    These and all of the other related EBS documents can be found in the Oracle Applications (EBS) Documentation Home and don't forget the Oracle eTRM Technical Reference, but you will need an Oracle Support contract to access this site.
    When you can't find your answer in these document sources, you can always ask for help in the E-Business Suite group of forums.
    Craig...

  • How to disable a table in oracle?

    Hi,
    Can anyone tell me if its possible to disable table in oracle>
    Thanks and Regards

    user598986 wrote:
    Hi,
    There is a scenario where :
    Schema A has A_ and B_ tables
    If I login to Schema A only A_ will have the access rights tables with B_ will not have access to the user.
    If Schema A owns both the tables than there is no way to do what you have mentioned. An owner can do whatever he wants to do with his objects. If the table B has been "given" to the user A than from the grantor, revoke the privs of this table and it won't be accessible to the user A, the same what Laura has mentioned to do already. You can't "switch off" a table from the user AFAIK.
    HTH
    Aman....

  • How to disable Blind Query in Oracle EBS Forms

    Hi all,
    I am creating a new form in EBS and one of the requirements is to disable the blind query, could you please help me developing this requirement.
    Thanks
    Ramez

    Ramez,
    This forum is for general Oracle Forms questions. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to disable the index in oracle

    Hi,
    Is there any way we can disbal the index in oracle.
    For the performance issue,I want to disable some of the indexes which i have created earlier. I dont want to drop the index.
    I tried the below command
    Alter Index <Schema>.<Index_name> Disable;
    I am getting the below error message:
    ORA-02243: invalid ALTER INDEX or ALTER MATERIALIZED VIEW option
    Thanks,
    Krishna
    .

    Hello,
    I have a question related to disabing index and thought I would post it in thread.
    I'm altering a column length to increase the size and getting "ORA-30556: functional index is defined on the column to be modified".
    On searching more about this error, it seems like the function index must be dropped before altering the column.
    The table I'm dealing with is huge.
    Question 1:
    In case of dropping and recreating the index, should the following steps be done:
    - Drop Index
    - Alter the column to increase the size
    - Recreate the index with NOLOGGING and NOPARALLEL clause
    - ALTER INDEX to turn on LOGGING
    - Gather Statistics on that index
    Question 2:
    Is there anything else that should be done when the index is dropped and re-created?
    Question 3:
    What are the side-effects of carrying out the above steps in a huge table with around 15 million rows?
    Question 4:
    Would it work if I disable the index, alter the column and reenable the index?
    Do I have to rebuild the index and gather Stats upon reenabling it?
    Thanks!

  • How to disable Password field in Oracle User administration

    Hi ,
    How can I personalize the password field on the user - define form not updatable ? I have tried forms personalization on this field but it didnt work. Can anyone have an idea whether this field can be personalized at all
    Thank you in advance !

    See if this works out for you. I tested and it is ok
    Trigger Event - WHEN-NEW-ITEM-INSTANCE
    Trigger Object - USER.USER_PASSWORD
    Processing Mode - Both
    Action Type - Property
    Object Type - Item
    Target Object - USER.USER_PASSWORD
    Property Name - ENABLED (APPLICATIONS COVER)
    Value - FALSE
    Save and close/open both forms. In Enter or Query modes, when ever user navigate to Password field, it is disabled and not editable.
    Hope this works as you expected. Just play around :-)

  • How to disable weak ciphers in Oracle Application Server?

    Hello,
    we're using Oracle Application Servers 10.1.2.0.2 (production environment) and 10.1.3.1.0 (test environment).
    For both servers I get security complaints from our IT-Security department regarding
    "SSL Medium Strength Cipher Suites Supported"
    I have modified 'ssl.conf' for the apache managed ports, e.g. 443, what worked as expected. But there are still complaints on port 12701 (RMIS), which seems to be managed by the OAS directly.
    Can someone please tell me how to configure that?
    with best regards
    Matthias

    Hello Matthis,
    I am having the exact same issue. Were you able to find the answer?

  • How to "disable-output-escaping" got Oracle XMLQuery ?

    I have Oracle 8i columns which contain well formed XML. For example a catalog description that contains "The copy we have for sale is <color>blue</color>".
    I am trying to write a Java program which uses OracleXMLQuery to retrieve columns from the database, adds them to an XMLDocument, then traverses the XMLDocument transforming the nodes in different ways depending on the node attributes and child values.
    I am trying to find a reasonable way to, effectively, "disable-output-escaping" on the OracleXMLQuery.
    I have a similar problem when using XSQL (where I think a "disable-output-escaping" option would be VERY useful) and have to use a "UndoQueryEscaping.xsl" and a requery.
    I have tried using achieving a similar effect using OracleXMLQuery.setXSLT() and XMLDocument.transformNode() but have not been able to get them to work.
    Can anyone suggest a method that works and is reasonably efficient?
    I have include the guts of my processing method to illustrate the problem.
    try
    setOutput( outputName );
    FileReader unescapeReader =
    new FileReader
    "com/jaysmith/jsdb/products/UndoQueryEscaping.xsl" );
    XSLStylesheet unescape =
    new XSLStylesheet( unescapeReader, new URL( "file://com/jaysmith/jsdb/products/" ) );
    xmldoc = new XMLDocument();
    xmldoc.setVersion( "1.0" ); // default.
    xmldoc.setEncoding( "ISO-8859-1" );
    Comment comment = xmldoc.createComment( "created by CatalogToXml on ..." );
    xmldoc.appendChild( comment );
    XMLElement doc = (XMLElement) xmldoc.createElement( "Document" );
    xmldoc.appendChild( doc );
    XMLElement docHeader = (XMLElement) xmldoc.createElement( "DocumentHeader" );
    doc.appendChild( docHeader );
    // Have to create actual XMLElement to pass to cq.getXMLDOM()
    XMLElement catalogs = (XMLElement) xmldoc.createElement( "Catalogs" );
    doc.appendChild( catalogs );
    XMLElement docFooter = (XMLElement) xmldoc.createElement( "DocumentFooter" );
    doc.appendChild( docFooter );
    // The catalog iterator stuff uses LIKE and while( ..next() )
    // even though we should only have one catalog.
    // This is safer and makes it easier to add catcdpattern support in future.
    query = "SELECT * FROM Catalog WHERE CatCd LIKE '" + argCatCd + "'" ;
    cq = new OracleXMLQuery( db.getConnection(), query );
    cq.setRowsetTag( "" ); // bcs we've already created Catalogs Element.
    cq.setRowTag( "Catalog" );
    cq.setDateFormat( "yyyy-MM-dd HH:mm:ss" ); // FIX. use property value.
    cq.setRowIdAttrName( "CATCD" );
    cq.setRowIdAttrValue( "CATCD" );
    // cq.useUpperCaseTagNames(); // NO, bcs forces even setRowTag values to upper.
    cq.useNullAttributeIndicator( true ); // initially incl nulls makes processing easier(?)
    // let us handle the exceptions.
    cq.setRaiseException( true );
    // use exception to break out if no rows.
    // alternatively could let xsql just include the "no rows found" message.
    cq.setRaiseNoRowsException( true );
    // doesn't work
    // cq.setStylesheetHeader( "com/jaysmith/jsdb/products/UndoQueryEscaping.xsl" );
    // doesn't work
    // cq.setXSLT(
    // "file://com/jaysmith/jsdb/products/UndoQueryEscaping.xsl",
    // "file://com/jaysmith/jsdb/products/"
    if( DEBUG >= 9 )
    // This causes closing of cq and thus next cq use will fail
    // Would need to set some cq.set... remain open?
    // env.msg.debug.println( 7, cq.getXMLString() );
    cq.getXMLDOM( catalogs );
    // doesn't work
    // catalogs.transformNode( unescape );
    xmldoc.print( output );
    releaseOutput();
    <xsl:stylesheet
    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    >
    <!-- Table.xsl
    -->
    <xsl:output
    encoding="ISO-8859-1"
    method="xml"
    indent="yes"
    />
    <xsl:preserve-space elements="*"/>
    <!--
    -->
    <xsl:template match="*">
    <xsl:copy select="node()" >
    <xsl:copy-of select="@*" />
    <xsl:apply-templates />
    </xsl:copy >
    </xsl:template>
    <xsl:template match="text()|@*">
    <xsl:value-of select="." disable-output-escaping="yes"/>
    </xsl:template>
    <xsl:template match="processing-instruction()|comment()">
    <xsl:copy/>
    </xsl:template>
    </xsl:stylesheet>
    Thank you
    R.Parr
    Temporal Arts
    null

    The way I see it, you have two possible approaches:
    [list=1]
    [*]Produce a text-based version of the XML document, including the unescaped content of the XML column, and then parse the whole thing, or
    [*]You effectively need to do a "mini-parse" of your document fragment in the column to produce the DOM nodes that it represents so that they can be appended into the DOM tree at the right point.
    [list]
    I think approach 1 is the more easily doable.

  • How to disable frm messages in oracle forms

    Hi,
    I am getting a form error, FRM-41830:List of values contains no entries. whereas I dont want this message to be displayed instead i want a user specified msg like "No entries for specific location!"..
    I have even tried using, :system.message_level:=25;
    Please suggest solutions.
    Bye.

    The on-error and on-message triggers at the form level are doing the trick for me :) You can also use them to customize the error/warning messages.

  • How to disable failover

    Hi,
    I just want to know how to disable the failover of oracle resource group. Because if our DBA want to shutdown oracle, then it should not be brought up automaticall by sun cluster.
    Thanks and appreciate any help.

    HELLO GUYS ,
    i have the same concern ,
    many times DBA , wants to stop database and he can't because cluster will bring up or will make the failover process. available solutions are :
    1- disable oracle server and listener so DBA can work howver system admin need to anble them later each time for database availability for accidents or crashes.
    2- second solution is to use RBAC and give access to DBA to disbale and enable the DB server and listener .
    well i don't like the first solution because it will disturp system admin alot or will stop DBA from wor till system admin be available.
    also i don't like second solution because i will be afraid from DBA to forget to enable the oracle server and listener later and we know the system admin he is the one who are responsible at the end about the server.
    i heard that there is another solution ? using one command , pmadmin or i don't remember excatly , there is command will allow the DBA to use this command and pass database script whuch stop the dba with that command so DBA can stop the database and tell the cluster to stop it safetly and the cluster will know that it is for maintenance ???
    can any System Admin help us on this issue

  • How to disable role password in Solaris 11

    Roles can only be assumed by logged in users. That is the definition of a role. Therefore role authentication is to some extent double authentication. The user has already authenticated as himself when he logged in and the sysadmin has enough trust in him to grant him a certain role. So why would he need to authenticate to the role? Isn't that double authentication ? Anyway I can see why that makes sense on a role like 'root' but on other more normal types of roles ? Really?
    Anyway that is not what this posting is about. It is about me not being able to figure out how to disable role password in Oracle 11.
    In Solaris 10 I would do:
    <pre>passwd -r files -d myrole</pre>
    That would set the myrole account to a no password account and that would be enough to disable it.
    In Solaris 11 I cannot make this work. I suspect this is because of the introduction of the roleauth attribute but I've tried all possible combinations:
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=user myrole</pre>
    or
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=role myrole</pre>
    Can't make any of these work.
    Pls help.

    Hello MrMonza,
    I do not completely understand what you are looking for. Perhaps it would help if you explained, for which purpose you want to use your new role.
    In short, a role is simply a user account, to which you cannot login directly. As to every user account, rights are assigned to each role. And as for every user account, you have to provide a password for it.
    If you want to switch to a role without password, this is nearly the same as extending the rights of your account.
    This is possible by assigning additional profiles to it via /etc/user_attr. Privileged commands, written by you, and connected to these profiles, can be defined in /etc/security/exec_attr.d/local-entries. These commands can be called via pfexec, see pfexec(1), which grants privileges (e.g. uid=0) for just the call.
    See also user_attr(4), prof_attr(4), exec_attr(4) and the "SEE ALSO" sections in there.
    Profiles can be chosen from the predefined profiles in /etc/security/prof_attr.d, or they can be self-assembled from these profiles and authorizations from /etc/security/auth_attr.d.
    New profiles should be stored in /etc/security/prof_attr.d/local-entries.

  • How to disable Automated  Backups by EM 11gR2 ?

    Hello
    How to disable automated backups in Oracle 11gR2 by Enterprise Manager?
    I can't find any documentation to do this in 11gR2 and can't find this in EM. Is it possible by EM?
    Thanks in Advance
    Edited by: kozand on 2011-09-20 02:37

    There I can define a new "automated backup" I can't see where I can DISABLE defined "automated backup".

  • How to Disable SSLv2 in Oracle IAS 10.1.3

    How to disable SSLV2 in Oracle IAS 10.1.3.. I added below in ssl.conf file.. But it is not working...
    SSLProtocol -ALL SSLv3 TLSv1
    SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
    Thanks
    Lalitha

    How can you have WebCache if you are using 10.1.3 version?
    The cause of this problem has been identified and verified in an unpublished Bug 4761833 : "IE FAILS TO TO CONNECT TO WEBCACHE VIA SSL IF SSLV2.0 IS NOT SELECTED".
    By default Webcache sets its SSL_ENABLED parameter in webcache.xml to: SSLV3_V2H
    This supports only SSL V2.0 and SSLV3.0 and not TLSV1.0
    When IE makes a connection with: SSL V2.0, SSLV3.0, TLSV1.0 all checked, an Ethereal sniff shows:
    SSLV2 Client Hello
    SSLV3 Server Hello
    When IE makes a connection with: SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked, an Ethereal sniff shows:
    TLSV1 Client Hello
    SSLV3 Alert (Level: Fatal, Description: Unexpected Message)
    When Firefox makes a connection with SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked an Ethereal
    sniff shows:
    SSLV2 Client Hello
    SSLV3 Server Hello
    So even though SSLV2.0 is unchecked it still makes the initial Client Hello via SSLV2.0 hence why Mozilla works
    The reason why IE fails when SSLV2.0 is unchecked is because IE always uses what it considers to be the best Protocol and picks TLSV1.0, and as the default SSL_ENABLED parameter in Webcache does not support TLS V1.0, then it fails.
    Solution
    To implement the solution, execute the following steps:
    1. Edit the $ORACLE_HOME/webcache/webcache.xml
    For the SSL Listen entry e.g:
    <LISTEN IPADDR="ANY" PORT="443" SSLENABLED="SSLV3_V2H" PORTTYPE="NORM">
    Change:
    "SSLV3_V2H"
    to
    "SSL"
    2. Save the file and restart webcache, and then test you can access Webcache via SSL with SSLV2.0 unchecked
    Hope this helps
    Regards.

Maybe you are looking for