oracle mobileserver 安装

Installation Guide

 

先要安装oracle database11G  和 weblogic11G
For all mobile clients, use JDK 1.6. For the mobile server, the JDK version required depends on what version of the application server you are using.


•Oracle WebLogic Server 11g Release 1, as long as Oracle Database Mobile Server is installed in the same WL_HOME.
Make sure that you install Oracle WebLogic before installing Oracle Database Mobile Server. Then, set ORACLE_HOME to WL_HOME.
(D:\Oracle\Middleware\wlserver_12.1)


•Microsoft Windows 7 (32-bit and 64-bit)

Oracle Database Mobile Server uses a middle-tier application server to communicate between the mobile clients and the back-end Oracle database

The Oracle Database Mobile Server can only be installed on a server with a static IP address; thus, the mobile server does not function correctly if installed on a DHCP server.

如果不是第一次安装也就是说数据库里有mobileserver的实例数据库了 的二次安装的时候创建MOBILEADMIN 密码会一直
提示重新输入,是应为数据库中的user 是lock 状态 要unlock 让后在改密码之后    才能输入密码

Oracle® Database Mobile Server Mobile Client Guide

1.导入实例工程目录:

<MDK_ROOT>\Mobile\Sdk\samples\Sync\android\simple_sync_android

D:\Oracle\Middleware\wlserver_12.1\Mobile\Sdk\samples\sync\android\simple_sync_android

mobile SDK的安装目录是WL_HOME.

2.工程右键Properties--Java Build Path--Libraries--SelectMOBILE_SYNC_ANDROID_LIB--Edit--MOBILE_SYNC_ANDROID_LIB --Variable--edit or new--

<MDK_ROOT>/Mobile/Sdk/android/lib/osync_android.jar

Yes

 

你可能感兴趣的:(oracle,server,weblogic,application,database,mobile)