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

Similar Messages

  • 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.

  • Oracle XML Publisher Template Builder 5.5

    I have seen references to this word plug-in in various XML Publisher demos and presentations, but cannot find where to download the plug-in. Could anyone please provide some insight?
    Thanks,
    Brett

    Brett,
    The patch number given in your reply doesn't seems to exist. Here is the patch number I found in Metalink.
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    Last Updated 14-MAR-2005
    Size 31M (32764293 bytes)
    Thanks, Anbu Kuppusamy

  • 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 $<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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]

  • 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.

  • 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.

  • DOC BUG: Oracle Application Express Application Builder User's Guide 4.1

    Oracle® Application Express Application Builder User's Guide
    Release 4.1
    Part Number E21674-03
    +§ HTML Header and Body Attribute+, Table 8-4 has:
    >
    Attribute: Page HTML Body Attribute
    Description: Enter text or HTML you want to appear before the page template footer.
    >
    This is the description for the Footer Text property, correctly described in Table 8-5. Table 8-4 should have something like:
    >
    Attribute: Page HTML Body Attribute
    Description: Enter HTML attributes to be specified for the page <tt>body</tt> element by replacing the <tt>#ONLOAD#</tt> substitution string in the page template.

    Anthony
    Thanks for picking that up.
    If you hadn't already noticed it, could I bring the +{thread:id=2285521}+ thread to your attention? I've confirmed that finding and would appreciate an explanation.

  • Filename is not valid: d:/oracle/product/10.2.0/apex/apache/apache/images"h

    HI!,
    I really need help on this. I have tried multiple installs but with no sucess. Below is the copy of my marvel.conf.
    Alias /i/ "D:\oracle\product\10.2.0\apex\Apache\Apache\images\"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString localhost:1521:XXXX ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex
    Allow from all
    </Location>
    I tested login with sqlplus apex_public_user/apex and that works fine. The page comes up fine but the gif files are missing and this what what I see in the error log file.
    Filename is not valid: d:/oracle/product/10.2.0/apex/apache/apache/images"1px_trans.gif
    Filename is not valid: d:/oracle/product/10.2.0/apex/apache/apache/images"javascript
    I have added the include line in the http.conf pointing to the marvel.conf.
    I get the login prompt and thats it - cannot go ahead than that. Any help would be highly appreciated.
    Thanks
    Ketan

    omg ! where is this documented. I have uninstalled OH , reinstalled it 3 - 4 times.
    Infact I even dowloaded the apex zip file 2 times thinking something went wrong while downloading.
    That worked for me.. thanks a lot Maxim.

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    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

  • 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.

  • Reporting bugs in oracle products

    Is there a webpage whre I can report bugs in oracle
    products.
    Thanks,
    Artur...

    The only place I'm aware of short of calling Oracle is metalink.oracle.com but you have to have paid for Oracle support to access
    the web site. From there you can file a TAR(Technical Assistance Request) and a support person will research your problem and
    either find an existing fix or classify it as a new bug.

Maybe you are looking for

  • Report painter issue

    Hi All, I need to create a report using report painter. Requirement goes like this: 1) A report of quantities on a cost center against a cost element. 2)The quantities should be for each month from jan to Dec I have used SMEG (QUANTITY) as the Basic

  • Adobe Media Encoder CS4 Importer 1.2.0,Adobe Media Encoder CS4

    Adobe Media Encoder CS4 Importer 1.2.0,Adobe Media Encoder CS4 1.2.0,Adobe Media Encoder CS4 Exporter 1.2.0,Adobe Media Encoder CS4 Additional Exporter 1.2.0,Adobe Media Encoder CS4 Dolby 1.2.0:Failed to install. is the message I get constantly. Oper

  • Projector for CD ROM - user need player?

    I'm creating a CD ROM presentation. If I export the presentation as a projector does the user need to have Flash Player to view it? I was under the impression that the projector was a standalone player so there are no requirements on the user end.

  • Help-- all downloaded songs deleted

    When I wasn using iTunes just now, I got a message that said "iTunes cannot recognize some songs because the software is not recognized" (something to that effect, I don't remember the exact wording). I pressed OK and all of my downloaded songs are n

  • DVD Menu/motion background issue

    Every time I try to add a motion background to my DVD menu, the photoshop menu gets stretched horizontally. It looks fine when you add the video but when you preview and render it or burn it to DVD it stretches the menu. see screen shot.