Deployment without using enterprise etl options

I've been burnt by Oracle again! After happily upgrading to 10.2 and shooting off "several toes" creating multiple control centers and configurations, I'm now ready to start deploying from dev to test to qa to prod.
While fighting several bugs in OWB regarding deployment, I see in the fine, fine print that multiple configurations are licensed as part of the enterprise etl option. Translation: another 100k plus to Oracle for something that I thought came out of the box for free. After all, we could deploy to various location using version 10.1.
So now I have to figure out how to move all these mappings and process flows we've created without a key component or pay Larry more money.
I need help! Other than using multiple configuration, control centers, and, I guess, a unified repository, what are my options?
Multiple OWB development repositories?
OMBPlus to hand write everything that the multiple configuration option would do? (I suppose that is a violation of the license agreement too)
Multiple control centers and tweaking the default_configuration every time we change something? (Again, I suppose I could do that with OMB)
SQL Script Exports and code hacks?
Any ideas or links would be appreciated!
-K

Hello.
Interesting problem eh?
I myself am going down this path, we have the Database licence so I am simply building a design repository in each region in my SDLC so one in DEV, TEST, QA, PROD. etc
I create a corresponding Runtime in each Region to match the Design Client. I do not use multi configuration in the Design Client!
For Release I migrate an MDL file and an XML deployment file. The MDL is simply for meta data publishing into next region, and if the needs arise it can be used for a hot fix and backward porting to DEV etc.
Using OMBPLUS i generate the MDL file and XML file in DEV region. Using OMBPLus I import MDL file into next region, and deploy XML file(DEV version) straight into Target runtime. Use OMBPLUS to sort out runtime connection details etc.
I Source Code control the XML and MDL files. So i have multiple layers of recovery points.
The concept is static XML file generated in DEV thats deployed into Each region up the chain. The DDL are being done in straight sql.
Using the Database wrapper proc I call the runtime and execute the mappings from dbms scheduler.
So the release process goes:
sqlplus DDL changes
OMBPLUS MDL import and XML deployment
sqlplus run schedules
So with consitent naming standards and development processes, its just the same release cycle with a bit in the middle to handle mdl and xml files via ombplus.
You get your transfer of responsibility from dev team to support team, dev team using ombplus to create the release plcode objects, the support team using the same ombplus programmes deploy the xml file into the target region and import the metadata.
You can mix and match how much, how little you want to use OWB.
Give us an update on how you proceed. As its an interesting topic.
Regards,
Richard.

Similar Messages

  • OWB10gR2 on RAC without Enterprise ETL option

    Documentation says that "Without the Enterprise ETL option, you can install the Warehouse Builder repository in a Real Applications Cluster environment for the limited purposes of executing in that environment". What means "limited" ??

    I'm probably not really the person you want to hear from, but I have had some experiences in this area that I can share.
    I have purchased both the Enterprise ETL and Data Quality options, but while I was negotiating with Oracle on licensing (which took several months) we almost went live with 10.2 without using the options. Honestly, the only really important feature that I had to have was the Configurations. We run 2 separate data warehouses for 2 of our businesses, but both share a common set of code. The configurations allow you to set target specific configurations against the same mappings, tables etc which simplifies deployment significantly for me.
    Scheduling has a major shortcoming: you cannot set runtime parameters and unfortunately, I am unable to use it even though it came at quite a price.
    I have been through a fair bit of pain with bugs too. I have 5 custom patches resulting from bugs and have 2 more Sev 1 SRs currently open, waiting for patches. Having siad that, considering the scale of changes in 10.2, they have done pretty well for a first release.
    If you are using an earlier version of OWB, my opinion is you will be fine with 10.2 without the options. There are some nice features that you will no doubt find useful in the options, but they do come at a price if you have many users or CPUs.

  • How to transfer photo's from LR to Blurb without using the Book option in LR?

    Without using the Book option in LR can one transfer photo's to Blurb?

    There is no way like with Aperture where you can drag your photo from Aperture to Blurb?

  • How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?

    How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?
    I tried using DROP Tables, Truncate Database, Delete and many more but it is not working.  I want to delete all tables using Query Analyzer, i.e. through SQL Query.
    Please help me out in this concern.
    Nishith Shah

    Informative thread indeed. Wish I saw it early enough. Managed to come up with the code below before I saw this thread.
    declare @TTName Table
    (TableSchemaTableName
    varchar
    (500),
    [status] int
    default 0);
    with AvailableTables
    (TableSchemaTableName)
    as
    (select
    QUOTENAME(TABLE_SCHEMA)
    +
    +
    QUOTENAME(TABLE_NAME)
    from
    INFORMATION_SCHEMA.TABLES)
    insert into @TTName
    (TableSchemaTableName)
    select *
    from AvailableTables
    declare @TableSchemaTableName varchar
    (500)
    declare @sqlstatement nvarchar
    (1000)
    while 1=1
    begin
    set @sqlstatement
    =
    'DROP TABLE '
    + @TableSchemaTableName
    exec
    sp_executeSQL
    @sqlstatement
    print
    'Dropped Table : '
    + @TableSchemaTableName
    update @TTName
    set [status]
    = 1
    where TableSchemaTableName
    = @TableSchemaTableName
    if
    (select
    count([Status])
    from @TTName
    where [Status]
    = 0)
    = 0
    break
    end

  • Error while deploying application using enterprise manager website and dcmctl

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container. We are planning for deployment in few days to go it live. Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Are there any mandatory patches to be applied after installing 9ias Rel2?
    Thanks
    Srinath

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Regarding ESB Deployment without using JDeveloper

    Hi,
    I would like to deploy my ESB application without using JDeveloper. BPEL Designer automatically creating the build script to deploy the BPEL application. Is there any ant script available to deploy the ESB application in to Oracle integration server.? Please let us know.
    Regards
    Niraimathi R

    Niraimathi,
    I had the same question - see Re: Registering ESB Services without JDeveloper
    Dave Berry from Oracle kindly gave me a sneak preview of the jars and tags required in order to register ESB services from ANT.
    I now have a continuous build environment (using Cruise Control), linked into Subversion which deploys all my BPEL Processes and registers my ESB services.
    I believe that the JARs and instructions on how to register ESB services using ANT will be available on OTN soon.
    Kind Regards,
    Mark.

  • Moving a file without using Cmd+Drag option

    Is there any third party software or command such as Cmd+X to move folders on a finder window other than Cmd+Drag. I find Cmd+Drag annoying and very difficult to use in OSX as you have to keep pressed the mouse button till u have reached to the destination folder. what happens if u mistakenly release the mouse somewhere else..
    I still don't understand what harm such a command could do. OSX protagonists tell that this is called cutting a file and is dangerous to the filesystem but I say I am not cutting any file/folder here.. file still stays at the same place till I have pressed something like Cmd+V which is what Cmd+Drag does...at least gives my finger a rest and time to think... Anyone else agrees with me?
    Besides if unix command "mv" allows it then why not graphic UI.

    ziaulhasan,
    You can also use your Mac's Automator program to move Finder items from one place to another.
    Open Automator. Highlight "Finder" inside the Library frame to reveal all of the Finder's Actions. Drag the following two Finder Actions to the right-hand side Workflow pane, in this order:
    1) *Get Selected Finder Items*
    2) *Move Finder Items* -- under Options check "Show Action When Run" so that a dialog appears, allowing you to choose a destination folder. Otherwise the action would run without user interaction, resulting in the item being moved to whatever your default location may be. Select the "Show Selected Items" radio button, and check the "To" box. Consider carefully whether to check "Replacing existing files." If this box is checked and you were to move a folder from one location to another containing an existing folder of the same name, you would overwrite the files in the folder not being moved. To keep this from happening, leave "Replacing existing files" unchecked.
    From the File menu select "Save As Plug-in..." Give your plug-in a name ("Move Item" e.g.) and save it as a Plug-in for: Finder. Thereafter, you'll find the newly named action on your Finder's contextual menu, in a submenu under Automator. Your new action is now ready to be put to use when you Control-click on a file or folder in the Finder.
    Note: Be careful when working inside a Finder window in Column view that you have selected the +item itself+, and not merely Control-clicked on the item while its +enclosing folder+ is highlighted. Otherwise you might find that, for example, you've moved your entire User Library folder into your Utilities folder, leaving you to wonder later how that could have happened...
    Good luck!
    Regards, Andrew99

  • How to add Digital signature in existing file without using save as option?

    Hi,
    I am using Adobe acrobat x pro for editing pdf documents from sharepoint, it's working fine but when i am trying add digital signature it shows me save as diloug box which i don't need because I want to edit that file directly on server location.
    plz help me to resolve this problem!!
    thanks
    Amjad

    When a signature is applied in Acrobat/Reader, it forces a Save As. Otherwise it can't work.

  • How to create window key without using the trillium option

    Hi,
    I am having some problems when trying to create using the window key generator module in ODI data quality.
    I created a business data parser for cleansing my records. This had to pass thru 4 routines, the transformer, parser, window key generator and the matcher routines. The transformer and parser routines have run properly but they window key generator is asking me to specify the window key.( I created the rules for the window key. Like last 3 consonants of last name and 5 digits of some ID). But this is not getting accepted when i am running it and pops an error message.
    I also do not have the trillium module integrated with ODI as of now.
    Can anyone help me with this problem or anyone has faced the same situation and have tried a work around for it.
    Please let me know.
    Thanks,
    Chapanna

    Hi,
    If you are using file-based installation, you can install as non-root user and create domains as usual. You can use asadmin command available at <AS_INSTALL>/bin to do this.
    ex: ./asadmin create-domain domaindir /tmp/justfortest adminport 4850 --adminuser admin domain_nonroot_test
    Did you face any problem doing this in non-root. Unless you have write permissions in domaindir, you won't be facing any problem.
    Hope this clarifies your question.
    Thanks,
    -Balaji.

  • How do I transfer a single playlist to my iPhone 5 without using the sync option on iTunes version 11.0.4?

    I'm having troubles transfering two new playlists I just created on my new MacBook Air to my iPhone 5. I have some music on my iPhone that isn't on my MacBook yet and I don't want to lose the music on my iPhone. How do I just transfer the playlists?
    HELP!

    Hi kailajeane,
    Not sure I am understanding what type of music that is on your phone but not your Mac? Is it music you purchased from iTunes directly on your phone?
    If so, then you can sync with your Mac - all you need to do is, before you sync, go to the iTunes Store on your Mac and click on Purchased under Quick Links. Then download the purchased music. Hook up your phone, and check your Music tab on the Device Profile and make sure you have everything you want to sync selected, and then Sync.
    Cheers.
    GB

  • Warehouse Builder ETL Option

    We are using OWB repository 10.2.0.2.0 and OWB client 10.2.0.2.8. The Oracle version is 10 G (10.2.0.2.0). OWB is installed on Sun 64 bit server.
    There are various ETL options for OWB such as Enterprise ETL Option, DQ ETL option etc.
    How do we find the actual option of installed ETL option?
    It does not show up in OWB/help/About or session properties.
    Do we need to query some system tables to figure this out?
    Thanks in advance.
    RI

    Hi.
    there is just one installation. Having installed OWB, you can technically use all features. It's just a question of the license what you are allowed to use.
    Regards,
    Carsten.

  • Enterprise License with ETL Option

    We have the Enterprise License of OWB 10R2 - but have not purchased any of the ETL Options.. Some seem VERY critical - SCD2 support, Target Load Ordering, Scheduling of Maps, etc.
    Does anyone run OWB with just the Enterprise License in a production environment.. I am just trying to figure out if we need to explore this with our sales rep OR have people had success without these ETL options.
    thanks
    OBX

    I'm probably not really the person you want to hear from, but I have had some experiences in this area that I can share.
    I have purchased both the Enterprise ETL and Data Quality options, but while I was negotiating with Oracle on licensing (which took several months) we almost went live with 10.2 without using the options. Honestly, the only really important feature that I had to have was the Configurations. We run 2 separate data warehouses for 2 of our businesses, but both share a common set of code. The configurations allow you to set target specific configurations against the same mappings, tables etc which simplifies deployment significantly for me.
    Scheduling has a major shortcoming: you cannot set runtime parameters and unfortunately, I am unable to use it even though it came at quite a price.
    I have been through a fair bit of pain with bugs too. I have 5 custom patches resulting from bugs and have 2 more Sev 1 SRs currently open, waiting for patches. Having siad that, considering the scale of changes in 10.2, they have done pretty well for a first release.
    If you are using an earlier version of OWB, my opinion is you will be fine with 10.2 without the options. There are some nice features that you will no doubt find useful in the options, but they do come at a price if you have many users or CPUs.

  • Options for BI without SharePoint Enterprise

    Hi,
    I'm trying to gather some information in the limitations on using SQL Server 2012 Enterprise BI without SharePoint Enterprise.  Specifically, BI distribution is of a concern.
    If I had the capabilities of SQL Enterprise but only had SharePoint Foundation, would I still be able to distribute BI PowerPivot reports and would users still be able to use the features of PowerPivot?  What would be the options of distribution with
    the said infrastructure?
    Also, what would I be missing out on.  I know there's a lot of information scattered on the net about this, so for brevity, I'd only ask for a summary of options and disadvantages.
    Any input would be most appreciated.
    Thanks

    ...Specifically, BI distribution is of a concern.
    If I had the capabilities of SQL Enterprise but only had SharePoint Foundation, would I still be able to distribute BI PowerPivot reports and would users still be able to use the features of PowerPivot?  What would be the options of distribution with the
    said infrastructure?
    Also, what would I be missing out on...
    SharePoint is not the only way to do enterprise level BI using Power Pivot. I wish Microsoft would bring some clarity to this. You have other options including...
    SSAS (SQL Server Analysis Services): My favorite by far. Real easy to setup (contrast with SharePoint, which is a bear). Heck even I could step through the install myself.
    Read about
    migrating from Excel Power Pivot Workbooks to SSAS
    You get some of the same benefits of a
    "Hub and Spoke" or "Core and Thin" model - Your Data Model (Power Pivot) is centralized on the central server, and you do not need to be emailing large Excel files around. You can have a host of "Thin" reports connected to
    this central model ("Spoke"s) - these can be Excel based, SSRS or another tool of your choice connected to your central cube hosted on SSAS. Thus BI distribution should be real easy. You can also setup autorefresh of your data model very easily.
    Power BI (mmm if you are not considering SharePoint, I doubt this is an option for you)
    Other options - e.g. Insight Center developed in conjunction
    with Microsoft
    What would you be missing out on
    Power View on SharePoint. If you are using Excel 2013, users would still have Power View inside of Excel - but I prefer the Power View on SharePoint
    Mmm..all the SharePoint functionality of course (file sharing, permissions, excel services...)
    Regards, Avi
    www.powerpivotpro.com
    Wiki:How to ask a Power Pivot Question to get a prompt, accurate and helpful response

  • How can i use an existing vpn connection without using the option "Send all traffic over vpn connection"?

    I have been trying to get my computer (os x.7) to astablish a remote desktop connection to my work computer via a vpn tunnel. In fact I have just discovered that it works fine if i select to "send all traffic over vpn connection" from the options in the advanced setup of the vpn.
    If the option is selected microsofts "Remote desktop connection for mac" works just fine. However without selecting the option it is not taking advantage of the tunnel but tries to connect as if the tunnel would not exist.
    Now the question is how do I get program to use the vpn tunnel without checking the above option?
    Thanks for any hints and pointers.

    Then can her computer be authorized to both accounts?
    Absolutely. You can authorize any given computer to up to five iTunes Store accounts.
    If purchases are made on her account, to a computer authorized to my account, can I put those songs on my iPod?
    If you connect your iPod to her computer, yes. Tracks download only to the computer from which they're purchased, regardless of which iTunes Store account is used for the purchase. Or you could copy the tracks from her computer to yours and then authorize your computer to her iTunes Store account. But that's sort of defeating the original purpose, it would seem to me.
    is it better to buy music through Amazon downloads and/or actually purchasing CDs to avoid the security features iTunes puts on its music?
    That's certainly an option. If it's an entire album I want, I buy CDs. That way I can import them at the quality I want and to whichever of my systems I want. Amazon or one of the other download stores that offer tracks as MP3 are also an option, though for me download stores are best when you just want a couple of tracks off a given CD.

  • Xml report output in excel format without using options tab in EBS

    How to get xml publisher report output in excel format without using options tab in EBS?
    I am getting XML Publisher report output in excel format by using options tab while submitting the concurrent request .
    But i want to get excel output automatically.
    Can anyone give idea to get XML publisher Report output in excel without selecting options tab.
    Thanks in advance
    Sandeep V

    Hey Sandeep,
    I am working on a similar format for a report and if possible can you please give me some guidelines. I have initially created reports using XML Publisher, but for those , the output preview format was PDF. So, if I select the preview format as EXCEL will it give me output in Excel and for this to happen, how do I define the rtf template. I believe the working will be same as for PDF, create a rdf report, get output in XML and apply the template to get the data in Excel or there is something different to this.
    Thanks,
    Sunil

Maybe you are looking for