a little bit problem! [message #85165] |
Sat, 05 June 2004 17:23 |
Ahmed
Messages: 36 Registered: November 2000
|
Member |
|
|
Hi every body,
I'm a little oracle developer not advanced developer, I try to improve my ability to work with API.
In addion I have studied SQL,PL/SQL an a little about developer 2000.
My question is:
I use personal oracle 7 and developer 2000 release 1.2,
that cantains local database , I write an SQL statements to create tables
and relationships by SQLPLUS Prompt that will created in the local databse.
Then I desinged forms and reports, finally I executed the forms as teminal applications
that the user can interact with database.
Could you please explain step by step how to transfer or export
my work(includes database tables with relationships and forms...etc)
to the user computer. In case the user's computer already contains the same
software (database 7 and developer runtime).
I will be pleasure...
Thanks a lot.
Ahmed
|
|
|
Re: a little bit problem! [message #85175 is a reply to message #85165] |
Mon, 07 June 2004 07:04 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
clients should have oracle runtime to be installed to run forms.
you can export a schema (all objects of one user)
to a file.
then import it in another database from this file.
there is a import-export tool of oracle for that.
manually put forms in a directory you want on the client.
then set in client-registry this path as a value of forms60_path key.
also put youre reports in the same directory like your forms.
if the database is running on a server, you dont export the schemas.
try clients to connect to database on server.
export when you want to move objects, data to another database.
|
|
|
|