Creation of data Mart: OWB, SSIS or the use of Oracle?

I'm working on creating a data mart as a new application for my work. I am a developer pl/sql, but I have no experience in DW. I am looking at what technology to implement this. Each instance of the project for which I work is quite complicated to deploy. Therefore, the easiest way.

Could someone advise me on the use of Oracle Warehouse Builder? be useful to use it to create a simple data mart?

Could I have all of the features needed in a mini - data warehouse by simply using jobs of oracle for the planning of the ETL process created in pl/sql (bulk collect) without using another tool? Is this possible? We do not want to use SSIS.

The DB is 10g EE R10.2.0.1.0, but we could move to 11g as needed

Help with that I will be grateful.
Concerning

You can surely OWB to create simple to complex datamarts or Data Warehouse of company.
For more information you can check out the link below

https://forums.Oracle.com/forums/Ann.jspa?annID=1667

Tags: Business Intelligence

Similar Questions

  • Monitoring of the use of Oracle dialog

    Hello

    After installing JDeveloper 11.1.1.5.0 (and other versions of 11g before that) and from JDeveloper for the first time, a "Oracle use Tracking" dialog box appears with the message
    "In order to continuously improve our products, Oracle is interested in learning about the use of the product. To this end, automatic reports can sometimes be sent to Oracle describing the characteristics of the product in use. No personally identifiable information will be sent and the report does not affect performance. You can view the privacy policy of Oracle on our site. "
    and a checkbox "allows the use automated Oracle."
    See the screenshot at http://www.consideringred.com/files/oracle/img/2011/OracleUsageTracking111150.png

    -(q1) where more details on this feature, such as what information it sends exactly, and when?
    -Oracle (q2) has published everything regarding the results of this 'Use Tracking' feature?

    Thank you very much
    Jan Vervecken
  • Creation of Configuration in OWB 11 GR 2, using Scripts OMB +.

    Hi all
    Please help how to create a configuration pointing to another repository OWB using OMB scripting + Also how to change the location of active deployment for a module using Script OMB +.

    Hello

    Here's how you can add a new location for a module and adjust its configuration settings (ADC) here;

    OMBALTER ORACLE_MODULE "TGT_MOD" ADD REF LOCATION "ADC".
    OMBALTER ORACLE_MODULE 'TGT_MOD' SET VALUES OF PROPERTIES (DB_LOCATION) ("ADC")

    http://download.Oracle.com/docs/CD/E11882_01/OWB.112/e14406/chap3015.htm#DADFHBGE

    Not sure if that's what you're after? To create a new configuration pointing to your own control center;

    OMBCREATE CONTROL_CENTER "MYCC" SET PROPERTIES (etc...
    CONFIGURATION OMBCREATE "MYCONFIG".
    OMBCC "MYCONFIG".
    DEPLOYMENT OF OMBCREATE "MYCONFIGDEPLOY" THE REF "MYCC" CONTROL_CENTER VALUE

    See you soon
    David

  • Question the use of Oracle query Variables

    Hello

    I am new to Oracle, I tried to extract the data from the Oracle database by using the following query which includes 1 variable SYSDATE_UTS, but when I try to execute the query I get an error. Please let me know what I am doing wrong and how I can fix.

    Error message
    -----
    ORA-06550: line 4, column 1:
    PLS-00428: an INTO clause in this SELECT statement
    -----

    Oracle query

    DECLARE SYSDATE_UTS NUMBER: = (sysdate-to_date('19700101','yyyymmdd')) * 86400;
    BEGIN

    SELECT
    INCIDENT_NUMBER,
    TO_DATE (to_char ((1/86400 * REPORTED_DATE) + to_date ('19700101', 'YYYYMMDD'), "jj/mm/aaaa hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as REPORTED_DATE_TIME,
    GROUP_TRANSFERS
    LAST_MODIFIED_BY
    , to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * LAST_MODIFIED_DATE, "mm/dd/yyyy hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as LAST_MODIFIED_DATE
    , (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) age
    CASE
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 0 AND 1, THEN ' 0 - 1 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 2 AND 4 and THEN 2-4 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 5 AND 9, THEN 5-9 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 10 AND 19, THEN 10-19 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) > 20 THEN ' Days 20 + ".
    ANOTHER "UNKNOWN".
    END AS AGE_GROUP
    OF IncidentDataBase
    and the STATE not in (4,5,6)
    and rownum < 10;
    END;

    If you run this query in sql * plus you can declare a sql * more variable, assign a numeric value according to 'now' and use in your application, i.e.

    SQL > variable NUMBER of SYSDATE_UTS;
    SQL > exec SYSDATE_UTS: = (sysdate-to_date('19700101','yyyymmdd')) * 86400;

    You would then call your request, referring to sql * more variable with a colon as SYSDATE_UTS prior to it (i.e.: SYSDATE_UTS)

    SELECT
    INCIDENT_NUMBER,
    TO_DATE (to_char ((1/86400 * REPORTED_DATE) + to_date ('19700101', 'YYYYMMDD'), "jj/mm/aaaa hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as REPORTED_DATE_TIME,
    GROUP_TRANSFERS
    LAST_MODIFIED_BY
    , to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * LAST_MODIFIED_DATE, "mm/dd/yyyy hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as LAST_MODIFIED_DATE
    , (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) age
    CASE
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 0 AND 1, THEN ' 0 - 1 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 2 AND 4 and THEN 2-4 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 5 AND 9, THEN 5-9 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 10 AND 19, THEN 10-19 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) > 20 THEN ' Days 20 + ".
    ANOTHER "UNKNOWN".
    END AS AGE_GROUP
    OF IncidentDataBase
    and the STATE not in (4,5,6)
    and rownum<>

    Table stores IncidentDataBase the "dates" in the number of seconds since the epoch unix?

  • where are my data after the use of Dell backup and recovery

    Three check marks displayed on a Dell backup and recovery, which, I suppose, finishing meant that my backup was successful (using Windows on a Dell Inspiron 8.1).  Where my data is sent to after the use of Dell backup and recovery?

    Click on the 02:22 mark of the video.

    www.YouTube.com/watch

  • connect to the source of data in OWB

    Hello
    I don't want to connect to a database as a source of data in OWB 11g,
    I use a user name and password to connect to the DB, the user has no objects but I can see other patterns and their objects via tools like developer sql with this user.
    How to connect to a specific schema in my DB, and import the data source with this user/pass via OWB?

    concerning
    Judite

    Hi judite

    The definition of location in OWB has a user name and password that is used for authentication and a schema that is used to reference objects of. You can use X as the user authentication schema and the schema Y for the reference schema, then objects of there will be imported.

    See you soon
    David

  • Import 'date', how to move for the Organization?

    I must have missed something earlier.

    I am blocking set a 90-minute film, make clips composed of 'scenes', using numbers at the head of the securities to keep the scenes in the order.  I have just re-edited a scene, creates a new compound clip.  I have a collection of smart "composed of Clips.  But the NEW compound clip is a date... of course a date of creation... which is removed from the chronological collection already established.  I want to be able to have all my "Compound Clips' in a direct timeline, 1-20 so to speak.  This new clip is sitting under a way to the date heading down in the browser.

    I wonder what is the Protocol if I don't care about the dates of creation... but I just want to have all my clips in a neat timeline?  How to bypass the thing "date."

    I'll go back to tutorials that I ask this question.  It bothered me for a while... but I still put out to understand.

    All ears,

    Ben

    Interested in DDoes the creation date? If not, you can turn off in the action pop up in the toolbar by choosing sort by > None.

  • OWB always demand the location password during deployment

    Dear all,

    I have Oracle Warehouse Builder 11.2.0.3. Data on this subject are already imported from another environment that is the version of OWB 11.2.0.1. The mapping are correctly imported. However every day I have to enter the password location whenever I have deployed my mapping. Its like this every time I close the OWB and open it again, it will ask for the password again. Does it all functionality of OWB to remember the password location?

    Best regards

    Akhmad H Gumasjaya

    Take a look at tools-> preferences-> security settings-> OWB. If your not using the workspace owner to deploy, then you will need to change some parameters.

    Concerning

    Ana GH

  • The use of PowerCLI to collect the CreatedOn Dates

    I'm trying to update an inventory database, and one thing I can't seem to get is the date of the creation of a VM and who created the virtual machine. I have a PowerCLI script for more information; Name, host, IP, CPU, RAM count, etc.

    Now, I would not have a problem to run this command: Get-VIEvent - maxsamples 10000 - Start (Get-Date). AddDays(-5) | where {$_.} GetType(). Name - eq "VmCreatedEvent" - or $_. GetType(). Name - eq 'VmBeingClonedEvent'} unless, the database is outdated in 6 months and I would be running out of memory on any computer running the command with - maxsamples [int]: MaxValue and. AddDays(-180). Is there a way I could query the DB VC to find this information and export the information to a CSV file?

    Any help would be greatly appreciated. Thank you!

    Try to use my Get-VIEventPlus function instead of the Get-VIEvent cmdlet.

    To do this, filtering on the vCenter, not on your station.

    See get vMotion/svMotion history

  • Created date field does not accept the correct date?

    Date Created in IPTC field... I enter 1906-01-01 and kick back... the field is now filled w / 2042-02-6.  Lightroom has said that the metadata has been recorded with the original file, but when I look at the image in Bridge (or one that is exported to LR...) I get the correct date that I entered (1906-01-01).

    How can I get Lightroom to display the Date of creation that is anchored w / in the file?

    Thank you!

    This programming bug is most likely due to the use of a 32-bit variable at a certain time, rather than a 64-bit variable.   It would be good that you posted a bug report on the new official website of feedback:

    http://feedback.Photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om

    Details of geeks: Date / time on Windows and Mac are often represented as number of seconds more or less from a specific reference date (e.g. 2001-01-01 00:00:00 UTC).   A signed 32-bit integer can represent a total margin of 2 ^ 32 seconds, or about 136 years.   Note that the difference between the entry date (1906) and the displayed date (2042) is 136 years.   So be a date outside the range of 32-bit (1906), caused the time to boil over and wrap around 136 years (until 2042).

  • Column "Date Active' OWB 11.1 Cube operator

    Hi Experts,

    Recently, I've defined an OWB 11.1 cube using cube editor. The result object contained a "Date Active" column, which was visible in the cube object in a map. The underlying table or the Cube Editor showed the "active" column

    Someone at - it a short explanation on what is the idea of this column and how it could / should be used?

    Thanks for your help

    Concerning
    Andy

    Yes, correct. After obtaining the correct foreign key of the dimension value it s not necessary to save the current data value.

    Alex

  • My ipad is disabled. How to activate ipad without data loss? I know the password

    My ipad is disabled. How to activate ipad without data loss? I know the password

    You can not. If you know the password, how the iPad become disabled? If the device is disabled, the content is not already available. The only way to recover the device is to restore. You can restore your last backup after that. Follow the instructions in this document support. If you have forgotten the password for your iPad, iPhone or iPod touch, or your device is disabled - Apple supports

  • Given to replace my current iphone with a 6s - a trip that I can disable the use of boxes and use a unique sim card data for emails

    Given to replace my iphone today with a 6s - a trip that I can disable the use of boxes and use a sim card only data for email & web.

    If you go to settings > Mobile and less ' use of mobile data for: "turn off all except Safari and Mail

  • How can I change the date format in Thunderbird for the list of received messages?

    Through 19/02/2015 12:28, I received my email with this format. Since that time, all the date Watch column is the time, the date does not show. How to get back to the default time and date format?

    The default is to show all the time on messages from today, with the date and time on all the other messages.

    http://KB.mozillazine.org/Date_display_format

  • At the end of the creation of an e-mail account, that the program will ask a software password security device, I don't know what it is or where to find it.

    At the end of the creation of an e-mail account, that the program will ask a software password security device, I don't know what it is or where to find it. To my knowledge I don't have a 'software security device. I use Windows 7 on an IMac.

    Apparently, you have defined a master password at one point. The password protects passwords that Thunderbird remembered.
    You can reset the password. More information in this article.

    http://KB.mozillazine.org/Master_password

Maybe you are looking for

  • Closure of multiple open applications

    Hello I recently moved to motorcycle G 2nd generation after that my Samsung S3 broke. Miss me the close function multiple app and I would go individually each app off the screen. Is there another way to turn on this feature? Kind regards Rakesh

  • map of webOS 3.0.4 battery problem

    Management of cards and stacks of map has changed/broken with the update. It seems that you are no longer able to re - order of batteries, desempilement or cards from the stack. The ability to manage the batteries of the card was a great more for the

  • Scan on OSX Yosemite 10,10

    Hi everyone, Nico here. I ' t my first post here and English is not my native language, so please be patient :/ So I got my MBP (end 2013) with OS x 10.10 on it. I also got my HP Deskjet 3050, and HP Officejet 4620 and want to print and scan from my

  • Icon of the item Outlook in Windows Vista

    I sometimes copy important emails from Outlook on my desktop to keep. Recently, I found that the icons for all these files 'Élément Outlook' have changed envelope (associated with Outlook 2007 emails) on the generic windows icon (associated with the

  • BlackBerry 8310 Smartphones import contact issues.

    Hello, I had some problems with my 8310 for the last 9 hours or more. First of all, I'm trying to import my contacts from a csv file into the 8310 using the BlackBerry Desktop Management software. I tried these steps, even if they were terribly wrong