Oracle 9i/Laptop Development Environment Setup

I am architecting a development environment to run on a single laptop, Sony VAIO running Windows XP Pro. MS IIS is currently installed. I want Oracle 9i as the primary DB in the development (1 user/laptop), and eventually in the production environment. What should be my Oracle products (and certified OS and AS) on both the server and client sides? FYI, I could either partition the existing disk to install Linux, or add a second disk.
Thanks,
Gary Johnson
[email protected]

Sorry, I made a mistake
Message was edited by:
Gerry

Similar Messages

  • Getting Data Direct license error on Development Environment setup

    Using .NET portal G6 sp1
    <br>
    I have setup UI development environment. But I am getting datadirect license error on Debug->F5 in Visual studio.
    <br>
    I get Database connectivity error. I checked PT config manager. It showed connection was good.
    <br>
    Looking at PTSPY I found thus error:
    <br><br>
    Error     OpenKernel.Database     .NET #1938     com.plumtree.openkernel.impl.db.DatabaseService     Exception acquiring database connection
    System.InvalidOperationException: <b>The DataDirect ADO.NET Data Provider you are attempting to use is not licensed. If you would like to license a provider, please call 800-876-3101 or visit DataDirect at www.DataDirect-Technologies.com.</b> at DDInt.License.LicFile.UnlockProvider(String licFileName, Int32 version, LicProviderType providerType)
    at DDInt.Common.CommonConnectionImpl.Open()
    at DDTek.SQLServer.SQLServerConnection.Open()
    at com.plumtree.openkernel.impl.db.DatabaseService.GetConnection() in e:\buildroot\Release\openkernel\2.0.x\opendb\build\x86\src\csharp\com\plumtree\openkernel\impl\db\DatabaseService.cs:line 1066
    <br>
    Has anyone seen this error before?

    Thank you for posting this response. This hit me last year and I could not for the life of me remember what we did to address this. Your note saved me gobs of time :)
    In that spirit... I'm including some notes we made on seeing this sort of error on the remote tier when using the native API (installing the automation server on the remote tier so the API is accessible to our native portlets). Ideally someone else finds value in this.
    P.S. - ignore the preachy/information tone on bits of this. It's written for our internal documentation, so I had to do it up all classy-like :P
    Error: "Datadirect license file not found at configured location: [license file directory goes here]\DDplm.lic"
    This error will occur if you use certain portions of the native API on the remote tier. When you use the native API you typically install the "automation server" (job processing server) - this is more appropriately thought of as a "light" portal install where the underlying portal logic / process libraries are installed and registered on the server, but the user interface portions are not available (EX: no web interface).
    When you install the automation server and portal cross-platform database libraries are installed to abstract out behavior specific to MS SQL, Oracle, etc. The automation server installer does not, however, install 100% of the files used by the portal - specifically, the license file(s) required by this cross-platform database library.
    To resolve this issue you must do two things.
    =========================================================
    1. Copy the license files from the portal to the automation server
    =========================================================
    * "Share" or terminal service over to a portal server. Navigate to the following (or close to it) directory path to find the license files generated by the portal installer.
    \\MyPortalServer\d$\Program Files\plumtree\ptportal\6.0\bin\
    * Find the folder "assemblies" and locate the file "DDplm.lic"
    * Copy the "assemblies" folder to your automation server, matching the path/location
    EX: \\MyAutomationServer\d$\Program Files\plumtree\ptportal\6.0\bin\
    * You should now have the following folders/files installed on your automation server
    \\MyAutomationServer\d$\Program Files\plumtree\ptportal\6.0\bin\assemblies\DDplm.lic
    =========================================================
    2. Update the automation server config file to point to the DDplm.lic file
    =========================================================
    Now that you have the appropriate license file copied to your automation server you must reference it within the core automation server config file. Recall that the automation server is really just a subset of the portal - the paths will then make more sense
    * Navigate to your automation server's core configuration file
    \\MyAutomationServer\d$\Program Files\Plumtree\settings\common\serverconfig.xml
    * Open this file and find the entry for "database-connection:adonet-license-file-directory"
    <setting name="database-connection:adonet-license-file-directory">
        <value xsi:type="xsd:string">[license file directory goes here]</value>
    </setting>* Update the "serverconfig.xml" file to include the local absolute path to the folder that contains the license file ("DDplm.lic") you copied over in step (1). Your final entry should look similar to the following:
    <setting name="database-connection:adonet-license-file-directory">
        <value xsi:type="xsd:string">D:\Program Files\plumtree\ptportal\6.0\bin\assemblies\</value>
    </setting>
    =========================================================
    3. There is no step 3
    =========================================================
    That should be it.

  • CCB DEVELOPMENT ENVIRONMENT SETUP

    Hi, I downloaded the SDK for CC&B from "eDelivery". And my company bought CC&B for customer service purpose not for the development purpose. And i want to set up the development environment using the CC&B and SDK, All the setup has been done. And I added a change handler just to make city as mandatory while adding a premise. But my CHandler do not show its effect and i am able to add a premise without specifying the city.
    IS that the CCB environment itself has got some setting that is not allowing it to show the effects. Also while installing CC&B the option "IS it used for Development purpose was false" later i changed it to true using cnfigureENv.cmd.
    But still my handler is not validating city while adding a premise.
    Can anybody suggest me whether it is the SDK limitation that is downloaded frm eDelivery (something like trial version) that prohibits CHANdLER to work.

    i did as specified but now i am getting errors during server startup.. and application is not starting up..
    wConnection(RotatingCommandRunnerProvider.java:135)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider.addNe
    cessaryConnections(RotatingCommandRunnerProvider.java:121)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider.acces
    s$800(RotatingCommandRunnerProvider.java:30)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.performPollingActions(RotatingCommandRunnerProvider.java:257)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.performRunLoop(RotatingCommandRunnerProvider.java:239)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.run(RotatingCommandRunnerProvider.java:230)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException
    at java.io.DataInputStream.readByte(DataInputStream.java:243)
    at com.splwg.base.support.cobol.host.OptimizedObjectEncoder.readOptimize
    d(OptimizedObjectEncoder.java:75)
    ... 16 more
    - 11:54:47,250 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.shared.common.LoggedException.raised(LoggedException.java:65)
    - 11:54:47,359 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.RemoteJVM.waitForServerToRegisterRunner(Rem
    oteJVM.java:141)
    - 11:54:47,468 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,468 [main] INFO (cobol.host.RemoteJVM) Remote JVM started with arguments:
    17 6505 6506 2
    - 11:54:47,609 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.RemoteJVM.main(RemoteJVM.java:118)
    - 11:54:47,609 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,484 [main] INFO (shared.environ.ApplicationProperties) loaded properties fr
    om resource spl.properties: {spl.runtime.cobol.sql.cursoredCache.maxRows=10, spl
    .tools.loaded.applications=base,ccb,cm, spl.runtime.cobol.sql.disableQueryCache=
    false, spl.runtime.utf8Database=true, spl.runtime.cobol.encoding=UTF8, spl.runti
    me.cobol.sql.cache.maxTotalEntries=1000, spl.runtime.cobol.cobrcall=false, spl.r
    untime.cobol.sql.fetchSize=150, spl.runtime.environ.init.dir=C:/spl/CCBDEMO22/et
    c, spl.runtime.sql.highValue=, spl.runtime.service.extraInstallationServic
    es=CILTINCP, spl.runtime.oracle.statementCacheSize=300}
    - 11:54:47,625 [Log4j Connection Listener] INFO (cobol.host.LocalLogServer) C
    onnected to client at /10.244.102.185
    - 11:54:47,656 [Remote JVM:17 Main ] INFO (cobol.host.SocketStrategy) Socket
    strategy set to com.splwg.base.support.cobol.host.sockets.WindowsPipeSocketStrat
    egy
    - 11:54:47,687 [Remote JVM:17 Main ] INFO (cobol.host.RemoteJVM) Remote JVM l
    istening for requests. Rmi registry port: 6506
    - 11:54:47,718 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,625 [Remote JVM:17 Main ] INFO (cobol.host.RemoteJVM) Removing all existing
    logging appenders from JVM 17
    - 11:54:48,265 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger) Exceptio
    n in thread "Remote JVM:17 Thread 1" java.lang.UnsatisfiedLinkError: no cbljvm_s
    un in java.library.path
    - 11:54:48,375 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    - 11:54:48,484 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    - 11:54:48,593 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.System.loadLibrary(System.java:993)
    - 11:54:48,703 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.microfocus.cobol.RuntimeSystem.<clinit>(Unknown Source)
    - 11:54:48,812 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.CobolThread.run(CobolThread.java:29)
    Aslo i get the following error:-
    compile:
    [echo] ...Compile cm
    [javac] Compiling 6 source files to C:\spl\CCBDEMO22\java\target\cm
    [javac] C:\spl\CCBDEMO22\java\sourcegen\cm\com\splwg\cm\api\lookup\Business
    bjectOptionLookup.java:75: PORTAL_NAV_OPTION is already defined in com.splwg.cm
    api.lookup.BusinessObjectOptionLookup.Constants
    [javac] public BusinessObjectOptionLookup PORTAL_NAV_OPTION;
    [javac] ^
    [javac] 1 error
    BUILD FAILED
    C:\CM_packaging\etc\CMbuild.xml:91: Compile failed; see the compiler error outp
    t for details.
    Total time: 28 seconds
    100727:120912 <info> Creates cobol lockfiles in order to get compiled
    100727:120912 <info>
    100727:120912 <info> Patch apply completed.
    100727:120912 <info>
    100727:120912 <info>
    100727:120912 <info> Log file is C:\Test\applyCM.CCBDEMO22.CCBV22.log
    100727:120912 <info> End of c:\CM_packaging\\applyCM.plx
    100727:120912 <info> Compiling cobol programs, check response codes for every
    rogram.
    No lockfiles found
    100727:120912 <info> ***********************
    100727:120912 <info> Patch apply completed.
    100727:120912 <info> ***********************
    Performing webserver action N
    JAVA_OPTS is -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=ISO8859_1
    CATALINA_HOME is C:\tomcat\apache-tomcat-6.0.13
    CATALINA_BASE is C:\spl\CCBDEMO22\product\tomcatBase
    CLASSPATH is C:\spl\CCBDEMO22\splapp\standalone\lib\ojdbc5-11.1.0.6.0.jar
    Edited by: user10594079 on Jul 27, 2010 1:10 AM

  • CCB development environment setup and change handlers

    Hi i am trying to set up the development environment of CCB on my machine. I configured eclipse accordingly. i added a change handler at location C:\spl\CCBDEMO22\java\source\cm\com\splwg\cm\domain\customerinfo\person and named it as CmPerson_Chandler.java.
    CmPerson_Chandler.java
    package com.splwg.cm.domain.customerinfo.person;
    import com.splwg.base.api.changehandling.RequireRule;
    import com.splwg.base.api.changehandling.ValidationRule;
    import com.splwg.ccb.domain.customerinfo.person.Person;
    public class CmPerson_Chandler {
         public static ValidationRule emailRequiredRule() {
              return RequireRule.alwaysRequire("Person:Email is required",
              "The person's email address must be specified",
              Person.properties.emailAddress);
              public ValidationRule[] getValidationRules() {
              return new ValidationRule[] {emailRequiredRule()};
    I saved it and compiled it. Now when i open CCB and try adding a person without emailid it gets added without the validation being performed. Can anybody suggest me am i missing out any step?

    My artifact generator now works fine, i was missing out configuration under Arguments tab.
    I added a Junit test class under the same package as of CmPerson_CHandler. now when i try to run the JUNIT it guves me the error
    Class not found com.splwg.cm.domain.customerinfo.person.CmPerson_CHandler_Test
    java.lang.ClassNotFoundException: com.splwg.cm.domain.customerinfo.person.CmPerson_CHandler_Test
         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:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadSuiteClass(RemoteTestRunner.java:428)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.getTest(RemoteTestRunner.java:380)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:445)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
    Also when i right click deploy.xml it creates the cm.jar file under application/root/WEB-INF/lib, Do i need to deploy the jar file ? or just creation of jar file itself deploys it?
    Also after adding the CmPerson_CHandler compiling it ---> generating artifacts ----->creating cm.jar file ---> restrating server ----> then i try to add a person without email ID from application and still the person gets addedd... Can anybody suggest me why my Handler is not showing its effect..

  • Business Objects Developement environement Setup

    Hi Experts,
    I am designing Business Objects Universe in 3.1 version with SQL severe database.we don't have development setup for Business Objects Tool,Can any one suggest me how to do that.
    The data is coming from 2 different servers can i have to make TWO connection is it fine with one connection it self, if it one connection can i have to Built 2 universe?
    Thanks,
    Gowtham

    Hi
    If data is coming from 2 different systems ...you need to create two different connections and two different universes.
    otherwise you need to upgrade from BO 3.1 to 4.1...then you can build only one universe using multiple source enabled option using relational connection.
    or you need to develop one more server 3 combining with Server 1 and server 2 and then on top of server 3 ...you can develop single universe.  but i suggest upgrade from 3.1 to 4.1

  • Setting Up Shared Development Environment

    Is there any diagrams, white papers, guides or best practices on setting up the J-Developer and connecting to shared Services and database? The Developer guide (E10148.pdf) does not really cover what the standards is or the overall infrastructure of the JDeveloper and setting up a Shared Developer enviroment.
    I looking for something like http://docs.oracle.com/cd/E25178_01/fusionapps.1111/e15524/gs_install_e.htm but for (11.1.1.6.0) version webcenter.
    I basically looking for something to help me get our Shared Development Environment setup with Jdeveloper.

    The issue is connecting the Jdeveloper to the WebCenter DS and Activity DS schemas. In the Development guide it says I need to connect to these schemas to be able to utilize several of the WebCenter Services, ( http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10148/jpsdg_svc_intro.htm#BHCDJHAI - 7.2.2 Setting Up a Database Connection
    We are trying to set up the connection to our shared development environment database. Our database group is concerned with giving developers access to these schemas. They are concerned that JDeveloper will changes or modify the schema and cause the database to fail. They created a account with read only access but we are not sure it this will work.
    I been trying to find anything in the documentation to find what access JDeveloper needs to the WebCenter DS and Activity DS schemas and if JDeveloper can modify these schema in any way.
    Additionally try to find anything on the best practices on connecting to a shared database and setting up a Development environment and its connection to Jdeveloper .

  • LV 2011 development environment prompting to install LV 2012 RT Module f1 patch?

    I have a LV 2011 development environment setup, including RT.  I am getting a message that there is an urgent patch to LV 2012 RT available; see attached.  This development machine must remain on LV 2011; should this patch be installed?  Thanks.
    Matt
    Solved!
    Go to Solution.
    Attachments:
    ScreenHunter_01 May. 29 08.06.jpg ‏126 KB

    Like the message in the notification states, you're seeing that update because you've likely got some other component that released along with LabVIEW RT 2012 - NI-RIO 12.0, WSN 1.4, or Fieldpoint 6.0.11.  The issue was to fix a specific problem in LabVIEW 2012 that affected RT, so if you don't have LabVIEW 2012 installed then the patch will neither be harmful nor helpful to you; however, NI-RIO, WSN, and Fieldpoint installer framework files for RT had to be updated to be compatible with the LabVIEW changes (and thus you likely have a component installed that has an update available, even if LabVIEW 2012 itself is not installed).
    -Danny

  • Setting up Oracle DB 11G in a development environment

    Hi
    I need to setup a new development environment with Oracle Database 11g and Oracle Apps Server 10G Forms and Reports.
    Currently we are running a live system (using Microsoft Virtual PC) on a domain and the virtual servers are joined to the domain.
    Where I want to get to with the new development environment is to be able to eventually move these new virtual servers to a completely new domain.
    What would be the best way to set this up to minimize the amount of work when setting up the database and apps server with the assumption that I will want to migrate the virtual servers to a new domain in the future. Would it be better to set up a basic workgroup and do the installation of both virtual servers in a workgroup environment?
    Also besides having security enhancements is there any advantage of having Oracle installed on a server versus installing on a Windows XP box?
    Many thanks.
    Spencer

    İf you first try to create db you get above errors, then you select "Create new objects in schema" option drop&create process starts.
    Result :
    TESTTYPEıD_TRG, CUSTOMOPTıONıD_TRG , ıSSUEVERSİONTYPEıD_TRG triggers are dropped and but not created again. ETESTPAGEID_TRG, TESTCASEATTACHMENTID_TRG, ATTCHSTDATA_TRG are newly created instead
    As I mentioned above after creation of ATTCHSTDATA_TRG, it throws an error and process stop. In additon, due to this error, all the dropped views are not created again.
    All my problem is newly created triggers an couldnt created views I suppose.
    Please advice
    thank you

  • Setup security to control access to development environment.

    How can I setup my environment such that users who are on the 192.168.1 network have full access to the dev apex environment, assuming they have an account. While users who are coming in over the internet only have access to the public apps and would not be able to login to the apex main page http://somehost:8080/apex?
    This is for Oracle XE.
    thanks,
    scott.

    Thanks Scott.
    I will try in that forum as well. I just thought that since I wanted to make my apex development environment not accessible to the world, there was something that could be done through htmldb err apex.
    Actually, I just found my answer. It looks like admin/dev sites are not disabled as I just connected to http://asktom.oracle.com/pls/ask/f?p=4050:3 which redirected me to http://asktom.oracle.com/pls/ask/f?p=4550:10 which is the admin login page. I would have expected that these pages be restricted from world access.
    thanks
    scott.

  • New database setup/configuration in development environment- 10g ,OpenSuse

    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .
    1. would freely downloaded oracle software able to accomodate this?
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

    knowledgespring wrote:
    We have a db in prod environment with following info and we required to setup a development database which should similar to that of prod db.
    prod db info:
    DB version: 10.2.0.4.0 - 64bit
    OS version: SUSE SLES 10
    Size of DB: 1676 GB
    configuration is RAC
    we have very limited access to prod db and don't know exactly how many instances are configured in cluster/ RAC.
    Can you please suggest best configuration that needs to be done on development system, how many days work and etc. .How many days work? That is dependant on far more factors than anyone here can guess.
    1. would freely downloaded oracle software able to accomodate this?The freely downloadable software is the same as the base level of the purchased software. But you need to be aware of license restrictions. Just because it is a "test" system doesn't mean you don't need a purchased license. And without a support contract, you do not get access to patches.
    2. Is single instance db is enough to hold huge size db as there will be less number of user connections.Multiple instances (RAC) have nothing to do with the size of the db.
    4. WHAT are all the configuration settings (disk space, ram size, etc) would you suggest to me to have on development environment.This is totally dependant on local factors. "Test", "development" or "production" have no bearing on any of these factors.
    >
    we are planing to import prod dumps via either imp or impdp.. any other method you suggest us to do so..
    no link between prod and development systems.
    No link at all? How do you plan to get the dump files from the prod server to the dev server?
    and if any other info please share and help me out.
    G R E A T T H A N K Y O U IN ADVANCE.

  • Using Oracle Database Express Edition in development environment

    Hi All,
    I have doubt regarding the usage Oracle Database Express Edition in Development environment. I am not sure weather I can ask a non technical question here or not. Pleas forgive me if I have done any thing wrong.
    I am working in an IT company where we take up projects outsourced by our clients. As part of our current project we are making some modification to a web application used by an institution. Our client is using Oracle Data Base standard edition. Due to budgetary constraints of our Company we can not set up a Oracle standard edition data base in our development environment.
    So would it be illegal if we use  Oracle Database Express Edition in our development environment?  We can guarantee that  only our internal development team which comprise a maximum of 10 people will have access to this development database and this development data base will never be opened to our Client for their business purpose(Who have their own Oracle standard edition in their environment). As part of the project we delver only table DDL script and stored procedure to our client and they put it in their environment.The sole purpose of a internal Express database will be development only.
    Could some one please tell me if it would be violation of license agreement if we install Oracle Database Express Edition in our development environment.

    Hi Paul,
    Actually I have already gone through the Oracle Technology Network Developer License Terms for Oracle Database 11g Express Edition . But was not quiet clear about the content. It says in the license terms that "We grant you a nonexclusive, nontransferable limited license to use the programs for: (a) purposes of developing, prototyping and running your applications for your own internal data processing operations". Does the term "your application" includes an application we are developing for another company. Since the Express database  is installed in the development environment only and is not opened to any one else not even for Our client it definitely falls under the term "internal data processing operations" right?

  • Setup sps2010 development environment

    We have a SharePoint 2010 server farm up and running (1 WFE, 1 SQL DB, 1 APP Server) in production. Now we want to setup a development environment, so the developers can use the it to
    do the development work.  
    We would like to setup the development environment looks like the same as the production environment. That means the development environment will have the same site content as the production
    has as well as user profiles.
    How could I accomplish this? Any best practices for setting up this kind of environment from Microsoft?     
    Thanks in advance,

    Hi,
    I know its quite an old post but I just thought to share my views for all visitors like me who landed up here when searching for Dev / Test.
    I was also looking for similar option a few months back and I thought Cloud would be best suitable for me.
    Since I am little novice to cloud, was not sure which cloud to use so I explored Cloud Brokers and Nested Virtualization which can help me.
    I found many solutions like Right Scale, Ravello etc.
    I liked Ravello as it was ideal for Dev/Test case for me.
    You may explore http://www.ravellosystems.com/blog/replicating-sharepoint-server-public-cloud/ as I came to know about this offering from that article.
    If you came across any other solution do share your views too.

  • Typical Repository setup for multiple developer environment.

    I'm having trouble finding documentation on setting up a
    development environment for several developers using Repository.
    I currently have a Global Shared Workarea set up with some
    Forms .fmb files that I would like to share. What method should
    the developer who wants to work on one of these files use to
    perform a check out of the file? When a file is checked out, is
    it moved to a Private Workarea or is it downloaded to the
    developers hard drive? Within Forms Builder there is a check out
    option under File->Administration, but as far as I can tell,
    there is no way to browse the Repository to find the file that
    needs to be worked on. I'm able to use the Repository Object
    Navigator to locate the file, but when I check it out I'm not
    sure how to work on it within Forms Builder. Do I need to
    download the file to my hard drive, or is Forms Builder able to
    work on the file within the Repository?

    Tom,
    Nice set of questions.
    I suggest you allow each developer to create their own workarea,
    these will be private, until they are shared to other developers.
    For a simple environment the workarea rule will be latest(main).
    Check your fmb files into the Repository, they will then appear
    in any workarea that has the rule latest on main. You will also
    need to make the folder they reside in available to public, or
    grant access to individual users.
    Each developer should map the folder to a particular clientside
    directory. I suggest you apply some standards across development
    machines to avoid confusion. A mapping to d:\forms would be
    ideal. On checkout of an fmb it will be synchronized with the
    local file system. The form can then be opened from he Forms
    Builder. You are correct that there is no For Builder Repository
    browser, you must use the RON. Once the form is open in the
    Forms Builder it may be checked in and out. You will need to go
    back to the RON to perform diff/merge and dependency analysis.
    I suggest you ask 2 developers to work on the same fmb and see
    how the repository handles this. Try merging fmb files,
    hopefully you will be pleasantly surprised.
    Note that to add files to a checked in folder you must check it
    out. To make the changes available to other workareas you must
    check the folder back in.
    Have a look at the commandline tool. We use a lot of scripts to
    assist setup and build releases.
    regards
    David

  • How to setup JDeveloper 9.0.4.0 for iStore development environment?

    I am new to iStore and JDeveloper.
    I want to use JDeveloper as a development environment for making the UI customizations to iStore. Unfortunately the only documentation I could find is dated April 2002 for JDeveloper 3.2.3.
    Has anyone been able to configure JDeveloper 9.0.4.0 as the development environment for iStore (eBusiness suite) 11.5.10? I want to be able to run/test the JSPs locally before deploying onto the development server, but cannot find documentation on how to do it for the latests releases of iStore/JDeveloper.
    Thanks.

    You need to download and install the OA Framwork Extension (patch 4045639 for windows).
    Have a look at the Metalink Note:275880.1 (OA Framework 11.5.10 Doc Roadmap), this gives more details.
    Hope this helps.
    Thanks

  • Error Page shown while runnning a Test page from Development environment

    Hi,
    I have set the development environment for JDeveloper with OA Extension.
    I completed the setup steps for "You are Customer,Consultant or Support Rep".
    I have created a new Database Connection for the DB server and obtained "Success" status on clicking "Test Connection" buton in the Dtabase Connection wizard.
    When I run the Test JSP(Tutorial.jpr),I get an error page.
    It shows following exception with a lengthy stack trace.
    oracle.apps.fnd.framework.OAException:
    Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01003: no statement parsed
    A reply about solution for this issue would be of great help.
    Thanks,
    Gowtam

    FYI,
    Could not lookup message because there is no database connection
    Thanks

Maybe you are looking for

  • Urgent: SQLException: Internal Error: Image is not in 8.1 format

    Hello there, I have never come accross such error. Scenario 1 using JDeveloper EA1, Database 9i (9.2.0.6) 2 calling Oracle package procedure with in/out parameters. 3 Package has been imported into jDeveloper (jPublisher) with defaults settings. 4 pr

  • I have an ipod touch that is not recognized by itunes or my computer.

    I have re-installed itunes and that hasn't worked.  I know it's not the chord because i've plugged in another ipod and that one works.  But when I plug in the ipod touch I get nothing--no charging; and it does not show up in device manager

  • BT Infinity 2 and Email

    Hi Everyone. Just had BT Infinity 2 installed (2nd May) and so far pleased with speeds etc. My major problem now is since the install I have had severe problems with 2 of my 3 BT email accounts. At least once a day I am having to use BT Help to fix p

  • Anyone know a fast converter for moving my movies into itunes?

    I just got an apple tv2, i have airvideo on my IP4 that works but i want to stream movies from my PC directly to ATV2. Problem is that i have like 300 movies that aren't converted for itunes... Anyone know a good/fast converter? Would be nice if it c

  • Idoc and bapi

    hi gurus,   what is the difference between bapi and idoc?