[Tip] Install Apex 3.2 in Oracle Database 10g XE (Windows)

Oracle Application Express - web application development tool (antigamente conhecido como Oracle HTML-DB)
Post Reply
stohlirck
Rank: Programador Júnior
Rank: Programador Júnior
Posts: 15
Joined: Tue, 09 Oct 2007 10:37 am
Location: Porto Alegre - RS
Tiago Stöhlirck

Personnel,
follow step-by-step on the installation of Apex 3.2 in Oracle 10g Xe ..

- Install the "Oracle Database 10g Release 2 (10.2.0.1) Express Edition "
http://download.oracle.com/otn/nt/oracl ... XEUniv.exe)

- Download Apex 3.2 http://download.oracle.com/otn/java/app ... ex_3.2.zip) - Unzip it in the" C: \ oracle "folder
- Start the MS-DOS Command Prompt


Access the address: http://127.0.0.1:8080/apex
Workspace: Internal
UserName: admin
Password: <password>



Now just create your workspace and start working ..


Tiago Stohlirck
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Thanks for the tutorial :-)
wagner-morais
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 14
Joined: Mon, 27 Oct 2008 4:11 pm
Location: Santos - SP

Sorry if the question is absurd, but are there people using Apex as a substitute for Oracle Forms?
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Sometimes I think Oracle has just that goal.
Remember that the forms runs on the web yes, but it is within a Java applet, that is, it runs locally on the subject machine. (same problems as client-server mode -> data traffic, etc.).

Apex is real web ... I think it's worth taking a look at him with affection. From what I'vê ever seen, he has a lot of resemblance to Forms. (issue of blocks, multi-record, etc.)
wagner-morais
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 14
Joined: Mon, 27 Oct 2008 4:11 pm
Location: Santos - SP

Oracle launched Oracle Forms 11g this month.
Is it Web or Applet?
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

Applet
Fabiano_Oracle
Rank: Estagiário Júnior
Rank: Estagiário Júnior
Posts: 2
Joined: Fri, 07 Aug 2009 9:35 am
Location: Brasília - DF

I performed everything, he even migrated everything updated, but at the time of logging, he asked for the password (obvious) I put it right, and he asked to change, but at the time of submitting the new password, he resets the page and does not nowhere.

PS. (my windows is the view, unfortunately ¬¬)
Raimundo
Rank: Estagiário Pleno
Rank: Estagiário Pleno
Posts: 7
Joined: Fri, 24 Jul 2009 4:09 pm
Location: São Paulo

Good morning everyone,
work in a company that uses Forms about 20 years ago, and we are currently migrating all systems to Apex, I hope I have helped!


Raimundo
gokden
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 264
Joined: Sun, 19 Aug 2007 8:18 pm
Location: Ribeirão Preto - SP
Lucas de Souza

OCA Developer
Analista de sistemas

Personally I had a few problems to install this in a Bank Enterprise, had to install Oracle XML DB and install the Java part in the bank, I had to increase the Java pool size and had to install the orac text = D

I made a tutorial to save in the company of how I installed ... more in this tutorial só shows how to install the oracle text and the own apex, if someone needs, here it is:
http://en.glufke.net/oracle/download/In ... apex_3.doc
= D
hevertoncss
Rank: Estagiário Pleno
Rank: Estagiário Pleno
Posts: 4
Joined: Wed, 09 Sep 2009 5:35 pm
Location: Floripa-SC

I performed everything, he even migrated everything updated, but at the time of logging, he asked for the password (obvious) I put it right, and he asked to change, but at the time of submitting the new password, he resets the page and It's not going anywhere.

PS. (my windows is the view, unfortunately ¬¬)
mine is xp sp2 and ta with the same problem !!!
tiagodasilvap
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 13
Joined: Fri, 20 Nov 2009 4:04 pm
Location: Prt

Good evening, Tiago Stöhlirck!

I did all the steps you described ...... It worked everything right, I typed the address http://127.0.0.1:8080/apex, I can not log .......... .need help!

I await return!
User avatar
madmax
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 293
Joined: Wed, 13 Dec 2006 5:02 pm
Location: São Paulo
Contact:
________________________________
Douglas - Madmax.

Tiago.

You attempted to log in this way:

Select all

WORKPASCE = INTENAL 
USERNAME = ADMIN 
PASSWORD = senha que você colocou quando executou o comando @apxchpwd

ABS.
tiagodasilvap
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 13
Joined: Fri, 20 Nov 2009 4:04 pm
Location: Prt

Yes Douglas!

Workspace: Internal
Username: admin
Password: My password

I did three times, and I could not log in!

ABS!
User avatar
madmax
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 293
Joined: Wed, 13 Dec 2006 5:02 pm
Location: São Paulo
Contact:
________________________________
Douglas - Madmax.

Do the following

You must log in as SYS in the bank where the Apex and run @ ApxxEpwd.sql to reset the housing password

Select all

SQL> connect / as sysdba 
Connected. 
SQL> @apxxepwd.sql apex  
Session altered. 
...changing password for ADMIN 
PL/SQL procedure successfully completed. 
Commit complete.
99] Ready can log in with UserName Admin using the 'Apex' password with Internal Workspace.

Then on the page he asks to change this password for a new password.

Anything posts toE.

ABS.
tiagodasilvap
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 13
Joined: Fri, 20 Nov 2009 4:04 pm
Location: Prt

I got it, thank you!
User avatar
madmax
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 293
Joined: Wed, 13 Dec 2006 5:02 pm
Location: São Paulo
Contact:
________________________________
Douglas - Madmax.

: D Arrive my dear.
PaoloCemim
Rank: Estagiário Sênior
Rank: Estagiário Sênior
Posts: 12
Joined: Tue, 22 Dec 2009 7:58 am
Location: Gravataí - RS
Att, Paolo Cemim

I got this doubt, the problem when you update the apex The logar screen does not work is a problem of not correctly running the SQL of changing the admin password or is it SQL problem where the image director arrow arrow. I do both things when it gives this dick, but I never bothered to know which one really gets this problem.
Someone know the qualquer can be? : oops:
User avatar
dr_gori
Moderador
Moderador
Posts: 5024
Joined: Mon, 03 May 2004 3:08 pm
Location: Portland, OR USA
Contact:
Thomas F. G

Você já respondeu a dúvida de alguém hoje?
https://glufke.net/oracle/search.php?search_id=unanswered

I followed these steps with Oracle Xe and Apex4 and flowed quietly.
t4ll3s
Rank: Estagiário Pleno
Rank: Estagiário Pleno
Posts: 3
Joined: Sun, 06 Feb 2011 12:55 pm
Location: df

Good afternoon, I'm installing the apex according to your tutorial, but when I run the @ApxxEpwd command it changes the password and after I leave I can not log back.

Note: I am a beginner.
vlw.
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 12 guests