First referenced in/oracle/product/9.2/lib32/libocci9.a(occiResultSetImpl.o

Hi,
We are getting the below error while building occi cpp calls.
/usr/ccs/bin/ld: Unsatisfied symbols:
OCIPGetRowid (first referenced in /oracle/product/9.2/lib32/libocci9.a(occiResultSetImpl.o)) (code)
OCIPDefConvOCCI (first referenced in /oracle/product/9.2/lib32/libocci9.a(occiResultSetImpl.o)) (code)
OCIPGetRidCharLen (first referenced in /oracle/product/9.2/lib32/libocci9.a(occiResultSetImpl.o)) (code)
We are not sure, how to resolve this.
Request your help.
Vivek.

I have very abstract knowledge about make file.
Please find here, the options that we areusing to build:
ORCL_ROOT=/oracle/product/9.2
OCCI_INCL=${ORCL_ROOT}/rdbms/demo
OCCI_PUB_INCL=${ORCL_ROOT}/rdbms/public
OCCI_INCL_OPT= -I ${OCCI_INCL} -I ${OCCI_PUB_INCL}
ACC=/opt/aCC/bin/aCC
LDOPTIONS=-AA -Wl,+s -Wl,+gst
ORACLE_LIBS=-lclntsh
SYS_LIBS=-lstd -lstream -lCsup -lm -lcl -lpthread -ldld -lc -lnsl
OCCI_LIBS=-L${ORCL_ROOT}/lib32 -locci9 -locci -lclntsh
IMAN_LIBS= ${IMAN_SHAREABLES} \
${IMAN_ARM} \
${IMAN_XML} \
${IMAN_ORACLE} \
${IMAN_UG} \
${ORACLE_LIBS} \
${SYS_LIBS} \
${OCCI_LIBS}
LINKDIRS= -L${IMAN_LIBRARY} \
-L${IMAN_LIBRARY}/oracle \
-L${ACC}/lib \
-L${IMAN_LIBRARY}/CC \
-L/usr/lib \
-L${UFUNC_LIBRARY}
exe_compile:${OBJ_FILES}
${ACC} ${LDOPTIONS} ${LINKDIRS} \
${OBJ_FILES} ${IMAN_LIBS} ${AMAT_LIBS} -o ${LIB_NAME}
chmod 755 ${LIB_NAME}
.cxx.o :
${ACC} ${CFLAGS} ${OEDS_SRCS} ${SRC_INC} \
${JAVA_INCL} ${ITK_INCL_OPT} ${INCL_1} ${OCCI_INCL_OPT} ${AMAT_INCL_OPT} \
${DOPT_CXX} ${IPLIB_NONE} -mt +Z -c $<
.cpp.o .c.o:
${ACC} ${CFLAGS} ${OEDS_SRCS} ${SRC_INC} \
${JAVA_INCL} ${ITK_INCL_OPT} ${INCL_1} ${OCCI_INCL_OPT} ${AMAT_INCL_OPT} \
${DOPT} ${IPLIB_NONE} -mt +Z -c $<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Multiple Oracle Products on Single Server

    Can we install Multiple Oracle Products for Development and Testing on a Single Server?
    Oracle Database 9i Enterprise Edition.
    Oracle 9i Application Server
    Oracle Applications 11i (Financials GL,HRMS PAYROLL)
    Oracle Discoverer 4.x
    Oracle Internet Developer Suite (Forms Server, Reports Server,
    If yes,
    Do they need to be in separate ORACLE_HOME or same ?
    Also what should be the sequence of Install, i.e. what should be installed first?

    The following products needs to be in their own Oracle Home:
    Oracle Database 9i Enterprise Edition. --> in its own O_H
    Oracle 9i Application Server --> in its own O_H (assuming this is 1.0.2.2 or 9.0.2)
    Oracle Applications 11i (Financials GL,HRMS PAYROLL) --> in its own O_H
    Oracle Discoverer 4.x --> in its own O_H (this is a 806 based product btw)
    Oracle Internet Developer Suite (Forms Server, Reports Server) --> This can either be in its own O_H or in the O_H which has 1.0.2.2 Oracle9i Application Server.

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Slow first connection using Oracle 10g xe and Visual Studio 2008

    {noformat}
    Good day,
    I'm slightly unaccustomed to using forums, so bear with me.
    My initial connection to the Oracle database takes approximately 30 seconds. It seems to be waiting for a connection before timing out and trying another connection which works, as all subsequent connections work immediately. I'm unsure how other people's responses in forums can help me due to the plethora of configurations, so here's mine. My comprehension of the oracle world is still growing, you'll have to explain the terms you're using for me, Hoping you can help.
    I'm using Visual Studio 2008, set to use 32 bit debug mode, on a Windows 7 Pro platform. Also using Oracle 10g Xe, and have installed the 32 bit version of ODAC 11.2 (11.2.0.1) to aid making a connection from Visual Studio to Oracle.
    I have a database set up and a user with system admin rights. This is all local for a programming project and will never see the light of day outside of my personal machine.
    I am using code to connect, not the GUI. I wish to code this project completely without the aid of the GUI. so my connection string within Visual Studio C# is (pw/id hidden)...
    string xe = "Data Source=xe;User Id=xxxxx;Password=xxxxx;";
    OracleConnection conn = new OracleConnection(xe);
    My c:\devsuitehome\network\admin\sqlnet.ora file is this:
    # sqlnet.ora Network Configuration File: C:\DevSuiteHome\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT, ONAMES, HOSTNAME)
    And my c:\devsuitehome\network\admin\TNSNames.ora file is this:
    tnsnames.ora Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = xe)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine name)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    Just for good measure, my tnsping xe shows:
    "Used paramter files:<br/>
    c:\devsuitehome\network\admin\sqlnet.ora<br/><br/>
    Used TNSNAMES adapter to resolve the alias<br/>
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = xe)))
    OK (0 msec)"
    So, how can I make that initial connection faster so I don't spend 15 years testing my application due to slow start-ups? :)
    Thank you.
    Kevin.
    {noformat}
    Edited by: 832285 on Jan 29, 2011 10:08 AM
    Edited by: 832285 on Jan 29, 2011 10:10 AM

    I have formatted my hard drive since my first post. I was running window 64 bit with a higher version of the ODAC and that proved to crash my machine with faulty error messages about memory. I have reverted to a previous version of the ODAC tools and everything works very smooth now. Still the connection time is consistently 20 seconds or longer on the first attempt.
    Just a little more information.. I am currently taking a college course with 15 other students, as you can tell by the impersonal machine name, where programming using visual studio 2008, and Oracle 10g xe is expected. All of us are using a 64 bit environment and we all have difficulties cutting down the load time of making the first connection to Oracle. Some people are longer making the connection, but none are shorter.
    One other note. After the first connection is made, taking 20 or more seconds, and is closed, all subsequent openings of the connection are instantaneous, for all of us.
    If there is ANYTHING more I can get for you, please let me know. With my environment stable as it is, I will not need to format or change any information for the foreseeable future.
    Here is the information you requested
    1 The connection method I am using, I have chosen the manual connection for you, however the delay exists if the connection is made through the GUI as well.
    Historically, I am getting slow connection speeds through adding the connection through the GUI or by a manual connection. Here is how I am doing it manually. I have the connection being created in 20 seconds, which is the best I can get.
    Imports Oracle.DataAccess.Client
    Also included project reference: oracle.dataaccess / version 2.111.6.20
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim connString As String = "Data Source=XE;User Id=abc;Password=abc;"
            Dim con As OracleConnection = New OracleConnection()
            con.ConnectionString = connString
            Try
                con.Open()
                MessageBox.Show("Connected!")
                con.Close()
                con.Dispose()
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End SubMy current TNS Ping results
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-FEB-2011 01:02:36
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (0 msec)2 Connection to SQL plus is instantaneous.
    I fought for weeks about the ODAC version 11.2.0.1 that you see in the previous post, and that would be a whole new thread. Suffice it to say I have a reliable environment to program in with this 10.2.0.1.0 version that I am running now, and the connection time has not changed, it is still minimum 20 seconds load time, sometimes up to 25.
    3 Ram usage in my typical environment
    I am running this laptop with 4 gigs of ram. This is a typical environment I would be running my application in.
    Physical memory
    total 4090
    cached 1753
    available 2345
    free 656
    system
    handles 27141
    threads 911
    processes 70
    commit megs 2860/8179
    kernel memory megs
    paged 201
    nonpaged 52
    4 I formatted my machine and reinstalled the Windows 7 professional operating system as of a few nights ago. The Oracle software on my machine is
    Oracle Database 10g express edition
    ODAC 11.1.0
    I amm not sure what filename you would need in addition to the product names that I have installed.
    5 The information from the SET command is
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\stepheke\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=STEKEV0908
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\stepheke
    LOCALAPPDATA=C:\Users\stepheke\AppData\Local
    LOGONSERVER=\\STEKEV0908
    NUMBER_OF_PROCESSORS=2
    oracle_sid=xe
    OS=Windows_NT
    Path=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Oracleapp\stepheke\product\11.1.0\client_1;C:\Oracleapp\stepheke\product\11.1.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Windows Live\Shared
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\stepheke\AppData\Local\Temp
    TMP=C:\Users\stepheke\AppData\Local\Temp
    USERDOMAIN=stekev0908
    USERNAME=stepheke
    USERPROFILE=C:\Users\stepheke
    VS90COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    windir=C:\Windows

  • Source System Setup Error In Oracle product Information Management.

    Hi ,
    We have done all the set ups and also we are created Sorce System in repository Setup) Development Manager. Navigations:
    Application Name: Advanced Product Catalog
    Responsibility Name: Development manager
    Development manager>set up> content/document manager> repository set up>update>apply.
    Development manager>set up> content/document manager> repository set up>Test Connection
    while doing the test connection we are getting following error:
    "Test Connection Failed: oracle.apps.fnd.framework.OAException: Application: DOM, Message Name: DOM_EX_WS_CONN_F".
    Please help me out from this problem.
    Regards,
    kiran

    Kiran,
    Are you having this issue on instance or on a run through Jdev? If its on instance, then either your setup is wrong or it might be some issue with the seeded code. So my suggestion will be to first check through the product implementation guide and then recach support because even if your setup is wrong, you should get a meaningful error message and not an unhandled exception.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle Production Support Roles and Responsibilities

    Hi,
    I am currently working in Application Support from past 4 years and I have applied for a opening in Oracle Production Support environment and it is different from DBA.
    So far i have never worked in Oracle Production Support so i am curious to know what exactly the roles and Responsibilities for this position.
    What kind of issues comes and how to troubleshoot them?
    I actually need to understand the nature of this job in detail and few interview questions that can be asked for this position.
    Any kind of help will be appreciated.
    Thanks in Advance,
    Regards.

    Deadlock10 wrote:
    Hi,
    I am currently working in Application Support from past 4 years and I have applied for a opening in Oracle Production Support environment and it is different from DBA.
    So far i have never worked in Oracle Production Support so i am curious to know what exactly the roles and Responsibilities for this position.
    What kind of issues comes and how to troubleshoot them?
    I actually need to understand the nature of this job in detail and few interview questions that can be asked for this position.
    Any kind of help will be appreciated.
    Thanks in Advance,
    Regards.
    In addition to Joe's questions regarding if you don't know the answer, then how do you know you want the job .......
    Regarding job titles:
    "When I use a word," Humpty Dumpty said in rather a scornful tone, "it means just what I choose it to mean -- neither more nor less."
    (Lewis Carroll - Through the Looking Glass)
    And so it is with job titles.  Any given job title means only and exactly what the organization chooses it to mean -- "neither more nor less".
    Even though we work in a technical industry, not every term you see has a universal, fixed, immutable, technical meaning. Not even close.
    My first two jobs in IT were in shops that had exactly the same set of job titles for Programmers --
    - Programmer/Analyst I
    - Programmer/Analyst II
    - Programmer/Analyst III
    In one shop,  the Programmer/Analyst III was the most junior of the three.
    In the other, the Programmer/Analyst III was the most senior of the three.
    So, you tell me, what is a "Programmer/Analyst III"?  What is a "development DBA"?  What is a "production support DBA"?

  • Which Oracle products should we use?

    We are looking to build, from the ground up, a site that is roughly a combination of www.kudzu.com and www.accessatlanta.com. Which Oracle products would help us best develop, test, and implement a similar solution.
    The primary confusion for me is whether the Portal product would be a good fit, or whether some other product(s) would be better.
    Many thanks in advance for any and all input.

    First, thank you VERY much for your reply. This post has received lots of views but no comments until yours. I appreciate your taking the time to offer a bit of advice and assistance.
    If I understand correctly, you're suggesting developing the whole thing using J2EE rather than a product like Oracle Portal. I assume we would still be able to deploy using components of Oracle Application Server. Is this correct?
    Ultimately, this portal website will be very database centric. All of the ads, listings, content, etc., would have to be stored and managed using a database. Would using J2EE be the most effective way to accomplish that?
    I'm sorry if I seem a bit of a newbie. I know enough that I want to use Oracle technology, but not enough to know which products. Essentially, I'm the guy with the idea and I need some assistance figuring out the products so I know which product expertise to look for when hiring the right technical staff.
    If you have any additional thoughts, please share. In the meantime, thanks again for your response.

  • Need to Create Unique key basis on Internal Refrence code in Oracle Product Hub

    Hi Friends
    We are in to new development of product catalog in Oracle Product Hub , As per the client requirmnent we have to
    create  a primary key attribute basis on the Internal refrence code for product and promotion
    can any one please take interest and help for us to resolve this iussue.
    Praveen Singh Rathore

    Hi,
    Thanks,
    There are 3 columns involved with that table . Out of whihc one is a Primary Key (string) , The other column (Number) has a unique key constraint defined on it and the last column stores a value corresponding to the 2nd column.
    The reason for me to do a create in the Finder exception is as follows.
    I Loop through the Data present in JTable. As given in the example let us assume that there are 2 rows in the JTable. Out of whihc the First row needs an updation and the second row , which is a new row needs to be created. So During the First iteration of the loop, The findermethod does not throw any exception (Because it is a modfied row) and hence the update gets fired successfully. During the second iteration , since it is a new row the findermethod will throw a finder exception and hence create will get fired.
    I understand that this is not a good coding style but then it is not 100% wrong and i need to find out as to why it is not working.
    Hope am clear in explaining my problem
    Thanks
    Shanki

  • Java.lang.UnsatisfiedLinkError: /s000/oracle/product/db10/lib/libocijdbc10.

    Hi all,
    I had this error when i create OCI Connection Pool to Oracle Database. My Oracle version is 10g and i set LD_LIBRARY_PATH=$ORACLE_HOME/lib. My OS is Solaris Sparc 9 64bits, and the error show below
    java.lang.UnsatisfiedLinkError: /s000/oracle/product/db10/lib/libocijdbc10.so: ld.so.1: java: fatal: /s000/oracle/product/db10/lib/libocijdbc10.so: wrong ELF class: ELFCLASS64
    Please help me, thanks

    This error typically means that you are trying to mix 32-bit and 64-bit binaries. You may need to use the Oracle 32-bit libraries which, I believe, are available in $ORACLE_HOME/lib32.

  • Oracle product(s) to build a personalization engine

    What Oracle product(s)do I need to build an engine to do the following:
    1. Accept customer profile data from a CRM application
    2. Apply business and messaging rules to match profiles to a content database (Oracle db).
    3. Generate the matching content list in XML format.
    This is urgent.
    Thanks ,
    Prasenjit.

    Over the couple of years Oracle have been moving towards a more Java based development environment, and as a result have developed the Application Development Framework (ADF). This is a structured Java development platform based on the MVC (Model View Controller) design pattern.
    JDeveloper is the tool used to develop these applications in, not only that but it allows you to develop SQL code, manipulate the database, design the business components and much much more.
    I've read some reports/articles that hint Oracle are concentrating on ADF as a move away from Forms/Reports - to a more Java/Web based development platform, read into that what you will.
    What I can tell you is that I have almost completed a the first phase of a large scale project (that has taken two years to develop) in Java and ADF, which contains numerous master-detail pages and the results are very impressive. This project was developed using JDeveloper 10.1.2, but within the last month JDeveloper 10.1.3 has been launched and this contains a considerable number of additional features including ADF JSF (Application Development Framework Java Server Faces) that provide even more functionality.
    I hope this overview is of some use to you - but the best advice I can give you is to look on Oracles' web site at JDeveloper, ADF, ADF JSF and some of the tutorials/documentation that is available as these will help you make your final decision I'm sure.
    Thanks
    David

  • File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/m

    Dear All,
    unable to Login on Logging into Apex Login Page,
    in Apache Log the Following Error is found
    [ecid:1213173391:172.20.233.149:1788:1840:1.0]
    File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/main/
    what cud be the Problem restared the Apache Server Still the Same Error Found.,
    please Help me out in this
    thanks alot
    Edited by: khaja on Jan 18, 2009 12:48 PM

    Hi,
    Probably a mistake in your dads.conf file.
    ( Also check the APEX_PUBLIC_USER in the dads.conf file )
    Kind regards,
    Iloon

  • Where can I get a list of all Oracle products available in the Cloud?

    All Oracle Products available in the Cloud can be viewed here
    Applications can be accessed under dedicated "Knowledge Zones" where you can have insightful information about the product, how to develop, implement, market and sell the solutions. Also, under "Join the discussion" tab, you can engage with Oracle and follow the discussion on dedicated social media channels.

    LOL what a useless doc.  Maybe https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=612452503286937&id=1337394.1&_afrWindowMode=0&_adf.ctrl-…
    is a bit better, but good luck trying to be Itanium specific.
    Edit:  Well, so much for trying to paste in an MOS doc link.  It's called 10.2.0.5 Patch Set Updates - List of Fixes in each PSU [ID 1337394.1]

  • Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'

    I am in middle of Oracle 10.2.0.3 pachest installation and getting this error:
    Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'
    I shutdown database and listenter prior to start of upgarde.
    Any idea? OS AIX 5.2

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • Error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_c

    I am trying to install Oracle 9i database release 2 on Linux RedHat 7.3. I got error message from OUI during the linking Oracle database
    error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_ctx.mk
    Any input is greatly appreciated.

    Pl identify exact version of "10g" you are trying to install. Are you following all of the steps in the Install Guide ? Pl post the last 50 lines from the install log file
    HTH
    Srini

  • Oracle Product Workbench - connection issue with EBS 12.1.3

    Hi,
    we've upgraded EBS to 12.1.3 and our Product Workbench is no longer able to retrieve the organization info from the server. We're checking the Packet details in Network Statistics in that case an also when View Concurrent Requests is opened and the server sends back the login page. So apparently PWB cannot log in to the server and is requested to enter credentials.
    Apache response is:
    170.251.121.114 - - [18/Nov/2011:08:48:58 -0500] "GET /OA_HTML/AppsLogin?requestUrl=http%3A%2F%2Febsapp_lab.accenture.com%3A8000%2FOA_HTML%2FOA.jsp%3FpageHidden%3DY%26LanguageCode%3DUS%26page%3D%2Foracle%2Fapps%2Fdna%2Fintegration%2Fwebui%2FDnaIntegrationPG%26ServerDBC%3DPIMDB%26integration_xml%3D%3C%253Fxml%2520version%253D%221.0%22%2520encoding%253D'UTF-8'%253F%3E%26transactionid%3D1530222396%26oapc%3D2%26oas%3DMt4FQpG-HDucayzYKri9lA..&cancelUrl=http%3A%2F%2Febsapp_lab.accenture.com%3A8000%2FOA_HTML%2FAppsLogin&errText=You+have+insufficient+privileges+for+the+current+operation. HTTP/1.1" 302 1620 0 "-" "Oracle Product Data Editor"
    To sum up: errText=You+have+insufficient+privileges+for+the+current+operation.
    If we log in to the old EBS to 12.1.1 with the same browser and same settings, we don't have that issue.
    Any idea of what that can be?
    Thanks. Raúl.

    The issue was a "_" char in the hostname.This must be changed as is not IETF-compliant and therefore not a supported character and is known to cause problems. Refer RFC 952 (http://www.ietf.org/rfc/rfc0952.txt) for more information. This is also documented in Microsoft article Q275033 "Cookies Are Not Saved If the Host Name Is Invalid", this feature was introduced from IE 5.01 SP1 http://support.microsoft.com/default.aspx?scid=kb;en-us;275033
    Regards. Raúl.

Maybe you are looking for