Case-Sensitive problem while compiling in Linux

Hi All,
We have around 100 forms developed in windows platform. The forms use program units from plls. Compiling against windows do not have any problem. But when they are compiled in linux environment, we get error like frm-18108: unable to load form objects.
Also the program units of the pll's are not referred correctly, since the declaration is in upper case and the calling in the other forms is in other cases.
Is there any way to by-pass this case-sensitive problem, other than making them even in case, in the forms and libraries.
Thanks
Gopal

Hi Francois,
I had already tried with having all combinations of file name but still I am getting
error
"Compilation error on procedure CG$KEY_STARTUP:
PL/SQL ERROR 201 at line 9, column 1
identifier 'SET_MDI_TITLE' must be declared
PL/SQL ERROR 0 at line 9, column 1
Statement ignored".
The set_mdi_title PU is defined in PLL and the library is attached to the form. When I compile the form using f90gen, I am getting the above error.
Please suggest.
Thanks Gopal

Similar Messages

  • Occi problems while compiling in linux

    hi guys
    i've been trying to compile the occi programming examples but i always get the following error.
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.(void)+0x18): In function `occipool::occipool(void)':
    : undefined reference to `oracle::occi::Environment::createEnvironment(oracle::occi::Environment::Mode, void *, void *(*)(void *, unsigned int), void *(*)(void *, void *, unsigned int), void (*)(void *, void *))'
    /tmp/ccNNJ2Rg.o(.gnu.linkonce.t._._8occipool+0x15): In function `occipool::~occipool(void)':
    : undefined reference to `oracle::occi::Environment::terminateEnvironment(oracle::occi::Environment *)'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x497): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException type_info function'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x4c8): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException::SQLException(oracle::occi::SQLException const &)'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x513): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException::getErrorCode(void) const'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x55c): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException::getMessage(void) const'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x5b2): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException::~SQLException(void)'
    /tmp/ccNNJ2Rg.o(.occipool::gnu.linkonce.t.select(void)+0x60d): In function `occipool::select(void)':
    : undefined reference to `oracle::occi::SQLException::~SQLException(void)'
    collect2: ld returned 1 exit status
    i tried following the instructions in this forum about installing gcc 2.95.3. since i was using 3.2.2. I installed gcc ok but i still get the same problem. i think its something to do with the shared libraries or include paths but i cannt figure how. any help will be appreciated. am running redhat 9.0 and oracle 9 rs 2.
    regards solomon

    Hi all.
    I've same problems. I try to download and install 2.95.3 from http://gcc.gnu.org/releases.html (since there isn't any refercence to 2.96!) but the problems persist again.
    So I tryed to analyze the library with 'nm -CD $ORACLE_HOME/lib/libocci' and I saw there isn't no exported symbols, then I rebuild it with the object files found in $ORACLE_HOME/lib/libocci9.a' and now the library exports all function oracle::... but when I try to recompile the example demo/occidml I get the error
    /opt/gcc2.95/bin/g++ -o occidml -I. I/opt/oracle/oracle92/rdbms/public -L/opt/oracle/oracle92/lib -L/opta/oracle/oracle92/rdbms/lib -locci -lclntsh 'cat $ORACLE_HOMElib/sysliblist' occidml.cpp
    /opt/oracle/oracle92/lib/libocci.so: undefined reference to '__ctype-toupper'
    collect2: ld returned 1 exit status
    WHERE I CAN DOWNLOAD THE gcc2.96????

  • Case Sensitivity problems using OAS

    I developed a small application in JDeveloper
    & deployed that application ( or alternatively I have a small application HelloWorld )
    When I tried to execute the application on Oracle Web application Server using JWeb Cartridge it seems that while giving the URL
    it needs the exact name & case. If I give like test/java/HelloWorld it will execute
    But If I will give like test/java/helloworld
    it doesn't respond.
    Is this a case sensitivity problem or what ?
    Please help
    Sandeep
    null

    Kevin,
    This looks like a networking issue. You may want to start with the basics like telnet using port 12503. Netstat may be helpful as well. You can turn up the logging level to finest and obtain more detailed information to post here. Below find a logging and debugging URL (for 9i but still relevant).
    http://www.oracle.com/technology/tech/java/oc4j/htdocs/oc4j-logging-debugging-technote.html-Michael

  • Case sensitive problem in

    Hi Experts !

    Hi Experts!
    I have used EVS in table column. When I click that particular column, it shows pop window correctly.
    It contains the data like that in pop window.
    "A"  -
    > Apple
    "B" -
    > Ball
    "C" -
    > Cat
    My problem is when I enter the value directly into that column instead of selecting value from pop up window , I face case sensitive problem. For example if I enter
    "a" instead of "A" i got the following error <b>The stringer "a" does not occur in the quantity of the permitted values</b>
    How to solve this error?
    pl help me.
    Advance Thanks.

  • Wsdl2service exception class: case sensitive problem

    When I run wsdl2service on my .wsdl, file the generated class is a different case than the class name(CatalogException vs catalogException). The exception classes will not compile. Any ideas?
         <wsdl2service
         wsdl="ws_20/CatalogQueryService.wsdl"
         destDir="${src_gen}"
         typeMappingFile="${autotype}/types.xml"
         packageName="mil.dcgs.mdf.webservice"
         generateImpl='true'>
         <classpath refid='project.classpath'/>
         </wsdl2service>
    ================================================
    [wsdl2service] Generating web service from wsdl ws_20/CatalogQueryService.wsdl
    [wsdl2service] C:\views\dib\DIB\src_gen_mort\mil\dcgs\mdf\webservice\catalogException.java:9: class CatalogException is public, shou
    ld be declared in a file named CatalogException.java
    [wsdl2service] public class CatalogException extends java.lang.Exception
    [wsdl2service] ^
    [wsdl2service] C:\views\dib\DIB\src_gen_mort\mil\dcgs\mdf\webservice\dataAccessException.java:9: class DataAccessException is public
    , should be declared in a file named DataAccessException.java
    [wsdl2service] public class DataAccessException extends java.lang.Exception
    [wsdl2service] ^
    [wsdl2service] 2 errors
    [wsdl2service] java.io.IOException: Compiler failed executable.exec
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:470)
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:328)
    [wsdl2service] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:336)
    [wsdl2service] at weblogic.webservice.tools.build.internal.CompilerHelper.compileFiles(CompilerHelper.java:80)

    Windows filenames are not case-sensitive. So you can't have both EventSite.class and eventsite.class in the same directory. What you see there probably also involves Windows 98's habit of messing with the capitalization of file names (try creating a directory with the name of IBM, not Ibm).

  • K9copy - kdelibs problem while compiling

    hello!
    got the PKGBUILD from the aur.
    http://aur.archlinux.org/packages/k9cop … y/PKGBUILD
    while compiling i had this problem:
    checking if UIC has KDE plugins available... no
    configure: error: you need to install kdelibs first.
    make: *** No targets specified and no makefile found. Stop.
    i have installed all depencies of k9copy (newest versions)!
    anyone has an idea?
    thx for any help!

    user5606182 wrote:
    How to identify which is causing?
    Login as DMTAPPS and issue
    SELECT  *
      FROM  USER_ERRORS
      WHERE NAME = 'DMT_UTILITY_PKG';Or select from all_errors/dba_errors:
    SELECT  *
      FROM  USER_ERRORS
      WHERE OWNER = 'DMTAPPS'
        AND NAME = 'DMT_UTILITY_PKG';SY.

  • Search User Page - Case Sensitivity Problem

    Hi,
    While searching users according to the criterias like user's firstname or lastname, the search is case sensitive.
    Is there a way to make incase sensitive search?
    Thanks.

    I would say a no for it because at the back-end the findUsers() API is getting called for which the value is a String Object. So its always case insensitive according to me.

  • Problem while compiling the Device Driver source code onSolaris 8 intel pla

    Hello!
    We are writing Device Driver for PCI (PMC) based HS serial
    communication card on Solaris 8(intel edition).The Processor
    used is Celeron/Pentium III.
    We are facing following problems.
    1) Kindly let us know the cc compiler options for xarch=isa.
    2) Presently we have included following header files.
         #include <sys/ddi.h>
         #include <sys/sunddi.h>
    3)We tried to compile our driver soure file (pmc.c) using
    FORTE DEVELOPER 6 UPDATE 1 with the following command.
         # cc -Xa -D_KERNEL -c pmc.c
    4) The compiler is not able to reach to our source code. It prematurely fails
    while compiling the system header files
    5) The errors were reported during Preprocessor
    compilation in /SYS/*.h header files.
    cc: Warning: using -Xa, ignoring all other -X options
    "/usr/include/iso/limits_iso.h", line 54: warning: macro redefined: SHRT_MIN
    "/usr/include/iso/limits_iso.h", line 56: warning: macro redefined: USHRT_MAX
    "/usr/include/iso/limits_iso.h", line 59: warning: macro redefined: UINT_MAX
    "/usr/include/sys/vnode.h", line 486: syntax error before or at: rlim64_t
    "/usr/include/sys/vnode.h", line 486: warning: undefined or missing type for: rlim64_t
    "/usr/include/sys/vnode.h", line 487: warning: undefined or missing type for: cred_t
    "/usr/include/sys/vnode.h", line 487: warning: undefined or missing type for: ssize_t
    "/usr/include/vm/page.h", line 468: undefined or not a type: pgcnt_t
    6)Kindly let us know :-
    a) if any Environment variables to be set.
    b) What all the system include headre files are required & in what sequence if any.
    Expecting a early reply .
    Can anybody help us.
    Thanking you for your kind co-operation.
    A.P.SINGH
    INDIA               

    Try to use cc comiler from /opt/SUNWspro/bin/ like
    /opt/SUNWspro/bin/cc -Xa -D_KERNEL -c pmc.c

  • Case sensitive problem in oracle9i

    Hello every body
    I need ur help in this case
    in my database I need to ignore case sensitive in varchar2
    ie. if I have value in varchar = Accounting
    I need to compare this value which exist in column
    if equal to 'accounting' value with out using lower or upper function
    ie. I need to set global option in database ignore case sensitive
    I tried the query which exist in oracle10g(alter session set nls_comp=ansi)
    but it didn't work
    so please give me solution which work in Oracle9i and oracle10g in the same time
    but with out using varchar2 functions, ie. I need feature which will set in session
    Thanks alot

    Check this links:
    <br>
    The Globalization of Language in Oracle - And Case-Insensitivity
    <br>
    10gR2 New Feature: Case Insensitive Searches

  • Case Sensitive problem in Select Option for wild card search

    Hi,
         Can anyone please let me know how to make the wild card search in any select-option non case-sensitive. What I mean by this is for eg. we want to find out all the POs with short text containing the word  'process', what we do we populate a range with OPTION = 'CP' and LOW = 'process' and select EKPO with short text in this range. This select is however case-sensitive and POs with short text containing 'Process' is not retrieved. But my requirement is that this should be non case-sensitive and both the POs should be in the result set.

    Hi,
    Hope this helps you
    CS:
    You can select characters in operand2 for a direct comparison by adding the escape symbol "#" before the required characters. For these characters, upper/lower case is taken into account, wildcard characters and the escape symbol itself do not receive special treatment, and trailing blanks in operands of type c are not cut off.
    Covers Pattern: True, if the content of operand1 fits the pattern in operand2. Wildcard characters can be used for forming the operand pattern, where "" represents any character string, and "+" represents any character. Upper/lower case is not taken into account. If the comparison is true, sy-fdpos contains the offset of operand2 in operand1, whereby leading wildcard characters "" in operand2 are ignored if operand2 also contains other characters. If the comparison is false, sy-fdpos contains the length of operand1.
    Regards
    Krishna

  • Case Sensitive Problem in the query

    Hii All
    Good Day
    I have created zperson infoobject & has lowercase letters tick marked.
    This is the navigational attribute of 0activity infoobject.
    The user wants to have the functionality of
    "The text field should be non-case sensitive so when it is used in a query to search the name can be typed in whichever case a person wants"
    How to do this? can any one suggest?
    regards
    Jana.

    Hello,
    I dont have a solution to convert the value automatic in the selection variables. but as an alternate solution: When you load data for zperson, use formula or routine to translate to upper case. Then the user can always use uppercase in the selection.
    Happy Tony

  • Excel Query case sensitive problem

    HI all I am writing query in excel to join table. however I find it is case sensitive.  which cause many trouble.
    how to make it case incensitive.
    SELECT *
    FROM `C:\compare.xlsx`.`sheet1$` a
    left join `C:\compare.xlsx`.`sheet2$` b
    on a.`name`=b.`name`
    union
    SELECT *
    FROM `C:\compare.xlsx`.`sheet1
    right join `C:\compare.xlsx`.`sheet2$` d
    on c.`name`=d.`name`

    Hi,
    I tested it with my data source (I create it like this, not use all of the month). Would you like to share us a sample file through OneDrive if possible?
    If you have further question about the SQL sentence, I recommend you post your issue to SQL forum.
    http://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    Regards,
    George Zhao
    TechNet Community Support

  • Problem while compiling 'dll' files in Form Server..Urgent

    Hi!
    I'm trying to compile the library(dll) in form server and getting a message that "can not open that file".At the same time able to compile 'fmb' files which is in the same directory.
    Could you please help me?
    Thank you,
    Denish

    I am also working on Forte. Forte has an inbuilt Tomcat. You dont need to copy any files to any where in the file mount system. You need to specify the External / Internal Browser settings, So that when you try to execute it, the .jsp file can be displayed in the browser. I havent faced any problem as you said.
    Uma
    http://www.javagalaxy.com

  • Problem while compiling Servlet

    M using Tomcat.
    Environment variables :
    Variable :::::::::::::::: Values
    %TOMCAT_HOME% ::::::::::: C:\Tomcat\bin
    CLASSPATH :::::::::::::::: .;C:\jdk 1.4.2\lib;C:\jsdk2.1 \servlet.jar;C:\Tomcat\lib\servlet.jar;
    PATH ::::::::::::::::::::: ;C:\jdk 1.4.2\bin
    JAVA_HOME :::::::::::::::: C:\jdk 1.4.2
    Now problem is that When m trying to compile GreetingServlet.java
    problems are:::
    GreetingServlet.java:31: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("<BODY>");
    ^
    GreetingServlet.java:32: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("<p>"+message +","+name+"</p>");
    ^
    GreetingServlet.java:33: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("<p> Thanks ("+email+")</p>");
    ^
    GreetingServlet.java:34: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("<p> -The Pro Java Team.</p>");
    ^
    GreetingServlet.java:35: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("</BODY>");
    ^
    GreetingServlet.java:36: cannot resolve symbol
    symbol : method Println (java.lang.String)
    location: class java.io.PrintWriter
    out .Println("</HTML>");
    ^
    Source Code:
    import javax.servlet.* ;
    import javax.servlet.http.* ;
    import java.io.* ;
    import java.util.* ;
    public class GreetingServlet extends HttpServlet{
    protected void doPost (HttpServletRequest request,
                   HttpServletResponse response)
                        throws ServletException, IOException {
         String name = request.getParameter ("name");
         String email = request.getParameter ("email");
         String message = null;
         GregorianCalendar calendar = new GregorianCalendar();
         if (calendar.get(Calendar.AM_PM) == Calendar.AM) {
              message =" Good Morning";
         else {
              message = " Good Afternoon";
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         out .println("<HTML>");
         out .Println("<BODY>");
         out .Println("<p>"+message +","+name+"</p>");
         out .Println("<p> Thanks ("+email+")</p>");
         out .Println("<p> -The Pro Java Team.</p>");
         out .Println("</BODY>");
         out .Println("</HTML>");
         out .close();
    Thanks in Advance
    Please its an urjent.
    Hoping to get the solution soon from cream like you in Programming.

    hi
    it could be you have caps P.
    try:
    "println" instead of "Println".

  • Case Sensitive Problem

    I have an ALV Report . When ever i enter any value in the column it is taking only first letter as UPPERCASE and remaining letters as LOWER CASE.
    In what ever format(either uppercase or lowercase) i enter the value it is taking first letter  as UPPER CASE only
    How can i rectify this one

    ur question is not so clear.....
    in alv u can enter data in lower case or in uppercase...
    bt in the table tht data is saved in uppercase only.....
    so whn u retrive tht data u c it in uppercases....
    try to more clearly mention ur problem.....it seems lik it is hafly mentioned...

Maybe you are looking for