Can Apex Do This?

Hi,
I've built a mobile app using Oracle Mobile Server and need to create a rudimentary web interface that manipulates the same data. I'm trying to determine if I can install APEX on the same server and rapidly create a web interface that can do the following:
1) Create 4 different user types with different permissions while using the same login credentials as Oracle Mobile Server
2) Only show certain forms for certain user types
3) Create a form that can take in a few fields, and determine if there is a duplicate record already in the database
4) If not, show a form to enter the rest of the info
5) Change the branding to not show Oracle Application Server, but our own company.
I obviously haven't dug too deep, but I'm hoping someone can help me answer these questions so I can start learning APEX.
Thanks.

Not familiar with the Mobile Server technology myself, but I'm guessing that you intend to install APEX on the database server that you synchronize with. So, based on this assumption:
1. You can create an authentication scheme based on your authentication framework used. See documentation.
2. Create authorization schemes to control page access. See documentation.
3 & 4. Sure you can, but you're probably in the best position to figure this out.
5. Definitely. You can customize your own APEX themes or tweak existing ones to suit your corporate requirements.

Similar Messages

  • The popup LOV is very slow in APEX 4.0, did anyone can help on this?

    The popup LOV is very slow in APEX 4.0, did anyone can help on this?
    Wherever I try to open a popup LOV windows , I am always be very patient to wait the window show . Even if only a very few record to show.
    Edited by: daniel.luo on 2010/7/28 上午 7:52

    Hi Daniel,
    it probably doesn't matter how many records you show if you have an ORDER BY clause in your SQL statement. Because the database still has to do all the work to return you the first result set.
    Is the query itself fast if you execute it in "SQL Workshop"?
    Have you already tried the setting "Fetch" = "No Fetch"? Is the window now opening faster? I just want to rule out that it's a generic problem, but I think it has to do with your SQL statement.
    Was the popup LOV for this SQL statement faster in 3.2?
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Can apex 4.2 be installed over Oracle XE10g DB?

    Hi All,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB. Now when i ran +@apxrtins SYSAUX SYSAUX TEMP /i/+ command and changed the admin password and tried to open the homepage of my DB and unlocked APEX_PUBLIC_USER account, it shown me that as blank. So i thought i need apex listener for this to open up. I installed apex Listener using java -jar apex.war command. Even now, i am getting a blank page over this, no error comes up over SQL PLUS for Apex Listener. I am not able to trouble shoot this .
    So after doing all this a question came to my mind can apex be installed over ORACLE XE? I have read a forum where it says yes you can install but i did not find anything relevant more than that.
    Please help.
    Thanks in advance.

    Hi Avi,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB.
    Why did you use the Installation Guide for APEX 4.1 when you are installing APEX 4.2?
    Now when i ran @apxrtins SYSAUX SYSAUX TEMP /i/ command So you just want a runtime installation?
    tried to open the homepage of my DB Which would that be?
    Note two things:
    1. The "database homepage" that ships with your XE is a special APEX application. This application will be lost as soon as you upgrade or reinstall APEX, because it has been "tailored" into the scenario XE using the APEX version that shipped with XE.
    2. A runtime installation does not have the web based GUI (workspace login, application builder, etc.). It's really just the APEX runtime for deploying your applications (through a SQL interface like SQL*Plus or SQL Developer). If you want more, you need a development environment (full install).
    A third aspect would be the question whether you've upgrade your APEX images to 4.2.
    So after doing all this a question came to my mind can apex be installed over ORACLE XE?Yes, as documented in the [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/pre_require.htm#BABFCFBC]Oracle Database Requirement section of the Installation Guide for 4.2, you can install APEX 4.2 on XE databases since 10.2 XE. I can assure you from personal experience that this actually works with and without APEX Listener.
    Side note: You need APEX Listener if you want to use certain features like RESTful Webservices built into APEX 4.2.
    -Udo

  • Can Apex 3.0 be installed on Oracle 9.2.0.1  on Windows ?

    Can Apex 3.0 be installed on Oracle 9.2.0.1 on Windows ?

    Application Express requires Oracle Database Server 9.2.0.3 or higher. The 3.0 doc erroneously says 9.2 where it should say 9.2.0.3. This has already been noted as something to be corrected.
    Scott

  • Can apex work without the oracle applications server? How?

    My question is just what the title says.
    Can apex work without the Oracle applications server?
    I've heard it needs a web server to work but not necessarly the oracle applications server.
    Is it true?
    With ONLY apache installed can apex work on top of it?
    Thanks
    Don't forget to assign points to those who help you! (Mark the thread Helpful/Correct)
    My Homepage
    Best Regards
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM

    Hello,
    Take a look at the Installation Guide which covers all the different options you have (as there are a few variations) -
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/toc.htm
    but yes, in short you can have a configuration where there is no external webserver which uses the embedded PL/SQL gateway.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • CAN  APEX 4.0  LIMIT IP ADDRESS VISIT

    CAN APEX 4.0 LIMIT IP ADDRESS VISIT? IF IT CAN, step,thanks.

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/adm_mg_service_set.htm#sthref277
    Br,Jari

  • Can APEX do the boxplot graph?

    I've been asked to create a box plot graph (sample at http://picasaweb.google.com/ittichai1/Public/photo#5177587049749069714) in APEX. This type needs to display 5 values (Lower, Upper, Min, Max and Median). Looking around in v3.1, the flash chart type "candlestick" comes close. It can display 4 values (Open, Close, Min and Max). Is there any other chart in APEX can do all 5 values?
    The other option if available is that I can use the candlestick to display 4 values as mentioned and use the line chart for median. However, when choosing candlestick, it does not allow to add additional series.
    Thanks in advance.
    -ic

    Mike,
    Thanks for a reply. I've looked at the anychart.com before. It doesn't have the boxplot I'm looking for. But anyhow it surely does have lot of nice graphs!!!
    I believe APEX 3.1 does provide the candlestick chart. It is under Flash chart. Unfortunately, the candlestick is primarily for plotting stock data. What I'm looking for is having additional value (MEDIAN data) into the same graph where four primary data is. Or if there was an option of plotting a line chart on the candlestick chart, I think that would work too.
    Thanks again.

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • I have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i have 3 different itunes accounts and would like to combine them into just one for all my devices, a macbook pro, an iphone 4S, an older IPOD, and a ver sion one Ipad. how can i do this on all devices ?

    i had one for a long time, then when i got the ipad i didn't realize they would all still work under one so i set up the second one on that
    then when i got the new iphone i put in the info for the first and main one from my mac pro and it would not work at all, and i knew it was right, then it asked me to create a new one or i couldnt finish the setup
    hence why i have 3 now
    hard to believe you cannot combine into one
    oh well, i will just make them all accessible for all 3
    thanks

  • I have photos I want to group together in one album, but can't do this because some may have the same number. How can I combine them all into one album?

    I have photos I want to group together in one album, but can't do this because some may have the same number. How can I combine them all into one album? I was trying to move several albums onto a USB drive and it stated all other files exist at this location.  They are pictures taken at different times and have the same number I guess.

    In iPhoto albums may contain photos with the same file name - iPhoto handles that just fine
    If you are exporting them to move somewhere else use the sequential file name feature of export to give each file a unique name
    LN

  • Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it?

    Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it in some other form befor dragging it?

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • HT204053 I use my iMac to help a friend with an IPAD and a different Apple ID to transfer their existing cps to iTunes on their iPad.  How can I do this without the content being merged into my own Apple ID Account

    I have an IMac which is my main computer and two IPads and an Ipod Nano.
    Obviously we use these in sync as an when required via Itunes.
    I have recommended a friend to have an IPAD2 and she wishes to load some of her existing cds into her Itunes Account.
    If I wish to do this with my own, it is simple as we simply use the Imac which transfers content into Itunes.
    However, my friend does not have a separate computer so I wish to load her CD's into Itunes and then sync to her Ipad without interfering with my own library and using her Apple ID.
    How can I achieve this?

    " how can I sync my iphone to my mac book without losing all the music and pictures on it?"
    You cannot.  Copy everything you want form the old computer to the new one, then sync it.
    it basically says you have to erase your iphone to sync to a new itunes!
    Correct Iphone will sync, or manually manage, with one and only one computer/library at a time. Syncing, or manually managing, to another will indeed erase the current content.

  • HT1296 I already have an itunes account on my laptop but have been setup on a mac and have songs that have not been purchased from the itunes store, I cannot get the songs from my iPhone onto my itunes account on the mac. how can I do this?

    I already have an itunes account on my laptop but have been setup on a mac and have songs that have not been purchased from the itunes store, I cannot get the songs from my iPhone onto my itunes account on the mac. how can I do this?

    You copy them from your old computer or your backup copy of your old computer.
    The iphone is not a backup/storage device.

  • How can I put my mp3 files into my iTunes library? Every time I download a song from a website and try to drag it to my library, it won't add on. How can I fix this?

    Back then when I had the older update with iTunes i never had this problem with trying to put my mp3 files of music into my iTunes library. Now it doesn't want to be put into the library. Once I try to drag the music file to the iTunes library nothing happens, it just keeps showing a cancellation sign with my mouse. So how can I fix this?

    Hi William.
    The problem is probably that the index is corrupt and you need to completely re-create it rather than rebuilding individual mailboxes. I have no idea what the situation really is now after having tinkered with the contents of ~/Library/Mail/, though, so the following procedure may or may not work.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong -- e.g. by dragging it to the Desktop while holding the Option (Alt) key down.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • Me and my mom share the same itunes account, everytime i download a app it goes to her phone automattically as well, how can i stop this?

    me and my mom share the same itunes account, everytime i download a app it goes to her phone automattically as well, how can i stop this?

    Open itunes
    Connect her iphone.
    Go to the apps tab.
    Uncheck the box that says automatically sync new apps

Maybe you are looking for

  • Ipod already synced with another libary, how do i resolve?

    I have a 2nd generation Ipod nano, and have had to get a new computer, however i have tried everything i can think of to transfer my 700 songs from ipod to itunes and cannot do it without deleting all songs on ipod. Any one got any ideas, i do not ha

  • Arabic Text in Crystal Report

    I am having issues in displaying Arabic in crystal report. I am pretty sure that the data stored in Oracle (10g) is okay because when I query the same data using SQL Developer or TOAD, it is fetching and displaying Arabic contents as well. However, w

  • How to add a third monitor to 21.5inch iMac

    Hi all, this is my first post. I have just ditched my PC & purchased a 21.5 inch iMac. (I totally love it) I use to have two 19 inch Dell monitors hooked up to mt PC, I have purchased a mini display to VGA adapter & connected one of my Dell monitors

  • Table Data From One DataBase to another

    Dear Fellows, There are two DataBases running in my NT Server. I want to pull data of a table from other database. Does any body know how can I do it if I dont want to export and then import. Thanks in advance Danish

  • FM to check material plant and storage location combination

    I need to build a check that material is extended for plant & storage location.Please guide id some standard function module exists. I do not want to write select query using MARD.