DataSource not found in Oracle AS 10gR3

Hi,
I deployed my J2EE app in Oracle AS 10gR3, I created datasource jdbc/xxxCoreDS (native DS) thro' console and manually overwritten the file data-sources.xml in /ora/OracleAS_SOASUITE/j2ee/home/config.
When I type the url of my app, its supposed to connect to the DB using the datasource, while getting the DB connection I am getting the following exception
Error : javax.naming.NameNotFoundException: jdbc/xxxCoreDS not found.
Any help would be appreciable.

When that happen (you manualy modify the file) you have to restart the EM console and clear the cache of your browser cause it keeps the last configuration that it work with, as you modify the file manually it wont get the last configuration. I dont recomend to modify this files manually cause they could cause a lot of problems of de-sync. As well you have to restart the home OC4J to get this changes.
Hope this helps.
Greetings.

Similar Messages

  • Custom Defined Applications are not found in Oracle Diagnostics Tool

    Custom Defined Applications are not found in Oracle Diagnostic Tools in Oracle Apps 11i (11.5.10.2 )
    Navigate to ‘Oracle Diagnostics Tool’ responsibility  go to ‘Advanced’ tab, and click on the Application LOV. The LOV does not have the custom defined applications such as ‘Custom Oracle Receivables’ and ‘Custom Oracle Payables’.
    Already applied Patch 7642559. We are in 11i.AD.I.6
    Can somebody guide me what need to be done here.
    Thank You,
    Kumar.

    991414 wrote:
    Custom Defined Applications are not found in Oracle Diagnostic Tools in Oracle Apps 11i (11.5.10.2 )
    Navigate to ‘Oracle Diagnostics Tool’ responsibility  go to ‘Advanced’ tab, and click on the Application LOV. The LOV does not have the custom defined applications such as ‘Custom Oracle Receivables’ and ‘Custom Oracle Payables’.
    Already applied Patch 7642559. We are in 11i.AD.I.6
    Can somebody guide me what need to be done here.
    Thank You,
    Kumar.Did you follow all the steps under "How do I use my custom application/responsibility?" section in (E-Business Suite Diagnostic Tools FAQ and Troubleshooting Guide for Release 11i and R12 [ID 235307.1])?
    Have you tried to bounce Apache and see if this helps?
    Thanks,
    Hussein

  • Dump : Table not found in oracle database

    Hi,
    I am doing a program regarding analysis of tables belonging to archiving objects.In my program i am calling a RFC function module . 'DB02_ORA_TABLE_INDEX_ANALYSIS . But it is giving the dump for native sql statement .
    --- Oracle block size ----------------------------------------------
      exec sql.
        select value from v$parameter where name like 'db_block_size%'
               into :block_size
      endexec.
    Dump is table not found in database.
    Could please let me know what setting i am missing...
    Thanks in advance.....
    Sudhakar

    Hi,
    the view V$PARAMETER must be accessed through  SAP/Oracle Database Monitor lets you view the active Oracle database parameters and the contents of the init.ora file.
    Alternatively, you can use transaction st04.  You need to apply SAP Note 706927 before using the database monitor.
    Hope this information is help to you.
    Regards,
    José

  • Trapping "Page Not Found" in Oracle 10g

    I am using PL/SQL to update tables. I have to grant EXECUTE on these packageas to PUBLIC since they are being called by an HTML form:
    <form action="/pls/portal/procname?PARM1=x&PARM2=x">
    However, if the type of the parameters passed is wrong (such as an invalid date or number), the ORACLE error results in a PAGE NOT FOUND from the server.
    How can I trap these errors from the PL/SQL Cartridge?
    Kelly McMillin

    Issue resolved; thanks.
    Cheers, OTN

  • DataSource not found

    Hi,
    I have not found any datasource for Infocube 0SR_FIC01.
    I have checked in BI content and sap.help.com.
    There I found like there is one InfoSource (0SR_FI_SL_GLS), DSO (0SR_FIDS1) and InfoCube (0SR_FIC01).
    But I did not find any DataSource, Transfer Rules and Update Rules.
    where can I find those?
    Can anybody help me.
    Thanks,
    Venkat

    No DataSources are delivered with Global Spend Analysis based on data from Financial Accounting. The DataSources are generated after the special ledger is created in SAP Financial Accounting (SAP FI). In the standard, however, you can use the following extract structure.
    Source :
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/0b057fdc42ff4c9a38d07955d04d67/content.htm
    Hope this helps.

  • One specific receipt is not found in oracle receivables 11i

    Hi All,
    i have booked a receipt then after some time when i try to open, i suddenly note that it is not found in AR_CASH_RECEIPTS_ALL and relevant tables...
    one interesting thing is that i have only document_sequence_value right now and when i query AR_DOC_SEQUENCE_AUDIT then it shows line....
    regards
    Asad

    Can you post more detailed log please.
    Also check if for that particular master's detail row all the required fields or fields on which the View Link is based are populated properly.

  • Verifying DSN reports Datasource not found?

    Hello, thanks for looking..
    I have two datasources configured on a production web server (Win IIS, CF8), one that connects to a remote database and the other connects to a local database. A web application I was in the process of migrating to a new server used the datasource that connected to the remote database as I was taking one step at a time. Yesterday became the day to make the final jump and to migrate the database, so after comparing the two databases (SQL Delta is a beautiful tool), I proceded to swap the datasources by renaming them in the ColdFusion Administrator. I renamed the datasource to the remote database to some arbitrary backup name, then renamed the datasource to the local database to the original name of the the datasource to the remote database.
    JDBC, ODBC, whatever, I have probably performed these same steps hundreds of times without an issue. Yesterday, after renaming the datasource, verifying it, confirming it was working by browsing the application and seeing the noticable performance increase from accessing a local database, I was content to call to process complete.
    At 3am server time however, the application began throwing errors, saying the datasource could not be found. I jumped into CF Admin to check everything out and found things just as I left them, two datasources, one named as a backup and the other the original name to the local database. When I clicked verify all however, the datasource to the local database failed, saying "Datasource could not be found".
    I am curious as to what may have happened here. I don't see any cause for alarm with regards to technique as I have been using it for so long. ColdFusion server.log shows no sign of a restart. Does anyone have any clue what could have happened here? How could a datasource appear in CF Admin, yet verifying it says it doesn't exist? I resolved the problem by renaming it to something else, then renaming it back but I plan on deleting and recreating it completely this evening when traffic is lower. My only guess here is that ColdFusion updated active memory but failed when updating the registry, then something happened where things were refreshed.. But why.. and how can that be detected/avoided if true?
    I have a lot of people asking me questions now, and after spending great amount of time convincing them ColdFusion is the best answer for their needs the first time around, I am having trouble doing so this second time. So thank you in advance for any help or insight..
    Mike

    I am okay with that, and a 1 in 200ish failure rate, especially now that I have an automated script verifying datasources regularly. My clients are not however, especially without understanding the cause. Thanks for the reply though.
    Well, if that client was mine, I'd be saying something along these lines:
    "I've investigated this as much as practical, and asked around the CF community, and no-one has heard of this happening.  Given it's an isolated occurrence, I'm prepared to put this down to a temporary aberration, which is now resolved.  "Case closed", although obviously we'll "watch this space" too.  All computer software is very complex, and there will always be glitches.  I can investigate this to conclusion if you like, but it's difficult to troubleshoot something after havnig fixed it, especially when it's not replicable.  I am satisfied this is not something to be concerned about, however if you really want me to get to the bottom of it, it's likely to take a week (billable, as it's not a good use of my time), and at the end of it, you're not going to be any better off.  If it's such a concern - and fair enough - that there's a single point of failure here, then let's start talking about some fail-over protection.  That way if any other aberrations present themselves, it will not be an issue".
    However, in the mean time, have a look at your JRun and CF logs at round about the time the problem happened, and see if there's anything in there to do with JDBC and the like.
    Adam

  • GetCurrentDate() not found in  oracle.jbo.domain.Date;

    Is it a known bug.
    Then how do we get the current date and time?
    Thanks in advance.

    Viani - you're right, but oracle.jbo.domain.Date is definitely not right - see Calendar as suggested above.
    John

  • BI Technical Content datasources not found in Quality after transport

    HI All
    I am trying to implement BI technical Content for Admin Cockpit. I was able to implement Technical content Infocubes successfully in development box but when I collected the objects and transported to Quality(collected oblects in seperate requests: info objects in one request, datasources in one request, infocubes, transfer rules and updated rules in one request), I am not able to find the datasources in quality in myself sourcesystem even after repication. but the transport for technical content datasources is successfull. The following are the datasources:
           Comment Entry: Released
           DataSource Replica
               0TCT_DS01                     D17CLNT208
               0TCT_DS02                     D17CLNT208
               0TCT_DS03                     D17CLNT208
               0TCT_DS11                     D17CLNT208
               0TCT_DS12                     D17CLNT208
               0TCT_DS21                     D17CLNT208
               0TCT_DS22                     D17CLNT208
               0TCT_DS23                     D17CLNT208
    can anyone tell me why I am not able to find the datasources in Quality after successfull transport.
    We are on SAP_BW     700   SAPKW70016     SAP NetWeaver BI 7.0.
    thanks

    thanks for your quick responce. I was not able to collect the datasources so I had to manually input them in the transport request. But it worked.
    thanks once again.

  • Service Notifications: 2LIS_18_I0NOTIF datasource not found in BI Content

    Hi Experts,
    We are in phase of implementing CS module reports in BI.
    1)  For the same when searching the standard datasource 2lis_18_i0notif in BI Content , we are unable to find this in BI Content
    (RSA1 >> BI Content >> Datasource >> Object Type: 2lis_18_i0notif   : No Hit Found
    Currently we are having  following BI Content version:
    BI_CONT     705     0000          -     Business Intelligence Content
    2)  Also, please specify the dependent objects i.e. standard flow (standard data targets- infocube / Dso etc. ) based on this datasource.
    3)  All significant  Info./document  related to this datasource will be appreciated.
    Regards,
    Sandeep

    Hi,
    As said earlier, please install the data source 2LIS_18_I0NOTIF from RSA5 in R/3.
    After a successful activation in R/3, replicate the same in BI.
    As far as the BI content for the data flow is concerned, please take a look at the below URL:
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/8d/eef23839eb8b78e10000000a114084/frameset.htm]
    Hope this helps.
    Regards
    Vishal

  • Datasource not found in BI content

    Hi Gurus,
    I am working on BW CRM Service. I have activated all Cube , ODS and Infosource related to CRM Service my problem is
    I have activated ODS and Infosource of Detailed Controlling Data (0CRM_CODA & 0CRM_SRV_COSTS,0CRM_SRVCNF_COSTS)  but while creating transfer rule I am not getting Datasource .
    please help me to solve this problem
    Thanks in advance
    Regards,
    Rakesh

    Hi,
    did you goto your crm system to activate all relevant datasources there? Did you replicate them into BW?
    If not, do so and try again.
    Siggi

  • Class Not Found Error - oracle/.../AddressingExtensionRegistry

    Scenario....
    1) Install WebCenter into JDeveloper Studio Edition Version 11.1.1.2.0 thru Update Manager
    2) Restart JDeveloper
    3) Run integrated weblogic server and following errors appear in log
    +<Jan 28, 2010 6:06:11 PM PST> <Error> <HTTP> <BEA-101216> <Servlet: "WSRPPortletManagementService" failed to preload on startup in Web application: "portletapp".+
    java.lang.NoClassDefFoundError: oracle/j2ee/ws/wsdl/extensions/addressing/AddressingExtensionRegistry
    +     at oracle.j2ee.ws.server.WSDLPresenterBase.<init>(WSDLPresenterBase.java:83)+
    +     at oracle.j2ee.ws.server.JAXRPCPortableWSDLPresenter.<init>(JAXRPCPortableWSDLPresenter.java:71)+
    +     at oracle.j2ee.ws.server.JAXRPCServlet.init(JAXRPCServlet.java:217)+
    +     at javax.servlet.GenericServlet.init(GenericServlet.java:241)+
    +     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)+
    +     Truncated. see log file for complete stacktrace+
    Caused By: java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    +     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)+
    +     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)+
    +     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)+
    +     Truncated. see log file for complete stacktrace+
    +>+
    +<Jan 28, 2010 6:06:11 PM PST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsrp-samples [Version=11.1.1.2.0]'.+
    +weblogic.application.ModuleException: [HTTP:101216]Servlet: "WSRPPortletManagementService" failed to preload on startup in Web application: "portletapp".+
    java.lang.NoClassDefFoundError: oracle/j2ee/ws/wsdl/extensions/addressing/AddressingExtensionRegistry
    +     at oracle.j2ee.ws.server.WSDLPresenterBase.<init>(WSDLPresenterBase.java:83)+
    4) The cause of this would seem to be that the WL server is loading an older version of 'orawsdl.jar' from JDeveloper's "modules" folder rather than the newer version in "common_modules" folder. Each folder has a different version of 'orawsdl.jar' and the class is not even present in the older version.
    5) In Weblogic console this error manifests itself as a failure to deploy/activate the two EARs "wsrp-samples" and "wsrp-tools"
    6) The only other info that might be relevant is that I installed the SOA extensions at the same time as the WebCenter extensions - I have no idea if one interfered with the other.
    Any help or cpoments welcome

    Learning_man,
    Obviously you need to learn how to ask a question.
    There is nothing in your post other than 'It doesn't work. Why? Help"
    without any specific example. Also you still fail to include a 4 digit version!!!
    It is also the third or the fourth time you asked this very same question.
    Can you learn how to ask a question please? And stop repeating the question when you don't get a response?
    And no, the extra characters are not the problem.
    An incorrect CLASSPATH probably is.
    Sybrand Bakker
    Senior Oracle DBA

  • Stanadard datasource not found

    Hi,
    I am not able to find standard datasource 0UCINSTALLA_ATTR in transaction RSA5. I have to install this standard datasource.
    I am using ISU/CCS 4.72 and this datasource is available from version 4.6C and above.
    Please help.
    Thanks
    Regards
    Ankit

    This datasource is available with ECC 6.0 Enhancement Package 2

  • SEM-CPM Datasource not found

    Hi gurus,
    I have installled cube & ods ,infosource of Strategic Enterprise Management but I am not getting datasource where I 'll get that.
    Please help me to solve this Issue
    Thanks in Advance
    Regards,
    Rakesh

    No DataSources are delivered with Global Spend Analysis based on data from Financial Accounting. The DataSources are generated after the special ledger is created in SAP Financial Accounting (SAP FI). In the standard, however, you can use the following extract structure.
    Source :
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/0b057fdc42ff4c9a38d07955d04d67/content.htm
    Hope this helps.

  • ASM kerel version not found on oracle site

    [root@linux1 oracleasm-2.6.9-55.9]# ls -ltr
    total 388
    -rwxr-xr-x 1 root root 129361 Jan 19 2008 oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686.rpm
    -rwxr-xr-x 1 root root 122564 Jan 19 2008 oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686.rpm
    -rwxr-xr-x 1 root root 127517 Jan 19 2008 oracleasm-2.6.9-55.EL-2.0.3-1.i686.rpm
    [root@linux1 oracleasm-2.6.9-55.9]# rpm -Uvh oracleasm-2.6.9-55.EL-2.0.3-1.i686.rpm
    error: Failed dependencies:
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.EL-2.0.3-1.i686
    [root@linux1 oracleasm-2.6.9-55.9]# rpm -Uvh oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686.rpm
    error: Failed dependencies:
    kernel-hugemem = 2.6.9-55.EL is needed by oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686
    [root@linux1 oracleasm-2.6.9-55.9]# rpm -Uvh oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686.rpm
    error: Failed dependencies:
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686
    [root@linux1 oracleasm-2.6.9-55.9]# uname -a
    Linux linux1.oracle.com 2.6.9-55.ELsmp #1 SMP Wed May 2 14:28:44 EDT 2007 i686 i686 i386 GNU/Linux
    [root@linux1 oracleasm-2.6.9-55.9]#
    can some body help me to download a proper ASM kernel file and lib
    i am running Centos 4.5 2.6.9-55.ELsmp #1 SMP
    Thanks

    Shakil,
    I had a similar issue on Centos 5. You need the asm-support package, asmlib package and oracleasm-<your kernel version>.i686.rpm. These are what I have for my boc (x86 Centos 5):
    Important! : You need to install the support package 1st to resolve your dependencies for the other packages.
    oracleasm-2.6.18-53.1.4.el5-2.0.4-1.el5.i686.rpm
    oracleasmlib-2.0.3-1.el5.i386.rpm
    oracleasm-support-2.0.4-1.el5.i386.rpm
    Cheers!
    Matt

Maybe you are looking for

  • Log4J - reading properties file from /WEB-INF directory issue..

    I'm just learning to implement Log4J; the approach I am taking for my JSF application running under Tomcat 5.5x is to create an initialization servlet to initialize the logger, and then access the logger instance within my backing beans and applicati

  • MC46 - daily usage

    Dear, SAP help explains the difference between uncheck and check of 'daily usage' option in t-code MC46. It says like below. I really want to know the meaning of 'usage statistics'. The result of uncheck and check of 'daily usage' option had big diff

  • ReWire?! Just doesnt seem to work!!!!

    Following GarageBand help on rewiring Reason into GarageBand, the 'Reason Hardware Interface' module in Reason still says "Core Audio" rather than "ReWire". Anyone who uses Reason with the rewire feature going into another sequencer knows that this s

  • Small Unwanted Image Movement in .swf File

    Hi. I'm not a Flash developer, so please excuse this question if it is sophomoric. Someone created a .swf file for my site that transitions multiple images in & out. It can be seen here: http://www.shadyladylighting.com. The problem is the images see

  • Can´t connect to a windows server.

    Hello: I am trying to connect to a windows server by to different methods and having trouble in both. 1. Via finder: This way a can connect some times. But some time it says that there is a problem with the server. When this happens all the other Win