Max value return value despite where clause is not not really looking for the reason

Hello

Using oracle 11.2.0.3

Select 'A '.

of the double

where 1 = 2

No returns no row, as expected

Select max ('A')

of the double

where 1 = 2 - that is to say isn't true

Returns the line with null

Why is this?

Thank you

Hello

user5716448 wrote:

Hello

Thanks for the reply.

I guess that's rule ageneral wait even if no line because of the place where the condition.

where 1 = 2 - that is to say isn't true

Thank you

Yes, if there are no rows in the table, or no line meets the conditions in the WHERE clause, it would be logical that the query return lines exactly 0, but it is also logical that the query returns exactly 1 row.  People who have designed SQL apperantly thought return 1 row was most helpful.

If you want the query to return 0 rows when there is no data, you can GROUP BY a constant.  For example:

SELECT MAX (hiredate) AS last_hitedate

FROM scott.emp

WHERE deptno = & deptno_wanted

GROUP 0

;

If there are any rows that meet the condition in the WHERE clause, then the query will produce 1 row, but if no rows meet this condition, then the query will return 0 rows.

Personally, I'm happy that they designed this way SQL.  I find it rather convenient that the aggregates without GROUP BY clause will return 1 row.  I do things like

SELECT COUNT (*)

FROM table_x;

often, when I want to know if a table has been filled or not.  Seeing a 0 for the output is much clearer that does not get any results.

Tags: Database

Similar Questions

  • Where Firefox does not user name for the mail from Verizon?

    I use Verizon email with Firefox. The user ID
    for verizon email is email address. However,.
    If you type in something other than error
    the correct user in the box, the computer ID
    dutifully she remembers as well as good
    one! Where Firefox saves these nicks
    for Verizon Mail so that I can kill incorrect
    ones?

    Almost. You need to highlite the problem entry
    then hold DOWN the SHIFT key, and then
    Press delete. I found this answer which
    work by searching the Web led me
    Return to this site. The original question posted
    has been a little words than mine.

    Thank you
    SgrB2

  • entry not long enough for the date format value

    Hi all
    my table PF having IN_DATE is number format we save date number format as 20120101 (Jan 01, 2012)
    and IN_DATE can have 0 (zeros) also.

    When running under query, I get error "not long enough for the format of the value entry date.
    Please, help me to sort it, why this error is coming?

    Thanks in advance
    SELECT * FROM pf WHERE 
    TO_DATE(IN_DATE,'YYYYMMDD') > TRUNC(SYSDATE)-100
    and IN_DATE  != 0;
    Published by: user10736825 on May 20, 2013 15:30

    Hello

    When you store date information in a column NUMBER (or string), you just ask in trouble. The best way to avoid this problem is to use a DATE for date information column.

    The next best thing is to avoid the conversion of the NUMBER into a DATE. DATEs (such as returned by SYSDATE) still can b converted without risking a mistake, so instead of

    user10736825 wrote:

    SELECT * FROM pf WHERE
    TO_DATE(IN_DATE,'YYYYMMDD') > TRUNC(SYSDATE)-100
    and IN_DATE  != 0;
    

    use:

    SELECT  *
    FROM      pf
    WHERE      in_date  > TO_NUMBER ( TO_CHAR ( TRUNC (SYSDATE) - 100
                                         , 'YYYYMMDD'
                               )
                        )
    ;
    
  • SQL error: ORA-01840: value not long enough for the format of the date of entry

    It is a delete SQL in a driver of demand, which gives no error, but does remove all the lines either. I have converted the removal 'from' to ' Select * ' and may see the following error:

    Select * FROM PS_GPDE_DV_TRIG40 WHERE EXISTS (SELECT FROM 'X'
    PS_GPDE_DV_ELIG_MO ELG WHERE ELG. EMPLID = PS_GPDE_DV_TRIG40. EMPLID AND
    ELG. EMPL_RCD = PS_GPDE_DV_TRIG40. EMPL_RCD AND TO_DATE (TO_CHAR (ELG. PRD_END_DT
    "YYYY"). TO_CHAR (ELG. PRD_END_DT, "MM"). '01', "YYYY-MM-DD") =.
    PS_GPDE_DV_TRIG40. GPDE_DV_EVT_EFFDT AND ELG. CAL_RUN_ID = "CAL_0812")
    Error report:
    SQL error: ORA-01840: value not long enough for the format of the date of entry


    The interesting thing is that if I attach a condition of emplid, then the SQL above does not give an error and return lines:

    Select * FROM PS_GPDE_DV_TRIG40 WHERE EXISTS (SELECT FROM 'X'
    PS_GPDE_DV_ELIG_MO ELG WHERE ELG. EMPLID = PS_GPDE_DV_TRIG40. EMPLID AND
    ELG. EMPL_RCD = PS_GPDE_DV_TRIG40. EMPL_RCD AND TO_DATE (TO_CHAR (ELG. PRD_END_DT
    "YYYY"). TO_CHAR (ELG. PRD_END_DT, "MM"). '01', "YYYY-MM-DD") =.
    PS_GPDE_DV_TRIG40. GPDE_DV_EVT_EFFDT AND ELG. CAL_RUN_ID = "FM_CG_0812")
    and emplid = "1234"

    now, if the number of lines is identified (by giving more number of emplids), it begins to give the error when the number of rows returned is greater than about 30. It is completely independent of what employee is used, so there is no question of data dependence.

    Function optimizer cost is off and a subquery nest is off on the init.ora file

    subquery UNNEST= false

    optimizercost_based_transformation = off


    I don't know if it has something to do with this problem.

    Explanations would be welcome!

    Thank you
    Vikas

    I think it is question of data combined with a not very sensible date format mask (it could fail when the null data, because of your concatenation with '01' and work when not null data).
    Have you tried with a simple TRUNC?

    Your code:

    ...TO_DATE(TO_CHAR(ELG.PRD_END_DT, 'YYYY') || TO_CHAR(ELG.PRD_END_DT , 'MM') || '01' , 'YYYY-MM-DD') =PS_GPDE_DV_TRIG40.GPDE_DV_EVT_EFFDT...
    

    After change:

    ...TRUNC(ELG.PRD_END_DT , 'MM') =PS_GPDE_DV_TRIG40.GPDE_DV_EVT_EFFDT...
    

    Nicolas.

  • Where can I find detailed, systematic support for the advanced Thunderbird related topics?

    In moving from XP to Windows 7, I opted for Thunderbird as a mail client in order to circumvent hyper intrusive Windows Live Mail to Microsoft (I used Outlook Express for years).

    I have a very complicated E-mail structure, and it took me weeks (seriously) to learn how to reproduce it in TBird. Now, I try to customize TBird more, but none of the TBird articles/forum Q & A / searches on Google to ask my questions.

    There is no support direct tech TBird, and I'm almost ready to leave for good. However - a last effort: where can I find detailed, systematic support for the advanced Thunderbird related topics?

    Thank you.

    https://www.flossmanuals.NET/Thunderbird/

  • Please help I'm looking for the dowload 10.10 update my dads computer and I can not find it! Does anyone know where could it have?

    Please help I'm looking for the dowload 10.10 update my dads computer and I can not find it! Does anyone know where could it have?

    10.10 is no longer available unless you had previously downloaded. In this case, it would be in the purchase of the Mac App Store section. Its not available for direct plus download.

    You can directly update 10.11 El Capitan.

  • where can I get windows 7 drivers for the printer, TallyGenicom T9312 Laser stepped

    where can I get windows 7 drivers for the printer, TallyGenicom T9312 Laser stepped

    http://www.tally.com/service/default.aspx?ID=6397

    service and support page, you can send the manufacturer here on your drivers,

    I searched through the site, but is not a list, it is possible that XP is as high as it goes for compatibility.

  • I'm looking for the option "Color fades" in the module slide show so I can fade between slides. Does anyone know where it is? Is the colour 'fades' referred to this paragraph:

    I'm looking for the option "Color fades" in the module slide show so I can fade between slides. Does anyone know where it is? Is the colour 'fades' referred to this paragraph:










    Fades chained Sets the time (in seconds) of the transition fade between slides.

    • To create a transition fade to a solid color between the slides, select the color option fades and then click the color box and choose a color from the pop-up window.

    See the page:

    https://helpx.Adobe.com/Lightroom/help/playing-exporting-slide-shows.html#set_slide_and_tr ansition_duration

    Thank you!

    The color fades color you're looking for is last in Lightroom 4.  It was abolished in LR 5 and beyond.  Adobe needs to update their help page to delete this paragraph.

    LR4 tutorial includes a color option in the playback area:

    LR5 tutorial does not work:

  • I have a Windows Server 2008 R2 system. I use Adobe Acrobat Pro XI. I'm looking for the place where I can change the default font of Calibri Minion Pro? Tools, content editing, formatting

    I have a Windows Server 2008 R2 system. I use Adobe Acrobat Pro XI. I'm looking for the place where I can change the default Miinion Pro to Calibri font?

    Tools, content editing, formatting

    You can't change it.

    Tuesday, January 13, 2015 11:22, tonywaidmann [email protected]>

  • Logical OR (where clause) is not capable of change.

    select * from V$version;
    
    BANNER
    -------------------------------------------------------
    Oracle Database 11g Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    
    

    ALTER SESSION SET NLS_DATE_FORMAT = 'yyyy-mm-dd hh24:mi:ss';
    
    

    create table TestTable(ID,DateCol) as
    select 1,date '2011-11-11' from dual union all
    select 2,date '2012-07-13' from dual union all
    select 3,date '2030-12-31' from dual;
    
    

    -- FirstSQL
    SELECT *
      FROM TestTable
     WHERE sysdate <= DateCol
        OR DateCol = date '2011-11-11';
    
    ID  DateCol
    --  -------------------
     3  2030-12-31 00:00:00
    
    

    -- SecondSQL
    SELECT *
      FROM TestTable
     WHERE DateCol = date '2011-11-11'
        OR sysdate <= DateCol;
    
    ID  DateCol
    --  -------------------
     1  2011-11-11 00:00:00
     3  2030-12-31 00:00:00
    
    

    Why return record figures are diff

    Logical OR (where clause) must be able to change.

    (Ex "Where A or B", "where B or" can change)

    I found the logical predicate have diff.

    set autot trace
    

    -- FirstSQL
    SELECT *
      FROM TestTable
     WHERE sysdate <= DateCol
        OR DateCol = date '2011-11-11';
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
       1 - filter("DATECOL">=SYSDATE@!)
    
    

    -- SecondSQL
    SELECT *
      FROM TestTable
     WHERE DateCol = date '2011-11-11'
        OR sysdate <= DateCol;
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
       1 - filter("DATECOL"=TO_DATE(' 2011-11-11 00:00:00', 'syyyy-mm-dd
                  hh24:mi:ss') OR "DATECOL">=SYSDATE@!)
    
    

    And for 11.2.0.3 as well:

    BANNER
    -----------------------------------------------------------------------------
    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE Production 11.2.0.3.0
    AMT for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production

    5 selected lines.

    SQL > drop table testtable is serving;

    Deleted table.

    SQL > create table TestTable (ID, DateCol) as
    2 Select 1, date '' 2011-11-11 of all the double union
    3 select 2, '' 2012-07-13 of all the double union
    4 Select 3, date ' 2030-12-31' double.

    Table created.

    SQL >-FirstSQL
    SQL > SELECT *.
    2 from TestTable
    3. WHERE sysdate<=>
    4 GOLD DateCol = date '' 2011-11-11;

    ID DATECOL
    ---------- -------------------
    1 11/11/2011 00:00:00
    3 31/12/2030 00:00:00

    2 selected lines.

    SQL >-SecondSQL
    SQL > SELECT *.
    2 from TestTable
    3 WHERE DateCol = date ' 2011-11-11.
    4 GOLD sysdate<=>

    ID DATECOL
    ---------- -------------------
    1 11/11/2011 00:00:00
    3 31/12/2030 00:00:00

    2 selected lines.

    I believe that I've read about this on Metalink somewhere, have yet to find the document, but I'm sure this is a known bug...

  • Programmatic setting of the place where clause does not.

    Hello

    I use Jdeveloper 11.1.2.2.

    I'm trying to interview some lines of the VO by placing the VO in the programmatic way as it appears in this documentation: http://docs.oracle.com/cd/E15523_01/web.1111/b31974/bcquerying.htm#CHDEBEAF

    But it returns no rows. While I was trying to interview through the SQL command line he questions the lines.

    Are there conditions that only bind the variables declared in the VO can be queried in the programmatic way? I tried also. It is not always all the lines.

    Thank you

    Nigel.

    I meant turn on diagnostics.

    http://jdeveloperfaq.blogspot.com/2009/12/FAQ-6-How-to-fine-tune-ADF-Diagnostics.html

    Published by: in the line of fire on July 25, 2012 11:54

  • where to start to look for the error?

    Hello
    When I try to run my application, I had several errors when I try to start my server weblogig.
    What is a good strategy for the solution?

    Best regards Erik
    Messages:
    from weblogic with the Java version:
    Java version "1.6.0_14".
    Java (TM) SE Runtime Environment (build 1.6.0_14 - b08)
    Java Client VM (build 14, 0 - b16, mixed mode)
    WLS starting with line:
    C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin\java-client-Xms256m-Xmx512m - XX : CompileThreshold = 8000 - XX : PermSize = 128m - XX : MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : aucun-da-Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3-Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Ddomain.home=C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\ SYSTÈME de ~ 1.36\DEFAUL ~ 1-Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1- Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.domain.config.dir=C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1-Doracle.server.config.dir=C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.security.jps.config=C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\fmwconfig\jps-config.xml-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Digf.arisidbeans.carmlloc= C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home= C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\arisidprovider-Dweblogic.alternateTypesDirectory=\modules\oracle.ossoiap_11.1.1,\modules\oracle.oamprovider_11.1.1-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=C:\DOCUME~1\windows\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath ; C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server
    < mrt-22-2010 13:53:17 uur THIS > < Info > < WebLogicServer > < BEA-000377 > < start WebLogic Server with the Version of machine virtual Java hotspot Client 14, 0 - b16 Sun Microsystems Inc. >
    < mrt-22-2010 13:53:18 uur THIS > < Info > < management > < BEA-141107 > < Version: WebLogic Server 10.3.2.0 kill 20 Oct 12:16:15 PDT 2009 1267925 >
    < mrt-22-2010 13:53:19 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >
    < mrt-22-2010 13:53:19 uur THIS > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >
    < mrt-22-2010 13:53:19 uur THIS > < opinion > < LoggingService > < BEA-320400 > < C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >
    < mrt-22-2010 13:53:19 uur THIS > < opinion > < LoggingService > < BEA-320401 > < log file has been rotated in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00019. Log messages will continue to be connected in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log. >
    < mrt-22-2010 13:53:19 uur THIS > < opinion > < Log Management > < BEA-170019 > < C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >
    < mrt-22-2010 13:53:25 uur THIS > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >
    < mrt-22-2010 13:53:30 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >
    < mrt-22-2010 13:53:30 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >
    < mrt-22-2010 13:53:35 uur THIS > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored, because the application BrowseEditApp is not versioned. >
    "< mrt-22-2010 13:53:43 uur THIS > < error > < hats > < BEA-149205 > < could not initialize the application ' StoreFrontModule [Version = V2.0]" due to the error weblogic.application.ModuleException:.
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.resourcepool.ResourceSystemException:
    Could not connect to "oracle.jdbc.OracleDriver".

    The message returned is: ORA-01017: name of user and password invalid. connection refused

    It is likely that the login or password is not valid.
    It is also possible that something is not valid in
    the configuration, or that the database is not available.
    at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:300)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:344)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:220)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1104)
    Truncated. check the log file full stacktrace
    >
    < mrt-22-2010 13:53:53 uur THIS > < opinion > < LoggingService > < BEA-320400 > < C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >
    < mrt-22-2010 13:53:53 uur THIS > < opinion > < LoggingService > < BEA-320401 > < log file has been rotated in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00018. Log messages will continue to be connected in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log. >
    < mrt-22-2010 13:53:53 uur THIS > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >
    < mrt-22-2010 13:53:54 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >
    < mrt-22-2010 13:53:54 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >
    < mrt-22-2010 13:53:54 uur THIS > < opinion > < Server > < BEA-002613 > < Channel "[1] by default ' is now listening on 127.0.0.1:7101 for iiop, t3, ldap, snmp, http protocols. >
    < mrt-22-2010 13:53:54 uur THIS > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 192.168.30.51:7101 for iiop, t3, ldap, snmp, http protocols. >
    < mrt-22-2010 13:53:54 uur THIS > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "DefaultServer" domain "DefaultDomain" running in development Mode >
    < mrt-22-2010 13:53:55 uur THIS > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >
    < mrt-22-2010 13:53:55 uur THIS > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >
    [Running the application on Server Instance IntegratedWebLogicServer DarwinSecurApplication...]
    IntegratedWebLogicServer start time: ms 45281.
    IntegratedWebLogicServer has begun.
    [13:54] - deployment began. ----
    [13:54] the target platform's (Weblogic 10.3).
    [13: 54:03] recovery of the existing application information
    [13: 54:04] analysis of the dependence running...
    [13: 54:04] deployment 2 profiles...
    [13: 54:05] wrote the Web application Module in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\DarwinSecurApplication\ViewControllerWebApp.war
    [13: 54:05] wrote the Module Enterprise Application in C:\Documents and Settings\windows\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\DarwinSecurApplication
    [13: 54:05] Application deployment...
    < mrt-22-2010 13:54:06 uur THIS > < WARNING > < hats > < BEA-149124 > < failures have been detected all introducing deploy the task of application "DarwinSecurApplication". Error is: "[Deployer: 149164] modification of domain lock belongs to another session in exclusive mode - where the deployment operation cannot continue." >
    # Cannot run application DarwinSecurApplication due to the deployment on IntegratedWebLogicServer error.
    [13: 54:06] # incomplete deployment. ####
    [13: 54:06] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    [DarwinSecurApplication application stopped and cancelled Server Instance IntegratedWebLogicServer]
    Manager of the < logger > < error > ServletContainerAdapter not initialized successfully.

    Hi, I have somethig with the error code

    #############################################
    Error is: "[Deployer: 149164] modification of domain lock belongs to another session in exclusive mode - where the deployment operation cannot continue." >
    #############################################

    try to only start your application and they will not work because the sesion allows you to deploy are locked then press the console configuration (usually to the left and the top of this page)
    your weblogic embarked on jdev have a (limited) all just put the URL on the Explorer with the correct port and type http:// (IP): (PORT) / console

    Kind regards.

  • Would like to know where I could buy packs of cards for the PC for the game Call of Duty.

    Hi all

    I would like to know where I could buy packs of cards for PC. It would be for Call of Duty: World at war, Black Ops, Black Ops II, war in advance and maybe even Black Ops III. Please leave a few links below if you have an answer. I thank very you much for your time.

    Hi Alex,

    You may need to use your favorite search engine to know the best site to buy packs of cards for the mentioned games.

    Kind regards

  • I have Windows XP and I tried to play a dvd using it and it says I need a compatible dvd decoder installed. Where can I find a compatible decoder for the dvd for windows player?

    When I try to open and play a dvd using WMplayer I get a message that I must have a compatible dvd decoder to read the dvd that I want to watch.   Can you tell me where I can get it.  I only want to look not to burn.

    Hello

    Welcome to Microsoft Windows 7 answers Forum!

    Now, you must follow the link provided below and check if the problem is resolved by purchasing a DVD Decoder Pack add-on.

    http://www.Microsoft.com/windowsxp/using/Setup/expert/bridgman02april15.mspx

    There are now available at the following link DVD decoders:

    Info about DVD decoders:

    Plug-ins for Windows Media Player
    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    Note: Note before you perform the steps above, you must create a restore point on your computer and check for the problem that you encounter on your computer to do that you must follow the steps below.

    1. open the control panel (all items view).

    (A) click on the system icon.

    (B) proceed to step 3.

    or

    2. open the Start Menu.

    (A) right click on the computer button and click Properties.

    3. click on the System Protection link.

    4. close the system window.

    5. check to make sure you have System Protection turned on for the list available on the disc, that you want to create a restore point, to include in the restore point.

    6. click the Create button

    7. enter a description to point restoration in order to recognize it when you do a system restore and click on the button create.

    8. you will now see this as the restore point is being created.

    9. when the restore point is finished being created, click on the close button.

    10. click on OK.

    If you still experience the problem, you must contact the support Windows XP Forum for this you must follow the link below.

    http://answers.Microsoft.com/en-us/Windows/ee514983.aspx

    Thank you, and in what concerns:

    Aito - Microsoft technical support.

    Visit our http://social.answers.microsoft.com/Forums/en-US/answersfeedback/threads/ Microsoft answers feedback Forum and let us know what you think.

  • Where can I get more old firmware for the ea8500?

    I can't wait you can download older firmware from the support page for the router. The only firmware that there are listed is the last but my router works like * beep * with her there.

    I had to restore to the previous firmware, but I would also like the flash of the other partition.

    I don't want this new firmware on my router.

    Is there at - it an older firmware repo secret or someone can give me it?

    This is where it should be on the site Web of Linksys. Just replace the version in the last name of file with the version you're looking for.

    http://cache-www.Belkin.com/support/DL/FW_EA8500_1.1.4.168206_prod.img

Maybe you are looking for