Is it possible to have Webcenter Portal11 source as oracle database 9.2.0.7

Oracle WebLogic Server 10.3.3.0
Oracle WebCenter 11.1.1.2.0
Oracle Database for WLS/WC repository 11.2.0.1.0
Oracle EBS 11.5.10.2
Oracle EBS database 9.2.0.7
with above configuration, is it possible for webcenter Portal to make a call to oracle data base 9.2.0.7?
Thanks

If you are using Oracle Database 11g for WLS and WC repository so there's no problemn. You can check the certification matrix here: http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
When you ask if is possible make a call to oracle database 9.2, you want do this call with a Java API from a Java Code? How you want do this? If you're using java there's no problemn in do this. Like I sad before, if the Database for WC and WLS is in the matrix certification, for another call you can use any database that you want.

Similar Messages

  • Possible to have multiple data sources within 1 SQL querey?

    Hi All,
    Is it possible to join to a table in a different datasource within 1 SQL Querey?
    Something like...
    Connection 1
    Select *
    From Table
    Join
    Connection 2
    On
    Connection1.Table1.Field1 = Connection2.Table2.Field2  Thanks,
    John

    Johnbr (Oracle11G) wrote:
    Is it possible to join to a table in a different datasource within 1 SQL Querey?Called distributed joins - joining a table from one database with that of another database. Also possible to do heterogeneously across different database products - e.g. joining an Oracle table with a SQL-Server table.
    As already explained, some kind of communication interface is needed from the local database to the remote database, in order for the remote table to be read and joined to the local database. This interface is called a database link in Oracle.
    The basic steps. First define the database link:
    create database link <linkname>
      connect to <account>
      identified by <password>
      using <connection-string>Complete syntax details and examples are in the SQL Reference Guide (see http://tahiti.oracle.com)
    After the database link has been identified, you should now be able to address remote tables as follows:
    select * from <remote-table>@<link-name>A distributed join would look something like the following:
    select
    from <local-table> t1,
          <remote-table>@<link-name> t2
    where t1.. = t2..However... this is almost always a BAD IDEA to do distributed joins. It seldom performs well. Performance is immediately constrained to the speed, bandwidth and latency of the network link between local and remote databases. It cannot scale with data volumes and increased frequency of use.
    So if the remote table is not small, the network link not robust and reliable, and join not infrequent, it is bad idea to make use of distributed joins. In which case other alternative (and far superior) features need to be considered instead - like materialised views.

  • Can we have a group name in oracle database???

    Hello,
    what i want to know is that can we have a group name, a set of all usernames for a database,
    the whole purpose is to simplify the grant statement, rather then doing this
    grant select to <user1>
         grant select to <user2>
         grant select to <user3>
         it would be simple to do
         grant select to <group1>
         where group1 consists of user1,user2 and user3...
         cheere

    all_users
    describe all_users
    Name                                      Null?    Type
    USERNAME                                  NOT NULL VARCHAR2(30)
    USER_ID                                   NOT NULL NUMBER
    CREATED                                   NOT NULL DATE

  • I have Installed Oracle Database 10g Express Edition so i have Problem.....

    Hello Friends
    I have Installed Oracle Database 10g Express Edition in "Ubuntu Linux" but i have Following Problems:
    1.) After i installed Oracle Database 10g Express Edition i gone to
    "Application" -> "Oracle Database 10g Express Edition" -> "Run SQL Command Line"
    SQL Window has been opened there i have typed "SELECT * FROM tab;" here i got Warning Messg of
    "SP2-0640: Not connected"
    2.) From There i have Again gone to
    "Application" -> "Oracle Database 10g Express Edition" -> "Start Database"
    i got Warning Messg of "Operation Failed. venu is not a Member of DBA Group"
    3.) Finally i want Solution For "How to get Connected in "Oracle Database 10g Express Edition"
    Please Post the Answer As Soon As Possible ...
    From Venu(INDIA)

    Was the oracle-xe configure completed successfully?
    Are the pmon and listener processes running ... set your environment and connect via sqlplus if so. If no processes, the instance needs a startup.
    $ ps -ef |egrep pmon
    oracle ... ora_pmon_XE
    $ ps -ef |egrep lsnr   # can also check the listener status, see below
    oracle ... /usr/.../tnslsnr ...
    $ lsnrctl status
    Endpoints Summary ...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<your hostname>)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=http) ... (PORT=8080)))
    ...In the ORACLE_HOME/bin directory there is a shell script you can source to set up your environment variables for connecting to the database. The full path to the .sh should be revealed by the tnslsnr process, /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    $ /usr/.../oracle_env.sh
    $ sqlplus /nolog
    SQL> connect system
    Password: ...
    Connected.
    SQL> select status from v$instance;
    STATUS
    OPENThe oracle user created by the configure won't have a known password set. Set it and switch user to the oracle login. If you don't want to muck about with the oracle user, at least add your user to the dba group so that you can connect with the sysdba privilege when needed.
    Edited by: clcarter on Feb 22, 2011 7:06 AM

  • Is it possible to use multiple encryption algorithms in Oracle 10g RAC?

    We have two separate databases on same physical servers, running 10g RAC Using TDE, is it possible to have different encryption algorithms for each database?

    It is possible to have every column in a single table use a different algorithm.
    Take a look in Morgan's Library (www.morganslibrary.org/library.html) under
    Wallet
    Transparent Data Encryption
    SecureFiles
    DBMS_CRYPTO
    and perhaps a few other topics.

  • Is it possible to have source and target schema in the same DB instance ?

    Hi All,
    I'm using Oracle 11gR1.
    I have switched source locations from other server to the one with OWB.
    During deploy I get VLD-3064 and I can't deploy mapping because of many 'table or view does not exist' warnings.
    Is it possible to have source and target schemas in the same instance ??
    How to do it ?
    Regards,
    Martin

    Hi Jörg,
    Thanks for your help and quick answer.
    I'd like to clarify a little your answer :
    1. Are the any special privilages I need to set ? Currently I have only 'RESOURCE' and 'CONNECT' (I think I didn't have to add any other privs when that schema was located on other instance...)
    2. Also VLD-3064 states that : 'Owning and referenced location of this connector are on the same database instance. Unless explicitly referenced in configuration settings no generated code will use the dataabase link resulting from deployment of this connector'. Does it mean I have to put something in configuration ?
    Thanks,
    Martin

  • PixelBender / possible to have optionals inputs ?

    Hi,
    i m just testing pixel bender and i 'd like to know if it's possible to set input image4 as optional argument (i didn't see that in pixel bender's doc).
    The effect i want to have is to composed an output from multiple sources ( couples of RGB + z-depth corresponding).
    If i can't define optional input, i'll need 2 effects, one to compose a bitmap from 2 couples of sources and another to make a new z-depth which will match my new RGB to be able to do mutlipass and i suppose that will be less performant.
    If input could be an array of image4 that could do the trick too, but if i've understanded well that's not possible (only array of float available).
    Any advices are welcome...
    WanH.

    thanks for your time ...That 's what I finaly did  and it works well.Pixel Bender is a very usefull tool and I wait impatiently for next release.
    Wan-H
    Date: Mon, 3 May 2010 12:52:27 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: PixelBender / possible to have optionals inputs ?
    Sorry, Pixel Bender doesn't have a notion of optional arguments.
    Totally understand what you are trying to do. You could do it as two separate kernels (one with three inputs and one with two inputs), which is how we'd do it, but also hear the request for an input which is an array of image4s.
    Cool requests, we'll see what we can do.
    thanks!
       Kevin
    >

  • Is it possible to migrate WebCenter Portal data from a SQL database to an Oracle database?

    We have our WebCenter Portal applications set up using a SQL database. Now we're wanting to migrate to an Oracle database and I'm wondering if that is possible.

    Yes it should be possible though i have not tried it myself. You basically export a file from mds ( xml) and import it into oracle db.
    Thanks
    manish

  • Output Column does not have a matching source column in the schema

    Hi Everyone,
                           Can you please help me in this. Already an ETL is loading the data from AS400 TO SQL server. I need to add a new
    column. In the Source (OLEDB source) am pulling the data from AS400 using ADO.NET connection manager.
    New column is added in AS400. To bring the new column from AS400, I added column name in the query in OLEDB source. Test connection is good. In the Source editor, when I click on preview it gives me the values of the new column and if I click on build
    new query also it gives me values for the new column.
    After mapping the columns and refreshing the data in OLEDB destination, I don't see any errors or warnings.
    But when I start executing the package it throws me the below error.
     Error: The output column  (4659) does not have a matching source column in the schema.
    [SSIS.Pipeline] Error: "component  (2861)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
    I need suggestion on this.
    Thanks
    Veeresh

    Hi Veeresh,
    As per my understanding, this error happens when the OLE DB Source component cannot find the corresponding source column in the database table. Possible reason is the the column name in the external database table has changed or
    the column has been removed.
    To verify this issue, please go to the Advanced Editor for OLE DB Source Input and Output Properties tab to see the External columns and Output columns. To fix it, please refresh the data or recreate the Source.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Possible to Have Multiple Graphics Card Drivers Installed?

    Is it possible to have both the nVidia propritary, nVidia legacy, and ATI open-source drivers installed all at the same time, because I have set up a portable Arch Linux system, and I want to have want to have 3D acceleration on all of them.
    My computer has an Radeon X1300, and I'm using the open-source driver for it, and this one has a Riva TNT2 Model 64.  I think the comps in the tech lab also have nVidia cards, but newer.

    Mr.Elendig wrote:
    Wintervenom wrote:
    Is it possible to have both the nVidia propritary, nVidia legacy, and ATI open-source drivers installed all at the same time, because I have set up a portable Arch Linux system, and I want to have want to have 3D acceleration on all of them.
    My computer has an Radeon X1300, and I'm using the open-source driver for it, and this one has a Riva TNT2 Model 64.  I think the comps in the tech lab also have nVidia cards, but newer.
    nvidia and nvidia-xxxx conflicts with eatch other, so no. As said, only the drivers that comes with X.org play along with eachother. Welcome to the beautiful world of closed software.
    You can have them both as packages an install 'em/uninstall 'em as needed...
    You could make a nice simple script to run at startup so you can choose which xorg.conf to use, you could easily have many and just symlink them to xorg.conf as needed... all you kneed to know is some bash scripting.
    I'd try and use a DAEMON aproach by creating and rc.d script, but you could try as you like

  • Can we have 2 data sources for a Single infospoke?

    Hi,
    As per the above, can we have 2 data sources (i.e Infocube and Masterdata attribute) for a single Infospoke.
    In the current scenario, Material is my infoobject of a cube and also need material attribute -  gross weight to be made available in a table.
    Please let me know if it is possible?
    If yes, explain me how?
    Thanks,
    Ram

    Hi Ram,
    try these:
    - create a multi provider and include the cube and master data attribute concerned.
    - create a infospoke againt the multi provider.
    - do same steps as usual.
    Hope it helps.
    Regards,
    Lilly

  • Is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    We're using SharePoint 2013 and I'm trying to modify the search results page for one site collection. By default, it uses the search results page from the parent site which is the search center being used by default for the web application. I need to make
    sure that the site collection will only retrieve search results within the site collection (search everything has to be disabled). I found a way but I had to create another search center site to accomplish this, otherwise, it will affect the search center
    site of all other site collections on the web app.
    Now is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    According to your description, you want to retrieve the search results within the site collection.
    As a workaround, you can create a custom result source for the site collection and you will retrieve the search result within the site collection.
    More information about how to create result source in SharePoint 2013, please refer to :
    http://technet.microsoft.com/en-us/library/jj683115(v=office.15).aspx
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    Best regards

  • Is it possible to have listener for orcale shut won event ?

    Hi,
    We know that during normal shut down of the oracle database, message is sent to the clients. Is it possible to have listener for that event using JDC ?
    Any suggestion is welcome.
    TIA,
    Sudarson

    This is not something that Verizon would handle or be able to change.  It would be something that Google would have to change in the Android source code, or the OEMs in their device specific versions.  Or you could just look for another app.

  • Create a business model when we have only one source table

    Hi,
    How to create a business model when we have only one source table in Physical layer
    Regards
    Swathi

    This is very much possible and feasible. Its called as Single Table model. Good example is SA System Subject Area where we just have a single physical source. No need to create Alias in Physical. Simply use the same table twice in BMM with one Logical Table as Dummy Fact..Like say Count of Users (aggregated). Then apply normal Complex join in BMM and present in presentation layer.
    http://gerardnico.com/wiki/dat/obiee/single_table_model
    http://gerardnico.com/wiki/dat/obiee/sasystem

  • Webcenter portal source ctrl

    Hello,
    we have webcenter portal 11.1.1.8 and we using Portal Builder and Jdev combo for development. Portal Builder creates portal, assets, resources etc directly via browser on remote development box. how do we deal with source control (versioning) in this scenario ?? what is best practice ?
    Thanks you

    We develop/modify/maintain Portal assets through WebCenterSpacesResources project(Part of DesignWebcenterSpaces application) and export them to the portal.   On the other hand, you can import from portal whatever the changes you made to WebCenterSpacesResources project.   Please follow the link http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27739/jpsdg_wcsres.htm#JPSDG8184 , provides more detail about WebCenterSpacesResources project.
    You can download DesignWebcenterSpaces application from http://download.oracle.com/otndocs/tech/webcenter/files/DesignWebCenterSpaces_11.1.1.8.0.zip
    This way you can keep all the asset in source control.
    -K

Maybe you are looking for