Pramod Gupta
Pramod Gupta

Reputation: 63

How to deploy a project using oracle 11g XE as backEnd to a Java front end

I want to know how to deploy project using Oracle 11g Express Exition as the back end and Java as front end.

I have used Java and MS Access as back end in which I supplied a .mdb file with the project. But I don't know how deployment actually works iF I use oracle as back end and Java as front end.

The IDE I'm using is Eclipse.

Upvotes: 0

Views: 322

Answers (2)

APC
APC

Reputation: 146269

What you need is installation in 'Silent Mode' . Basically you need to edit one of the silent install response templates to provide defaults for the Installer's prompts (Listener ports, SYS passwords, etc).

The process is covered in the Express Edition documentation here.

Upvotes: 1

Brett Walker
Brett Walker

Reputation: 3586

Deploying Oracle 11g Express when comparing to MS Access is like comparing chalk and cheese. They are worlds apart.

Deploying Oracle Express is like installing any other piece of software. You have to chose options and specify passwords (need to record those) when installing Oracle Express.

Usually when deploying (and re-deploying) an application the installation of DB software is usually only done once. If changes need to be made to data in the database then change scripts are the preferred options.

Upvotes: 1

Related Questions