Looking for information on setup OBIEE on Iphone or smartphones

Can someone tell me where i can find some information on setting up OBIEE with the Iphone or Smartphone?
Thanks

hi CedricG ,
Will this helpful ??
http://www.artofbi.com/index.php/2009/02/obiee-on-the-iphone-so-what/
thanks,
Saichand.v

Similar Messages

  • II am looking for information on iPad and iPhone apps and Mac software that are "top of the line" for academic research. The most current and comprehensive information I have found is dated July 2010.

    I am looking for information on iPad and iPhone apps and Mac software that are "top of the line" for academic research. The most current and comprehensive information I have found is dated July 2010.

    PogoPossum,
    My area of interest is in business and economic history. There is a considerable amount of reading and charting. Until the iPad hit the streets, I only considered stacks of books, journals, and downloaded documents, all marked up with highlighters, underlines, and marginal notes.
    Most of my PC based work involved MS Office, Endnote, and MS OneNote.
    What I would like to do with the iPad and MacBook are the same things (Office, Endnote, OneNote) and add the ability to read and markup all forms of printed materials from books to pdf to webpages.
    I cut my teeth on an iPod Touch and have tried a lot of the note taking and reading apps. Without a camera the standard iPod Notes works for short quick notes and long think pieces. I just emailed the content and downloaded the stuff to my PC. Obviously, I do not want to continue at this "non-integrated" level of work.
    Does this help?
    Dick

  • Sizing Guidelines for Information Broadcasting Setup in BI 7.0

    Dear All,
    Can anyone provide information related to sizing/setup for information broadcasting setup in BI 7.0 .
    Regards,
    Santosh

    Hi,
    These are the settings needed for the broadcaster:
    http://help.sap.com/saphelp_nw70/helpdata/en/55/1b9940ccd42a54e10000000a1550b0/frameset.htm
    Eddy
    PS. Reward useful answers and earn points yourself

  • Looking for information for DOORS integration from Prosite product

    I'm looking for information that was on the original Primavera web site that describes integration from Prosite into DOORS - I'm aware of the PMC solution but am looking for the Primavera provided solution.

    check everything you can find written by tinic uro.  this will get you started:  http://www.kaourantin.net/

  • Looking for information using labview and measuing Hydrogen\Oxygen duing Electrolysis tia sal2

    Greetings All
    I'm looking for any information on how to setup labview 7.1 to measure Hydrogen/Oxygen during electrolysis.  Can someone send us information on what equipment we would need.
    PS we don't have deep pockets we currently have labview 7.1 and we are testing with a usb 6008 currently.
    Thanks

    Hi sal2-
    In order to measure concentrations of these elements during processing you will first need to select an appropriate transducer.  Perhaps another user with more experience in electrolysis processing can suggest the external hardware.
    Once your transducer is properly configured you will just need to read the signals into your USB-6008 as voltage signals and scale them in software.  A great example of this is found in the NI Example Finder for LabVIEW (Help>>Find Examples) by browsing to Hardware Input and Output>>DAQmx>>Analog Measurements>>Voltage>>Cont Acq & Graph Voltage-IntClk.
    Thanks-
    Tom W
    National Instruments

  • Looking for App to control iTunes from iphone!

    Hey,
    I'm looking for an App that allows me to control iTunes through my iPhone, WITHOUT using Wifi as I don't have a wifi where I am.
    Thanks

    Nothing currently available that will do so.

  • Looking for information on best practices using Live Upgrade to patch LDOMs

    This is in Solaris 10. Relatively new to the style of patching... I have a T5240 with 4 LDOMS. A control LDOM and three clients. I have some fundamental questions I'd like help with..
    Namely:
    #1. The Client LDOMS have zones running in them. Do I need to init 0 the zone or can I just +zoneadm zone halt+ them regardless of state? I.E. if it's running a database will halting the zone essentially snapshot it or will it attempt to shut it down. Is this even a nessessary step.
    #2. What is the reccommended reboot order for the LDOMs? do I need to init 0 the client ldoms and the reboot the control ldom or can I leave the client LDOM's running and just reboot the control and then reboot the clients after the control comes up?
    #3. Oracle. it's running in several of the zones on the client LDOM's what considerations need to be made for this?
    I am sure other things will come up during the conversation but I have been looking for an hour on Oracle's site for this and the only thing I can find is old Sun Docs with broken links.
    Thanks for any help you can provide,
    pipelineadmin+*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Before you use live upgrade, or any other patching technique for Solaris, please be sure to read http://docs.oracle.com/cd/E23823_01/html/E23801/index.html which includes information on upgrading systems with non-global zones. Also, go to support.oracle.com and read Oracle Solaris Live Upgrade Information Center [ID 1364140.1]. These really are MANDATORY READING.
    For the individual questions:
    #1. During the actual maintenance you don't have to do anything to the zone - just operate it as normal. That's the purpose of the "live" in "live upgrade" - you're applying patches on a live, running system under normal operations. When you are finisihed with that process you can then reboot into the new "boot environment". This will become more clear after reading the above documents. Do as you normally would do before taking a planned outage: shut the databases down using the database commands for a graceful shutdown. A zone halt will abruptly stop the zone and is not a good idea for a database. Alternatively, if you can take application outages, you could (smoothly) shutdown the applications and then their domains, detach the zones (zoneadm detach) and then do a live upgrade. Some people like that because it makes things faster. After the live upgrade you would reboot and then zoneadm attach the zones again. The fact that the Solaris instance is running within a logical domain really is mostly besides the point with respect to this process.
    As you can see, there are a LOT of options and choices here, so it's important to read the doc. I ***strongly*** recommend you practice on a test domain so you can get used to the procedure. That's one of the benefits of virtualization: you can easily set up test environments so you cn test out procedures. Do it! :-)
    #2 First, note that you can update the domains individually at separate times, just as if they were separate physical machines. So, you could update the guest domains one week (all at once or one at a time), reboot them into the new Solaris 10 software level, and then a few weeks later (or whenever) update the control domain.
    If you had set up your T5240 in a split-bus configuration with an alternate I/O domain providing virtual I/O for the guests, you would be able to upgrade the extra I/O domain and the control domain one at a time in a rolling upgrade - without ever having to reboot the guests. That's really powerful for providing continuous availability. Since you haven't done that, the answer is that at the point you reboot the control domain the guests will lose their I/O. They don't crash, and technically you could just have them continue until the control domain comes back up at which time the I/O devices reappear. For an important application like a database I wouldn't recommend that. Instead: shutdown the guests. then reboot the control domain, then bring the guest domains back up.
    3. The fact that Oracle database is running in zones inside those domains really isn't an issue. You should study the zones administration guide to understand the operational aspects of running with zones, and make sure that the patches are compatible with the version of Oracle.
    I STRONGLY recommend reading the documents mentioned at top, and setting up a test domain to practice on. It shouldn't be hard for you to find documentation. Go to www.oracle.com and hover your mouse over "Oracle Technology Network". You'll see a window with a menu of choices, one of which is "Documentation" - click on that. From there, click on System Software, and it takes you right to the links for Solaris 10 and 11.

  • Looking for information about AS3 sound classes in "audio" wrong places?

    I'm looking for in depth information about ActionScript 3.0 sound classes. No matter where I search I continually encounter the same sort of kindergarten level descriptions, which never teach more than what we can readily glean from Adobe's documentation. Someone must know where there a discussion that really gets to the heart of the matter.
    I've read Adobe's LiveDocs on the Sound, SoundChannel, SoundMixer, SoundTransform classes. Indeed, they provided me enough guidance to create my own streaming MP3 player, with volume, pan, my own custom mono mix, http request, a preloading animation, and peak meters ...
    Here's an example (in the last statement of the following code) where I understand the end effect, but I fail to comprehend what happens at the compiler level:
    var currentSoundSource:Sound = new Sound();
    currentSoundSource.load(new URLRequest("http://www.mySite.com/myRecording.mp3"));
    var audioChannel_01:SoundChannel = new SoundChannel();
    audioChannel_01 = currentSoundSource.play();
    Unfortunately the class definitions in LiveDocs are quite terse, and they're seemingly incomplete with respect to:
         •     advice on best practices
         •     a thorough coverage of class to class interactivity
         •     a description of exactly how audio streams/plays into channels
    ... and in certain cases it appears that Adobe's descriptions are not fully accurate.*
    Regarding best practices, at first blush I'm sure everyone ponders over the fact that SoundChannel and SoundMixer have a stop method while the Sound class does not.
    One assumes that this surprising design must bear some advantages. If so,  what are they? Where are the analog sound mixer analogies? What would be the disadvantage of a sound class with a stop method ...  particularly when they have their own play method?
    Where are the discussion of these concepts? (Even if Adobe hired the wrong guy to write its sound classes, there should be some follow through that thoroughly explains the existing situation.)
    Phrankie
    * Here's an instance where the docs appear to be partially in error. (Is "and play" mistakenly included in the following?)
    "The Sound class lets you lets you create a new Sound object [and] load and play an external MP3 file into that object."
    ... uh, mmmmmm ... we play an MP3 into a sound class object?
    Wouldn't it be more accurate to say the following:
    A soundChannel can receive the audio data from a sound class object. We can play a sound object into an SoundChannel and manipulate it by altering the SoundChannel's soundTransform property, and we can stop it with the SoundChannel's stop method. 

    check everything you can find written by tinic uro.  this will get you started:  http://www.kaourantin.net/

  • Looking for information, please.

    Salutations. Looking for some information as to what
    programs, have cs4 master, or other programs that I could use to
    create something like this:
    http://s3.photobucket.com/albums/y88/AcomaSoulskinner/?action=view&current=Comp1-1.flv
    Not sure if director would be the way to go or if there is
    another program/programs I could use to create something similar.
    Working on a windows platform. thanks.

    This is a shockwave file, so the final product was produced
    in Director. You might want to contact the author to find out how
    it was produced. The original models may have been built in another
    3D application and the textures that are applied to the models were
    definitely produced in some other application, possibly photoshop,
    or illustrator.

  • HT1688 looking for an ap to track an iphone

    I am looking for an app that will track an iphone.

    If you set up Find My iPhone on your device, you don't need an app. You can log into icloud.com and go to the Find My iPhone area. Apple does however offer an app that you can use to track an iPhone from another iPhone, iPad or iPod touch:
    https://itunes.apple.com/us/app/find-my-iphone/id376101648?mt=8
    If you have lost your iPhone and did not set up Find My iPhone or install some other tracking app/service on it, then there will be no way to track the iPhone unless your cell carrier offers a tracking service.
    Regards.

  • Looking for Information structure

    Hi everyone,
    I was wondering if there is any SD information structure which includes a field with the total amount of sales order quantity.
    What I am looking for is the total amount of sales order related to a plant in a certain week.
    Thanks in advance and best regards.
    Thanks

    Hi
    I don't think there is any infostructure on the basis of Plant in the sales information system. Try difining infostrucure as a plant and for that you have to assign  the key figure as incoming orders, qty, value etc

  • Looking for information on an MSI OEM board made for Acer

    I am looking for some information on an MSI manufactured but Acer branded 780i chipset motherboard. I had an EVGA 680i chipset based board that was on the way toward dying and, not wanting to do a full upgrade currently, was able to locate and purchase a refurbished MSI 780i board. Upon receipt of this motherboard, I found out that the board is an OEM board based on the P7N Diamond (MS-7510) and manufactured for Acer. I have no idea which model Acer computer this board may've been used in.
    Does anyone know of this board or have any information on it? The number listed on the board is MS-7510B0909417034.
    Would I be able to use normal P7N Diamond bios updates with this board?
    Also, the board I purchased came with onboard sound rather than the X-Fi add-on card that came with the retail version of the P7N Diamond. Should this on-board solution work with the normal nvidia HDMI audio driver? If not, can someone tell me where to locate the driver for this onboard sound?
    Thank you for any assistance anyone may be able to provide.
    Sincerely,
    - Byron Followell

     Contact Acer. We don't support MSI OEM products supplied to outside vendors/manufacturers.
    OEM boards/products manufactured by MSI
                   Topic locked

  • Looking for good Isync Phone (other then Iphone)

    my current phone just died. I'm currently using Verizon I'm looking for a good phone that will be able to use all the Isync stuff Address book w/ Pics calender etc.. Does anyone know of a good phone phone that has a keyboard and will be capable via bluetooth to use isync

    Compare the list below:
    http://www.apple.com/macosx/features/isync/index.html
    with what's available from Verizon...

  • Looking for information on the below questions on ASM

    Scenario: (Oracle 10g on Windows 2003 with EMC storage)
    ASM Partition table crashed for LUN 20 on 18th July
    DB was up and running till 23rd July (New LUN (LUN 36) was presented and the RMAN backup used to restore the data that were residing on the corrupt LUN)
    End of the day everything screwed up and the complete grid (4 nodes) was rebuild.
    Links:
    As mentioned in the link: http://www.exforsys.com/forum/oracle-database/487-what-asm-instance-oracle.html
    "The ASM instance is only involved during the creation or deletion of files and when disk configurations change (such as dropping or adding a disk). When these types
    of changes occur, the ASM instance automatically rebalanced the disks and provides the necessary information to refresh the extent map in the SGA of the database
    instance. Of course, this process requires that the ASM instance run concurrently with the database instance, and only shut down after the database instance is
    closed."
    As mentioned in the link: http://www.orafaq.com/wiki/ASM_FAQ#ASM_disk_header.2Fsuperblock_backups.3F
    "ASM disk headers (super-blocks) cannot be backed up and restored in Oracle 10g. By implication, if you use EXTERNAL REDUNDANCY and a single disk's header is
    accidentally overwritten, the entire disk group will have to be restored."
    As mentioned in the link: http://www.datadisk.co.uk/html_docs/oracle/asm.htm
    "ASM is a special instance that does not have any data files, there is only ASM instance one per server which manages all ASM files for each database. The instance
    looks after the disk groups and allows access to the ASM files. Databases access the files directly but uses the ASM instance to locate them. If the ASM instance is
    shutdown then the database will either be automatically shutdown or crash. "
    With the above scenario and the documents provided in the links above, I am unable to get the complete picture of what went wrong. Will be great if some one could
    through more light on the below questions. (Note: we have multiple vendor engaged managing different part of this outage and unable to get the real fact of what went
    wrong)
    1, The ASM had given the details of the disk to the DB, and the DB is managing the disk directly. Also the DB and the ASM instance were up and running till 23rd is
    what i understand going by the details given in the above links, in this scenario how can we confirm that the partition table is corrupt / missing. Is their a way to
    check the same?
    2, ASM disk headers (super-blocks) cannot be backed up, that means that it can not be read directly. Then is it possible to say that the ASM disk header is corrupt /
    missing?
    3, If the ASM disk header / partition table of LUN 20 is corrupt on 18th, can the DB run till 23rd without any issue? will the ASM & DB does not crash?
    4, ASM will strip the data across the available LUN's, will it not be able to rebuild the data on the newly presented LUN 36 instead of using RMAN backup to rebuild the
    data? or is the ASM not configured as it should be done. (WE have multiple LUN's presented to this Grid)
    Edited by: 880333 on Aug 19, 2011 12:35 AM

    What relation with the Oracle Forms product ?
    Francois

  • Looking for a better setup!

    Hi all --
    For the last year, I have run a successful, professional-sounding podcast using the combination of a Dell Inspiron laptop, some free software, and a host of mixers, microphones and phone couplers. Recently, however, this laptop started having issues, and I decided to pull the trigger on a MacBook Pro. Now, I find myself in the position of slowly migrating my recording operations over to the Mac, and I was hoping someone could help me mimic or improve my current process. I feel like -- OK, I know -- I'm going through some extra steps right now; switching machines gives me the chance to modify my process.
    (Recording equipment being used: Shure SM7B mic, plugged into an Alesis 8USB Multimix, plugged into my laptop using USB.)
    Current process after equipment is plugged in:
    1) Record / edit raw audio using Goldwave
    2) Export edited WAV file and run through Levelator to balance out sound levels
    3) Take Levelator output into Audacity, where I mix it with other audio (intro, outtro, other bumpers); export as WAV (I'd export as MP3, but for some reason, the MP3 doesn't sound right)
    4) Take exported WAV back into Goldwave and save as MP3 (32 kbps / 22.1 kHz)
    5) Take MP3 into iTunes to add titles and artwork
    6) Upload to my server and update my RSS feed
    I'm not looking to swap out any equipment, just wondering how I could duplicate or improve upon this current process using my new Mac. Any and all suggestions are welcome.
    Thanks in advance!

    I have the same Alesis, and I was pretty disgusted with the hiss level on the mic input, using a moving-coil (I use an external mic preamp): I'm not familiar with the Shure model you have, but if it's a capacitor using the phantom power input this probably isn't going to be an issue. There's also the mysterious Alesis 'whine' when using USB - I don't connect it this way for this reason, I use an Edirol interface.
    If you're interested you can assess the resultant quality here. My mic is a Beyer M3, bought around 28 years ago.
    If you're happy with the results from your setup I shouldn't tamper with it. However I would suggest that 32kb/s is a pretty low bitrate, and bound to produce artefacts. Mine is 96kb/s mono, equivalent to 192kb/s stereo, though I would think that 128kb/s would be OK. You might try doing extracts at different bitrates - it's always a compromise between quality and file size. Your sampling rate is limiting your frequency response to around 9 or 10kHz, which is fine for speech or music on small speakers: 44.1kHz would give you a full response to 20kHz but of course the file sizes are bigger.
    I'm not familiar with GoldWave; I'm not a fan of Audacity: free is nice, but I found it clunky to use and at that time none too stable - it may be better now. I use Amadeus Pro - you should be able to do everything right down to the MP3 conversion in that, though you would have to use iTunes or MP3 IDX for that (I prefer the latter but it's $18 where iTunes is free).
    For making the podcast and the feed I use Podcast Maker - it takes you MP3s and can turn them into M4as with chapters and images, and writes a nice clean feed (unlike certain online services).

Maybe you are looking for