Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Install apex 4.2 on oracle 10g in AIX 6.1

BrokeDBAJan 13 2014 — edited Jan 14 2014

Hello,

I have an issue installing apex 4.2 on oracle 10g.I do know there is 3 types of listeners for apex :

1-APEX Listener - 2-Oracle HTTP Server - 3-Embedded PL/SQL Gateway.

We would like to use the mod_plsql plugin which led me to look for Oracle HTTP installation but the only one I found available at oracle is the HTTPserver found in 10R3 OAS companion CD.Furthermore the latest OS version available was AIX 5.1 . Do you think I can still Install it on a aix 6.1 machine ? If not can could you direct me for a documentation that shows how to implement the 3rd option (PL/SQL Gateway).

Thank you in advance

sql> select * from v$version;

BANNER

----------------------------------------------------------------

Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi

PL/SQL Release 10.2.0.5.0 - Production

CORE    10.2.0.5.0      Production

TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio

NLSRTL Version 10.2.0.5.0 - Production

sever# uname -rv

AIX    1 6

This post has been answered by BrokeDBA on Jan 14 2014
Jump to Answer

Comments

DK2010

Hi,

No, You can not Take Export from SCN, it only for upto date/SCN

you can also check the Option  from here :Migration Of An Oracle Database Across OS Platforms (Generic Platform) (Doc ID 733205.1)

HTH

Hemant K Chitale

It is quite likely that your export may fail to create a read consistent image of the data as of the SCN specified when it is attempting to export that volume of data, with transactions running concurrently.

Since SPARC Solaris is Big-Endian and Intel Linux is Little-Endian, you'd have to convert the datafiles.

Hemant K Chitale


1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 11 2014
Added on Jan 13 2014
4 comments
631 views