Skip to Main Content

Oracle Forms

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!

Forms 11.1.2 64 bit install and configure on Oracle Linux on VirtualBox

978099Dec 12 2012 — edited Dec 12 2012
Has anyone installed and configured Oracle forms and reports 11.1.2 64 bit on Oracle Linux (guest , version 5) on a WIndows 7 VirtualBox host ? I'm currently having issues creating the application instance during the configuration process. I've tinkered around with the hosts file and other network settings but to no avail. I'd like to check against a successful install if possible. Thanks.

Comments

user13108008

Same problem.

imagem1.png

netca_configure.log:

imagem2.png

Sentinel

I'm not sure if this will be helpful in your instance, but I've found that Running /etc/init.d/oracle-xe-18c configure fails for me the first time I run it, every time. However, it also works the second time I run it, every time, so I use the following command:

/etc/init.d/oracle-xe-18c configure 2>&1 || \

cat /opt/oracle/cfgtoollogs/netca/netca_configure_out.log && \

/etc/init.d/oracle-xe-18c configure 2>&1

teotiger

Think I found the solution: you should do not update your centos installation!

I had the same problem and spent many hours in investigation - without any success. Finaly I did a new set up from scratch (via virtualbox) without update the system (yum check-update && yum -y update) and then everything works fine.

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

Post Details

Locked on Jan 9 2013
Added on Dec 12 2012
4 comments
191 views