Mobile apps which interacts Oracle Database Server

Dear Friends,
I want to develop mobile application which will interact with my database server(Which is on my Desktop).
What are the things I have to study? Can I use Netbeans IDE or JDevloper with ADF for this. Which is the best?
Please give me related links
Thanks in advance
Ahamed Rafeeque Cherkala

If you want an application that will run on the device (iOS or Android) then you can use JDeveloper and ADF Mobile.
See:
http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/index.html
For integrating with a remote database you'll expose data from the DB using web services.
For example:
https://blogs.oracle.com/shay/entry/developing_with_oracle_adf_mobile
https://blogs.oracle.com/shay/entry/adf_mobile_update_through_web

Similar Messages

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • How to access a PDF file from Oracle DATABASE SERVER

    Hi
    I have some pdf files in "\home2\docs" directory in Oracle database server 10g. (OS is Linux) I want to access those pdf files from my client system through Oracle Forms. How is it possible?
    Please Help!!!! It is very urgent !!!
    Expecting fast response!!!!!
    Bye

    hi
    Thank u for ur response.
    Initially i tried to access pdf file from database server. I didn't get any solution for that. So I copied all my pdf files to Application server which is in Linux environment at "/home2/docs" directory.
    I gave the following command for accessing the pdf files kept in Lnux Application Server from Oracle 10g forms in a button press trigger.
    web.show_document('http://192.168.1.53:7779/home2/docs/test.pdf');
    It says "page cannot be found"
    So I copied one of the pdf file named "test.pdf" to "/oracle/oas10g/IasHome/forms90/java" in Linux Application Server . Then the following command
    web.show_document('http://192.168.1.53:7779/forms90/java/test.pdf');
    has opened the the pdf file in browser.
    192.168.1.53 is my Linux Application Server IP. and 7779 is the port.
    Actually we have lacs of pdf files. So i cannot keep all the pdf files in "/oracle/oas10g/IasHome/forms90/java" directory in Linux Application Server. And also all the pdf files not in the same directory , "/home2/docs" some of the pdf files r in the subdirectories of "/home2/docs/" like /home2/docs/sub1, /home2/docs/sub2, /home2/docs/sub3 etc.
    Then how to configure my "/oracle/oas10g/IasHome/forms90/server/forms90.conf" file for retrieving pdf files from "/home2/docs/" and its subdirectories. Is Anything other than this, required for solving my problems.
    Now My PDF files r in LINUX APPLICATION SERVER not in database server.
    Please help!! It is VERY URGENT!!!

  • Oracle DataBase server component is in INVALID in 10.2.0.4

    Hi
    I took full RMAN backup from production two node RAC system. Production system is in Oracle 10.2.0.3. I tried to restore the backup in another system which is single node system Oracle 10.2.0.4. I restored and recovered database successfully. When I try to do 'alter database open resetlogs' I received following error:
    RMAN-03002: failure of alter db command at 11/05/2009 08:39:10
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Then I started database with upgrade option.
    SQL> STARTUP UPGRADE
    SQL> @?/rdbms/admin/catupgrd.sql
    Below shows the invalid objects.
    Oracle DataBase server component is in INVALID status
    COMP_TIMESTAMP UPGRD_END 2009-11-05 11:16:45
    Oracle Database 10.2 Upgrade Status Utility 11-05-2009 11:16:45
    Component           Status      Version HH:MM:SS
    Oracle Database Server                       INVALID           10.2.0.4.0  00:11:45
    JServer JAVA Virtual Machine      VALID      10.2.0.4.0 00:02:01
    Oracle XDK           VALID      10.2.0.4.0 00:00:20
    Oracle Database Java Packages VALID      10.2.0.4.0 00:00:20
    Oracle Text           VALID      10.2.0.4.0 00:00:14
    Oracle XML Database      VALID      10.2.0.4.0 00:03:05
    Oracle Real Application Clusters             INVALID           10.2.0.4.0  00:00:01
    Oracle Workspace Manager      VALID      10.2.0.4.3 00:00:55
    Oracle Data Mining      VALID      10.2.0.4.0 00:00:34
    OLAP Analytic Workspace      VALID      10.2.0.4.0 00:00:20
    OLAP Catalog      VALID      10.2.0.4.0 00:00:55
    Oracle OLAP API      VALID      10.2.0.4.0 00:00:41
    Oracle interMedia      VALID      10.2.0.4.0 00:06:49
    Spatial           VALID      10.2.0.4.0 00:01:45
    Oracle Expression Filter      VALID      10.2.0.4.0 00:00:14
    Oracle Enterprise Manager      VALID      10.2.0.4.0 00:01:19
    Oracle Rule Manager      VALID      10.2.0.4.0 00:00:09
    How do I resolve this issue ?

    Hi Srini
    I did the following steps and could resolve Databas server invalid to valid.
    SQL>sqlplus / as sysdba
    SQL>drop table plan_table;
    SQL>@?/rdbms/admin/utlxplan
    SQL>@?/rdbms/admin/prvtspao.plb
    SQL>@?/rdbms/admin/utlrp.sql
    Oracle Database 10.2 Upgrade Status Utility 11-05-2009 16:41:55
    Component Status Version HH:MM:SS
    Oracle Database Server                    VALID      10.2.0.4.0  00:12:05
    JServer JAVA Virtual Machine VALID 10.2.0.4.0 00:02:09
    Oracle XDK VALID 10.2.0.4.0 00:00:20
    Oracle Database Java Packages VALID 10.2.0.4.0 00:00:20
    Oracle Text VALID 10.2.0.4.0 00:00:14
    Oracle XML Database VALID 10.2.0.4.0 00:03:04
    Oracle Real Application Clusters        INVALID      10.2.0.4.0  00:00:01
    Oracle Workspace Manager VALID 10.2.0.4.3 00:00:59
    Oracle Data Mining VALID 10.2.0.4.0 00:00:33
    OLAP Analytic Workspace VALID 10.2.0.4.0 00:00:21
    OLAP Catalog VALID 10.2.0.4.0 00:00:56
    Oracle OLAP API VALID 10.2.0.4.0 00:00:41
    Oracle interMedia VALID 10.2.0.4.0 00:06:52
    Spatial VALID 10.2.0.4.0 00:01:59
    Oracle Expression Filter VALID 10.2.0.4.0 00:00:16
    Oracle Enterprise Manager VALID 10.2.0.4.0 00:01:29
    Oracle Rule Manager VALID 10.2.0.4.0 00:00:09
    Is there any way can resolve ORacle Real Application Cluster Invalid

  • Compatibility: Oracle Database Server 10g on SLES 10 64bit

    Greetings,
    Installation of Oracle database 10g Release 2 fails:
    Downloaded from :
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linx8664soft.html
    hro:/new64/database # ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLin
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/Or
    ## Following is the kernel version:
    hro:/new64/database # uname -a
    Linux hro 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
    Is there a newer release of Oracle database server 10g which supports SLES 10 SP2? A download link would be of great help.
    Thanks,
    Ashutosh

    Some suggestions.
    Edit /etc/SuSE-release to say:
    SUSE Linux Enterprise Server 9 (i586)
    VERSION = 9
    Change it back after Oracle 10.2.0.1 is installed & before applying latest 10.2 patch.
    Install the 'orarun' SLES package. (yast as root - Before Oracle Install)
    I also install 'gvim' 'Gnu C compiler' & ' Sun Java 1.4.2'. (also, yast as root b4 Ora install)
    Then load latest OPatch for 10.2.0.? (Patches are OK with SLES10 in 'release' file)
    Then latest CriticalPatchUpdate.
    I've had a long battle - and won - , getting 15GB SGA's running on 32bit Linux.
    Use 64bit hardware and OS and Oracle if you have a choice. Much simpler.
    Regards, Vin.

  • Software to connect to a Oracle database server.

    Does anyone know of software that enables me to connect to a Oracle database server, and check out the content? Doesn't need to have a gui.
    Orjanp...

    JAVA + JDBC type 4.

  • Where can I get Oracle database server 9i for windows 2003

    Hi,
    I need Oracle Database Server 9i for Windows 2003. From Oracle online download, there is one a patch set available. Where can I get the full version?
    Thanks
    Laura

    Hi, I found the solution. There is no software to direcly install Oracle 9i on Windows 2003. I need to install the software for NT/2000 first, the patch it.
    That's why there is only patchset for 2003 for downloading. See the doc below:
    three installation components required to install
    Oracle9i Database release 2 (9.2.0.3.0) on Windows Server 2003. These three
    installation components must be installed in the order listed. If you are
    migrating a pre-existing Oracle9i database to Windows Server 2003, first
    upgrade the database to the Oracle9i Database release 2 (9.2.0.3.0) patch set
    before upgrading the operating system.
    Obtain the following installation components:
    Oracle9i Database Release 2 (9.2.0.1.0) for Windows
    Oracle Universal Installer release 2.2.0.18.0 for Windows
    Oracle9i Database Release 2 (9.2.0.3.0) Patch Set for Windows

  • How to create connection to cluster of Oracle database server?

    Hi, all!
    I have to create connection to Oracle cluster. How to do that?
    I can make a connection to one server but to cluster ....
    I saw many documents but without any result.

    Hello
    Two servers with oracle database server installed organized as a cluster.
    Both server work in parallel, when one of them stop work the other takes connection automaticaly.
    The connection to the cluster is not usual as a one server.
    I have to specify both servers.Any time i can make a connection to one of them but when he stop work my connection will be broken.
    Because of that the servers work under oracle server software.
    So i can make a connection to one of them and both.
    This is made because it is for production firm with many test computers that work 24/7 and send information to this oracle server.
    So i have to make a connection to the general oracle cluster (the two servers simultaneously).
    I saw some connection strings to do tha written on Visual Basic but i have no idea how to do that in C/C++.
    There is no information about that in the Oracle tutorials and manuals.
    I need this explanation because i make a connection without TNS config file.
    Can you help me?
    I will be very appreciated.

  • Connect to Oracle Database Server.

    how can i connect to Oracle Database Server without Oracle Client?

    user11204430 wrote:
    i don't want to connect with web application.i want to connect desktop application.You want to use an Oracle desktop client, without using a client driver that provides the communication layer between the client and the database server?
    You need to install warp flux capacitors - and not only one, but two. Dual warp flux capacitors.

  • Cannot see "Oracle Database Server" in Data Source in VS2005

    I've installed "ODTwithODAC10202.exe" on my machine. When I'm trying to add connection in server explorer in VS2005, I cannot see the "Oracle Database Server (Oracle ODP.NET)" in Data Source field. However, I try to connect to database with Oracle Explorer, it works.
    Thanks
    Noppadon

    You need to download and install the latest version 11 beta release to take advantage of the latest features, including integration with Server Explorer.

  • July 2010 CPU for Oracle Database Server 10.2.0.5

    End of lifecycle for Oracle Database Server 10.2.0.5 is July 2010. If you have Premier Support will you have access to the July 2010 CPU/PSU?

    Why three threads for the same question?

  • Can anyone provide me a link to download Oracle Database Server 8i?

    Can anyone provide me a link to download Oracle Database Server 8i for windows?

    Unless you have the media, I don't think you can download Oracle 8i. Oracle no longer supports it nor do they have it available for download.

  • Cloning the Oracle Database Server which has Grid 11.2.03 and DB 11.2.0.3

    Hi DBA's,
    Did anybody came across cloning a database servers? If i have the OFA for Grid and DB homes i.e /u01/app/oracle so after clone it will be the same across all servers. So the inventory structure will be same also. After cloning changing the listener.ora files to point to new IP/Hostname can bring up the listener. What else? Did anybody tried this things and what all issues have come or what all issues could come.
    Thanks,
    Bhushan Altekar

    Ok. I got the cloned VM . I did the same steps as we use for normal grid and db cloning. Below are the steps i did.
    1) change the ip address
    2) reboot
    3) after reboot wait for few minutes till the ASM comes up automatically
    4) as root run the below command
    /u01/app/oracle/product/11203/grid/crs/install/roothas.pl -deconfig –force
    5) Change the hostname with system-config-network-tui - Edit DNS Configuration and change the hostname here
    6) Edit the /etc/hosts file and enter the ip address and the hostname
    7)Reboot
    8) After the reboot as root run the command
    /u01/app/oracle/product/11203/grid/root.sh
    ================================
    #output of step 8
    [root@cat ~]# /u01/app/oracle/product/11203/grid/root.sh
    Performing root user operation for Oracle 11g
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/oracle/product/11203/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The contents of "dbhome" have not changed. No need to overwrite.
    The contents of "oraenv" have not changed. No need to overwrite.
    The contents of "coraenv" have not changed. No need to overwrite.
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Using configuration parameter file: /u01/app/oracle/product/11203/grid/crs/install/crsconfig_params
    LOCAL ADD MODE
    Creating OCR keys for user 'oracle', privgrp 'dba'..
    Operation successful.
    LOCAL ONLY MODE
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-4664: Node cat successfully pinned.
    Adding Clusterware entries to inittab
    cat 2012/08/23 13:14:02 /u01/app/oracle/product/11203/grid/cdata/cat/backup_20120823_131402.olr
    Successfully configured Oracle Grid Infrastructure for a Standalone Serveror a Standalone Server
    ===============================
    9) stop the HAS service
    crsctl stop has
    10) Add the listener
    srvctl add listener
    11) Add the asm instance as new cloned grid don’t know about it. So we have to add it and see its added or not.
    12) srvctl add asm -d '/dev/oracleasm/disks/*' # Note here if you specify wrong diskstring. Your Oracle restart stack wont come up automatically after reboot. so please specify it correctly.
    13) crsctl status res # check all the resources are added or not
    14) edit the listener.ora file and change the hostname ( HOST = XXXX part of the file)
    15) crsctl enable has
    Congrats we have successfully cloned the database server itself.
    Please check the steps i did. And add if you think it should be added and taken care of.
    Thanks,
    Bhushan Altekar
    Edited by: user13368428 on Aug 23, 2012 3:13 PM
    Edited by: user13368428 on Aug 31, 2012 4:58 PM

  • High I/O wait observed in Linux based Oracle Database Server

    Hi,
    We have just migrated Oracle Database from Solaris Server to Linux VM [ESX] server.
    We have observed that there is high I/O wait issues while database query is running on Linux VM, which was ideally zero in case of Solaris. The same Database was running with no i/o wait on solaris physical server.
    In the same ref.I would like to below points.
    - Recommendations for running Oracle on VM based Linux.
    - Recommendations from ESX Host side
    Please suggest.

    user558914 wrote:
    We have just migrated Oracle Database from Solaris Server to Linux VM [ESX] server.
    We have observed that there is high I/O wait issues while database query is running on Linux VM, which was ideally zero in case of Solaris. The same Database was running with no i/o wait on solaris physical server.What did you expect? A virtualised I/O subsystem to respond and perform like a real one?
    That would a very unrealistic expectation. And as comparisons go, as sensible as comparing the taste of an apple with the odour of the colour blue.
    Forget about comparisons. Only marketing, sales and the idiot believe the cr@p that introducing several s/w layers between the the target (e.g. sector on spinning rust) and the destination (e.g. Oracle) makea the path between target and destination, faster.
    To optimise the virtualised target, you need to make the path as short as possible. If your virtual disk is for example a file on a cooked file system on the host, then you are introducing the host's complete I/O layer for accessing that virtual drive. If your virtual disk is an actual (raw) partition or drive on the host, then path is faster - passing through the host kernel as direct I/O and bypassing the host's cache and file system drivers.
    I suggest that when you setup your virtualised environment, you do proper stress testing of the various configurations of a virtualised I/O subsystem, using something like fio.

  • Sqlplus to connect to remote oracle database server

    Hi,
    I have oracle 10g database server on solaris 10 and I usually connect using my solaris account and run sqlplus on the server itself. this works !
    I have downloaded and installed oracle instant client for solaris 64 and I can run sqlplus command but I am confused on what should be the syntax on the command to connect to remote solaris 10 databse server where I have both system and oracle account.
    I have tried sqlplus help but still I could not get correct sysntax which could be used to authenticate myself to oracle server.
    I tried
    sqlplus user@hostname:1512/SID
    then it asked for password but when I typed password and pressed enter, it gave some error
    but it again asked for username so I type user@SID and then password prompt - typed password and this works!
    so I don't understand what should be the correct syntax so that in the first attempt only I am able to connect.
    if possible please give the exact command with realworld examples,(I have tried with sqlplus -help already)
    Thanks in advance.

    wonder what if I did not have tnsnames.ora on the client machine, how will be the syntax?You generally need (or at least strongly want) a tnsnames.ora file on the client machine.
    - You could configure Oracle Internet Directory and let that product provide TNS alias resolution for the organization (similar to setting up DNS for a local network).
    - Many tools (I haven't personally tried SQL*Plus and it may be version dependent) allow you to specify the entire TNS alias from the tnsnames.ora file (i.e. everything after the abcd.domain.com = entry) but that is hugely cumbersome to type
    - Depending on the Oracle client version, the sqlnet.ora file, the complexity of your configuration (i.e. if you are trying to use more sophisticated features like failover), you may be able to use the EZConnect syntax
    sqlplus username/password@host:port:SID/service_nameWhere host is the server that the database is running on, port is the port the listener is listening on (i.e. 1521 by default) and SID/service_name is the SID or service name you're trying to connect to.
    Justin

Maybe you are looking for