Oracle Utilities CC&B - Infrastructure Scaling

We are using Oracle Utilities CC&B 2.1 with Oracle 10g Database. Can anyone please suggest the optimum Database configuration that is required for a development/production environment.
Also kindly share any documentation for scaling the Infrastructure for a production environment.

Answering the originial question about production/development setting and also about scalability for production, there are many choices and options.
Naturally, it is best to split your production workload from your development workload. Separate servers for that. In the early stages, you may just buy development/test servers, later, production servers which (prior to go-live) would be configured for production use (hardened security, limited access etc).
Some customers split database and application. I know of one customer that is splitting database from online app and having separate instances for XAI and batch.
Reporting is always a concern and a separate reporting database which is a replica of the production database as of close of business the day before is useful to have for heavy reports generated by BI or crystal etc.
By thinking about how you can split various aspects of your CC&B prodiuction system (database, online app, XAI, batch, reporting, failover database etc)
you have an easier time should you need to scale certain aspects of your system.
This is a fairly easy way of scaling and separating.
As with all things IT and particularly UNIX the answer is generally "it depends...! "

Similar Messages

  • Error while configuring Eclipse SDK for Oracle Utilities SDK 2.2

    Hi.
    I'm installing an Enterprise Taxation Management development workstation. I followed the install guide from top to bottom.
    The application server is ok, the SDK seems to be OK.
    I executed 'configureEclipse.exe' and made manual configurtions -as the install guide reads-. The eclipse project was created, but it has 2 missing libraries.
    When I open eclipse, it shows the following errors:
    Project EclipseProject220 is missing required library: 'lib/ojdbc5-11.1.0.6.0.jar'
    Project EclipseProject220 is missing required library: 'lib/spl-ccb-2.2.0.jar'
    My questions is ¿where do I get those jar files?
    About the environement:
    The develpment workstation is a laptop running Windows 2003 server, with ETM v2.2.0 Application Server installed. 3rd party SW is installed ok (appropiated versions). Web Server is Apache Tomcat v6.0.13. Eclipse v3.2.2. Oracle Utilities SDK v2.2.0.5 installed.
    Database is installed on another computer, running Windows XP with Oracle Database 11i, connected on a LAN.
    Thanks in advance.

    I had these problems too..
    I suppouse you're installind TAX (ETM) so the library you need is lib/spl-tax-2.2.0.jar'
    On the other hand, the othe 'lib/ojdbc5-11.1.0.6.0.jar' eclipse is asking for. I changed it for 'lib/ojdbc5-11.1.0.7.0.jar'
    After change these libs I can run the generator and deploy scripts even when i don't know jet how to develop.
    Dou you have some cookbooks for developing (algorithnms, modify native clases, ect) you'd like to share??
    Thanks a lot.

  • Not able to execute startEclipse.bat file in Eclipse (Oracle utilities SDK)

    In Eclipse installation, i am not able to run "startEclipse.bat" file in this path "C:\SPLSDK\SDK\shortcuts" which comes under Oracle Utilities Software Development Kit 4.0.0.
    once i start installing startEclipse.bat, i get a error message "windows cannot find /eclipse.exe, make sure you typed correctly and try again"
    and how do i find the eclipse.exe on the installables? also in error message it shows backslash "/"eclipse.exe while executing "startEclipse.bat" file.
    jdk and hibernate paths are located in "c:\spl". Is that fine?
    And When I click “eclipse” in this path “C:\SPLSDK\SDK4.0.0.4\eclipse\eclipse-jee-galileo-SR2-win32\eclipse”, I get error "java runtime or jdk should be available in order to run eclipse. and no JVM was found after searching for the folder "C:\SPLSDK\SDK\4.0.0.4\_jvm\bin\javaw.exe" ". I have installed Jdk in “C:\spl\jdk1.6.0_18”. And to install Eclipse, should I change the path of installing jdk to support Eclipse installation?
    what could be the reason?
    Please give me suggession that how to install eclipse?
    Regards
    Vijaya

    Please help. Its urgent.

  • OUAF Application Framework install question - for  Oracle Utilities SDK 4.0

    Hi,
    I hope someone can help me, I am really confused.
    I have a working install of MDM 2.1 and everything is working.
    Now I need to install the OUAF SDK to start coding in JAVA but since I a mstill new to all this I dont really understand where the Application server is. I though that I installed that already. But it is not found in C:\ouaf\demo.
    I have the framework installed, I do not understand why the SDK is telling me wrong folder.
    Oracle Utilities Application Framework V4.1.0 Multiplatform is the one I have installed.
    Here is the install doc:
    http://www.box.net/shared/k86v1a4gtc793ho1zc20
    Here is part of the install doc:
    •     OUAF Application Server in 32-bit and development (exploded) form. The installation will prompt for the folder name where this is installed. Note the first 2 digits of the versions (e.g. “4.0”) of both the SDK and application server must match.
    I found the patch number to the SDK here: (but where do I find OUAF app server?)
    http://blogs.oracle.com/theshortenspot/entry/new_releases_of_oracle_utiliti
    10043375 - Oracle Utilities SDK 4.0.0.4 (for OUAF V4.0.2 based products).
    Edited by: LodestarGuy on Jul 3, 2011 11:57 AM

    Actually it did mess up. App server not starting anymore. The folder structure did not change also.
    Here is the config env screen after the changes:
    http://www.box.net/shared/rb0pe1ubi4vsgyvv8ok6
    And here is the error:
    http://www.box.net/shared/sqcnvpgdyyoevoy8fh0b
    Thank you for looking into this.

  • Invoking oracle utilities in Oracle10g on Red Hat Linux

    Hi,
    I manage an oracle 10g database on Red Hat Linux Enterprise Server 3.
    I have problems invoking oracle utilities like netca, dbca, dbua etc from the bin directory. Every time i type netca while in the bin directory, i get the following error:
    bash: NETCA: command not found
    however when i type ./netca while in the bin directory, this is what i get:
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main
    directory that contains Oracle products.
    Set and export ORACLE_HOME, then re-run.
    i then set the enviroment variable thus:
    set ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 export ORACLE_HOME
    Further attempts to invoke netca still gives the same errors listed above.
    please help if u can.
    olumide

    Hi,
    check the installation guide how to set the environment. $ORACLE_HOME/bin is not included in the PATH variable (therefore bash: NETCA: command not found), ORACLE_HOME (and I assume other environment variables) are not set.
    Don't read instructions word-to-word ,
    set ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 export ORACLE_HOME' is syntactically wrong, use
    export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 .
    Best regards
    Werner

  • Information about Oracle Utilities CCB SDK

    Hi,
    Colud you please help me about Oracle utilities(CC&B) Software Development Kit (SDK).
    1.Information of Oracle CC&B SDK ?
    2.Verision of the Oracle CC&B SDK?
    3.Size of the Oracle CC&B SDK?
    4.Where can i downlaod the Oracle CC&B SDK & schema editor?(Actually we tried in edelivery.oracle.com but we find only v1.5.20 and current we are using cc&b version 2.3.0)
    5.Development Guide?
    Thanks in Advance
    Siva

    I had these problems too..
    I suppouse you're installind TAX (ETM) so the library you need is lib/spl-tax-2.2.0.jar'
    On the other hand, the othe 'lib/ojdbc5-11.1.0.6.0.jar' eclipse is asking for. I changed it for 'lib/ojdbc5-11.1.0.7.0.jar'
    After change these libs I can run the generator and deploy scripts even when i don't know jet how to develop.
    Dou you have some cookbooks for developing (algorithnms, modify native clases, ect) you'd like to share??
    Thanks a lot.

  • What profile is required in order to learn Oracle Utilities?

    Hi,
    I'm a DBA Oracle 10g, a company wants to give me some courses about Oracle Utilities, but I dont know what is the profile o the skills that I have in order to learn this tecnology.
    Can anybody give more information about it?
    Thanks

    You may want to more specific regarding what Oracle Utilities the company wishes to provide training for you. This particular area of the Oracle forum is dedicated to "utilities" in the sense of the electric, water and gas utilities industry. This may or may not be what you mean by Oracle Utilities.

  • Error while installing Oracle Utilities Application Framework..

    Hi all,
    I am getting this error while installing Oracle Utilities Application Framework.
    101124:094356 <info> Execute: C:\Program Files (x86)\Java\jdk1.5.0_11\bin\java -cp C:\TEMP\Release-FW-V2.2.0_rmb\spl\versions\Releases\FW\Release-FW-V2.2.0_rmb\FW.V2.2.0\data\bin JarVersionValidator C:\Hibernate_3.2.7_Win_O\hibernate-3.2.7.ga\hibernate-3.2\hibernate3.jar Hibernate-Version 3.2.5.ga
    101124:094357 <info> Hibernate jar file C:\Hibernate_3.2.7_Win_O\hibernate-3.2.7.ga\hibernate-3.2\hibernate3.jar does not exists or version not correct.
    101124:094357 <info> See Supported Platform Document for more details
    the Jar file available in the directory specified and version is also correct.
    I am new to this, will anyone help me out.
    Need your help.
    Regards,
    Siva

    It would help if you provided osme basic information like what version you are installing, what operating system, 32 bit or 64 bit. We may like to help but we are not mind readers.
    If you happen to be installing one of the latest versions of the framework (CC&B FW 2.2 SP 8) there is an issue.
    You may have to start off with hibernate 3.2.5 then run the framework installation.
    This may not do a full install but you may find that only 1 or patches have not been installed and the issue is that these require hibernate 3.2.7
    So go back and install the hibernate 3.2.7 and change the environment variables to point to the new version.
    Re-run the framework installer.
    You may get errors in that the patches that did not previously install properly cannot be installed.
    This is because they have entries in the etc/installed_fixes.txt file.
    edit the etc/installed_fixes.txt file and delete the patches that will not install.
    re-run the installer now and the rest of the patches should now install
    The 2 offending patches may be 9384543 and 9080333.

  • Oracle Utilities Network Management Systems

    Please let me know if there is a place to get the User Guide for Oracle Utilities Network Management System (Formerly SPL)
    Thanks,

    The Network Management Systems (NMS) user guide with all other documentation for the current release is available on edelivery
    http://edelivery.oracle.com
    under the Oracle Utilities Applications product pack.
    You will need to download the Oracle Utilities Network Management System Releaase 1.9.0 Documentation pack in order to get the User Guide.
    Edited by: user590375 on Jun 5, 2009 8:26 AM

  • Error in oracle utilities application workbench v2.2.0

    i installed oracle application workbench ,but when i try to login ,i am getting this problem
    ORA-12154: TNS:could not resolve the connect identifier specified
    Tools Version: 2.2.0.5{Build 001}
    at CDxTools.Core.Workspace.ToolsSession.ConnectDB(String pDataSource, String pUserId, String pPassword)
    at CDxTools.Core.Workspace.ToolsSession.Connect(String pDatasource, String pUserId, String pPassword)
    at CDxTools.frmConnect.Connect()
    my tnsnames.ora
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT=1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    (ORACLE_HOME = F:\app\Iswarya1\product\11.1.0\db_1)
    sqlnet.ora
    TRACE_LEVEL_CLIENT = OFF
    SQLNET.AUTHENTICATION_SERVICES=(NONE)
    NAMES.DIRECTORY_PATH=(TNSNAMES,EZCONNECT)
    AUTOMATIC_IPC = OFF
    pls help how to resolve this issue.u r help is most appreciated.
    thanks
    kits

    Can anyone please reply to my query?
    I have downloaded AWB install exe from oracle eDelivery site. Its a 32 bin exe.
    I am trying to install this exe on 64 bit windows 7 platform.
    But while installing the exe, installation is halting at a particular point and then the installation is getting rolled back.
    Can anyone on the forum please guide, if there is any pre-requisite before installing oracle utilities application work bench.

  • Oracle utilities SDk download

    Hi,
    Where can I download oracle utilities SDK.
    Is it licensed? if no can you please send me the url from where can I download SDK?

    Login to edelivery.oracle.com and select Oracle Utilities Applications as product pack. Platform: Windows (32bit)
    Select Oracle Utilities Customer Care and Billing Application WorkBench 2.2.0.0.0 Media Pack from the list of products.

  • Integrating Oracle Utilities using Oracle SOA

    Hi,
    I need help on how to proceed to integrate Oracle utilities using Oracle SOA
    Our project has around 13 modules like New connection, Disconnection, Dismantle, Billing , Global Information System
    Each modiule will interact with different other modules to get few services.
    For Example: 1)New Connection module should interact with Billing to generate the invoice in one scenarion
    and with Global Information System to identify the location in other scenario
    2) Same way Disconnection need to interact with other modules to get some information from other modules.
    3) All modules may need a SMS/ Email facility to send to the customers.
    I need to integrate this kind of application using Oracle SOA
    Please help me on how I should proceed further.
    Do i need to create a seperate BPEL process for each request of individual module and give them the endpoint of my WSDL to interact with other modules ?
    Can I have a single entry point and then navigate from there ? If so, the input params may vary, how this should be handled ?
    Please help me on developing this kind of project. Any sample applications are also helpful ...
    Thanks,
    dbp

    consider the adpater developers guide guide .. and the online help in JDeveloper .. that should give you a good head start ..
    hth clemens

  • Pre installers for installing Oracle Utilities Application Framework V4.0.2

    is there any pre installers for installing Oracle Utilities Application Framework V4.0.2 for Meter Data Management V2.0.0 Multiplatform??
    reply me asap.
    regards
    vijaya

    It would help if you provided osme basic information like what version you are installing, what operating system, 32 bit or 64 bit. We may like to help but we are not mind readers.
    If you happen to be installing one of the latest versions of the framework (CC&B FW 2.2 SP 8) there is an issue.
    You may have to start off with hibernate 3.2.5 then run the framework installation.
    This may not do a full install but you may find that only 1 or patches have not been installed and the issue is that these require hibernate 3.2.7
    So go back and install the hibernate 3.2.7 and change the environment variables to point to the new version.
    Re-run the framework installer.
    You may get errors in that the patches that did not previously install properly cannot be installed.
    This is because they have entries in the etc/installed_fixes.txt file.
    edit the etc/installed_fixes.txt file and delete the patches that will not install.
    re-run the installer now and the rest of the patches should now install
    The 2 offending patches may be 9384543 and 9080333.

  • A brief info on "Oracle Utilities Business Intelligence"

    Hi All,
    I need some information on "Oracle Utilities Business Intelligence". Is this the same as that of Tool > Utilities in OBIEE or having some product information.
    If Anybody has any inputs on the same topic would be helpful.

    Ok. Simple answer to your initial question: "No, Utilities Business Intelligence has got nothing to do with Tools > Utilities in the Admin Tool."
    rnm and Stijn tried to give you hints..."Utilities BI" is BI for the utilities sector. As simple as that.

  • Oracle Utilities forum was archived and now users are lost

    I really hope a forum admin reads this!
    Oracle Utilities was a very active forum and for some reason was archived and now users can't post there. Consequently Users are now posting Utilities-related questions in random places and they are not getting any replies. e.g. in the Insurance place.
    @admin: can you make sure a new group is created?

    It may be you got no responses here because your questions really belong in other forums:
    Backup:
    http://discussions.apple.com/forum.jspa?forumID=956
    iWeb:
    http://discussions.apple.com/forum.jspa?forumID=1108
    PS Since Backup has a QuickPick for the iWeb Domain file, I am puzzled how you could not find it to back it up.

Maybe you are looking for

  • Is the apple mini DVI to DVI 'D' and 'Male' or 'Female'

    Hi all, New to DVI and HDMI... So excuse me if this is an obvious question... I plan to buy the Apple mini-DVI to DVI cable. My lcd tv only has HDMI... I believe a female input. I plan to buy a third party DVI to HDMI cable. The one I am looking at i

  • G6-1322sl IDT Audio Driver for Win 8.1 X64 VEN_111D&DEV_7605

    Hi, i'm searching for a driver working on my pc with win 8.1 X64 , unfortunatly, i have tested a lot of driver: sp60042 sp63997 sp59620 sp63555 But no one works for my pc, driver is installed but still no audio.

  • [solved] gnome3 only in fallback mode

    There a few threads dealing with similar problems, but they are rather old. So I decided to open a new topic. gnome3 only starts in fallback-mode on my notebook (Lenovo TP x61). I cleaned up my xinitrc and use gdm to start gnome, but still no results

  • Count number of colums for that query.

    Hi all, I need to return the number of columns for that query, the columns are not known...dynamic columns. i.e 1) Example 1 select column1, column2 from dual; Result should return counter = 2 2) Example 2: select column1, column2,column3,column4, co

  • Getting Error while intalling software

    Hi Support, I am using Windows 7 32 bit in my Laptop . When i am trying to install software it shows error at the time of installation GENERAL PROTECTION FAULT IN MODULE WIN87EM.DLL at 0001:02c9 and than windows prompted  Choose Close and when i clos