Oracle Advanced Analytics database

Hi All,
I have a requirement to create Oracle Advanced Analytics database. So please clear out some doubts of mine..
Is there seperate binary for Oracle Advanced Analytics database or is it the same 11g R2 database?
Do i just need to create enterprise edition database and configure it for Oracle Advanced Analytics? If yes what are the configuration settings.
What is a R user and how it is different from Normal database users?
Thanks,
Arun

Thanks Aman..
Here is what i am gonna do..
1. Create 11g R2 Enterprise edition database.
2. Create data mining user
3. Create repository for the datamining as per the below link.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/bidw/datamining/ODM11gR2-SetUp.htm
I am not sure how far i am doing it right.. Would appreciate if someone could validate it.
Thanks,
Arun

Similar Messages

  • License costs?... R Enterprise (but no Oracle Advanced Analytics)

    We use R and R Studio, and understandably, it doesn't handle large data sets very well.
    As R is open source and free, I was wondering if Oracle R Enterprise was also free, however, I see this article in PC World (http://www.pcworld.com/businesscenter/article/249509/oracle_stakes_claim_in_r_with_advanced_analytics_launch.html) which seems to indicate it isn't.
    Is someone able to confirm the pricing on this? We haven't (and don't want) the Oracle Advanced Analytics (with Data Mining, Hadoop, etc) software. We are just looking to move to R Enterprise. Is this possible (without cost?)

    R is an open-source software environment for statistical computing and graphics that can be downloaded for free from CRAN: http://cran.r-project.org. Oracle R Enterprise and Oracle Data Mining comprise the Oracle Advanced Analytics option for Oracle Database 11g R2. The price for this option is $23,000 per CPU.
    The pricing for Oracle R Connector for Hadoop, bundled with the Big Data Connectors, is $2000 per CPU.
    The Oracle R Distribution: http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/addons/x86_64/ is offered as a free download from Oracle, and is supported for Oracle Big Data Appliance and Oracle R Enterprise customers.

  • Connecting to oracle 12c multitenant database

    My question, using coldfusion 11 enterprise datasource gui,
    how do you connect to oracle 12c multitenant database,
    when you need to log into a pluggable database, beneath
    the container database?
    What's the connection string, or is it even possible to connect(?) because earlier versions of oracle
    didn't use multitenant architecture, you just make a user/password,
    grant connect privileges, and connect.
    Using Oracle Linux 6.5 64bit.
    This is assuming I can connect to the oracle CDB (container database) and PDB (pluggable database) from the shell using sqlplus.
    <!------------------------ I can tsnping the pluggable database name pdb1 ---------------------------------------------->
    [oracle@localhost ~]$ tnsping pdb1
    TNS Ping Utility for Linux: Version 12.1.0.1.0 - Production on 27-JUN-2014 12:13:12
    Copyright (c) 1997, 2013, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/12.1.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = pdb1.localhost.localdomain)))
    OK (0 msec)
    <!------------------------------ I can connect to pdb1 using sqlplus shell ---------------------------------------------------->
    [oracle@localhost ~]$ sqlplus user1/password20@pdb1
    SQL*Plus: Release 12.1.0.1.0 Production on Fri Jun 27 12:21:06 2014
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Last Successful login time: Fri Jun 27 2014 09:45:05 -07:00
    Connected to:
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL>

    Having the same issue, can't get the connection string right with the PDB?
    Anyone out there? Kurrttt, did you ever get this figured out?

  • Portal events are not getting loaded into the Analytics database tables

    Analytics database ASFACT tables (ASFACT_PAGEVIEWS,ASFACT_PORLETVIEW) are not getting populated with data.
    Possible diagnosis/workarounds tried:
    -Checked the analytics configuration in configuration manager, Enable Analytics Communication option checked
    -Registered Portal Events during analytics installation
    -Verified that UDP events are sent out from the portal: Test: OK
    -Reinstalled Interaction analytics component
    Any inputs highly appreciated.
    Cheers,
    Sandeep
    In collector.log, found the exception:
    08 Jul 2010 07:12:54,613 ERROR PageViewHandler - could not retrieve user: com.plumtree.analytics.collector.exception.DimensionManagerException: Could not insert dimension in the database
    com.plumtree.analytics.collector.exception.DimensionManagerException: Could not insert dimension in the database
    at com.plumtree.analytics.collector.cache.DimensionManager.insertDB(DimensionManager.java:271)
    at com.plumtree.analytics.collector.cache.DimensionManager.manageDBImage(DimensionManager.java:139)
    at com.plumtree.analytics.collector.cache.DimensionManager.handleNewDimension(DimensionManager.java:85)
    at com.plumtree.analytics.collector.eventhandler.BaseEventHandler.insertDimension(BaseEventHandler.java:63)
    at com.plumtree.analytics.collector.eventhandler.BaseEventHandler.getUser(BaseEventHandler.java:198)
    at com.plumtree.analytics.collector.eventhandler.PageViewHandler.handle(PageViewHandler.java:71)
    at com.plumtree.analytics.collector.DataResolver.handleEvent(DataResolver.java:165)
    at com.plumtree.analytics.collector.DataResolver.run(DataResolver.java:126)
    Caused by: org.hibernate.MappingException: Unknown entity: com.plumtree.analytics.core.persist.BaseCustomEventDimension$$BeanGeneratorByCGLIB$$6a0493c4
    at org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:569)
    at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1086)
    at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:83)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:184)
    at org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:173)
    at org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:69)
    at org.hibernate.impl.SessionImpl.save(SessionImpl.java:481)
    at org.hibernate.impl.SessionImpl.save(SessionImpl.java:476)
    at com.plumtree.analytics.collector.cache.DimensionManager.insertDB(DimensionManager.java:266)
    ... 7 more
    In analyticsui.log, found the exception below:
    08 Jul 2010 06:50:25,910 ERROR Configuration - Could not compile the mapping document
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d
    at org.hibernate.cfg.Mappings.addImport(Mappings.java:105)
    at org.hibernate.cfg.HbmBinder.bindPersistentClassCommonValues(HbmBinder.java:541)
    at org.hibernate.cfg.HbmBinder.bindClass(HbmBinder.java:488)
    at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:234)
    at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:152)
    at org.hibernate.cfg.Configuration.add(Configuration.java:362)
    at org.hibernate.cfg.Configuration.addXML(Configuration.java:317)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:796)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:652)
    at com.plumtree.analytics.core.HibernateUtil.refreshCustomEvents(HibernateUtil.java:496)
    at com.plumtree.analytics.ui.common.AnalyticsInitServlet.init(AnalyticsInitServlet.java:104)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4045)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4351)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
    at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.plumtree.container.Bootstrap.start(Bootstrap.java:531)
    at com.plumtree.container.Bootstrap.main(Bootstrap.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238)
    at java.lang.Thread.run(Thread.java:595)
    08 Jul 2010 06:50:25,915 ERROR Configuration - Could not configure datastore from XML
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d
    at org.hibernate.cfg.Mappings.addImport(Mappings.java:105)
    at org.hibernate.cfg.HbmBinder.bindPersistentClassCommonValues(HbmBinder.java:541)
    at org.hibernate.cfg.HbmBinder.bindClass(HbmBinder.java:488)
    at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:234)
    at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:152)
    at org.hibernate.cfg.Configuration.add(Configuration.java:362)
    at org.hibernate.cfg.Configuration.addXML(Configuration.java:317)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:796)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:652)
    at com.plumtree.analytics.core.HibernateUtil.refreshCustomEvents(HibernateUtil.java:496)
    at com.plumtree.analytics.ui.common.AnalyticsInitServlet.init(AnalyticsInitServlet.java:104)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4045)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4351)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
    at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.plumtree.container.Bootstrap.start(Bootstrap.java:531)
    at com.plumtree.container.Bootstrap.main(Bootstrap.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238)
    at java.lang.Thread.run(Thread.java:595)
    wrapper_collector.log
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.eventhandler.PortletViewHandler.handle(PortletViewHandler.java:46)
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.DataResolver.handleEvent(DataResolver.java:165)
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.DataResolver.run(DataResolver.java:126)
    INFO | jvm 1 | 2009/11/10 17:25:22 | Caused by: java.sql.SQLException: [plumtree][Oracle JDBC Driver][Oracle]ORA-00001: unique constraint (ANALYTICSDBUSER.IX_USERBYUSERID) violated
    INFO | jvm 1 | 2009/11/10 17:25:22 |
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source)

    Key words from the error msg suggests reinstallation of Analytics is needed to resolve this.Analytics database is failing to get updated with the correct event mapping and this is why no data is being inserted.
    "Could not insert dimension in the database",
    "ERROR Configuration - Could not configure datastore from XML
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d"
    "ORA-00001: unique constraint (ANALYTICSDBUSER.IX_USERBYUSERID) violated",
    "ERROR Configuration - Could not compile the mapping document

  • Oracle advanced security problem

    I have the following situation:
    Oracle 10.2.0.2.0 database running on RHEL 3.0
    Oracle advanced security is installed
    sqlnet.ora on the server
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    SQLNET.CRYPTO_CHECKSUM_SERVER = required
    SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    SQLNET.ENCRYPTION_SERVER = required
    #SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    #SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    #SQLNET.ENCRYPTION_CLIENT = accepted
    On the client I have two homes
    1. Oracle 10g client
    I can connect to the database even if there is no crypto and checksum types specified.
    2. Application which is using oracle 8 client
    if there are no crypto and checksum types I get
    ORA-12660: Encryption or crypto-checksumming parameters incompatible
    Cause: One side of the connection specified "REQUIRED" for encryption or crypto-checksumming, while the other side specified "REJECTED".
    if the slqnet.ora is
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    #SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_SERVER = required
    #SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    #SQLNET.ENCRYPTION_SERVER = required
    SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    SQLNET.ENCRYPTION_CLIENT = accepted
    I get
    ORA-12649: Unknown encryption or data integrity algorithm
    Cause: An Oracle Advanced Security list-of-algorithms parameter included an algorithm name that was not recognized.
    Any Ideas?

    I have the following situation:
    Oracle 10.2.0.2.0 database running on RHEL 3.0
    Oracle advanced security is installed
    sqlnet.ora on the server
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    SQLNET.CRYPTO_CHECKSUM_SERVER = required
    SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    SQLNET.ENCRYPTION_SERVER = required
    #SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    #SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    #SQLNET.ENCRYPTION_CLIENT = accepted
    On the client I have two homes
    1. Oracle 10g client
    I can connect to the database even if there is no crypto and checksum types specified.
    2. Application which is using oracle 8 client
    if there are no crypto and checksum types I get
    ORA-12660: Encryption or crypto-checksumming parameters incompatible
    Cause: One side of the connection specified "REQUIRED" for encryption or crypto-checksumming, while the other side specified "REJECTED".
    if the slqnet.ora is
    # sqlnet.ora Network Configuration File: c:\oracle\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.CRYPTO_SEED = 'gkjhkh987987979'
    #SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER= (MD5)
    #SQLNET.CRYPTO_CHECKSUM_SERVER = required
    #SQLNET.ENCRYPTION_TYPES_SERVER= (DES40, DES, 3DES112)
    #SQLNET.ENCRYPTION_SERVER = required
    SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT= (MD5)
    SQLNET.CRYPTO_CHECKSUM_CLIENT = accepted
    SQLNET.ENCRYPTION_TYPES_CLIENT = ("DES40,DES")
    SQLNET.ENCRYPTION_CLIENT = accepted
    I get
    ORA-12649: Unknown encryption or data integrity algorithm
    Cause: An Oracle Advanced Security list-of-algorithms parameter included an algorithm name that was not recognized.
    Any Ideas?

  • Cache.cluster.multicast.ip and Installing Oracle Identity Analytics

    After following the configuration steps outlined below, and deploying the war to Glassfish, I get an error starting RBACX that I think must be related to the cache.cluster.multicast.ip property settings below (error log follows the configuration step outlined next):
    7.Make the following changes if there are multiple instances of Oracle Identity Analytics, standalone or clustered, on the same subnet.
    a.Navigate to rbacx_staging/WEB-INF directory.
    b.In a text editor, open application-context.xml, find bean id commManager, and examine the constructor-arg value.
    c.Set the constructor-arg value with a unique instance name, e.g. value="SRM-Instance-1".
    d.In a text editor, open search-context.xml, find bean id searchConfiguration, and examine the constructor-arg value.
    •The deployment is a standalone, constructor-arg defaults to a value of 0, which is specified as value="0".
    e.Navigate to rbacx_staging/WEB-INF/classes directory and do the following:
    i.In a text editor, open oscache.properties (located in the rbacx_staging/WEB-INF/classes directory), and find the cache.cluster.multicast.ip property.
    ii.Uncomment cache.cluster.multicast.ip by removing the # at the start of the line. Each Oracle Identity Analytics instance requires a unique cache.cluster.multicast.ip value.
    rbacx.log
    10:28:41,357 INFO [Config] OSCache: Getting properties from URL file:/C:/Program%20Files/glassfish-v2.1/domains/domain1/applications/j2ee-modules/rbacx/WEB-INF/classes/oscache.properties for the default configuration
    10:28:41,359 INFO [Config] OSCache: Properties read {cache.cluster.multicast.ip=231.12.21.135, cache.event.listeners=com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener,com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl}
    10:28:41,360 INFO [GeneralCacheAdministrator] Constructed GeneralCacheAdministrator()
    10:28:41,360 INFO [GeneralCacheAdministrator] Creating new cache
    10:28:41,377 INFO [AbstractBroadcastingListener] AbstractBroadcastingListener registered
    10:28:41,379 INFO [JavaGroupsBroadcastingListener] Starting a new JavaGroups broadcasting listener with properties=UDP(mcast_addr=231.12.21.135;mcast_port=45566;ip_ttl=32;mcast_send_buf_size=150000;mcast_recv_buf_size=80000):PING(timeout=2000;num_initial_members=3):MERGE2(min_interval=5000;max_interval=10000):FD_SOCK:VERIFY_SUSPECT(timeout=1500):pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800;max_xmit_size=8192):UNICAST(timeout=300,600,1200,2400):pbcast.STABLE(desired_avg_gossip=20000):FRAG(frag_size=8096;down_thread=false;up_thread=false):pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;shun=false;print_local_addr=true)
    10:28:41,654 WARN [Configurator] NAKACK property max_xmit_size was deprecated and is ignored
    10:28:41,674 WARN [Configurator] FRAG property down_thread was deprecated and is ignored
    10:28:41,674 WARN [Configurator] FRAG property up_thread was deprecated and is ignored
    10:28:41,688 WARN [Configurator] GMS property join_retry_timeout was deprecated and is ignored
    10:28:41,715 WARN [UDP] receive buffer of socket java.net.DatagramSocket@3734fc1a was set to 64KB, but the OS only allocated 64KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
    10:28:41,715 WARN [UDP] receive buffer of socket java.net.MulticastSocket@77932b46 was set to 80KB, but the OS only allocated 80KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
    10:28:41,723 WARN [UDP] failed to join /224.0.75.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    10:28:41,723 WARN [UDP] failed to join /224.0.75.75:7500 on eth4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    10:28:41,724 WARN [UDP] failed to join /224.0.75.75:7500 on net9: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    10:28:41,724 WARN [UDP] failed to join /224.0.75.75:7500 on net10: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    10:28:41,724 WARN [UDP] failed to join /224.0.75.75:7500 on net11: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
    10:28:43,768 INFO [JavaGroupsBroadcastingListener] JavaGroups clustering support started successfully
    10:29:14,732 INFO [ContextLifecycleListener] Sun Role Manager (build: 5.0.2.20100125_69_7083) Started
    10:29:14,953 WARN [SearchIndexStartupRunner] Indexes are not consistent.
    10:29:14,953 WARN [SearchIndexStartupRunner] We will rebuild indexes now.
    10:29:19,694 ERROR [ContextLoader] Context initialization failed
    org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
    --- The error occurred in com/vaau/rbacx/dao/ibatis/maps/BaseAttributeWrapper.xml.
    --- The error occurred while applying a parameter map.
    --- Check the BaseAttributeWrapper.findAttributeValuesMaxIdWithNullHash-InlineParameterMap.
    --- Check the statement (query failed).
    --- Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "HASH_VALUE": invalid identifier
         at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:220)
         at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
         at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:212)
         at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:271)
         at org.springframework.orm.ibatis.SqlMapClientTemplate.queryForObject(SqlMapClientTemplate.java:265)
         at com.vaau.rbacx.dao.ibatis.SqlMapBaseAttributeWrapperDao.findAttributeValuesMaxIdWithNullHash(SqlMapBaseAttributeWrapperDao.java:280)
         at com.vaau.rbacx.core.metadata.manager.MetadataManagerImpl.findAttributeValuesMaxIdWithNullHash(MetadataManagerImpl.java:115)
         at com.vaau.rbacx.system.bootstrap.AttributeValueHashCheckStarupRunner.runStartupItems(AttributeValueHashCheckStarupRunner.java:36)
         at com.vaau.rbacx.system.web.bootstrap.SrmContextLoaderListener.onApplicationEvent(SrmContextLoaderListener.java:61)
         at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
         at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
         at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
         at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:736)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:383)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4632)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5312)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:353)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: com.ibatis.common.jdbc.exception.NestedSQLException:
    --- The error occurred in com/vaau/rbacx/dao/ibatis/maps/BaseAttributeWrapper.xml.
    --- The error occurred while applying a parameter map.
    --- Check the BaseAttributeWrapper.findAttributeValuesMaxIdWithNullHash-InlineParameterMap.
    --- Check the statement (query failed).
    --- Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "HASH_VALUE": invalid identifier
         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:201)
         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForObject(MappedStatement.java:120)
         at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:518)
         at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:493)
         at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:106)
         at org.springframework.orm.ibatis.SqlMapClientTemplate$1.doInSqlMapClient(SqlMapClientTemplate.java:273)
         at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209)
         ... 27 more
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "HASH_VALUE": invalid identifier
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
         at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3488)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)
         at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeQuery(SqlExecutor.java:185)
         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteQuery(MappedStatement.java:221)
         at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:189)
         ... 33 more
    Any thoughts/suggestions appreciated.
    Gary Sharpe
    UC Davis

    Did you import all the relevant sql scripts for your database? You have to import all the migrate/upgrade scripts as well. Once you have imported all the required sql scripts, it will start properly. You can ignore the cluster warnings.

  • EBS R12.1 with Oracle Advance Security option  - is it certified ?

    Hi,
    Environment details are below:
    EBS R12.1.1
    Oracle database version is 10g R2 (10.2.0.4) .
    OS is Solaris 10
    We are looking for an option of implementing Oracle advanced security option (ASO) .But want to know if its certified with EBS R12.1.1 / 10g R2 database.
    I checked few links but I'm not clear if its certified.
    http://blogs.oracle.com/stevenChan/2008/07/10gr2_10204_certified_with_apps_11i.html
    from the above link i understand its certified on 11i (11.5.10 CU2 only)
    <<Advanced Security Option / Advanced Networking Option (ASO / ANO) (11.5.10.CU2 only)>>
    Dees anyone know about this certification. If you have any pointers please let me know.
    Thanks for your time.
    Note : ASO is certified with 11g database. 11gR1 but I'm looking for 10g R2 (10.2.0.4)
    http://blogs.oracle.com/mt/mt-search.cgi?blog_id=101&tag=EBS%2012&limit=20
    Cheers,
    sbs
    Edited by: sbs on Oct 14, 2009 5:23 PM

    Hi,
    Please see this link.
    10gR2 10.2.0.4 Database Certified with Apps 12
    http://blogs.oracle.com/stevenChan/2008/08/10gr2_10204_database_certified_with_apps_12.html
    Regards,
    Hussein

  • Number of available records in Oracle 10g express database

    Hi,
    I am facing problems in getting the number of available records in Oracle 10g express database with the following query.
    string filename = dbObject.FILENAME;
    string vendorID = dbObject.VENDOR_ID;
    OracleCommand myCommand = _connection.CreateCommand();
    myCommand.CommandText = "SELECT COUNT(*) FROM ASSET_PROCESSING_OUTPUT WHERE *FILENAME = :filename AND VENDOR_ID = :vendorID*";
    myCommand.CommandType = CommandType.Text;
    myCommand.Parameters.AddWithValue("filename", filename);
    myCommand.Parameters.AddWithValue("vendorID", vendorID);
    OracleDataReader reader = myCommand.ExecuteReader();
    Using this command how can I get if the record exists in the database with the given value.
    Thanks in advance.
    punit

    It appears you're only executing the statement. You need to fetch the result to see the value returned by the SELECT statement.

  • Propagation between queues in Oracle Advanced Queuing

    We would like to connect two queues that reside in different database schemas/instances.
    We try to use the propagation feature of Oracle to achieve this.
    The queue-type is the same for both queues.
    Enqueuing is done with a recipient list in order to set multiple local subscribers for the messages that are put onto the queue.
    We would like to propagate between queues without changing the applications that write to originating queue and the other applications that read from the target queue.
    During our research we only found ways where we need to change the application that writes onto the queue, which is not acceptable for us. Also the list of subscribers needs to be different based on the message.
    Therefore I have the following question:
    - is there a way to set up propagation between queues in a way where we don't need to modify the sending application?
    - if not, is there a different way to connect two queues via a subscriber/consumer?

    Oracle8i for Linux does have AQ, although I haven't evaluated it
    yet. If you're still having trouble with the install, make sure
    you get the patch. A quicker and easier way to get Oracle8i up
    cheaply for evaluation is to download the NT version. I'm
    evaluating Oracle8i for both Linux and NT and the NT version is
    more stable.
    I would really appreciate hearing about your experiences with AQ
    on Oracle8 (8.0.4.3). I have several projects that we have been
    considering using AQ with. Please send me an email and tell me
    what problems / work-arounds you found.
    Christian Schroeder (guest) wrote:
    : Hello,
    : I still haven't managed to install 8i completely
    : (files with zero-length, wrong permissions, wrong JVM, ...),
    : anyway... -))
    : We are using Oracle Advanced Queuing under 8.0.4.3 on AIX in
    : a project at my company and I wondered if AQ is in 8i for
    Linux?
    : I really would like to evaluate it at home, since the AIX
    : AQ version has some bugs and restrictions which I really need
    to
    : get around.
    : My idea is to get 8i for AIX, but I wouldn't buy it if the
    : queuing is still unstable.
    : The 8.0.4 documentation states that one will get AQ in the
    : Enterprise Edition with message-type 'RAW' and the Objects
    Option
    : will add full functionality if also purchased. I didn't find
    : any comments on AQ in the installation guide.
    : Regards,
    : Christian
    null

  • Oracle Advanced Security in Developer Forms 10g (10.1.2.)

    Hi everybody,
    I have installed Oracle RDBMS 10g v.2 (10.2.0) and Developer Suite 10g (v 10.1.2) on XP platform on the same machine.
    I want to configure encryption and SSL authentication (Oracle Advanced Security) using Oracle Net Manager of Developer Suite as I have done before on Oracle Net Manager of Oracle Database Server and Oracle Client 10g as well....
    The problem is that there is no such a selection in Oracle Net Manager and i'm wondering if there is the capability to install and configure Oracle Advanced Security in Developer Suite 10.1.2..
    Is there Developer Suite 10.2. downloadable from OTN....????
    Thanks , for your interest...
    Simon

    I believe they need to be in separate folders.
    I extracted them into separate folders, then ran setup.exe from disk 1. It will ask you for the location of disk 2, enter that path and away it went.

  • Oracle Advanced Queuing - Propagation problem - 11g

    Hi,
    I have a problem when propagation messages between queues. When the message is propagated, it stays on the source queue with READY state.
    I have created two queues on 11g with a propagation rule that any message from queue A are sent to queue B. My problem is that the message from the source queue stays in the source queue even after propagation, which isn't what I was expecting. The problem doesn't occur if the queues are on a different database. This problem only happens if the queues are on the same database.
    the script I use is this:
    For USERB (which has the destination queue)
    create type EVENT_MESSAGE as object (
    eventsource VARCHAR2(30),
    eventname VARCHAR2(255),
    eventid NUMBER(19,0),
    message CLOB
    DECLARE
    an_agent sys.aq$_agent;
    BEGIN
    -- create the publish/subscribe queue table
    dbms_aqadm.create_queue_table(
    queue_table => 'DESTINATION_QUEUE_TABLE',
    queue_payload_type=>'EVENT_MESSAGE',
    sort_list => 'ENQ_TIME',
    message_grouping => DBMS_AQADM.NONE,
    multiple_consumers=>true
    -- create the queue
    dbms_aqadm.create_queue(
    queue_name => 'DESTINATION',
    queue_table => 'DESTINATION_QUEUE_TABLE',
    queue_type => DBMS_AQADM.NORMAL_QUEUE,
    max_retries => 5
    dbms_aqadm.create_aq_agent(agent_name =>'DEQUEUE_AGENT');
    an_agent := sys.aq$_agent('DEQUEUE_AGENT', null, null);
    dbms_aqadm.enable_db_access(
    agent_name => 'DEQUEUE_AGENT',
    db_username => 'USERB'
    dbms_aqadm.add_subscriber(
    queue_name => 'DESTINATION',
    subscriber => an_agent,
    queue_to_queue => FALSE,
    delivery_mode => DBMS_AQADM.PERSISTENT
    -- start the queues
    dbms_aqadm.start_queue('DESTINATION');
    END;
    For USERA
    create type EVENT_MESSAGE as object (
    eventsource VARCHAR2(30),
    eventname VARCHAR2(255),
    eventid NUMBER(19,0),
    message CLOB
    BEGIN
    -- create the publish/subscribe queue table
    dbms_aqadm.create_queue_table(
    queue_table => 'SOURCE_QUEUE_TABLE',
    queue_payload_type=>'EVENT_MESSAGE',
    sort_list => 'ENQ_TIME',
    message_grouping => DBMS_AQADM.NONE,
    multiple_consumers=>true
    -- create the queue
    dbms_aqadm.create_queue(
    queue_name => 'SOURCE',
    queue_table => 'SOURCE_QUEUE_TABLE',
    queue_type => DBMS_AQADM.NORMAL_QUEUE,
    max_retries => 5
    -- start the queues
    dbms_aqadm.start_queue('SOURCE');
    -- create the propagation
    dbms_aqadm.add_subscriber(queue_name => 'SOURCE',
    subscriber => sys.aq$_agent('DEQUEUE_AGENT','USERB.DESTINATION',null),
    queue_to_queue => true);
    dbms_aqadm.schedule_propagation(queue_name => 'SOURCE',
    start_time => sysdate,
    latency => 25,
    destination_queue => 'USERB.DESTINATION');
    END;
    When I enqueue a message to the source on USERA with this:
    declare
    rc binary_integer;
    nq_opt dbms_aq.enqueue_options_t;
    nq_pro dbms_aq.message_properties_t;
    datas EVENT_MESSAGE;
    msgid raw(16);
    begin
    nq_pro.expiration := dbms_aq.never;
    nq_pro.sender_id := sys.aq$_agent('ENQUEUE_AGENT', null, null);
    datas := AGEAS_EVENT_MESSAGE('message','eventname',1,null);
    dbms_aq.enqueue('SOURCE',nq_opt,nq_pro,datas,msgid);
    end;
    The message is propagated to the destination queue, no problem, but the message state on the source queue is kept as ready. I would have expected it to be marked as processed and disappear from the queue table.
    When I look at the AQ$_SOURCE_QUEUE_TABLE_S the I see these records:
         QUEUE_NAME     NAME     ADDRESS     PROTOCOL      SUBSCRIBER TYPE
         SOURCE     (null)     "USERB"."DESTINATION"@AQ$_LOCAL     0     1736
         SOURCE     DEQUEUE_AGENT     "USERB"."DESTINATION"     0     577
    Can anyone help?

    I was talking about following oracle documentations:
    Oracle Database 11g: Advanced Queuing (Technical Whitepaper)
    Streams Advanced Queuing: Best Practices (Technical Whitepaper)
    Oracle Streams Advanced Queuing and Real Application Clusters: Scalability and Performance Guidelines (Technical Whitepaper)
    They are available at.. http://www.oracle.com/technetwork/database/features/data-integration/default-159085.html

  • Enterpise User Security, OID and Oracle Advanced Security

    Do we also need Oracle Advanced Security when using the OID
    solution (Oracle Application Server)? I just seem to remember
    coming across something where some portion of the LDAP directory
    needed to communicate over SSL, and I wasn't sure if this
    implied that Oracle Advanced Security was needed.
    Thanks.

    Hi!
    As long as you use the LDAP via SSL purely in the Application Server then there is no need for Advanced Security.
    As you mentioned Enterprise Users - which is a database user authenticated by the OID, you will need the Advanced Security option.
    cu
    Andreas

  • Oracle Standard Edition databases are based on a maximum number of sockets

    Can someone explain this further?
    I need install Database in RAC.
    I have:
    1. Named User Plus Licenses.
    2. Oracle standard Edition Database.
    3. Two servers with 2 processors Dual Core 64-bit Intel® Xeon® Processor 7140M.
    4. Each server has 4 sockets, 2 are occupied and 2 are unoccupied.
    My question is:
    I need upgrade Oracle Enterprise edition database because I will have 8 socket, although only will use 4 sockets.
    I need more information on these sockets, specially in Database SE, User Named plus and multi-chip
    processors.
    I have contacted Oracle Sales and they/the sales person also do not have
    these information.
    Thanks in advance.
    Regards
    Carl

    Try reading through http://www.oracle.com/corporate/pricing/databaselicensing.pdf, and then http://www.oracle.com/corporate/pricing/sig.pdf (page 11) - also pass those URLs to your Oracle sales guy and ask for clarification.
    Note that any answers you get here will be quite useless in a court of law, if you and Oracle decide to have different opinions. So it is important you get an answer from Oracle - in writing.

  • Oracle Enterprise Manager Database Control

    Please help me.
    Here's oracle installing step:
    1. Install Oracle 11g software with "Advance" option. I just install software without creating a Data base at this time.
    2. Create a Data base with DBCA
    I couldn't see the Oracle Enterprise Manager Database Control at "Services " window while
    "Chapter 3: Getting Started with Oracle Enterprise Manager" says that:
    This chapter introduces you to Oracle Enterprise Manager Database Control. The Oracle Universal Installer installs Oracle Enterprise Manager Database Control when you install the Oracle software. Enterprise Manager Database Control provides a Web-based interface that you can use to manage your Oracle instance and database.
    Thank in advance!

    Hi,
    You didn’t create a Database that’s why you don’t have Oracle Enterprise Manager Database Control.
    Create Database with DBCA and you will get an option “Configure database with Enterprise manager” (step 5).
    At the end of DB creation you will get a link for Oracle Enterprise Manager Database Control.
    Browse the link to open EM Database control.
    If you choose to create DB with Oracle installation then you will get Oracle Enterprise Manager Database Control.
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com

  • Does Oracle Advanced Queueing support JRockit?

    Does anyone know if Oracle Advanced Queueing supports JRockit (1.5 or 1.6),
    or better still, does anyone have experience using this?

    AQ is an in-database implementation of Java Messaging Service (JMS).
    With that in mind could you please ask your question again including specifics as to what you are thinking.

Maybe you are looking for

  • Object CompareTo

    Hi all, I have this linked list class which needs to insert nodes of different objects (eg Person, Company, Invoice) in ascending order. I get this error: List is not abstract and does not override abstract method compareTo(java.lang.Object) in java.

  • How do you open multiple email messages at the same time on Mail?

    Hi, are there any preferences to control how emails are opened from Mail client. Currently I can only open one emil at a time and can not toggle between messages or even toggle between the inbox view and a single message.  This is very frustrating es

  • Regarding MV45AOZZ and MV45AIZZ, using these includes display the fields

    Hi, using the MV45AOZZ and MV45AIZZ includes i have to display some fields in display mode even in chage mode. The requirement is to make certain fields display only. This would prevent certain users ( SPOC ) not to edit or change these fields withou

  • Reading Adobe pdf (with search feature)

    Is there a way for me to read adobe pdf's on the iPhone? Anybody mind explaining the best way to do this? And if so, is there a way for me to use the Acrobat search feature that allows you to type in a word and cycle through them in the text? Thanks

  • CCMS--Number of emails

    Hi, I have configured CCMS alerts and i am getting emails for the same I am getting only one mail for the System Availability. I understand that it is the way of how it is configured. Please let me know if there is a way to configure the system that