Will this RDM come with sample data??

Hi All,
I am trying to use RDM for testing as analyze source, run etl(informatica), do obiee reports.......for this I need sample data, will the install files come with DATA?
Thanks,
DK

Yes, RDM comes with some sample data. You need to do the 'sample reports' install type.

Similar Messages

  • Wifi is not available where I come from. I have broadband connection where data transmission is through cell sites then to USB modem connected to a computer. The modem draws power from the computer. Will this setup work with the ipad?

    Wifi is not available where I come from. I have broadband connection where data transmission is through cell sites then to USB modem connected to a computer. The modem draws power from the computer. Will this setup work with the ipad?

    iPad requires Wifi (or 3G /LTE) to connect to the Internet. You cannot connect a USB modem to the iPad.
    You can create your own WiFi hotspot through your computer for your iPad to connect to, if your computer supports this functionality. All Wifi Macs and many Wifi PCs do. Check your computer manual for how to do it.

  • Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector.

    Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector?

    The lightning to 30 pin adapter does not support video as per the item description in the Apple online store:
    http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter
    This adapter lets you connect devices with a Lightning connector to many of your 30-pin accessories.* Supports analog audio output, USB audio, as well as syncing and charging. Video output not supported.
    You will need to the Lightning to VGA adapter directly
    http://store.apple.com/us/product/MD825ZM/A/lightning-to-vga-adapter?fnode=3a
    Or the Lightning Digital AV Adapter
    http://store.apple.com/us/product/MD826ZM/A/lightning-digital-av-adapter
    If the projector supports HDMI input.

  • I purchased Adobe Acrobat Standard V11 on one user account on one pc.  I want to remove this software and re-install it on another user account on the same pc.  Will this use an extra licence?  I understand this product comes with 2 licences but am hoping

    I purchased Adobe Acrobat Standard V11 on one user account on one pc.
    I want to remove this software and re-install it on another user account on the same pc.
    Will this use an extra licence?
    I understand this product comes with 2 licences but am hoping to retain the extra for another pc.

    My experience (limited) has been to expect it to be installed automatically for all users.
    What seems to be missing on the new user account?

  • Will this be compatible with a HP ENVY H8 1520t?

    GeForce GTX 660 2GB
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814130967&cm_re=660-_-14-130-967-_-Product
    Will this be compatible with a HP ENVY H8 1520t with the motherboard, and work! Mostly becuase i got a r9 270x and i hooked it up and i got no dysplay.

    Card should work fine. Just disable secure boot before installing new card. Then again if the card is fully compatible with UEFI and system. You can just pop it in and it should fire up. Worst case it does not and you have to put old card back in. Then disable secure boot and put new card back in. Also. Since it is a CTO build. Power supply wise. If you picked the 460w or 600w psu. It will work just fine. The 300w though is completely out though.

  • I just got a new iPhone and i set up iCloud on my girlfriend's account. To change it on settings it says delete account. Will this delete her all her data and back up data for iCloud on her iPhone and iPad?

    I just got a new iPhone and i set up iCloud on my girlfriend's account. To change it on settings it says delete account. Will this delete her all her data and back up data for iCloud on her iPhone and iPad? Can i change it without deleting it? Please help.

    Delete the account on your phone. This will not delete any data on her phone or iPad, or data stored in iCloud.

  • I need to download dell drivers to a jumpdrive connected to my iMac.  Will this cause problems with my Mac?

    I need to download dell drivers to a jumpdrive connected to my iMac.  Will this cause problems with my Mac?

    Thanks.  These drivers are for the audio, etc. for a dell laptop I purchased used.  ( Needed something cheap for a training video that would only run on Windows.  Tried Emedia player but picture was too fuzzy.)  Dell support said I should contact Apple support for instructions on how to get the drivers onto the jumpdrive.  Any tips on doing that?

  • I want to download pictures from my iphone to my new computer.  I already have itunes on my pc. I need to download itunes on my new laptop, will this create issues with my other itunes?

    I want to download pictures from my iphone to my new laptop.  I already have itunes on my pc. I need to download itunes on my new laptop, will this create issues with my other itunes?

    m-cp wrote:
    I want to download pictures from my iphone to my new laptop.
    -> iOS: Importing personal photos and videos from iOS devices to your computer
    I need to download itunes on my new laptop, will this create issues with my other itunes?
    No.

  • My mobile me will also download my pop mail will this also happen with icloud?

    my mobile me will also download my pop mail will this also happen with icloud?
    When I read the information it seems to say it will then it won't

    This facility is not available in iCloud. Before migrating you should turn it off in MobileMe as otherwise you may find it continues to operate in iCloud for a time (this is effectively a bug) with no way of turning it off since it isn't supposed to the there.

  • Does Crystal Report XI R2 comes with Crystal Data Object (CDO)

    Hi,
    Does anyone knows if installation of crystal reports include Crystal Data Object (CDO) ? From the article(http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=2183) it seems like it doesn't comes with the standard installation package in Crystal Report XI R2. Please advise. Thanks =)
    Regards.

    You need to pick "Crystal Data Objects" from the list of Data Access options offered by Crystal Reports when you are installing it -- that item is not selected by default.
    To add that to your machine:
    - Open Add/Remove Programs
    - Select Crystal Reports 11 and click on the Change button
    - Expand the tree under "Data Access"
    - Select "Crystal Data Objects" and click on it
    - Select it to be installed -- you will probably need your Crystal Reports CD to proceed with the installation.
    Ludek

  • How i will increment  one day with Selected date

    hi,
    I have written a code, in this code i have selected a date from calendar. Now i want to know how will increment one day with this selected date. IS there anyone who can help me? please help me.
    With regards
    Bina

    Hi Bina,
    Lets break the task into smaller steps.
    You can research on Google and search on how to Implement the select date or enter date with Javascript.
    Lets assume that the date has been entered into a text box inside a form inside the HTML code like this:
    <form action ="target.jsp">
       <input type="text" value="" name="dateField"/>
       <input type="submit" name="submit" value="submit" />
    </form>When the user clicks the submit button, the form gets submitted, then the form redirects the user to target.jsp
    Inside target.jsp you can add a date like this
    <%
        String dateField = request.getParameter("dateField");
        // Here use substring function to extract the day , month and year from
    // date field.
        Calendar cal = Calendar.getInstance();
        cal.set(year,month,day);
    // assuming you are storing days in an integer field
    int days;
    cal.add(days);
    %>Note that I have used JSP scriptlets, and the above code is somewhat pseudo-code. Since the task is big I suggest that you break it into smaller more specific tasks and then try to implement them by searching on Google for help first.
    If you get stuck with something specific you can ask here.

  • Will refurbished macbook come with free lion os?

    I never get any refurbished item from apple and I would like to know about this, I am pretty sure that if I get a brand new macbook pro after lion os is released then the macbook i'm getting will come with the brand new lion os.
    but what if I get an refurbished macbook (2011 model) pro from apple after july? will I be able to get the lion os upgrade for free?
    please advise.

    No one here knows.  This is a user to user message board.  No one here works for Apple.  You will need to call the refurbish store.  The staff there will be happy to answer all of your questions.

  • Will Vista CD come with my new XtremeGamer Fatal1ty - Ordered from Creati

    Hi, I ordered a XtremeGamer Fatalty from the Creative website (http://us.creative.com/products/prod...9&product=5854) Will it come with the Vista CD The site only says XP.Oh and also, will that "game" port show up as an unknown device in Vista Please answer.
    Cheers.

    Yes it will come with both a Windows XP and Vista installation CD. The connector on the back of the card is a I/O Console connector (for optional upgrade), its not a game port. You could later either use the Sound Blaster X-Fi I/O Dri've Upgrade Kit or Sound Blaster X-Fi I/O Console Upgrade Kit (Connected to the back connector of the soundcard) for this soundcard.

  • To The Above Post: Will this CPU work with this MOBO.....

     Just a FYI the Link for the CPU compatibility checker 404s when I click on it.

    he means that sticky topic "Will this CPU work on my board?" ==>  "https://forum-en.msi.com/index.php?topic=129204.0"
    some of the links there are invalid
    EDIT: I've corrected them

  • Will charger that comes with iPhone 3GS charge my new iPod classic 160?

    I have an iPhone 3GS; which comes with a charger. I recently purchased a new iPod classic 160; which doesn't come with a charger.
    Will the iPhone charger charge my iPod without damaging it?
    It appears to work (shows it's charging), but I want to make sure they're compatible.
    Thanks.

    Yes, I have the same question- the old classic came with the charger (the rectangular white one). We travel alot and don't take our laptops with us so we need to charge ipods with chargers. So we can still use the one that works with our old classic or the new one, right?

Maybe you are looking for