Cloning Oracle Healthcare  Transaction Base

Hi
I am looking for documentation on cloning a production HTB instance to a test instance
Kindly let me know where I can find the documentation for the same
Is it similar to cloning ebusiness suite ?

Hi,
Oracle Healthcare Transaction is part of Oracle E-Business Suite so you just need to follow the steps in Rapid Clone documentation.
Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=406982.1
Note: 799735.1 - Rapid Clone Documentation Resources, Release 11i and 12
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=799735.1
Regards,
Hussein

Similar Messages

  • How to determine the proper size for Oracle 8i Data Base Objects

    Hi,
    I'm working on an Oracle 8i Data base. I'd like to know how to determine the proper size for the Data Base objects such as tables, datafiles, tablespaces...
    Thanks.

    Start with the docs.
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/schema.htm#949
    Best Regards
    Krystian Zieja / mob

  • Error while connecting to oracle 10g data base

    Following is the code we used to connect to oracle 10g data base using symbian 7.1 series 80 SDK
    int CTest_S80AppUi::SetupODBC(void)
    RETCODE rc;
    char *DataSource = OD_DATA_SOURCE;
    char UserId = "system", Password = "manager";
    rc=SQLAllocEnv(&Henv);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocEnv", FALSE) < 0) return(-1);
    rc=SQLAllocConnect(Henv, &Hdbc);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocConnect", FALSE) < 0)
         //return(-1);
    rc = SQLConnect(Hdbc, (unsigned char *)DataSource, SQL_NTS,
              (unsigned char *)UserId, SQL_NTS,
              (unsigned char *)Password, SQL_NTS);
    bConnected = TRUE;
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLConnect", FALSE) < 0) return(-1);
    SQLAllocStmt(Hdbc, &Hstmt);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocStmt", FALSE) < 0) return(-1);
    return (1);
    } /* SetupODBC */
    iam getting the return code for SQLConnect as -1.
    Thanks in advance.

    Thanks for the reply.
    //syntax means comments.
    chk the following code.
    int SetupODBC(void)
    char *DataSource = "polite";
    char UserId = "system", Password = "manager";
    if ( SQLAllocEnv(&Henv) < 0 )
    return -1;
    if ( SQLAllocConnect(Henv, &Hdbc) < 0 )
    return -1;
    if ( SQLConnect(Hdbc, (unsigned char *)DataSource, SQL_NTS,
    (unsigned char *)UserId, SQL_NTS,
    (unsigned char *)Password, SQL_NTS) < 0 )
    return -1;
    if (SQLAllocStmt(Hdbc, &Hstmt) < 0 )
    return -1;
    return (0);
    As said earlier there is a problem in SQLConnect. It is returning -1.
    But the code should return 0 if successfully connected.
    The info regarding the arguments used in the above methods:
    HENV Henv; /* Handle to ODBC Environment object */
    HDBC Hdbc; /* Handle to ODBC Connection object */
    HSTMT Hstmt; /* Handle to ODBC Statement object */

  • Cloning Oracle Applications Release 12 with Rapid Clone

    Hi,
    I was going through metalink doc 406982.1 Cloning Oracle Applications Release 12 with Rapid Clone.
    I couldn't understand a few points.
    I would appreciate if someone can guide me regarding the following queries.
    There is a statement in the doc
    1)An important principle in Oracle Applications cloning is that the system is cloned, rather than the topology ....
    --What is meant by topology in this description?
    2)The Cloning methodology posted on this document requires full Autoconfig complience.
    --didn't get this point.
    3)Note: In the copying tasks below, UNIX/Linux users should ensure that the symbolic links (soft links) are preserved when copying. On most UNIX platforms, this can be accomplished with the cp -RH command. Consult the UNIX man page for the cp command to check the parameters available on your platform.
    --what soft links are being talked about?will the regular cp -R  command not preserve the soft links?
    4)For patching AutoConfig on the E-Business Suite R12 instance, AutoConfig needs to be enabled on both the applications tier and the database tier. (387859.1)
    --HOw do I check if AutoConfig is enabled or not?
    5)Why do I need to synchronize appsutil on database tier from application tier?
    6)Why do we need to maintaain snapshot information?
    What does snapshot actually do?
    Thannks,
    Rushi

    This is what I get when doing "grep rror" from 9239089 logfile.
    will be ignored without error.
    will be ignored without error.
    will be ignored without error.
    0 files had fatal errors.
    0 files had fatal errors.
    Performing second half of mirrored copies...
    No mirrored copies were executed in this patch.
    oracle/apps/ad/splice/adError [120.0.12010000.1] {oracle/apps/ad/splice/adError.class }
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/forms/java/frmall.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.2/jlib/ewt3-nls.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/lib/xmlparserv2.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-INF/lib/mvclient.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: No metadata entry META-INF/JRIMETA.DAT found
    Cause: Error while trying to read metadata from file /appldev/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: No metadata entry META-INF/JRIMETA.DAT found
    oracle/apps/media/ieu_status_error
    oracle/xml/parser/v2/XMLErrorMsg
    oracle/xml/parser/v2/mesg/XMLErrorMesg
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ar_AE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ca_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_cs_CZ
    oracle/xml/parser/v2/mesg/XMLErrorMesg_da_DK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_de_DE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_el_GR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_en_US
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_AR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_es_ES
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fi_FI
    oracle/xml/parser/v2/mesg/XMLErrorMesg_fr_FR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_hu_HU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_it_IT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_iw_IL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ja_JP
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ko_KR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_nl_NL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_no_NO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pl_PL
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_BR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_pt_PT
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ro_RO
    oracle/xml/parser/v2/mesg/XMLErrorMesg_ru_RU
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sk_SK
    oracle/xml/parser/v2/mesg/XMLErrorMesg_sv_SE
    oracle/xml/parser/v2/mesg/XMLErrorMesg_tr_TR
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_CN
    oracle/xml/parser/v2/mesg/XMLErrorMesg_zh_TW
    Errors and warnings are listed in the log file
    Also I am getting same kind of errors for patches 8919489,9171651,9833058 and 12404574.
    Although there were neither failures nor any ORA- error in any of the log files.
    Please guide what needs to be done regarding the shown errors for the patches.
    after executing adpreclone on db tier I got the following message in logfile.
    error while preclone on db tier:Attempt to remove existing adcrdb.zip failed
    What could have been wrong?
    Is the message normal and can it be safely ignored?
    As a pre-install task of patch 9239089,I executed adgrantsall.sql
    which gave me a prompt Enter a value for 1:
    I entered apps (apps schemaname/username)
    Is it ok?
    Thanks,
    Rushi

  • Cloning Oracle Applications Release 11i

    Hi,
    for Cloning Oracle Applications Release 11i , is it ncessary to copy jre, oui and oraInventory directories from source database tier file system to trget ?
    Many thanks before.

    Applications / EBS is discussed in this category http://forums.oracle.com/forums/category.jspa?categoryID=11 (and there are more, if you look at the forums home page)
    But, in general the oraInventory must exist to be able to patch or otherwise maintain the installation. Wouldn't think copying directories is a supported cloning method... Again, check with the proper forum. And use the Search function!

  • Why I cannot found "oracle.jbo.Transaction"

    I'm study jdeveloper 9.0.3 accord tutorials in help. When I learn the sample (tutorial--&gt;Business Components Programmatic Client Tutorial), I met the problem. I finished the program according to the help step by step. But the program raise the error as follows:
    Project: batchclient.jpr
    D:\jdev903\BC4J\src\bc4jaddinsrc.zip!\oracle\jbo\domain\DomainInterface.java
    Error(14,19): cannot access class oracle.jbo.Transaction; file oracle\jbo\Transaction.class not found
    Error(50,47): class Transaction not found in interface oracle.jbo.domain.DomainInterface
    D:\jdev903\jdev\mywork\bcbatch\batchclient\src\bcbatch\Batch.java
    Error(45,1): class ApplicationModule not found in class bcbatch.Batch
    Error(45,28): variable Configuration not found in class bcbatch.Batch
    Error(46,1): class ViewObject not found in class bcbatch.Batch
    Error(47,1): class Key not found in class bcbatch.Batch
    Error(47,19): class Key not found in class bcbatch.Batch
    Error(48,1): class Row not found in class bcbatch.Batch
    Error(56,3): class Row not found in class bcbatch.Batch
    Notice:
    I can't found the oracle.jbo.Transaction. But I download the full version at the site of java.sun.com. Why?
    下面是我程序的源码:
    the source code is:
    package bcbatch;
    import oracle.jbo.*;
    import oracle.jbo.client.*;
    import oracle.jbo.domain.Number;
    import java.awt.Frame;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.UIManager;
    import java.awt.Dimension;
    import java.awt.Toolkit;
    public class Batch
    public Batch()
    Frame frame = new Frame1();
    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Dimension frameSize = frame.getSize();
    if (frameSize.height &gt; screenSize.height)
    frameSize.height = screenSize.height;
    if (frameSize.width &gt; screenSize.width)
    frameSize.width = screenSize.width;
    frame.setLocation((screenSize.width - frameSize.width) / 2, (screenSize.height - frameSize.height) / 2);
    frame.addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    System.exit(0);
    frame.setVisible(true);
    public static void main(String[] args)
    if (args.length==0)
    show("Customer ID is required.");
    System.exit(0);
    ApplicationModule am_Ord = Configuration.createRootApplicationModule("OnlineOrders.OnlineOrdersModule", "OnlineOrdersModuleLocal");
    ViewObject vo=am_Ord.findViewObject("CustomersView1");
    Key custKey = new Key(new Object[] {args[0]});
    Row[] customersFound = vo.findByKey(custKey,1);
    //first argument of findByKey is the key; the second is the maximum number of rows to
    if (customersFound.length==0)
    show("Customer " + args[0] + " not found.");
    else
    Row row_Cust = customersFound[0];
    show("Customer");
    show("========");
    show("ID: " + row_Cust.getAttribute("CustomerId"));
    show("Email: " + row_Cust.getAttribute("CustEmail"));
    try
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    catch(Exception e)
    e.printStackTrace();
    new Batch();
    private static void show(String s)
    System.out.println(s);
    } // end show()

    It looks like your jpr (project) does not include the BC4J library.
    Select the project in your IDE, right-mouse click, select "Project Settings".
    Go to the "Libraries" panel, and shuttle over library named "BC4J Runtime."
    Thanks.
    Sung

  • Enable Oracle XA Transaction Support

    Hi everybody. First of all, sorry for my terrible English.
    I've been some problems using COM+ with Personal Oracle 8i (8.1.7.0.0) and SQL Server 2000 and Windows 2000 for development only.
    I have one method that inserts the same data both SQL Server and Oracle (the tables and procedures definitions are identical) and I'm utilizing GetObjectContext method to commit or abort the transactions (the COM component were made in VB). Out of COM+ environment the method works 5x5. The error message is: "-2147168229 - Cannot connect to the transaction manager or the transaction manager is unavailable."
    Checking Microsoft documentation I found an article (http://support.microsoft.com/support/complus/mtsandoracle.asp) telling me to "Enable Oracle XA Transaction Support" so I could have transactional work with Oracle and COM+. OK, just fine.
    Does anyone knows how could I manage it? I am not a DBA nor I know one (an Oracle DBA), but I shall explain to my team how program 2 phase commit between Oracle and SQL Server.
    Thanks in advance, and forgive me the size of this "book". I should be shorter next time...
    null

    Vivek, thanks for the help.
    I am utilizing these versions of Oracle Products:
    Personal Oracle8i Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Net8 Client 8.1.7.0.0
    Oracle Services for MTS 8.1.7.0.0
    Oracle Provider for OLE DB 8.1.7.2.0
    The provider I first tried was MSDAORA with no success and then ORAOLEDB with no success too.
    But those entries in registry that you sent me were all with Microsoft dll`s. I will try again tomorrow and send you the results
    Thank you again
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Vivek Raja:
    Renato, firstly what is the interface you use to access Oracle from your COM+ components? If it is OLEDB which provider is in use - MSDAORA or ORAOLEDB? What are the versions in use 8.1.6 or 8.1.7? If you are using MSDAORA as the provider then you will need to add the following key to your registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI.
    Under this key add the following registry string values:
    OracleOCILib - oraclient8.dll
    OracleXALib - oraclient8.dll
    OracleSQLLib - orasql8.dll
    If you are using ORAOLEDB as the provider install Oracle Services For MTS 8.1.7. The error you receive seems to point to the fact that the "Distributed Transaction Coordinator" Windows2000 Service is not running.<HR></BLOCKQUOTE>
    null

  • Oracle 9i Transaction Performance (Real World vs. TPC)?

    Hello:
    I was curious if anybody reading this forum has a server/disk architecture that has achieved over 10,000 Oracle Database transactions (with logging enabled) per second?
    If so, can you please supply me with the clustered or standalone server and disk farm (NAS, SAN, DAS) details.
    Thanks,
    Robert
    [email protected]
    310-536-0018 x124
    http://www.imperialtech.com

    Hi,
    have a look at http://publications.uu.se/theses/.
    This site is now up for nearly one year. We're using Oracle 8.1.7, Apache 1.3.24 and Tomcat 4.0.3. We've got about 4500 hits per day with a maximum up to 9000 hits.
    Regards Uwe Hi there Uwe,
    Given you are running this in a production environment, are you running the XSQLRequest object or are you running the servlet directly. Running the servlet directly in particular, is just not production ready, unless I am missing something.
    1. There are no direct filesystem logging capabilities in the servlet. Doing inserts into a db table for the purposes of logging, is not adequate as the critical points in the servlet operation is either connecting to the database or in the post query phase during the xml transform.
    2. Errors like invalid db connections, timeouts, invalid xsql/xsl files, ie All xsql-xxxx errors other than query errors are not trappable from the servlet either via xml or otherwise. They get written directly to the Output stream as text.
    Using the XSQLRequest object programmatically, we can work around some of these limitations, but that defeats the purpose and the otherwise ease of use of this servlet in a XML envirnoment.
    - Manish

  • Error while configuration step for Oracle Customer MDM base pack

    The second step of MDMCustomerBase Import seeddata is failing, in the configuration step of Oracle Customer MDM base pack
    please help

    Also In oracle AIA 11g configuration wizard the logs are as:
    BUILD SUCCESSFUL
    Total time: 2 minutes 5 seconds
    'choice' is not recognized as an internal or external command,
    operable program or batch file.
    Step Prepare Properties file ended successfully
    Step Prepare Properties file ended successfully
    MDMCustomerBase Import Seeddata
    Error
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed
    Log
    Step MDMCustomerBase Import Seeddata started
    Buildfile: AIAPLWImportData.xml
    [echo] AIA HOME: E:\\\Middleware\AIAHome11g
    [echo] AIA Instance: E:\\\Middleware\AIAHome11g/aia_instances/AIAIns11
    [echo] Importing E:\\\Middleware\AIAHome11g\data\MDMCustomerBase\PLWSeedData\MDMCustomerBaseSeed.xml
    all:
    [echo] Executing /c E:\\\Middleware\AIAHome11g/Infrastructure/LifeCycle/PLWImExport/PLWImport.bat -f E:\\\Middleware\AIAHome11g\data\MDMCustomerBase\PLWSeedData\MDMCustomerBaseSeed.xml
    [echo] Shell: cmd.exe
    BUILD FAILED
    E:\Middleware\AIAHome11g\Infrastructure\Install\AID\AIAPLWImportData.xml:48: exec returned: 1
    Total time: 43 seconds
    'choice' is not recognized as an internal or external command,
    operable program or batch file.
    Step MDMCustomerBase Import Seeddata failed
    Failed to import Seeddata
    Step MDMCustomerBase Import Seeddata failed

  • Enforcing integrity using oracle specific data base commands .v. using fron

    Full subject : Enforcing integrity using oracle specific data base commands .v. using front end.
    It ought to be generally accepted that it is better to enforce integrity directly in the data base using constraints, dependencies, triggers etc rather than leaving it to specific front end programmes.
    In my view, the chief advantages - of enforcing integrity directly in the data base - are:
    (1) No process can violate the integrity.
    (2) Being server centric, these commands run on the server and so can be easily sized in one place.
    (3) One time data migration (imports) into the system using Oracle tools or SQL commands would also need to conform to the integrity constraints. Thus an implementor would be assured that the basic data is alright.
    I am faced with a situation where we are about to implement a new Oracle based package. During data migration, when we discovered that there are no integrity constraints built into the target data base, the package vendor asserted that it is not necessary to build in integrity into the database. This seems to be an extreme and risky view.
    Further, it is argued by the package vendor that putting constraints directly in the data base would significantly increase the needed resources (RAM) on the server. In my view, this increase is trivial and anyway, hardware costs are crashing day by day.
    In the absence of integrity checks in the data base, it seems to me that every program would have to extra zero value work to ensure integrity of the end user data. It will still never be complete.
    I would like to know the pros and cons of implementing without integrity constraints.
    OK.

    AnanthaP wrote:
    Full subject : Enforcing integrity using oracle specific data base commands .v. using front end.
    It ought to be generally accepted that it is better to enforce integrity directly in the data base using constraints, dependencies, triggers etc rather than leaving it to specific front end programmes.
    In my view, the chief advantages - of enforcing integrity directly in the data base - are:
    (1) No process can violate the integrity.
    (2) Being server centric, these commands run on the server and so can be easily sized in one place.
    (3) One time data migration (imports) into the system using Oracle tools or SQL commands would also need to conform to the integrity constraints. Thus an implementor would be assured that the basic data is alright.
    I am faced with a situation where we are about to implement a new Oracle based package. During data migration, when we discovered that there are no integrity constraints built into the target data base, the package vendor asserted that it is not necessary to build in integrity into the database. This seems to be an extreme and risky view.
    Further, it is argued by the package vendor that putting constraints directly in the data base would significantly increase the needed resources (RAM) on the server. In my view, this increase is trivial and anyway, hardware costs are crashing day by day.
    In the absence of integrity checks in the data base, it seems to me that every program would have to extra zero value work to ensure integrity of the end user data. It will still never be complete.
    I would like to know the pros and cons of implementing without integrity constraints.
    OK.It's a shame you seem to be so far into the process and committed to this vendor. I once had a vendor tell us his product would run on Oracle but they recommended MS SQL Server because "oracle can't handle more than 5 concurrent sessions." I made sure that vendor didn't make the short list.

  • Oracle.apps.jtf.base.resources.FrameworkException in R12

    Hi All,
    Could anyone pls share his experience for the folloiwng issue on 12.0.4 on OS:linux..
    http://<hostname>:<portno>/OA_HTML/AppsLogin throws the folloliwng error:
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2232)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4622)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4546)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2822)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 30 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 34 more
    Moreoever, Standard manager also isn't coming up - actual shows 0 and target shows 5..
    ps -ef|grep FNDLIBR|grep applmgr
    applmgr 23396 31811 0 04:44 ? 00:00:00 [FNDLIBR] <defunct>
    applmgr 23397 31811 0 04:44 ? 00:00:00 [FNDLIBR] <defunct>
    applmgr 23398 31811 0 04:44 ? 00:00:00 [FNDLIBR] <defunct>
    applmgr 23399 31811 0 04:44 ? 00:00:00 [FNDLIBR] <defunct>
    applmgr 23400 31811 0 04:44 ? 00:00:00 [FNDLIBR] <defunct>
    applmgr 24047 18724 0 04:45 pts/2 00:00:00 grep FNDLIBR
    applmgr 31795 31790 0 Jul25 ? 00:01:00 FNDLIBR
    applmgr 32005 31811 0 Jul25 ? 00:00:00 FNDLIBR
    applmgr 32006 31811 0 Jul25 ? 00:00:02 FNDLIBR
    applmgr 32011 31811 0 Jul25 ? 00:00:01 FNDLIBR
    exected cmclean.sql several times but still the same issue..
    An early reply would be appreciated..
    Regards,

    Hi hsawwan,
    Error 1722..thnx for links..will check...
    Please suggest on the following issues now:
    A) we are now able to login through sysadmin but on accessing forms it throws error:APPLICATION OBJECT LIBRARY unable to access ORACLE password.
    B) we came to know someone by mistake has changed APPLSYS password earlier through - alter user identified by - which is now not in sync with apps password.
    C) we are able to login from backend using apps user and apps password but not able to login through APPLSYS user.
    D) FNDCPASS successfully changes password only for SYSADMIN user.
    E) FNDCPASS throws following error on changing password for APPLSYS user as we are trying to make APPLSYS and APPS password both the same.
    Error mesg:
    FNDCPASS is unable to decrypt password for user <> ..
    like this entries are there for many other users in the log file..
    F) adadmin too doesn't work allows system password access and apps password and then throws error and exits..
    would appreciate if you could suggest some resolution on the above..
    Regards,

  • Error ocurs in JCP oracle.apps.jtf.base.resources.FrameworkException

    Hello,
    I have created Java concurrent program and register with apps (11.5.10). Java concurrent program consist of some third party Jar files. I have placed all the third party jar files under $JAVA_TOP and modified my Java concurrent program definition and pass value in the options clause
    Options :-classpath /u103/app/applmgr/comntop/java:/u103/app/applmgr/appltop/au/11.5.0/java/appsborg.zip
    I am getting the following error while running the concurrent request.
    Exception in thread "main" oracle.apps.fnd.cache.CacheException
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1010)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:979)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:946)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:933)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:917)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:882)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
         at oracle.apps.fnd.cp.request.CpContext.<init>(CpContext.java:141)
         at oracle.apps.fnd.cp.request.CpContext.<init>(CpContext.java:124)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:127)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
         ... 18 more
    javacache.log…..*
    [2009-01-02 Fri 10:26:23.190 AM GMT] -001 [Mem]
    java.lang.NullPointerException: null Connection
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:162)
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:141)
         at oracle.apps.jtf.cache.GenericCacheLoader.load(GenericCacheLoader.java:87)
         at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
         at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
         at oracle.ias.cache.CacheAccess.get(Unknown Source)
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:619)
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1010)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:979)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:946)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:933)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:917)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:882)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
         at oracle.apps.fnd.cp.request.CpContext.<init>(CpContext.java:141)
         at oracle.apps.fnd.cp.request.CpContext.<init>(CpContext.java:124)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:127)
    [2009-01-02 Fri 10:26:23.297 AM GMT] -001 [Mem]
    java.lang.NullPointerException: null Connection
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:162)
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:141)
         at oracle.apps.jtf.cache.GenericCacheLoader.load(GenericCacheLoader.java:87)
         at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
         at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
         at oracle.ias.cache.CacheAccess.get(Unknown Source)
         at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:619)
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1010)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:979)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:946)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:933)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:917)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:882)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
         at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(ArchitectureWrapper.java:143)
         at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(ArchitectureWrapper.java:107)
         at oracle.apps.jtf.cache.ArchitectureWrapper.setDefaultMsgMgr(ArchitectureWrapper.java:48)
         at oracle.apps.jtf.cache.ArchitectureWrapper.getDefaultMessageManagerInstance(ArchitectureWrapper.java:41)
         at oracle.apps.jtf.cache.ArchitectureWrapper.getMessageManagerInstance(ArchitectureWrapper.java:32)
         at oracle.apps.jtf.base.resources.FrameworkException.getCurrentMessageManager(FrameworkException.java:674)
         at oracle.apps.jtf.base.resources.FrameworkException.getMessage(FrameworkException.java:757)
         at java.lang.Throwable.getLocalizedMessage(Throwable.java:291)
         at java.lang.Throwable.toString(Throwable.java:368)
         at java.lang.String.valueOf(String.java:2645)
         at java.lang.StringBuffer.append(StringBuffer.java:433)
         at java.lang.Throwable.printStackTraceAsCause(Throwable.java:516)
         at java.lang.Throwable.printStackTrace(Throwable.java:495)
         at java.lang.Throwable.printStackTrace(Throwable.java:476)
    Please let me know how to resolved the above issue.
    Thanks in Advance.
    Regards,
    Manu

    Thanks for your valuable reply.
    I made change in concurrent program option clause
    Option: -classpath /u103/app/applmgr/comntop/java:/u103/app/applmgr/comntop/java/oracle/apps/xxmon
    where all the third party jar files placed at /u103/app/applmgr/comntop/java
    and custom program at /u103/app/applmgr/comntop/java/oracle/apps/xxmon
    And now I am getting the following error:
    java.lang.NoClassDefFoundError: oracle/jdbc/OracleStatement
         at oracle.apps.fnd.cp.request.Run.main(Run.java:127)
    Can you please help me out?
    Thanks & Regards
    Manu

  • How to reduce the size of cloned Oracle Applications Instance

    How to reduce the size of cloned Oracle applications instance, so as to save the storage space for the cloned systems.
    How can we remove unimplemented modules in the instance so that we can reclaim the space occupied by them.
    can any please suggest on this..?

    mumbai,
    I would recommend to leave it as it is.
    If you can add some inexpensive HDD to your test system then do so.
    The Apps DB storage decreasing process is quite painful and isn't straightforward.
    You can’t just delete unused schemas & tablesapces (if they are not used than they are not consuming reasonable space anyway). The modules in Apps are using each other procedures and objects. The effect of deleting one module (schema) is highly unpredictable.
    If you will do something like that than you will not be able to patch your cloned system after that.
    Some things can be done however in order to reduce size of a testing Apps system:
    - Decries UNDO & TEMP tablespaces. Normally you do not need that big tbs in test system as you have got in the production.
    - If your REDO LOG files are quite big and you have got a lot of redo groups you can recreated smaller REDO log files.
    - On Apps tier you can delete OUTput and LOG files
    In case you still would like to decrease data volume in your testing system you need to take a look on some tools which provide data subtracting capabilities from Apps DB. This process has to be quite intelligent. The tool have to know the data structures in APPS DB and subtract data in the way to not harm logical relationships between records. After a subtracting process you will need to make multiple FULL exp/imp cycles in order to reduce physical space consumed by the database. Beside the fact that those tools are quite expensive you will need to spend a lot of your time to implement those.
    BTW: That is the size of you production DB? Have you analyzed which module takes most of the space? May be you can identify top 10 objects and try to archive a data from those object preventing the future grow of the production database.
    Just my 0.02£
    Yury
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to your list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • Cannot load any data from Oracle 11G data base

    Hi Gurus!
    We using SAP BI 7.0.
    We have a source system, which is an Oracle Data warehouse based on Oracle 11G data bases.
    We created the source system in the BI without any problem.
    The connection is open to the Oracle databases.
    We created data source in the BI (trn. RSA1), and when we would like to Read Preview Data (Display data source, Preview tab) we can't see anything.
    The system is working, in trn. SM50 we see the process is runing, but we can't see any data (we wait more than 5000 sec.)
    When we tried data load from the source system, we got a short dump with time-out (after 50000 sec.)
    Summarize:
    - the connection to the source system is OK,
    - the process is running
    - we can't see any Preview data
    Can somebody help us?
    Thank you.
    Best regards,
    Gergely Gombos

    We really need to know what errors or warnings the Cache Agent is reporting in the TimesTen ttmesg.log files, when an autorefresh fails, to be able to give advice. If the size of the datastore segment is 512MB (though you don't say how that is divided between Perm, Temp and Log Buffer) but you're only using 30MB of Perm, then on the face of it, it's not a problem in running out of memory. You say autorefresh doesn't complete when "there are a lot of updates on cached tables" - do you mean updates being done directly on the rows in the TimesTen cachegroups, by users? If so, it sounds to me like you have locking contention between the user updates, and the autorefresh mechanism trying to bring new rows in from Oracle. Again, the ttmesg.log should spell this out.

  • Correlation in Oracle B2B Transactions

    Hi All, I am trying to find how do we co-relate EDI transactions when used Generic File as protocol.
    Outbound Scenario:
    When an EDI transaction is sent to a Trading Partner and if the host is expected to receive a TA1 acknowledgment from Trading Partner, how do we ensure the TA1 sent by Trading partner is related to the EDI transaction sent by Host.
    Please advise...

    Correlation with TA1 works on the basis of Interchange Control Number. Element I12 of TA1 contains the Interchange Control Number on the basis of which Oracle B2B correlates it with the corresponding request.
    Regards,
    Anuj

Maybe you are looking for

  • "USB Device not Recognized" when shuffle is plugged into computer

    Everytime I plug my shuffle into my Dell laptop it comes up with the message "USB device not recognized". The shuffle doesn't show up in my computer or itunes. I've done some of things that it says to try, but I'd really like to get this fixed and ge

  • AVCHD edit in PE10 share to DVD or Blue Ray

    I am currently editing a project in AVCHD and plan on making DVD and BR discs.  Not all the people who want this footage have blue ray players or HD TVs.   The footage is of sporting events with lots of action and camera movement.    What I have foun

  • Error rebuilding an extension

    I need to extend $JAVA_TOP/oracle/icx/por/wf/server/ReqLinesNotificationsVO.xml, but I get an error that I couldn't find a previous topic about. I have performed these actions: 1. Copied $JAVA_TOP/oracle/apps/icx from the EBS Linux server to my JDeve

  • HT4946 PROBLEM TO UPDATE TO NEW VERSION OF IOS 5

    i would like to ask about the "where itune backup are restored on your computer". i am following the instruction under the window vista and windows 7, and the note mention that we have to press the "RETURN"key, what is the return key??

  • ALE problem when delete GL Account

    Dear Expert, I have create ALE with 2 client in my system. When I try to create GL account in sender system, that GL account also created in receiver system. When I tried to delete it from sender system, that GL account still exist in receiver system