Oracle bi mobile

Hi All,
im new to oracle bi. I got a requirement to use oracle bi mobile. How do I enable this feature and configure? do i have to install anything additionally?
how does this work? please help me with this task.
Im using oracle bi ee 11.1.1.7
thanks in advance

check this Using Oracle Business Intelligence Mobile

Similar Messages

  • How to install the oracle lite mobile server?

    hi,every one!
    I follow the wizard of the oracle lite mobile server,then
    pop the window let me input the "host name""port"and "net server name",I have install oracle 9i,and establish a database named "oradb",establish an server named"oradb",the service can be listened and the port is "1521",but in the installation when i input the up numbers, it
    tells me that "invalid server name",how can i do?
    somebody that do me a favor tell me how to install the oracle 9i lite mobile server,it must be preciated!

    Andy,
    It sounds like you are not properly connecting to the back end Oracle instance when Lite attempts to install the Mobile Server Repository.
    Before attempting a re-install, why don't you try connecting to the same instance using SQL/Plus with the a connect string specifying hostname:1521:SID. If you are not able to connect you need to determine why.
    TNX,
    Phil

  • Oracle Database Mobile Server 11 sync

    Hi,
    I have two simple tables in the back-end oracle database in order to create a meeting-room android application with and embebbed SQLite database on the client devices. I have written all the functionality to register, authenticate, create a new appointent, show it, and delete it and it works fine on my smartphone, but I did all these steps against the local sqlite db.
    Now I would like to share the reserves info with all the clients by synchronization using Oracle Database Mobile Server 11.
    Tables:
    Employees(ID, username, password, firstname, lastname, phone, email)
    Reserves(ID, subject, firstname, lastname, start_date, end_date, meeting_room, alarm)
    I have configured all the publications required (app , item, users, grants...) with the Workbench tool, like i have read from the official documentation and i added the lines to invoke the sync functionality. My problem is that when i launch the first sync the sqlite database in created on the device but the few records on the back-end are not replicated in the sqlite db. ¿is this process automatic or have I to write some code to catch this info?
    Another problem is that the records of the sqlite database is neither replicated to the back-end database. I have to say that th sync process ends succesfully but I can see nothing on the in-queue and out-queue queues in the mobile manager console. So, what´s about this incomind and outcoming data? Th only thing i can see is a set of dirty records, these records are records on the back-end db, but I dont know what means...
    Could you help me please?
    Thank you very much.

    Hi
    Data Subsetting is to restrict the data each Client sees based on values you specify i.e.
    If you only wanted a Client to see data for a specific Dept you could specify the following in the Publication Item
    Select * from emp where DEPTNO = :DEPTNO
    You can define what DEPTNO should be for each Client in the Mobile Server
    So in your case if you want ALL Client to see ALL records for a Publication Item then you should not specify any Data Subsetting i.e.
    Select * from emp - This would retrieve all rows
    There is no specific need to use Sequences in your Application unless you want to. Obviously you must make sure that any new records created on the Client will not conflict with a record created on a different Client otherwise conflicts will occur after the data is synchronized with the server
    With regards to you actual issue can you confirm the following ( NO NOT CHANGE ANY VALUES )
    1. Check the table mobileadmin.applications in the Repository DB and confirm there is a row there for your Application and that the 'Publication' column contains the correct Publication you created in MDW.
    2. Check the Table C$ALL_CLIENT_ITEMS, this should contain one row for each Publication Item you created in MDW i.e.
    Select PUBLICATION_ITEM, DIRTY, CRR From C$ALL_CLIENT_ITEMS Where CLIENTID = '<Your Client Name>';
    regards
    Richard

  • How to reduce Oracle ADF Mobile deployed file

    Hi
    I'm creating simple demos with Oracle ADF Mobile and the deployed file is more than 50mb. Is there a way to reduce this size? Maybe remove some unused features llike SQLLite?

    My simple demo IPA files have been around 20MB with the default splashscreens and such, the only time it was bigger was when some files mistakenly got included. You could always load resources on-demand the first time over http and cache them in the app documents. This way you could only download the graphics for the current platform (so if it's a phone, you don't download iPad banners and graphics that your app needs)

  • Understanding Oracle BI Mobile App

    In ["New Features" of BIP 11.1.1.5 |http://www.oracle.com/technetwork/middleware/bi-publisher/bip-11115-newfeatures-395605.pdf] you can read:
    Native and Web App for iPad & iPhone
    +More and more business tasks are performed on mobile devices like iPhone and iPad, so why not browse reports and interact with your data on your mobile device with BI Publisher? Simply access your BI Publisher reports with Safari or other browsers on your iPad or iPhone, or install the Oracle BI Mobile App for iPhone and iPad to enjoy the same rich, fast interactive reporting experience as on your desktop or laptop.+
    I tried to connect the BI Mobile App (Ipad) with my BIP 11.1.1.6 installation with no success:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    Am I wrong with my understanding? Why I can't connect?
    What's the minimal setup?
    Or do I need to install the (whole) BI Suite?
    The "New Features" List makes me think that BI Publisher Standalone is sufficient!?
    Thank you,
    Florian.
    Edited by: fschulze on May 7, 2012 2:37 PM

    Hi
    Importing apps into the Apperian platform is very easy. There is no SDK or other limitation that is required for the app to work once deployed with Apperian. Inboarding is a very easy and quick process that requires the binary and some metadata information from the administrator and takes a couple of minutes max.
    Apperian also provides a Publishing API (public) that enables one-button integration from a development platform into Apperian. While Oracle BI Mobile App Designer is not yet integrated that way, it is a very quick process that took very little effort with other platforms.
    Once inboarded, any process to integrate the app with company policies (via inspection of the app, applying security or adoption policies, integration with corporate identity management, etc.) is done without having to rebuild the app. All in all, it is a very easy process to follow.
    Hope this helps!

  • Oracle ADF Mobile Client extension not found in JDeveloper 11.1..2.2?

    Hi. I was trying to install the extension for mobile development in ADF but unfortunately I could not find the extension.
    I went to Help -> Check for Updates -> Official Oracle Extensions and Updates. Yet i did not find the "Oracle ADF Mobile Client extension" there.
    I am running Jdeveloper 11.1.2.2.
    Is the Oracle ADF Mobile Client framework compatible for 11.1.2.2? Or is it no available anymore? Can someone please enlighten me? Thanks!

    Re: How to get the ADF Mobile Client extension

  • Quick answer needed----Does Oracle ADF Mobile support Canvas in HML5?

    I am interested in Oracle ADF Mobile and want to develop a native mobile product on ipad maybe other tablet devices with CAD functionality. But I can't find a way to create HTML5 with Canvas on it. I wonder if Oracle ADF Mobile can do it. If so, how?
    Thanks
    Ling
    Edited by: 973623 on Nov 28, 2012 8:51 AM

    Hi,
    ADF Mobile comes with a rich set of Data Visualization Components (charts/graphs/etc) that's based on HTML5 Canvas. You would not need to develop your own set of HTML5 components. This is applicable to the new on-device version of ADF Mobile. You would need to create an ADF Mobile app, and create your user interface using AMX components. The graphics component set is call DVT Mobile AMX.
    If you decide to create your own HTML5-based pages with HTML5 canvas-based graphics component, you can still host your own HTML5 page inside ADF Mobile. However, you would need to create your own HTML5 page.
    Thanks,
    Joe Huang

  • AdMob support in Oracle ADF mobile

    hi,
    i had posted this earlier but didn't get response at that time. so posting again.
    is there a way to integrate AdMob into Oracle ADF mobile application (on android)?
    regards,
    ad

    Hi,
    want to leave a final answer to someone from the mobile team but as it appears AdMob is native device code, which means it cannot be incorporated to ADF Mobile as it only supports JS, HTML 5, AMX and Java
    Frank

  • How to implement oracle in mobile

    Hi,
    I want to know how to implement oracle in mobile?
    just we want to save small database in to the mobile ,if it is possible to install oracle in mobile.
    Edited by: user12492625 on Jan 22, 2010 3:09 AM

    Could you give us more details ? Is it Peoplesoft related ?
    Nicolas.

  • Difference between Oracle ADF Mobile and Oracle ADF Mobile Client.

    Hi Experts,
    I am new ADF Mobile app development. I found docs for Oracle ADF Mobile here as [http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/toc.htm]. I was following it sequentially.
    But when i searched for achieving offline data , data synchronization and using database for Mobile apps, i got another docs link [http://docs.oracle.com/cd/E23549_01/doc.1111/e14826/toc.htm] which is for Oracle® Fusion Middleware ADF Mobile Client .
    So I got confused which one to prefer over the other..? Both support on device mobile apps.
    do they have any difference over other or data sync & db features are not available for Oracle ADF Mobile..? & available only for Oracle ADF Mobile Client..?
    It would be much helpful if someone could provide clear difference between these two technologies.
    Thanks,
    Praveen S K

    I made a topic and the 'same' question popuped up.
    ( ADF Mobile: Data synchronization )
    In Mobile Client iOS is not supported, in ADF Mobile it is. That's the main difference (in my opinion).

  • Oracle Database Mobile Server 11g

    Hi,
    We implemented Oracle EBS R11i for one of our customers. We also implemented Oracle Mobile Server 9i on Windows Server and Olite 9i on PDAs running Windows.
    Now the customer wants to upgrade Oracle EBS to R12 and also upgrade Oracle Mobile Server and Olite 9i to newer versions of Oracle and also want to use Android on the PDAs/Mobile Devices.
    Can we implement Oracle Database Mobile Server 11g and Mobile Client as mentioned in these links:
    http://www.oracle.com/technetwork/products/database-mobile-server/dms-11g-datasheet-512117.pdf
    http://www.oracle.com/technetwork/products/database-mobile-server/overview/index.html
    I think it will be a new implementation of Oracle Database Mobile server and Mobile client and not an upgrade.
    Any suggestions is welcome.
    Regards,
    Thiru

    MFS embeds Olite into the product. Put another way, through MFS interfaces it defines/determines what functionality of mobile server can be used. Under the MFS configuration the Olite client database is used and the web-to-go app is used, there are no other choices. Very common when a software product includes some other product, it will determine what parts of the embedded product gets used.
    Olite 10.3.0.3 as a separately download product used standalone has additional capability. Note: 10.3.0.3 is no longer separately downloadable over OTN.
    In DMS 11.x -- we removed Olite client database, rearchitected sync to better fit BDB and allows for BDB and SQLite (either one of those can be used) on the client db. Again, MFS is only compatible with 10.3.0.3/2 right now. That team is a different development team within Oracle, on totally different release schedules than the Database Mobile Server development team. Android support was added in DMS 11.x.
    thanks
    mike

  • Oracle Database Mobile Server Javadoc

    hi,
      Could any one please let me know where to find this document "Oracle Database Mobile Server Javadoc".
    Thanks
    vikas rao

    Hi Vikas,
    The JavaDoc is available at $ORACLE_HOME/mobile/doc/doc.1130/javadoc, ORACLE_HOME is where Oracle Database Mobile Server is installed.
    Regards,
    Zehao

  • Oracle BI Mobile & External Links

    Hi All,
    I'm trying to link an external content (e.g. http://ww.google.com) from OBIEE.
    Using action links I'm able to open a new Tab in Internet Explorer with the new page (e.g. http://ww.google.com).
    Using BI Mobile App, when I click the link, I can see the new page straight in the Mobile, but I'm unable to "go Back" to the Dashboard content.
    The question is: Do you know how to link external content in BI giving the end user the option to go back to the Dashboard in BI Mobile?
    Thanks

    Hi
    Importing apps into the Apperian platform is very easy. There is no SDK or other limitation that is required for the app to work once deployed with Apperian. Inboarding is a very easy and quick process that requires the binary and some metadata information from the administrator and takes a couple of minutes max.
    Apperian also provides a Publishing API (public) that enables one-button integration from a development platform into Apperian. While Oracle BI Mobile App Designer is not yet integrated that way, it is a very quick process that took very little effort with other platforms.
    Once inboarded, any process to integrate the app with company policies (via inspection of the app, applying security or adoption policies, integration with corporate identity management, etc.) is done without having to rebuild the app. All in all, it is a very easy process to follow.
    Hope this helps!

  • Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile

    Where can I find "Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile"?
    Thanks a lot for your time.

    Hi, this is referring to the JavaDocs for Java methods/classes supported by ADF Mobile. You can typically right (or ctrl) click on any ADF Mobile specific Java method and select "JavaDoc". You can open up a sample app that contains any Java class - for example the HR sample app, and find any method with name "adfmf*". You should be able to see the Java doc for the ADF Mobile related methods/classes.
    Thanks,
    Joe Huang

  • Prerequisites for oracle adf mobile

    Hi,
    I need to learn oracle adf mobile technology. I know little bit of java. Means I understand java syntax. I have absolutely no experience in web technologies like jsp,jsf etc.. even css I do not know.
    What should be the learning path for me before I actually start reading oracle adf mobile tutorial? I do not even know javascript. What are all the basic stuffs I should know before starting with adf mobile
    Thanks
    Vadiraj

    I'm not sure if your background is sufficient for developing any application. ADF requires you to have at least a good understanding of java. 'A little bit' might not be enough.
    Well, you'll find this out yourself pretty fast.
    the Oracle ADF Mobile homepage Oracle ADF Mobile has three links on the page showing a demo, an overview (which would be my starting point) and a link to the ADF Academy. This last link is designed to help users developing ADF Mobile applications.
    After watching the other videos you can start there. If you don't understand what is going on there you have to deepen your knowledge in this aera first.
    Timo

Maybe you are looking for

  • Osx 10.6.8 slow after power outage

    My 2007 intel imac lost power a while back and has been slow and somewhat erratic since that happened. My area suffered a power interuption that lasted a couple of minutes. When i turned the machine on the next day I used the disk utility to verify t

  • Getting error while removinf user from AD group

    Hi, In AD User process definition, there is a default taks called :Remove user from Group. This task runs after another task called Organization Name Update . Whenever, an user is moved from one org to another org, his organization gets updated in AD

  • Acrobat 11.01.10 Mac OS 10.8.5 Crashes when opening preferences or making annotations

    I noticed my MacBook Air (2 GHz Intel Core i7 8 GB Memory) was opening Acrobat Pro 8 rather than Acrobat Pro 11 -- I had installed the latter but at some point had starting defaulting to the former. So I deleted Acrobat Pro 8 and began using just XI.

  • Weird 5800 Ovi Maps problem

    Ok, so I recently had an ovi maps application upgrade. I havent really used the maps since I got ovi maps and have been using google maps. Which was sometimes off by as much as 30meters. So I decided to use ovi maps for some time to see if it was mor

  • Configuration in RFQ, PO

    >Hi MM Experts, >The following is required to be configured :- >1. The Net Price for a material in Request for Quotation should be inclusive of basic price, excise duty, educational cess, higher secondary educational cess, freight & transportation, i