Home » Developer & Programmer » Forms » Not able to compile oracle forms 12c on linux (Oracle forms 12 weblogic)
Not able to compile oracle forms 12c on linux [message #668773] Wed, 14 March 2018 00:27 Go to next message
ganesh_jadhav0509
Messages: 74
Registered: May 2007
Location: Chester
Member

I am migrating my oracle forms from 6i to 12c. I am able to compile forms on windows environment but not on CentOS-6 Linux.

Following is error
FRM-30041: Position of item places it off of canvas.
Item: LOGIN_NAME
Block: LOGIN
Form: MAIN

FRM-30085: Unable to adjust form for output.
It seems the issue with object Library which system not able to find while compiling the form.

Following is my .bash_profile
export ORACLE_BASE=/usr/lib/jvm/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.2.1
export MW_HOME=$ORACLE_HOME
export WLS_HOME=$MW_HOME/wlserver
export WL_HOME=$WLS_HOME
export DOMAIN_BASE=$ORACLE_BASE/config/domains
export DOMAIN_HOME=$DOMAIN_BASE/frsdomain
export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_161
export PATH=$JAVA_HOME/bin:$PATH
export FR_HOME=$ORACLE_HOME
export ORACLE_INSTANCE=$DOMAIN_HOME/config/fmwconfig/components/FORMS/instances/forms1
export FR_INST=$ORACLE_INSTANCE

# Forms compilation
export PATH=.:$FR_HOME/bin:$FR_HOME/forms/mesg:$PATH
export LD_LIBRARY_PATH=$FR_HOME/oracle_common/jdk/jre/lib/amd64:$FR_HOME/lib:$FR_HOME/oracle_common/lib:$FR_HOME/oracle_common/jdk/jre/lib/amd64/server
export FORMS_BUILDER_CLASSPATH=$FR_HOME/jlib/
export FORMS_PATH=/home/weblogic/app_home/forms
export REPORTS_PATH=/home/weblogic/app_home/reports
export TERM=vt220
export ORACLE_TERM=$TERM
Am i missing any variable? Can somebody help me with solution?
Re: Not able to compile oracle forms 12c on linux [message #668840 is a reply to message #668773] Fri, 16 March 2018 14:24 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
As of FRM-30041: did you have a look at the layout editor? Is LOGIN_NAME item placed on the canvas? If not, try to modify its properties (or simply drag it) so that it is there, and then recompile the form (Ctrl + Shift + K).
Previous Topic: load data from table outside of block into non db item
Next Topic: frm - 40039 can't attach PL/SQL Library
Goto Forum:
  


Current Time: Thu Mar 28 05:34:45 CDT 2024