Home » Developer & Programmer » JDeveloper, Java & XML » Offline DataBase (OAF or ADF)
Offline DataBase [message #528449] Tue, 25 October 2011 01:16 Go to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
I want to create offline database...

there is one custom application i designed but for that need to use internet..

some time there is internet fluctuation

so i want offline db concept to implement .

in a day once inter net connect data will get upload and centralize..

is it possible by using OAF or ADF..?

if yes then please suggest way to do it..?
Re: Offline DataBase [message #528453 is a reply to message #528449] Tue, 25 October 2011 01:44 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
What is OAF? What is ADF?
What is "offline database" and what is its purpose?
What is your Oracle version?

Regards
Michel
Re: Offline DataBase [message #528467 is a reply to message #528453] Tue, 25 October 2011 03:18 Go to previous messageGo to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
OAF : Oracle Application Developer Framework
ADF: Application Development Framework

Oracle Version : 10g

Offline DataBase:
in centralize data base , other sites people need inter net connection to access data base but its not possible to get net connection each time.

Re: Offline DataBase [message #528468 is a reply to message #528467] Tue, 25 October 2011 03:21 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Still don't understand what is its purpose or usage.

Regards
Michel
Re: Offline DataBase [message #528469 is a reply to message #528467] Tue, 25 October 2011 03:27 Go to previous messageGo to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
scenario:

construction company
Database storage is at head office

each construction site have an access of application
but some time at site level there is no internet availability

at that work stops
for this purpose want to arrange offline data base...


Re: Offline DataBase [message #528474 is a reply to message #528469] Tue, 25 October 2011 04:05 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Sentence 1: OK
Sentence 2: OK
Sentence 3: don't understand.

Regards
Michel
Re: Offline DataBase [message #528477 is a reply to message #528474] Tue, 25 October 2011 04:39 Go to previous messageGo to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
situation you want enter data but because of internet connection you are not able to connect .. in this situation what you do..?
Re: Offline DataBase [message #528480 is a reply to message #528477] Tue, 25 October 2011 04:49 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I don't know, it depends on your requirements, most of the time you just get an error.

Regards
Michel
Re: Offline DataBase [message #528484 is a reply to message #528480] Tue, 25 October 2011 04:56 Go to previous messageGo to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
this is actual business requirement here...

there is no need each time to get error only....


you got what actual need is..?
Re: Offline DataBase [message #528486 is a reply to message #528480] Tue, 25 October 2011 05:03 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Well, I can give one example what I have done:

I have an application that does stuff in ERP/Inventory control that requires a database. It runs on mobile devices, and these devices are sometimes out of reach of the access points, when people work on construction sites etc...

And since stuff absolutely *needs* to be moved even in a disaster scenario where the database is gone entirely I have included the following fall-back functionality:

When there is no connection to the database the application is still able to record stock IDs and quantities, and store them in list where each list can be given an ID.

So the user for example can't generate a bill of delivery without a database connection, but the user is still able to record the article number and the quantity and "name" the list with a generic name (it then gets saved to a local file on the device). Once the database connection is established again, the user can generate the bill of delivery by loading that article list.

So the first thing you need to do is find out how often you don't have a database connection, and what stuff you still need to be able to do without a database connection. Then write your program in a way that makes it possible to do that.

Re: Offline DataBase [message #528489 is a reply to message #528486] Tue, 25 October 2011 05:11 Go to previous messageGo to next message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
hmm...similar way i want to do..

but confuse which UI need to use ..? go with OAF or ADF..?

Re: Offline DataBase [message #528494 is a reply to message #528489] Tue, 25 October 2011 05:20 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Does any of the two work without a database? So far I have only worked with either "plain" Java or C++ for my applications.
Re: Offline DataBase [message #528498 is a reply to message #528494] Tue, 25 October 2011 05:37 Go to previous message
lokeshsurana
Messages: 212
Registered: April 2010
Location: India
Senior Member
thats only i want to know...?

and its JDeveloper forum so i think i will get my answer over here

Sad


Previous Topic: call a Java function with a (array of) complex data type
Next Topic: What is exactly the MDS repository
Goto Forum:
  


Current Time: Thu Mar 28 14:36:42 CDT 2024