Does typical oracle installation support intermadia configuration?

do i have to install oracle in the custom mode in order to have intermedia configuration, or it is already supported when oracle is installed as typical.
how can i know if it is supported or not?
thanks.

No. It is not configurable at B2B as of now. As soon as request will be processed, FA will be sent back to the partner. Usually such use cases should be handled by back-end system but you may file an ER with B2B PD with strong justification why this feature should be available in B2B. If it gets approved, you may get this feature in B2B.
Regards,
Anuj

Similar Messages

  • Moving Oracle production support to Configuration Management

    Hi All,
    Currently I'm going as Oracle dba in production support team. I'm getting call from Configuration Management team as come to this team. I dont have much knowledge about CM. Now my question is
    1. What is mean by Configuration Management? what is the process going on in CM in general ? Is it having any link with oracle dba support?
    2. If I go and do Configuration Management work, again can I come to dba support field?
    3. Is CM good for carrer growth...?
    Pls clarify me. Thanks in advance.

    user1115373 wrote:
    Hi All,
    Currently I'm going as Oracle dba in production support team. I'm getting call from Configuration Management team as come to this team. I dont have much knowledge about CM. Now my question is
    1. What is mean by Configuration Management? what is the process going on in CM in general ? Is it having any link with oracle dba support?Why not ask the people who are asking you to join their team? Ultimately all job titles, all job duties are only and exactly as defined by the individual organization.
    2. If I go and do Configuration Management work, again can I come to dba support field?Career movement is career movement. It is fluid and multideminsional. Or at least it should be.
    3. Is CM good for carrer growth...?
    Define "good". No education, no experience is ever wasted. At least not to people with the proper attitude about themselves and their careers.
    Pls clarify me. Thanks in advance.

  • Does Mapviewer / Oracle Maps support file based raster imagery

    Forum:
    We have 1000's of ortho images that we are attempting to serve - with Oracle Vector data - using Oracle Maps.
    mapviewe supports Georaster, and Image themes - and one can use Mapbuilder rather well to configure the system for these.
    However - is there a way (other than to use a non-oracle WMS server) to serve up ortho images from their disk based locations if you do not want do load all your aerial photography into the database ?
    And again thank you in advance.
    JF

    Hi,
    if you have a non-Oracle WMS server that gives access to these images, you may define an external map cache source to access these images. Oracle Mapviewer provides a WMSAdapter class implementation that can be used in this case.
    The follwing example shows the definition of an external map cache for Oracle Maps. Notice the adapter_class (which is shipped with MapViewer) and the properties parameters (which are used to define a WMS request).
    <map_tile_layer name="ESRI_MAP" image_format="PNG" http_header_expires="168.0" concurrent_fetching_threads="3">
       <external_map_source url="http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StateCityHighway_USA/MapServer/WMSServer" request_method="GET"
          timeout="15000" adapter_class="oracle.lbs.mapcache.adapter.WMSAdapter" proxy_host="www-proxy.us.oracle.com" proxy_port="80" transparent="false" clipping_buffer="0">
          <properties>
             <property name="version" value="1.1.1"/>
             <property name="srs" value="EPSG:4326"/>
             <property name="layers" value="0,2"/>
             <property name="format" value="image/png"/>
          </properties>
       </external_map_source>
       <tile_storage root_path="C:\mapviewer\oc4j\j2ee\home\applications\mapviewer\web\tilecache\MVDEMO.ESRI_MAP\"/>
       <coordinate_system srid="8307" minX="-180.0" minY="-90.0" maxX="180.0" maxY="90.0"/>
       <tile_image width="256" height="256"/>
       <zoom_levels levels="4" min_scale="199999.0" max_scale="2.5E7" min_tile_width="0.12228761382373739" min_tile_height="15.286028158107968">
          <zoom_level level="0" name="" description="" scale="2.5E7" tile_width="15.286028158107968" tile_height="15.286028158107968"/>
          <zoom_level level="1" name="" description="" scale="4999999.0" tile_width="3.0572050201804664" tile_height="3.0572050201804664"/>
          <zoom_level level="2" name="" description="" scale="999999.0" tile_width="0.6114405148831922" tile_height="0.6114405148831922"/>
          <zoom_level level="3" name="" description="" scale="199999.0" tile_width="0.12228761382373739" tile_height="0.12228761382373739"/>
       </zoom_levels>
    </map_tile_layer>Joao

  • Does standalone oracle DB support AQ feature?

    Do I need a separate package to use Oracle AQ feature or it comes along with standard oracle DB product?
    Thanks
    Tjs

    Hello,
    you can use the AQ features "out of the box" (included in all editions).
    Kind regards,
    WoG

  • Does oracle workbench support earlier versions of DB2 not UDB

    HI all,
    In our company we are migrating the DB2 (I think version 2.xx ) of OS2 to Oracle in windows ,
    Does the Oracle Workbench support for the earlier versions of DB2,
    if yes how?
    if no then what is the way to migrate?
    This is an urgent requirment, so pls. provide me a solution.
    Thanks
    Murali.v

    DB2 v2 would be at least 10 years back. That may be out of even SQLWays window for DB2.
    If indeed stuck without a tool.....
    Assuming that there are very few stored procs, triggers, and proprietary SQL views. (MWB DB2 plug-in wouldn't have solved those anyway). The "physical" design of the DB (tablespaces , indexes , etc. ) are likely completely lost using these approaches. There are a couple of ways to accelerate the doing it by hand approach.
    1. [ this is somewhat of a tangent] export the DDL (if you can) and push it into a more modern version of DB2 and have the MWB move that. Use the offline mode to generate suggestive scripts and SQL*Loader control files ( and perhaps also the new Oracle DDL. may have to make some tweaks to it and control files).
    pros:
    if there is a large amount of DDL mapping of types is done automatically.
    cons:
    may not be a handy version of DB2 UDB around. (a DB2 Express-C v 7 isn't
    prominent on the IBM site anymore. However, may be other versions around at
    you site.)
    probably would have to tweak the tablespace/index/etc declarations in the
    exported DDL. [ large assumption here is that not using a signficant amount
    of deprecated features. If the editing process too complicated effectively
    cheaper just to proceed to option 3 below. ]
    the data export utility script may need tweaks.
    [ if you have LOBS and/or binary columns you're likely to run into problems. ]
    2. Similar approach is to do a DDL capture into a tool like ERWin.
    [Not sure if there is a generic DDL capture mode in Jdeveloper that would even talk to DB2 v2  to create a UML model ]
    You then tweak that "design model" and instantiate into Oracle. ( as mentioned in another reply there are some issues you'll likely encounter. For example, some types don't map and the MWB docs can help. )
    pros:
    much of the straightforward DDL just moves over.
    cons:
    may be no tool that can do the design capture for DB2 v2 (was legacy embedded
    solution that ran for years that nobody touched. )
    with generic mapping loose lots of specifics.
    no control files, no export scripts, no warnings,
    3. as mentioned before. Edit the exported DDL. ( I'd strip out tables , indexes, etc. ) and just get it to load before moving one to additional Oracle specifics on those aspects.
    pros/cons mostly same as above, but even more manual work.

  • Does SOA 10.1.3.1 suite support Cluster configuration

    Hi,
    Does SOA 10.1.3.1 suite support Cluster configuration, if so, how can it be clustered? Is there any document available?
    Thanks in advance!

    Yes. SOA 10.1.3 is certified to use Oracle Database 11g Release 2 (11.2) with some guidelines, known issues, and exceptions. You may refer Metalink Note ID 887365.1
    Regards,
    Anuj

  • I am unable to install photoshop elements13 due to an error. it shows no error code but does say - This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements.

    i am unable to install photoshop elements13 due to an error. it shows no error code but does say - This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements.

    download the 64bit installer,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • XML Parsing in Java Stored Proc--Oracle XML Support Installation?

    I am working with a third party product that is having difficulty running a java stored proc that is parsing a supplied XML file. The proc basically looks like:
    import java.io.IOException;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.FactoryConfigurationError;
    import javax.xml.parsers.ParserConfigurationException;
    import org.w3c.dom.Document;
    import org.xml.sax.SAXException;
    InputStream is = getXMLAsInputStream(xml);
    try {
    DocumentBuilderFactory factory =
    DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document document = builder.parse( is );
    ... parse the document ....
    catch (FactoryConfigurationError e) {
    // unable to get a document builder factory
    We are running on 9.2.0.6, HP-UX 64-bit. At first, when we would attempt to run the proc, a database hang would occur; now after attempting to install using loadjava jars for xerces2.6: ORA-29532: Java call terminated by uncaught Java exception:
    javax.xml.parsers.FactoryConfigurationError: Provider
    org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found)
    The vendor says that the errors we are getting when running are not due to any dependency on xerces or jre1.4, and that we need to "install Oracle XML support", but I'm not certain what this means (I cannot find any documentation on what to install). I believe that there are jars that need to be loaded into the database to support the XML parsing, as jre1.3 does not include built-in XML support, and Oracle 9.2.0.6 uses jre1.3.
    So...does anyone have any thoughts as to how to resolve the missing references? Is there a way to "install Oracle XML support", or is it to install the necessary jars?
    Thanks,
    Candi

    Candi,
    The following resources should be of help:
    Oracle9i Database Release 2 (9.2) Documentation Library
    In particular, check out the following:
    Java Developer's Guide
    Java Stored Procedures Developer's Guide
    XML API Reference - XDK and Oracle XML DB
    XML Database Developer's Guide - Oracle XML DB
    XML Developer's Kits Guide - XDK
    If that doesn't help, then try the following:
    OracleJVM and Java Stored Procedures
    XML Technology Center
    Good Luck,
    Avi.

  • Does the oracle golden gate version 11.1.1.1.2 support oracle 12C database ?

    Hi experts,
    Currently in our environment we are having Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit DB which is replicated via oracle golden gate version 11.1.1.1.2. As per the application team requirement we need to migrate this database to 12C.
    Can any one help me on the below queries
    Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Are there any syntax changes in oracle goldengate versions which needs to be taken care in extract or replicat parameter files ?
    Thanks,
    Mushraff Shaik

    Hi,
    >>Does the oracle golden gate version 11.1.1.1.2 support oracle 12c database ?
    Why do you think it will not support 12c database ?
    From a Golden Gate perspective you need to create schema and use that.  As you are moving to 12c database, ideally you should think of upgrading Golden Gate 11.1 to 12c so you can use new feature such as Multi Threaded replicate etc..
    HTH,
    Pradeep

  • Does CISCO C3560X VLAN support multiple Network segments which are further configured with HSRP function

    Hi Cisco experts,
        My name is Kumagai and I need your expert opinions below.
    I am trying to configure one VLAN1 support multiple network segments as below.
    (this should be a very straight forward configuration and should be OK, I think ? )
     interface Vlan1
     ip address 172.30.0.0 255.255.128.0
     ip address 172.30.31.253 255.255.254.0 secondary
     ip address 172.30.61.253 255.255.254.0 secondary
     ip address 172.30.71.253 255.255.254.0 secondary
     ip address 172.30.4.253 255.255.255.0 secondary
     The only issue that is eating me is the above network segments are using HSRP too
     and I am not sure is this possible with a combination of VLAN1 supporting multiples which are
     further supported with HSRP settings in Cisco environment.
    !example of HSRP:
    interface Vlan4
     ip address 172.30.4.253 255.255.255.0
     no ip redirects
     standby 4 ip 172.30.4.254
     standby 4 priority 105
     standby 4 preempt
    <<< what will happen if I add the HSRP configuration as below into the above VLAN1 with multiple Network segment ??)
     I would like to summarize my "Combined" configurations as below but I need your expert opinions on
     whether the configuration below is workable without any problem ??
     Or it is a total flop because Cisco does not support the configuration below !!!
     interface Vlan1
     ip address 172.30.0.0 255.255.128.0
     ip address 172.30.31.253 255.255.254.0 secondary
     ip address 172.30.61.253 255.255.254.0 secondary
     ip address 172.30.71.253 255.255.254.0 secondary
     ip address 172.30.4.253 255.255.255.0  secondary
     standby 30 ip 172.30.31.254
     standby 30 priority 105
     standby 30 preempt
     standby 60 ip 172.30.61.254
     standby 60 priority 105
     standby 60 preempt
     standby 70 ip 172.30.71.254
     standby 70 priority 105
     standby 70 preempt
     standby  4 ip 172.30.4.254
     standby  4 priority 105
     standby  4 preempt
    Thanking you in advance !!!!!

    Hi,
    As far as i know we dont set the ip helper address on the radio interface. It should be on the L3 interface of corresposding VLANs i.e.
    int vlan 20
    ip helper-address 192.168.33.xxx
    int vlan 60
    ip helper-address 130.20.1.xxx
    I'm assuming that your using SVI's (int Vlan 20 and int Vlan 60) rahter than physical interfaces. Also hope you have configured switch port as trunk where this AP is connected.
    Modify the AP config as below since you are using data vlan as the native vlan
    interface Dot11Radio0.20
    encapsulation dot1Q 20 native
    interface FastEthernet0.20
    encapsulation dot1Q 20 native
    Ideally your AP fastethernet configuration should looks like below and not sure how you missed this as this comes by default when you have multiple vlans for multiple ssids.
    interface FastEthernet0.20
    encapsulation dot1Q 20 native
    no ip route-cache
    bridge-group 20
    no bridge-group 20 source-learning
    bridge-group 20 spanning-disabled
    interface FastEthernet0.60
    encapsulation dot1Q 60
    no ip route-cache
    bridge-group 60
    no bridge-group 60 source-learning
    bridge-group 60 spanning-disabled
    Hope this helps.
    Regards
    Najaf

  • Is it possible to run Labview ver 6.5 with PowerPC as the target CPU and VxWorks as the target operating system? If Labview ver 6.5 does not support this configuration, do any of the later versions support it?

    Is it possible to run Labview version 6.5 with PowerPC as the target CPU and VxWorks as the target operating system? 
    If version 6.5 does not support this configuration, do any of the later versions support it?
    I basically have an Ada executable and Labview executable that currently run on a Sun Machine with Solaris as the operating system.  I'm re-architecting the system hardware and will be getting rid of the Sun Machine and Solaris.  I'm don't have any issues with the Ada executable, but I'm not sure what configurations Labview supports.

    duplicate post
    In the future, please don't try to stuff your message in the subject line. Thanks.

  • Does current Oracle Maven Repo supports 11.1.1.7 ADF JDeveloper ?

    Hi All
    Does current Oracle Maven Repo (OMP) supports 11.1.1.7 ADF JDeveloper ?
    What's the minimum JDeveloper version that OMP currently support ?
    Thanks

    Right now, the Oracle Maven Repository only contains artifacts to support ADF 12.1.3.  We will be adding newer versions as they become available but there are currently no plans to add support for 11g-based releases.

  • Does Siebel installation support network drive mounted as CIFS?

    I'm trying to install Siebel Gateway server and Siebel server on an CIFS mounted network drive and keep failing. Does anyone know whether Siebel installation support CIFS mounted network drive or not?
    Below are the error messages I get for the gateway server install:
    2021 2008-06-19 09:09:59 0000-00-00 00:00:00 -0700 00000000 001 003f 0001 09 sw_cfg_util 1460 1760 e:\appmgr\sieb_home\gtwysrvr\log\sw_cfg_util.log 8.1 [21039] ENU
    GenericLog     GenericError     1     00000002485a05b4:0     2008-06-19 09:09:59     Error in transferring input values ,num of arrays incorrect 0, expected : 1
    GenericLog     GenericError     1     00000002485a05b4:0     2008-06-19 09:09:59     TransferInputsToValues returned error:3611539 to SetControlValues
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: ConfigMode
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: MainTask
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: MainTaskCreate
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: Vertical_Extension
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: NameServerHostName
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: NameserverPort
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: SiebelGateway
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: TRACELEVELDEFAULT
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: PrimaryLanguage
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: SiebelRootW32
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: Setappperformance1
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: Setappperformance2
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: DoubleQuote
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: NameserverAutostart
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: NameserverStartnow
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: AutostartCmdLineParamYes
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: SiebelGatewayCfg
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: ModifyRegistry
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:01     Executing step: CreateGatewayService
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:02     Executing step: SetGWNSdescription
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:02     Executing step: ConfigureGateway
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:02     Executing step: StartGatewayService
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:02     Step StartGatewayService: failed to run program siebctl with cmdline -S GtwyNS -s %%SiebelRootParm%%
    GenericLog     GenericError     1     00000003485a05b4:0     2008-06-19 09:10:02     Failed during Execution, err: 5500044

    We use NFS, which is similar to CIFS as we are Linux shop.
    Works flawlessly..
    Did you check the permissions on your installation compared to your server as they are managed separately?

  • Does Oracle ESB support WS-Addressing?

    Hi,
    I was wondering whether Oracle ESB supports WS-Addressing.
    Thanks.

    ESB 10.1.3 does not support WS-Addressing. It is planned for AS11 R1.

  • Does Oracle Lite support Oracle Spatial

    Does anybody know whether Oracle Lite or Personal Oracle supports the Oracle Spatial plug-in. Also, for extra credit does anybody know what the difference between Personal Oracle and Oracle Lite is?
    We will be needing to provide some attribute and spatial data from our Oracle Enterprise database to several laptops for field personnel using an electronic map we developed. We would like to use a portable version of Oracle that supports Oracle Spatial objects.
    Any help would be greatly appreciated.
    Thanks
    Dan

    oh, I didn't realize it was so limited. No, that won't do. We're looking for a "mini" version of the real production database including stored code, triggers etc. Should be scaled down enough to allow rapid syncing of data and schema changes from the production (or really QA) database, but full enough to include the objects necessary to allow the developers to test their code changes to the front end applicaiton on their own environment.

Maybe you are looking for

  • Need help with creating template. Changes are not going through to index.html page

    Hi all, I have an issue with my template that I am creating and also a question about creating template Regions (Repeating and Editable). Somehow my changes to my index.dwt are not changing my index.html page. Also my other question is: For my top na

  • Controlling scope of availability check

    Hi, The requirement is to have different scope for availability check when Standard Sales Order and a Replacement Order (Replacing the goods for free). In the above scenario, the item category is different, so we can have different requirement type,

  • Down payment with reference to sales order only

    We are posting Customer Down payment w.r.t Sales order number with line item number. How come we enter sales order number only without line item number at the time of down payment. Q2- After the down payment posting F-29 , how its possible to change

  • Getting Communication failure error in crystal reports

    Hi All, We are using Crystal reports for our business as a report tool. We are getting Communication error failure message. Please help us to resolve this issue. We are using Multihomed server. If we can resolve this problem by coming Monday morning

  • Kernel panic on Compaq Proliant ML370 G2

    Happens during installation of Solaris 8 (02/2002): SunOS Release 5.8 Version Generic_108529-13 32-bit Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved. panic[cpu0]/thread=fec17660: BAD TRAP: type=0 (Divide Error Exception) rp=fec12b70