Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Does AIX 6.1 support Oracle 10g

669690Nov 10 2008 — edited Nov 10 2008
When Installing I receive the following errors:-

Checking operating system requirements ...
Expected result: One of 5200.004,5300.002 Actual Result: 6100.00 Check complete. The overall result of this check is: Failed <<<<
Problem: Oracle Database 10g is not certified on the current operating system.
Recommendation: Make sure you are installing the software on the correct platform.
=======================================================================

Checking operating system package requirements ...
Check complete. The overall result of this check is: Not executed <<<<
OUI-18001: The operating system 'AIX Version 6100.00' is not supported.
Recommendation: Install the required packages before continuing with the installation.
=======================================================================

Checking recommended operating system patches Check complete. The overall result of this check is: Not executed <<<<
OUI-18001: The operating system 'AIX Version 6100.00' is not supported.
Recommendation: You may actually have installed patches which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the readme to find out how to get the missing patches.
=======================================================================

I actuall have the following installed on my aix 6.1 box

# lslpp -l bos.rte.aio
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.rte.aio 6.1.1.1 APPLIED Asynchronous I/O Extension

Path: /etc/objrepos
bos.rte.aio 6.1.1.0 COMMITTED Asynchronous I/O Extension
#

If there are any patches to be installed... plz advise
This post has been answered by Tubby on Nov 10 2008
Jump to Answer

Comments

TexasApexDeveloper
See this article from oracle on creating a packaged Oracle APEX application..: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/deploy.htm#CHDICGJD

Thank you,

Tony Miller
Webster, TX
Fadi Samara Guest
I read this one before and now but could not still find the way how to get the tables' data unloaded and exported with the application itself, if you know how to do that could you please mention it here.
828941
Hi,

I use the following method.

Step 1—_
You need DDL for database objects. You can follow any of the following 2 methods:-
Method 1
• In APEX Go to Home .
• Click on Utilities
• Click on Generate DDL
• Click on Create Script button
• Select the Schema and Click on next
• For output select Save as Script File and the objects types which you want to include in the script and click on next
• Check the individual object name which you want include in the script and click on Generate DDL.
• Download the Script File you generated to you Hard Drive.

Method 2
• Using SQL Developer Export the Schema and save the file you hard drive. (I use this method as it is easy and i can copy the data as well)
Step 2 –_
• Go to the application which you want to export
• Click on Supporting Objects.
• Click on Installation Script.
• Click on Create From File.
• Enter name of Installation script and click Next
• Browse the file which you downloaded in Step 1 and Click on Create Script
• Now Click on Export/Import Link on the Application Home Page
• Click on Export
• In the Export Preference Select Export Support Object Definition and Click on Export

This exported file will install both the application as well as database object*

Regards,
Shijesh
Fadi Samara Guest
Hi,

Thanks for that, but I need the Data inside the tables to be exported, I think they called seed data, I'm not after the ddl.

thanks,
828941
Answer
Follwing Method 2 ---

IN SQL Developer .. click on tools database export and follow the on screen instruction.. i use this method to export object and data both.

Regards,
Shijesh
Marked as Answer by Fadi Samara Guest · Sep 27 2020
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 8 2008
Added on Nov 10 2008
4 comments
3,881 views