We plan to use server initiated sync using oracle lite in our current project. Can you explain how the server initiated sync works?
Does autosync agent makes a constant connection to server? How do we push server data changes to client in real time without client pull. What happens when the server tries to push data and there is no network available. What are the various protocols are used for the transport
Much appreciated your help in this regard.
We have little time left to decide between oracle and sybase solutions
We have a Oracle Lite application that has resequenced the clients after a publication. I am wondering if there is a way of forcing a push of the server data to the clients whilst ignoring any transactions coming back from the client?
its a ocjContainer . I specified -Xms512m -Xmx1024m in the webtogo.ora file in mobile server. But in the client environment we are dowloding a branchoffice and runing it.
One more plz can u tell how to configure a webtogo server with eclipse. Plz help me with steps
Lijo, you can configure all those programs the way you would configure them for a deployment on any application server. I don’t have a step-by-step demo and I don’t know what architecture or framework you are using. The only part you need to be concerned about is the connection/connection pooling. You have to set up your datasource to use.
16 responses so far ↓
1 jaison antony wrote on Jun 23, 2008 at 6:06 pm
We plan to use server initiated sync using oracle lite in our current project. Can you explain how the server initiated sync works?
Does autosync agent makes a constant connection to server? How do we push server data changes to client in real time without client pull. What happens when the server tries to push data and there is no network available. What are the various protocols are used for the transport
Much appreciated your help in this regard.
We have little time left to decide between oracle and sybase solutions
thanks
Jaison Antony
(516)803-2319
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
2 John Gadbois wrote on Jun 27, 2008 at 8:49 am
Have you ever seen a WTG-0310 error? I’m getting it while trying to publish a packaged jar.
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
3 Wayne wrote on Jul 5, 2008 at 11:18 pm
Hi,
We have a Oracle Lite application that has resequenced the clients after a publication. I am wondering if there is a way of forcing a push of the server data to the clients whilst ignoring any transactions coming back from the client?
Any assistance would be greatly appreciated.
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
4 John Gadbois wrote on Jul 8, 2008 at 6:07 am
Hi Gregg,
I’m getting an error when trying to do an initial sync using the mSync API. The following is the error message:
javax.servlet.ServletException: An internal error has occurred. Server busy
Do you have any suggestions?
Thanks,
John
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
5 John Gadbois wrote on Jul 8, 2008 at 7:25 am
Hi Gregg,
Another question? Is there a Java API to log into the mobile client? I haven’t been able to find one.
Thanks,
John
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
6 Fabricio Gustavo wrote on Aug 7, 2008 at 12:05 pm
how to extract ddl
Hi, I would like to know if is there any way or tool to extract ddl database oracle lite?
Thanks
Excuse me for my english
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
7 rekounas wrote on Aug 7, 2008 at 12:09 pm
Hi Fabricio,
Have you looked at the OLLOAD utility. It’s like sqlldr for oracle lite. I think that is what you are looking for right?
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
8 lijo wrote on Aug 25, 2008 at 11:03 pm
hi
i want to increase the heap space for olite 10g client machine. Can u please tell about that?
thanks
Lijo
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
9 rekounas wrote on Aug 26, 2008 at 2:48 am
Hi Lijo,
What type of client are you working with? And is it the database client or the webtogo or OC4J container?
Thanks,
Greg
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
10 Lijo wrote on Aug 27, 2008 at 3:37 am
its a ocjContainer . I specified -Xms512m -Xmx1024m in the webtogo.ora file in mobile server. But in the client environment we are dowloding a branchoffice and runing it.
One more plz can u tell how to configure a webtogo server with eclipse. Plz help me with steps
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
11 Lijo wrote on Aug 27, 2008 at 3:40 am
sorry its webtogo
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
12 rekounas wrote on Aug 27, 2008 at 4:54 am
The file you want to modify is
$ORACLE_HOME/j2ee/mobileserver/applications/mobileserver/setup/common/webtogo/webtogo.ora
[WEBTOGO]
JAVA_OPTION=-Djava.compiler=NONE -Xms256M -Xmx256M
Do you have a webtogo application that you want to build with eclipse?
Do you really need to allocate that much memory to the client? Or is this for the branch office administrator user? Are you running out of memory?
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
13 Lijo wrote on Aug 27, 2008 at 9:53 pm
ya i have a application. we used to start manually now just palniung to migrate to eclipse. but there is not server adapter available for this.
I want to allocate memory to the client.
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
14 Lijo wrote on Aug 27, 2008 at 10:49 pm
First of all thanks for the solution its working properly now.
Only eclipse part left
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
15 Lijo wrote on Aug 28, 2008 at 5:29 am
Hi, can you also tell how to configure the web to go sever in Jdeveloper.
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
16 rekounas wrote on Aug 28, 2008 at 5:49 am
Lijo, you can configure all those programs the way you would configure them for a deployment on any application server. I don’t have a step-by-step demo and I don’t know what architecture or framework you are using. The only part you need to be concerned about is the connection/connection pooling. You have to set up your datasource to use.
http://download.oracle.com/docs/cd/B19188_01/doc/B15920/nvappdev.htm#sthref706
There are better demos out there and when I find them, I will post them.
You can use whatever IDE you choose, the deployment however has to be geared for OC4J or Webtogo (very similar).
View this Comment in: English Chinese(S) Chinese(T) French Arabic Dutch German Greek Italian Japanese Korean Portuguese Russian Spanish
Leave a Comment