How to re install the apex in AWS linux instance.

Hi,
We are using AWS linux 64 bit server instance with oracle 11g installed. In this apex 3.0... is pre installed. I browse apex and tried to login but it says invalid credentials.
So i thought i need create Admin password to create workspace and login credentials, so i run these commands to setup the pwd for Admin
SQL>@apexins SYSAUX SYSAUX TEMP /i/
it run the somany scripts and finally given error
...Initialize the table of Oracle default schema names
begin
ERROR at line 1:
ORA-00001: unique constraint (FLOWS_030000.WWV_FLOW_RESTRICT_SCHEMA_PK)
violated
ORA-06512: at line 9
SQL>@apxldimg /home/oracle
given this error
declare
ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
No such file or directory
ORA-06512: at "SYS.XMLTYPE", line 296
ORA-06512: at line 15
SQL>@apxchpwd
given this error
SP2-0310: unable to open file "apxchpwd.sql"
Now im unable to browse apex at all.
I donot understand how to solve this issue. Im new to oracle.
how to re install the apex in AWS linux instance.
or
Please let me know how to solve this issue.
Thank you
Edited by: praveenb on Nov 2, 2011 3:45 AM
Edited by: praveenb on Nov 2, 2011 4:16 AM

So i run these commands to setup the pwd for Admin
SQL>@apexins SYSAUX SYSAUX TEMP /i/
SQL>@apxldimg /home/oracle
SQL>@apxchpwd <enter ADMIN password when prompted>
Some where it gone wrong. now im unable to browse apex.
Perhaps the cause of your problem was running apexins.sql and apxldimg.sql scripts ( used for the installing Apex, not changing passwords ).
As suggested, please post in the Apex forums - Oracle Application Express (APEX)
Apex 3.0 is old. I'd be installing 4.1 if I was you.
Google is also your friend. Doing a quick search will bring up plenty of blogs with step-by-step instructions on how to install and upgrade Apex.

Similar Messages

Maybe you are looking for

  • Mailbox sending emails from another address?

    I don't think this is in the right category however I couldn't work out which forum to put it under. Basically I have several accounts in my mailbox. I recently deleted one of them as I don't want to use that email address anymore, however, emails ar

  • Dynamic actions in sequence

    Hi all,         I have 5 dynamic actions in a page.             I want to know whether there is any way to execute these dynamic actions in order ( i.e when the 1'st action is completed then only the 2'nd and 3'rd should be processed).. waiting for u

  • To see all the entries when dropping down

    Hi All, I am executing   transaction code XD03 with a particular Customer number.Then i go to 'Regional Market' in tab 'Marketing' and push on the match code for 'Regional Market'. Now it says 'the number of entries is restricted to 500'.But the tota

  • Refresh of BW development from BW production - consequences

    One of the customers I work with - we are looking at refreshing BW Development system from BW production - just to bring them in sync . I believe this can cause issues with 1) object ownership - the TADIR entry for all objects - "originating system"

  • Interrupt handler

    hi all, i want to model an interrupt handler i have a class that is working it's job and when it receive the interruption it should cancel it's job and execute the interrupt handler