Problem of Listener question.

Hi all

I have two databases but both using a single listener, Oracle_Home is different for the two DB. I want to create a listener for each DB. So, if I want to stop the process of listening to a DB, which will not affect the other DB connection.

Here's my original first DB files.

TNSNAME.ora-

WOT_BNE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_BNE)
)
)



WOT_GS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = syd2ora2) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_GS)
)
)



WOT_GS2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = syd2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_GS2)
)
)


DW_BNE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = DW_BNE)
)
)


-listener.ora
LISTENER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
)
)

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = WOTIF_DW)
(SID_NAME = WOTIF_DW)
(ORACLE_HOME = u07/app/oracle/product/11.1.0/db_1)
)
)


SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = OFF
INBOUND_CONNECT_TIMEOUT_LISTENER = 120





-A single file here for my other db.

-tnsname.ora

WOTIF =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOTIF)
)
)

WOTIF_DW =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOTIF_DW)
)
)



There is no listener for this DB file because listener listener the first DB file entry.


-Now what I did--

I created separate listner and tnsfile for the two DB but I'm not able to start receiving separated.
I stop and start original listner but who always shows my other DB connection.
and if I want to start my new listener, then said that...

AMT-01106: listener by using the name of the LISTENER listener has already begun

-Here is my new files that I've updated...

-First listener.ora DB
LISTENER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
)
)

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = OFF
INBOUND_CONNECT_TIMEOUT_LISTENER = 120


-First DB tnsname.ora

WOT_BNE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_BNE)
)
)



WOT_GS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = syd2ora2) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_GS)
)
)



WOT_GS2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = syd2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOT_GS2)
)
)


DW_BNE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = DW_BNE)
)
)

# Added to the listener that separates WOTIF_DW and DB WOTIF.

WOTIF =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOTIF)
)
)



-The second DB listener.ora
LISTENER_DW =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
)
)

SID_LIST_LISTENER_DW =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = WOTIF_DW)
(SID_NAME = WOTIF_DW)
(ORACLE_HOME = u07/app/oracle/product/11.1.0/db_1)
)
)


SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = OFF
INBOUND_CONNECT_TIMEOUT_LISTENER = 120

-The second DB tnsname.ora

WOTIF_DW =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = bne2ora3) (PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = WOTIF_DW)
)

)



I'm on a Linux machine
and my first DB's

Connected to:
Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
With partitioning, OLAP, Data Mining and Real Application Testing options

Is the second DB

Connected to:
Oracle Database 11 g Release 11.1.0.7.0 - 64 bit Production




Please guide me where I am doing wrong.

Thank you

Published by: PK on August 10, 2011 20:01

PK says:

I want to create a listener for each DB.

Why? What problem are you trying to solve? A single listener for multiple instances of database is the norm - not the exception.

You realize that a listener of 2 will not be able to use the same port tcp as a listener of 1st? A tcp port cannot be shared as an endpoint listens. This means that your 2nd listener must use port 1522 and 1527 and not of 1521.

This also means updating all the customers there and in ensuring that their TNS connection strings connect the correct for the required database instance tcp port.

It all seems totally unnecessary and create a client-server Oracle more complex and less robust environment by introducing a second listener without obvious reason at all...

Tags: Database

Similar Questions

  • Problem with challenge Questions/Force Password reset

    Problem with challenge Questions/Force Password reset

    We have integrated the IOM - OAM 11g R2 PS1. When a new user is created through the console of the IOM and tried to login for the first time in the console of the IOM.

    -Accessible via Direct / url of the Web server on port 7777 (by OAM), framework for change of password is visible and challenging questions setting frame is not visible. In this case, I'm not able to reset the password due to errors (popup appears with "Houston-29000 unexpected exception caught:" error). Paste the contents of the log below:

    NOTE: ANY CUSTOMIZATIONS PERFORMED ON ISSUES CHALLENGE *.

    oracle.iam.ui.platform.exception.OIMRuntimeException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null

    at oracle.iam.ui.authenticated.firstlogin.model.am.FirstLoginAMImpl.changePassword(FirstLoginAMImpl.java:261)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:657)

    at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2143)

    at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3114)

    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:176)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:123)

    at oracle.iam.ui.authenticated.firstlogin.bean.FirstLoginValidatorBean.setPassword(FirstLoginValidatorBean.java:376)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:92)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)

    Any help.

    Thank you.

    I solved this problem, the problem is due to Bug ID # 17008132.

    Thank you.

  • Problem of Listener

    HI guys!

    I installed the software of database 11g on RHEL 4 host where I 9i databases to version forever.

    I did an upgrade from 9i database to version 11.2.0.3 and I try to connect using the old 9.2.0.4 listener but I hit error TNS, so I created the new listening port on the other port 1522 and also I was unable to plug in my database internally and using the name of the comic in query I get errors

    When you try internally

    SQL > conn / as sysdba
    ERROR:
    ORA-12547: TNS: lost contact

    and with the name of the comic:


    SQL > conn system@test
    Enter the password:
    ERROR:
    ORA-12537: TNS:connection closed



    First listener of 9i is:

    LSNRCTL for Linux: Version 11.2.0.3.0 - Production October 24, 2011 10:13:44

    Copyright (c) 1991, 2011, Oracle. All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER_TEST Version
    TNSLSNR for Linux: release 9.2.0.4.0 - Production
    Start date October 19, 2011 08:33:53
    Running time 5 days 1 h 39 min 50 s
    Draw level off
    Security OFF
    SNMP OFF
    Parameter Listener of the /db/oracle/9.2.0/network/admin/listener.ora file
    The listener log file /DB/Oracle/9.2.0/network/log/listener_test.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=test.somewhere.com) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=test.somewhere.com) (PORT = 8080)) (Presentation = HTTP)(Session=RAW))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 2100))(HOST=test.somewhere.com)) (Presentation = FTP)(Session=RAW))


    and second is 11g:


    TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    System settings file is /db/oracle/11.2.0/network/admin/listener.ora
    Log messages written to /db/diag/tnslsnr/test/listener_test_1/alert/log.xml
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=test.somewhere.com)))
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1522)))

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=test.somewhere.com)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER_TEST_1
    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start date October 24, 2011 10:18:04
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /db/oracle/11.2.0/network/admin/listener.ora file
    The listener log file /DB/diag/tnslsnr/test/listener_test_1/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=test.somewhere.com)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1522)))



    and here's my log of earphone 11g:


    Mon Oct 24 10:22:50 2011
    ATTENTION: Subscription for node event still pending
    October 24, 2011 10:22:50 * (CONNECT_DATA = (CID = (PROGRAM =)(HOST=test.somewhere.com) (USER = oracle)) (COMMAND = status (SERVICE = LISTENER_TEST_1))(ARGUMENTS=64) (VERSION = 186647296)) * status * 0


    also, I tried to recreate a link to the binaries with $ORACLE_HOME/bin/repeat all the


    Any advice?

    This isn't a problem of listener, you will not need earpiece to connect from the same server, check if you see errors in the log file of the alerts.

  • characterset apex listener questions

    Hello forum help,

    I have a problem with the character set when you use the earpiece of the apex and the database oracle under windows.

    My environment in the registry (HKLM/SOFTWARE/ORACLE/HOME) is NLS_LANG = GERMAN_GERMANY. WE8MSWIN1252

    My value in the database is:
    SQL > select aufgabe dhw.auftraege where auftragsnummer = 23;

    AUFGABE
    -----------------------------------------------------------------
    Turendrucker

    My desription of connector in tomcat's server.xml file is
    < connector port = "8080" protocol = "HTTP/1.1".
    connectionTimeout = "20000".
    maxHttpHeaderSize = '32767 '.
    URIEncoding = "UTF-8" / >

    Is my description of filter in the Web.XML of my apex installation (as described in another thread)
    < filter >
    Coding of characters defined < filter-name > < / filter-name >
    < class filter > filters. SetCharacterEncodingFilter < / class filter >
    < init-param >
    < param name - > encoding < / param-name >
    UTF8 < param-value > < / param-value >
    < / init-param >
    < / filter >
    < filter mapping >
    Coding of characters defined < filter-name > < / filter-name >
    < url-pattern > / * < / url-pattern >
    < / filter-mapping >

    But the result on the Web page is:
    T_rendr_cker (underscores value is initially a small square)

    How can I solve this problem?
    What character parameters will be valid to show the same data on the html page, as recorded in the database?

    Thanks for the reply!

    Concerning

    Frank

    Hi Frank,.

    you might want to ask the following question in the [url http://forums.oracle.com/forums/forum.jspa?forumID=858] Forum listener APEX.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Problem with Listen.vi Linux TCP

    I have a Linux machine that is configured with two IPS (192.168.0.X), with a physical ethernet taken.  When you run a program on it (using Listen.vi TCP) to connect ethernet to a remote computer, it works fine.  If the program is re-entrant, and I have two of the programs running simultaneously, each with unique IP address and a port number, it still works very well.  If I use the same IP address for both of them, but the unique port numbers, it still works very well.  However, if I use unique IP addresses but the same port number for each of them, I get error 60 (connection already in use).

    For example,.

    192.168.0.11:6000 and 192.168.0.12:6001--> OK

    192.168.0.11:6000 and 192.168.0.11:6001--> OK

    192.168.0.11:6000 and 192.168.0.12:6000--> error 60

    I tried the wiring to the specific IP address in the TCP Listen.vi, nothing helped.

    Any ideas on why this could be implemented?

    Thank you in advance.

    A fix for the problem, after discussing this with an engineer NOR is attached.

  • 1 problem and 1 Question

    I just got a Sansa discovered refurb 16 GB for Christmas and tried to get some movies on this thing.  Its been a real pain.  I have VOB so Any Video Converter files, I tried and it has lip sync problems.  Tried the settings from here: http://forums.sandisk.com/sansa/board/message?board.id=view&message.id=4413&jump=true#M4413

    and they did not work.  Tried the settings from here: http://forums.sandisk.com/sansa/board/message?board.id=view&thread.id=6068

    and he got the view to play videos but with the lip sync problem.  I tried to change the A / V sync basic, no luck.  video framerate to 29.97 is not an option, only 25 to 30 I think, but certainly not 29.97.

    I have not yet tried formatoz.com, but will probably tonight.  Any suggestions?  I have about 8 hrs a value of time lost so far...

    Now to the question: I have about 5 VOB files by film I would like to transfer and I was wondering whether or not point of view seamlessly pass the 1st mp4 to another.  If not, I'm pretty well, do anyone knows how to convert these 5 VOB files into a single file to be converted to mpeg-4 (mp4), or a shortcut to the 5 files just convert a mp4?

    Thanks in advance.  I usually love challenges, but it becomes a little hand.

    Well, I found a program called "Hand brake" courtesy of lifehacker.

    http://handbrake.fr/

    I think that should do it.  its supposed to be one of the best free programs out there, and you can use it instead of Any Video Converter.

    If for any reason any who does not work for me, I'll use some type of program "Carpenter" to make the case.  Check download.com and type of Carpenter.

  • Problems installing listener apex 2.0.5 in Tomcat 7.0.32

    Hi all, hope someone can help me with this problem.

    Oracle DB: 11gR 2

    Apex version: 4.2.0

    Tomcat version: 7.0.32 on linux

    I have problems to install listener apex 2.0.5 in Tomcat 7.0.32

    I followed the step by step installation instructions, I configured the Auditor in accordance with the instructions, once configured I deployed the listener in Tomcat as the manual says, a t access with the browser time (https://cyaprod03:8443 / apex) I get the following error: "this installation has not been configured yet"


    In the catalina.out file see this: DB No. found for connection: / apex /.

    SERIOUS: no pool not found for https://cyaprod03:8443 / apex /

    In this Tomcat, I installed the 1.1.4listener and access the same basis that I'll put up the 2.0.5 version and it works without any problem


    Default.Xml

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    <! DOCTYPE SYSTEM property "http://java.sun.com/dtd/properties.dtd" > ""

    Properties of <>

    < comment > saved on Tue Feb 18 14:39:24 CST 2014 < / comment >

    < key "cache.caching entry" = > false < / entry >

    < key = "cache.directory entry" > / tmp/apex/cache < / entry >

    < key = "cache.duration entry" > days < / entry >

    < key = "enter cache.expiration" > 7 < / entry >

    < key = "enter cache.maxEntries" > 500 < / entry >

    < key = "enter cache.monitorInterval" 60 > < / entry >

    < key = "cache.procedureNameList" / entry >

    < key = "cache.type entry" > lru < / entry >

    < key = "db.hostname entry" > cyaprod01 < / entry >

    < key = "db.password entry" > @05AD590B48DE4DDAA1FF3B4CE431A7DADA546740A15C9F9232090DC2C5CF28AAF5 < / entry >

    < key = "enter db.port" > 1521 < / entry >

    < key = "db.sid entry" > ORCL < / entry >

    < key "debug.debugger entry" = > false < / entry >

    < key "debug.printDebugToScreen entry" = > false < / entry >

    < key "error.keepErrorMessages entry" = > true < / entry >

    < key = "enter error.maxEntries" > 50 < / entry >

    < enter key = "jdbc. DriverType"> thin < / entry >

    < enter key = "jdbc. InactivityTimeout"1800 > < / entry >

    < enter key = "jdbc. InitialLimit' > 3 < / entry >

    < enter key = "jdbc. MaxConnectionReuseCount"> 1000 < / entry >

    < enter key = "jdbc. MaxLimit' 10 > < / entry >

    < enter key = "jdbc. MaxStatementsLimit' 10 > < / entry >

    < enter key = "jdbc. MinLimit"> 1 < / entry >

    < key = "enter jdbc.statementTimeout" > 900 < / entry >

    < key "log.logging entry" = > false < / entry >

    < key = "enter log.maxEntries" > 50 < / entry >

    < key = "misc.compress" / entry >

    < key = "misc.defaultPage entry" > apex < / entry >

    < key "security.disableDefaultExclusionList entry" = > false < / entry >

    < key = "enter security.maxEntries" > 2000 < / entry >

    < / properties >

    Saludos

    I think the listener APEX for Tomcat, at least, installation instructions are pretty poor.

    What worked for me:

    1. decide where the listener must find the configuration files:

    java-jar ords.war "c:\My STUFF\conf APEX" configdir

    This changes the web.xml file in the ords.war file to get a reference to the expected configuration directory.

    2. perform the standard installation:

    java-jar ords.war of installation

    This creates a few xml configuration files, etc. in a place where he mentions at the start of the installation - it does not change the war itself file.

    3 deploy the ords.war in webapps

    This creates the ADR structure directories above webapps, including our modified web.xml. It also creates a directory structure starting with "ADR" in the location that we have specified for the configuration directory.

    You must now copy the files in step 2 configuration in the configuration directory created by step 3 - you will spot the similarity in the directory structures and Appendix A of the installation guide explains what that is the structure and the files do.

    You should now be able to connect to APEX, the location of the "ADR" on Tomcat.

    Good luck!

  • Listener QUESTION

    LSNRCTL > STATUS - EXIT

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.3.22) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Service "ORCL" has 1 instance (s).

    Instance "ORCL", status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    ..................

    Thank you

    Radha Krishna.

    Hello

    control you the locations of files to search for the file init.ora from the C:\app\rgajula\admin\orcl\pfile location and update the lactions in the file \databse\spfileorcl.ora and startup of the database... the problem is solved...

    Thank you

    Radha Krishna.

  • Listener Question 11G

    Hello
    I have a question about the oracle listeners in a gird infrastructure.

    All headphones belongs to the SCAN and DB home network?
    Or the listener of classical oracle in a grid environment database belong to the installation of the database. $ORACLE_HOME

    Thank you * T

    Hello

    the listener ANALYSIS belongs to GI home. No other option, also the default listener must be run from GI House (otherwise you will have trouble connecting with ASM).

    It is advisable to stay with these listeners and record all the databases/services with them. It is (should be?) without having to create additional listeners.
    If you need more listener, it is advisable to create also in GI. Then advised is to stay with IG.

    But so much for best practices... I saw Oracle user create additional listeners in the houses of the DB, and this will definitely work and isn't possible. However not best practice ;)

    Sebastian

  • Problem with the question of the rejection more control of reception

    Hi friends,

    IM using oracle 11i. Ive set the Action on the control of reception = Reject in Delivery Options so that the extra amount can be received. Ive created a new purchase order (PO) with quantity 20 and received against this IN. 21 quantity. Tolerance is set to 0. It shows just a warning, which is normal for Action = warning. He needs to stop with an error like im extra reception at amount of in. where can you check this problem?

    pls help me.

    Thank you
    LISAN

    Hi Matt,
    We don't think you have any question of configuration option to receive PO... However, we doubt the Po that you created... Could you please confirm what is the * "action message under more tolerance of the newly created PO shippment reception *, I think in your case, it was * 'Warning' instead of"Reject"* as your option to receive PO..."

    Please test the whole senario with a new PO... Please follow below step...

    (* 1)--> Options configuration--> configured on the control of reception reception... Established tolerance: 0%, Action: reject... *.

    (* 2) create a standard IN.--> click shippments (this will open Shippments form) + button +--> click controls receiving + (this will open Receiving Controls form) +--> check the value default slot on tolerance reception block... If you see Action like: warning, then change to "reject"... Save & approve the PO... *

    (* 3) will receive the newly created in the form of expected receipt PO--> revenue--> query--> receipt lines pass... Instead of 20-21 set as amount, try to save... It will reject the reception with appropriate... error message *... Hope this will help...

    Please test and confirm...

    Kind regards
    S.P DASH

    Published by: spdash12 on November 9, 2009 15:38

  • Business cards printing Avery: «the WANDERING MARGIN PROBLEM-upper margin question»

    Does anyone have an idea if HP has an idea on how to charge someone to solve this problem of card perforated business stock do not print correctly?  This problem is now all over the internet.

    I intend to consumerist on-site validation in the hope that they would return to the problem.

    And look at all the other posts for business card printing problems that I looked into this forum and no there are no solutions.  And no huge thick shouldn't matter since everyone here has probably seen a HP catch upwards of more than 3 or more sheets of paper and print on the top, okay...

    I suffer from this PROBLEM of MARGIN WANDERING too.  I have

    have the printer of HP all-in-one Officejet Pro L7680, Windows XP, Office 2007, Microsoft Publisher, model Avery 8873.  I did everything correctly.  Always my business cards print perfectly on regular paper and they print directly from the upper part on the expensive card stock.  It's very frustrating.

    I tried the ideas here.  I tried thick paper, map of Photo greeting, best quality and normal quality.  I tried holding my finger on the map slightly as it feeds in.  I tried folding the sides of the card upward slightly.  I get a print one out of every five success.  I'm so freakin disappointed I could scream.  I've been laid off and I put in network and interviews to attend to and I need my business cards!

    Avery people are useless.  They wanted me to call Microsoft!  I kept saying 'Meg' alignment was very good for ordinary and incorrect paper with a stock of cards Avery.  I asked her if she knew thick HP for card stock printer settings.  She told me to call Microsoft.  I wonder if she was in fact an automaton that accepts no responsibility.

    I thought I bought the best brand printer.  I tried the Brother brand.  They are really lousy.  I really expect HP to be better.

    In the end, I got a few cards that are acceptable.  But I've lost 80%!  If you compare them they are not all aligned the same.  With capacities of shit like that I could just my printer scrap and the contract of employment at Office Depot.  Who needs this aggravation?

    Joe

  • Problem while listening to Radio FM

    Hello

    I can't listen to the radio while I work with it, but when I turn it on "stand by mode" begin to hear. I already read the settings and I can't change it.

    The radio worked well, I Don t know what is happening.

    Thanks for the help!

    Have you enabled 'ok google' of any screen?

    Goto: Settings > accounts > Google > Search > voice > 'ok google' detection.

    If the settings is active, try to disable the feature and see if that helps.

  • Start / Paging file / TEMP / Drive problem fusion (listen to me)

    Hi everyone, expensive computer scholars.
    I am once again an urgent need of your help and knowledge.
    Get straight to the point, I have a newly purchased Lenovo with Windows 7 x 64 on this computer. I bought it in China.
    When I bought it, I noticed that he had four drives of 250 GB of space for each, so I decided to merge them using one of these programs, I think it was the partition Wizard.

    I merged the so: C and D in C and E and F in D
    Now he was never the same, as if one could say that the Fire Nation attacked.
    Sometimes, I would get a blue start-up screen, even if it does not disappear with a reboot. I can't update Windows, which is more annoying, but could be due to the fact that the computer has a Windows English with a Chinese BIOS on this matter, I do not know (I digress from the topic here, but BTW if this is also something, I can't update my BIOS, even from lenovo page)
    But it's the biggest problem I have this message that occur whenever I have start and open my session.

    "Windows will create a temporary swap file on your computer because of a problem that occurred with your paging file configuration when you started your computer. File size of total paging for all disk drives may be a little larger than the size you specified.

    I know it's a pretty classic, or classic problem, but I've never seen such results. And I went through a few forums, without answers. As a result, I can't install anything, really, I have an antivirus at the moment and that makes me nervous. Also, I can't create a hotspot for daughter mah, so, you know, it's basically *.
    Oh dear users, please help! I would be happy to send you a form you need and follow all your instructions to the letter.

    Thanks for reading and good luck. On the contrary, this computer is very important to me, I need to work, and now that I bought it, I'm broke.
    In any case, thanks for reading and thanks for the responses.

    Hello

    We are here to help.

    It seems that your virtual memory settings are lower than usual. Virtual memory is a combination of RAM and disk space that is used during the process execution. To change the virtual memory settings, please follow the steps below:

    1. Log in as administrator
    2. Open virtual memory settings by clicking the Start button
    3. Click on Control Panel
    4. Click on system and Maintenance
    5. Click system of
    6. Click on Properties
    7. Click Advanced system settings
    8. Click the Advanced tab
    9. Under performance, click settings
    10. Click the Advanced tab
    11. In accordance with article virtual memory , click the change button
    12. Uncheck the automatically manages the size of pagefile for all drives checkbox.
    13. And then, click System managed size if you want that your system will be one that will put the necessary memory.
    14. Otherwise, you can put on your own by choosing Customize size and enter the initial size and maximum size.
    15. Click OK

    Let us know how it goes.

  • Problem of Listener after changing the host name &amp; ip address of a node

    Environment - Oracle 11g R2 is installed in the OEL 5 (node Oracle VirtualBox). Voluntarily, I changed the IP address and the host name of the node for use as a node pending. What are the changes that are needed to make in listener.ora and tnsnames.ora file?

    Thanks in advance.

    Kind regards
    Sandy

    Published by: 918868 on October 26, 2012 20:21

    issue following commands OS below

    lsnrctl stop
    CD /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/
    MV listener.ora listener.ora.sav
    lsnrctl start
    lsnrctl status
    # now wait 65 seconds before continuing as below
    lsnrctl service

    COPY orders & results from above, then PASTE it back here

  • APEX install on Oracle DB 10.2.0.4.0 - APEX listener Question

    Hello. What version of Java is required to install the APEX listener?

    We currently have:

    version Java '1.4.2 '.
    Java (TM) 2 Runtime Environment, Standard Edition (version 1.4.2)
    Classic VM (build 1.4.2 J2RE 1.4.2 IBM AIX build ca142ifx-20050119 SR1 + 80507 + 81622 (JIT enabled: jitc))

    Hello

    You must be at least JDK 1.6.0_20. For more details, take a look at the Installation and development available in the downloaded package or [url http://download.oracle.com/otn/java/appexpress/1.1/docs/AELIG/E21058_01.pdf] here Guide.

    -Udo

Maybe you are looking for

  • How fast your imac boots?

    Hi guys! Just interested in how fast your iMac boots (as the minutes and seconds) until your first open application is fully sensitive? I end 2013 iMac 21.5 "2.7 GHz intel core i5, 8 GB of RAM, running El Capitan and it feels long enough. Also after

  • Apple cannot replace the housing/casing of my iPhone?

    I have a 6 s iPhone, and have a mobile phone plan that allows me to level to halfway through my 24-month plan, also for a long time my camera has extremely minimal Exteriors/Interiors damage. And currently I have scratches and bumps on the housing/ca

  • Windows 7 recovery partition and Hp

    Hello! I have a Hp pavilion dv7 with a recovery partition. IM currently on family vista premium, but if I buy windows 7, the installation will remove the vista recovery partition? If so, what can I do to keep it? (And if I buy 7, it is possible to de

  • How to group JDev extension for distribution

    HelloI created an extension of JDeveloper on 11 GR 1 material. The extension will give an option under 'Run' in the popup menu jdeveloper. I am able to run the JDeveloper extension, by using the 'Run the Extension' option. Now, in order to distribute

  • Mgr on windows

    HelloMust configure oracle tp sql server database replication with goldengate, we did the side source, target side it is a windows machine with sql server database, can you suggest what method is recommended to create a process mgr,.If the installati