Oracle 10gR2 connection to other servers

Hello gurus
i have installed 10gR2 on my machine with Win XP pro on it. i have installed enterprise edition with i downloaded from the oracle website and created a general purpose database on it. Everthing is working very fine on it i can access EM and isqlplus locally .but problem i'm facing is i'm unable to connect to EM to other server . So please suggest what are the steps and wt's the best ways .
Thanks

It's going to be tough to learn about Enterprise Manager in detail without having an environment that includes multiple systems with enterprise manager agents around. You can use the Grid Control to connect to other databases and use a subset of EM's functionality without having agents installed and/or without have a repository database, it really depends on whether that subset is the functionality you want to learn.
I'm not sure what you mean by "manage grid computing through command line". The Grid Control is an Enterprise Manager GUI. "Grid computing" can refer to a wide range of things-- arguably managing a 10g RAC cluster is "grid computing" and that is certainly possible from the command line.
Justin

Similar Messages

  • WLS 10.3.0.0 Solaris SPARC and DBMS Oracle 10gR2 connection pooling issue

    Hi all,
    we are currently testing Weblogic Server 10.3.0.0 in order to migrate our production system from WLS 8.1 to it.
    While testing the new setup, we encountered some strange behaviour of the connection pooling within WLS.
    We configured a XA-Connection pool to our DB (Oracle 10gR2) by using
    a) the Oracle XA-thin-driver delivered within WLS 10.3.0.0
    and alternatively
    b) the Oracle 11.2.0.2 OCI-driver of the Oracle 11g database client.
    We´ve got the same issue with both variants. We defined an initial capacity of 5 connections and a maximum capacity of 30 connections.
    Our application is running flawlessly using the connection pool, but the amount of active sessions between the application server and the database server is increasing rapidly and the maximum capacity is exceeded. We are seeing up to multiple hundreds of sessions from the application server to our database server. Obviously the connections aren´t cleaned up.
    We are using the following settings for the JDBC-Connection:
    initial capacity = 5
    max. capacity = 30
    Capacity increment = 1
    Statement cache type = LRU
    Statement cache size = 10
    Test connections on reserve = true
    Test frequency = 120
    Test table name = "sql select 1 from dual"
    seconds to trust an idle pool connection = 10
    shrink frequency = 0
    connecttion creation retry frequency = 120
    login delay = 0
    incative connection timeout = 10
    max. waiting for connection = 2147483647
    connection reserve timeout= = -1
    Ignare in-use connections = true
    pinned-to-thread = false
    remoce infected connections enabled = true
    Does anyone have an idea how to track/solve this issue?
    Kind regards
    Marc

    Hi Joe,
    we´ve tested with the thin driver using an initial capacity of 5 and a maximum capacity of 15. During our tests (in a very short time period) the maximum capacity has not been exceeded. But we saw some exceptions in the managed server logfile which made us curious.
    When these exceptions are occuring, a new connection to the database server is established. We are seeing for a short time a total count of 6 connections which is immediately decreasing to the initial capacity of 5. We will do some further testing over the next hours and monitor the connection usage.
    The connection we are dealing with is the one called "ZDB2".
    This is an excerpt of the logfile:
    ####<18.10.2010 19:45 Uhr MESZ> <Debug> <JDBCConn> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-02F7EA174F1D84653A69> <> <1287423940610> <BEA-000000> <java.lang.Exception: Pinned: autoCommit=true,enabled=true,isXA=true,isJTS=false,vendorID=0,connUsed=true,doInit=false,'null',destroyed=false,poolname=ZDB2,appname=null,moduleName=null,connectTime=177,dirtyIsolationLevel=false,initialIsolationLevel=2,infected=true,lastSuccessfulConnectionUse=1287423940605,secondsToTrustAnIdlePoolConnection=10,currentUser=java.lang.Exception
         at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:308)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:427)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:316)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:61)
         at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:1473)
         at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1272)
         at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:425)
         at weblogic.jdbc.jta.DataSource.connect(DataSource.java:382)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:338)
         at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
         at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
         at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
         at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
         at org.hibernate.loader.Loader.doQuery(Loader.java:673)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
         at org.hibernate.loader.Loader.doList(Loader.java:2220)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
         at org.hibernate.loader.Loader.list(Loader.java:2099)
         at org.hibernate.hql.classic.QueryTranslatorImpl.list(QueryTranslatorImpl.java:912)
         at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
         at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
         at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
         at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:811)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderPersistenceGenerated.findByPrimaryKey(OrderPersistenceGenerated.java:45)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImplStandard.findOrderByPrimaryKey(OrderManagementServiceImplStandard.java:1356)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKeyTx(OrderManagementServiceTransactionHandler.java:830)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.findOrderByPrimaryKey(OrderManagementServiceSessionBean.java:1276)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_ELOImpl.findOrderByPrimaryKey(OrderManagementEJB_yb2dzq_ELOImpl.java:19812)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceApplicationProxy.findOrderByPrimaryKey(OrderManagementServiceApplicationProxy.java:1289)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKey(OrderManagementServiceTransactionHandler.java:823)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImplStandard.findOrderByPrimaryKey(OrderManagementServiceImplStandard.java:1341)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKeyTx(OrderManagementServiceTransactionHandler.java:816)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.findOrderByPrimaryKey(OrderManagementServiceSessionBean.java:1255)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_ELOImpl.findOrderByPrimaryKey(OrderManagementEJB_yb2dzq_ELOImpl.java:7332)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceApplicationProxy.findOrderByPrimaryKey(OrderManagementServiceApplicationProxy.java:1266)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKey(OrderManagementServiceTransactionHandler.java:809)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishOrder(OrderManagementServiceImpl.java:1636)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.savePublishedOrder(OrderManagementServiceImpl.java:1606)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.savePublishedOrderTx(OrderManagementServiceTransactionHandler.java:3467)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.savePublishedOrder(OrderManagementServiceSessionBean.java:5272)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl.savePublishedOrder(OrderManagementEJB_yb2dzq_EOImpl.java:3263)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke2(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke1(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ,currentThread=Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads],lastUser=null,currentError=null,currentErrorTimestamp=null,JDBC4Runtime=true,supportStatementPoolable=true,needRestoreClientInfo=false,defaultClientInfo={} is set to be refreshed
         at weblogic.jdbc.common.internal.ConnectionEnv.setRefreshNeeded(ConnectionEnv.java:518)
         at weblogic.jdbc.wrapper.Connection.getVendorConnection(Connection.java:292)
         at de.dpcom.persistence.hibernate.BinaryBlobType.nullSafeSet(BinaryBlobType.java:109)
         at org.hibernate.type.CustomType.nullSafeSet(CustomType.java:146)
         at org.hibernate.persister.entity.AbstractEntityPersister.dehydrate(AbstractEntityPersister.java:1997)
         at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2371)
         at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2307)
         at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2607)
         at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:92)
         at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
         at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
         at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)
         at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
         at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
         at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CertificatePersistenceGenerated.updateCertificate(CertificatePersistenceGenerated.java:116)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceImplStandard.updateCertificate(CustomerManagementServiceImplStandard.java:1282)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceTransactionHandler.updateCertificateTx(CustomerManagementServiceTransactionHandler.java:711)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceSessionBean.updateCertificate(CustomerManagementServiceSessionBean.java:1104)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementEJB_ap2i9a_ELOImpl.updateCertificate(CustomerManagementEJB_ap2i9a_ELOImpl.java:19199)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceApplicationProxy.updateCertificate(CustomerManagementServiceApplicationProxy.java:1101)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceImpl.publishCertificate(ProductionResultProcessingServiceImpl.java:1131)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceTransactionHandler.publishCertificateTx(ProductionResultProcessingServiceTransactionHandler.java:298)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceSessionBean.publishCertificate(ProductionResultProcessingServiceSessionBean.java:517)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceSessionBean_yaua6q_ELOImpl.publishCertificate(ProductionResultProcessingServiceSessionBean_yaua6q_ELOImpl.java:1804)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceApplicationProxy.publishCertificate(ProductionResultProcessingServiceApplicationProxy.java:471)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishCertificate(OrderManagementServiceImpl.java:1825)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishOrder(OrderManagementServiceImpl.java:1664)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.savePublishedOrder(OrderManagementServiceImpl.java:1606)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.savePublishedOrderTx(OrderManagementServiceTransactionHandler.java:3467)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.savePublishedOrder(OrderManagementServiceSessionBean.java:5272)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl.savePublishedOrder(OrderManagementEJB_yb2dzq_EOImpl.java:3263)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke2(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke1(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <JDBC> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940797> <BEA-001072> <Connection for XA pool "ZDB2" created.>
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <JDBC> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940808> <BEA-001132> <Initialized statement cache of size "10" for connection in pool "ZDB2".>
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <Common> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940808> <BEA-000628> <Created "1" resources for pool "ZDB2", out of which "1" are available and "0" are unavailable.>
    Any suggestions?
    Kind regards
    Marc

  • Connecting to other servers/them connecting to me?

    Recently changed to BT from Eclipse, and since I have, I cannae connect to thrid party servers (if tat's the right term?) like Steam, EA Servers or Uplay or if they cannot connect to me? Read that might be down to the DNS and tried changing it to the Google DNS, but the same thing happened, I was told that I "Must have internet connection to do that" or words to that effect. Any solutions/fixes? The interwebs has not yet been clear as not sure what to search to get relevant data/ 

    There is a page here that may help you to identify which one.
    Which version of the BT Home Hub do I have?
    I will have to lookup the port numbers. Is it a Windows PC you are using, and is it connected to the home hub using an Ethernet cable?
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Oracle 10gR2: Connection refused

    Hi,
    I've installed 10gR2 into Windows 2000 Server SP4.
    When I use web enterprise manager to connect to the db, I can do it but I get the following error:
    java.lang.Exception: IOException in sending Request :: Connection refused: connect.
    I also verified the user DBSNMP is unlocked and I tried to launch the "$orapwd file".
    thanks,
    Francesco

    Hi,
    The Entterprise Manager Application depends on the HttpServer and the EMConsole application. The Server and the application need to be stated before using the Enterprise Manager.
    1. Check if the Http Server is up & running. You can check with this command : $ORACLE_HOME/opmn/bin/opmcntl status. If it isn't up, you can start it with this command : $ORACLE_HOME/opmn/bin/opmcntl startall
    2. Check if the EMConsole is up & running. You can check it with this command : $ORACLE_HOME\bin\emctl status iasconsole. If it isn't up, you can start it with this command: ORACLE_HOME\bin\emctl start iasconsole.
    Regards,
    Sandeep

  • Oracle Cloud connections by other databases via ODBC/JDBC/XML

    If we move to the Oracle Cloud, will these tables be available from other SQL clients via ODBC/JDBC/XML? It obviously works fine with an internally hosted Oracle solution, but I didn't know if moving the Oracle Cloud would remove these features. Thanks.

    You need a service to auto start/stop instances. Pls See
    Re: Oracle instance is going to idle when i restart/start the machineRgds,
    Ahmer

  • How to add additional disks on vmware OEL4 and use it for Oracle 10gR2?

    I created a virtual machine on vmware workstation 6 and installed OEL4.
    during first install I created 20 GB disk but now I want to add more disks.
    from vmware documentation I tried to add more 8 gb disk to the virtual host.
    under devices I see two lines;
    Hard Disk (SCSI 0:0) 20.0 GB
    Hard Disk (SCSI 0:2) 8.0 GB
    but I must be missing some step since I can not see 20 + 8 gb at df;
    [root@antuhost ~]# df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda1              13G  9.7G  2.3G  82% /
    none                  506M     0  506M   0% /dev/shm
    /dev/sda2             4.9G  851M  3.8G  19% /homeThank you.

    Oh the check the answer from Re: How to add additional disks on vmware OEL4 and use it for Oracle 10gR2?

  • Cannot connect to network servers after recent security update on OSX 10.5.8

    I can no longer connect to others servers/PC's on the network at my brothers office.  I had no problem the last time I was in there.  The only thing that has changed is that I did the latest security upadate from Apple. 
    There should be no reason why I no longer access files from other devices on the network, that I previoulsy been able to access with no problems.
    *** is going here APPLE?

    This not being an iTunes issue, I'd suggest you post in the Mac OS X 10.5 Networking forum. If anyone knows a fix, you'll probably find it there.
    Good luck.

  • Generic Connectivity -Oracle(10gR2) to MS SQL server - Creating DSN

    Hi,
    I am trying to connect Oracle 10gR2(10.2.0.4.0) on linux x86 to MS Sql Server on Windows XP
    I am referring the Metalink Note 264567.1 and using DataDirect ODBC drivers for the same
    I have a question here
    Do I need to create the System DSN on windows XP or on Oracle (linux server)?
    If it is on linux server, how to I create the System DSN on the Linux?
    Thanks in Advance
    Regards,
    Pk

    Hi,
    You need to create a DSN on the box where the HSODBC (the oracle db) is running, so in this case the Linux box.
    I'd assume there's documentation that comes with the 3rd party odbc driver on how to create a DSN with it. It probably depends on which version of driver manager you're using (pardon my ignorance, I do strictly Windows) so you'd probably want to check the docs for the driver manager. For example, if using unixODBC, the docs are on [their web site|http://www.unixodbc.org/].
    Hope it helps,
    Greg

  • I can't open my gmail or send gmails on Firefox. I can read and send gmails on other servers. It started when I was using a hotels wireless connection. Firefox said that this was not a secure site and asked if I wanted to overide it. Since then I have

    I cannot open my gmail nor send any gmails on Firefox. My wife also has gmail and she has no problem on firefox opening or sending her gmails. Also, I cannot access my settings. It started when I was at a hotel last Friday using their wireless connection. When I turned firefox on, which automatically goes to gmail, firefox would not open my gmail as it stated that this was not a secure site. I probable did something incorrectly and I got blocked out. All my other bookmarks work fine. I can access my gmail using other servers. Please help. Thank you.
    == This happened ==
    Every time Firefox opened
    == June 11

    how can i open my gmail at mozilla firefox? because i cant open it..

  • Connecting to SAP using JCO: Difference between SAP AS 7.3 & Other Servers

    Hi All,
    I am connecting to SAP system using jar sapjco3. I am able to connect to SAP system successfully. But I observed some difference in connection to SAP system between different servers.
    1. Using TOMCAT  6 and JBOSS 5.1
    While connection, when I call API from my code -
    JCoDestination  dest = JCoDestinationManager.getDestination(ANY_RANDOM_STRING);
    It works successfully and I am able to connect. ANY_RANDOM_STRING is any random RFC destination which is not present in     netweaver administrator -->  Configuration --> Destinations
    2. Using SAP Netweaver AS 7.3
    While connection, when I call API from my code -
    JCoDestination  dest = JCoDestinationManager.getDestination(ANY_RANDOM_STRING);
    It fails giving exception as
    com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination SAP_SERVER does not exist.
    But when I replace ANY_RANDOM_STRING with an RFC destination name present  in  netweaver administrator -->  Configuration --> Destinations, it works successfully.
    So, my questions is
    When I give any random string as RFC destination in other servers, it is connecting to SAP and not in SAP AS?
    Is RFC destination always necessary for connection? If it is necessary, then why ANY_RANDOM_STRING  is working in other servers and not in SAP  netweaver AS ?
    Thanks & Regards,
    Anup

    Vivek,
        We have the WebAs 640 Java system running on a AIX server. I placed the following folder under classpath
    /usr/sap/<SAPSID>/JC**/j2ee/cluster/server/bin/ext/com.sap.mw.jco/sapjrfc.jar
    The error thrown is
    JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [Can't find library sapjcorfc  (libsapjcorfc.a or .so) in sun.boot.library.path or java.library.path
    sun.boot.library.path=/usr/java14_64/jre/bin
    java.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]. java.library.path [/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]
    The problem is a search on libsapjcorfc.* only return dll files and no .so or .a files.
    Wondering how ISA loads the native libraries on AIX!
    Thx,
    Bharat.

  • Connecting mssql 2005 from oracle 10gR2 64-bit

    Hi
    I am not finding TG4MSQL in Oracle 10gR2 64-bit on windows, can anybody tel me any workaround for the same,
    What if i install 10gR2 32-bit TG4MSQL (only this api) on my 10gR2 64-bit ..!?
    suggest plz
    - Mustafa

    Transparent Gateway for SQL Server. Available on Microsoft Windows (32-Bit). Use Oracle Transparent Gateway Installation Guide for Microsoft Windows (32-Bit), and then Oracle Transparent Gateway for Microsoft SQL Server Administrator's Guide for Microsoft Windows.
    http://download-west.oracle.com/docs/cd/B19306_01/gateways.102/b14270/toc.htm
    http://download-west.oracle.com/docs/cd/B19306_01/gateways.102/b19083/toc.htm
    ~ Madrid.

  • Can't connect to ftp, app store or other servers

    I am having trouble with my early 2009 24-inch iMac. Processor 3.06 Ghz Intel Core 2 Duo, Memory 8Gb 1067 Mhz DDR3, Storage 1Tb, OS X Yosemite 10.10 (14A389). I connect to the internet using PPPoE and a VDSL2 cable modem.
    My problem is that my computer will not connect to many servers: the App store, my ftp servers, those required to register software such as Boom/2 and Opera, Firefox and Chrome browsers.
    I am able to access email using mail and Safari, but that is all.
    I have reinstalled OS X Yosemite 3 times and followed all the suggestions in the Apple "Cannot connect to the App Store" pages. I have checked my Network preferences carefully.
    I am beginning to get a little desperate.

    Thanks so much, Linc.  Here are the results:
    Start time: 17:09:51 03/03/15
    Revision: 1273
    Model Identifier: iMac9,1
    System Version: OS X 10.10 (14A389)
    Kernel Version: Darwin 14.0.0
    Time since boot: 40 minutes
    UID: 501
    SerialATA
        WDC WD1001FALS-40K1B0                 
    FireWire
        My Book (WD)
        My Book 1112 (WD)
        My Book 111D (WD)
    USB
        LaCie DVDRW USB (LaCie)
        EyeTV DTT (Elgato Systems GmbH)
        Kyocera FS-C5150DN (Kyocera Corporation)
    Bluetooth
        Apple Wireless Mouse
    Activity
        CPU: user 9%, system 11%
    CPU usage (%)
        backupd (UID 0): 32.5
    I/O wait time (ms/s)
        backupd (UID 0): 489
    I/O requests (KiB/s)
        backupd (UID 0): 3779
    System errors (per sec)
        backupd (UID 0, error 2): 793
    DNS: 202.55.145.2 (static)
    Listeners
        httpd: http
    HID errors: 1
    Kernel log
        Mar  3 16:31:20 IOHIDSystem: Seize of IOHIDPointing failed.
        Mar  3 16:31:20 IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
        Mar  3 16:32:25 considerRebuildOfPrelinkedKernel com.apple.kext.triggers triggered rebuild
    System log
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 18 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 19 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 20 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 16 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 21 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 22 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 23 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 25 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 24 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 26 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 27 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 28 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 29 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 30 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 31 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 34 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 32 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 33 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 35 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 36 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 37 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 38 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 39 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 40 connectx to 203.173.50.151:80@0 failed: Host is down
        Mar  3 17:09:07 com.apple.WebKit.WebContent: tcp_connection_destination_prepare_complete 41 connectx to 203.173.50.151:80@0 failed: Host is down
    launchd log
        Mar  3 16:29:48 : acct: posix_spawn(): 13: Permission denied
        Mar  3 17:03:11 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.309, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar  3 17:03:11 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.309, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Mar  3 17:03:11 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.309, service = ua.com.AntLogic.TodoLauncher, error = 119: Service is disabled
    Loaded kernel extensions
        at.obdev.nke.LittleSnitch (4234)
        com.globaldelight.driver.Boom2Device (1.1)
        com.globaldelight.driver.BoomDevice (1.3)
        com.wdc.driver.1394.64.10.9 (1.0.1)
    Daemons loaded
        at.obdev.littlesnitchd
        com.adobe.fpsaud
        com.apple.watchdogd
        com.macpaw.CleanMyMac2.Agent
        com.macpaw.CleanMyMac3.Agent
        com.microsoft.office.licensing.helper
        com.wdc.WDRAIDDriveService
        homebrew.mxcl.dnsmasq
    Startup items
        /Library/StartupItems/MySQLCOM/MySQLCOM
        /Library/StartupItems/MySQLCOM/StartupParameters.plist
    User login items
        Mail
        - /Applications/Mail.app
        Things
        - /Applications/Things.app
        SpeechSynthesisServer
        - /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app
        Boom 2
        - /Applications/Boom 2.app
        OpenDNS Updater
        - /Applications/OpenDNS Updater.app
    User crontab
        30 11 * * * /Users/USER/Library/Application\ Support/SuperDuper\!/Scheduled\ Copies/SDUtil -i || open file:///Users/USER/Library/Application\%20Support/SuperDuper\%21/Scheduled\%20C opies/Erase\%20Backups\%2C\%20then\%20copy\%20files\%20from\%20Brian\%27s\%20iMa c.sdsp/Copy\%20Job.app
        30 11 * * * /Users/USER/Library/Application\ Support/SuperDuper\!/Scheduled\ Copies/SDUtil -i || open file:///Users/USER/Library/Application\%20Support/SuperDuper\%21/Scheduled\%20C opies/Smart\%20Update\%20Backups\%20from\%20Brian\%27s\%20iMac.sdsp/Copy\%20Job. app
    Safari extensions
        1Password
        - com.agilebits.onepassword4-safari
        AdBlock
        - com.betafish.adblockforsafari
        ClickToFlash
        - com.hoyois.safari.clicktoflash
        Ghostery
        - com.betteradvertising.ghostery
        iMedia Converter Deluxe
        - com.wondershare.iskyvc
        Turn Off the Lights
        - com.stefanvd.turnoffthelights
        WOT
        - com.wotservicesoy.wot
    Firefox extensions
        MEGA extension
    iCloud errors
        bird 14
    Restricted files: 983
    Lockfiles: 4
    Contents of /Library/LaunchAgents/at.obdev.LittleSnitchUIAgent.plist
        - mod date: Jan  8 16:28:38 2015
        - checksum: 2014742307
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>at.obdev.LittleSnitchUIAgent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Little Snitch/Little Snitch Agent.app/Contents/MacOS/Little Snitch Agent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.babylon.activation.plist
        - mod date: May 15 22:30:14 2012
        - checksum: 2983079625
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.babylon.activation</string>
        <key>MachServices</key>
        <dict>
        <key>com.babylon.activation</key>
        <true/>
        </dict>
        <key>KeepAlive</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>RunAtLoad</key>
        <true/>
        <key>Disabled</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Babylon/Babylon Activation.app/Contents/MacOS/Babylon Activation</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.wdc.raidmanagerstatusmenu.plist
        - mod date: Nov 12 09:53:29 2013
        - checksum: 4114134447
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.wdc.drivemanagerstatusmenu</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/WDDriveManager/WDDriveManagerStatusMenu.app/Contents/MacOS/WDDriveManag erStatusMenu</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.glimmerblocker.updater.plist
        - mod date: Jan  8 17:15:47 2015
        - checksum: 940683762
        <?xml version='1.0' encoding='UTF-8'?>
        <!DOCTYPE plist PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
        <plist version='1.0'>
        <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>org.glimmerblocker.updater</string>
           <key>InitGroups</key>
           <true/>
           <key>ProgramArguments</key>
           <array>
            <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rUpdater.app/Contents/MacOS/GlimmerBlockerUpdater</string>
            <string>--background</string>
            <string>--beta</string>
           </array>
           <key>Umask</key>
           <integer>18</integer>
           <key>StartInterval</key>
           <integer>86400</integer>
           <key>KeepAlive</key>
           <false/>
           <key>WorkingDirectory</key>
           <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rUpdater.app/Contents/Resources</string>
           <key>StandardErrorPath</key>
        ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/at.obdev.littlesnitchd.plist
        - mod date: Jan  8 16:28:38 2015
        - checksum: 4174275850
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>at.obdev.littlesnitchd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Little Snitch/Little Snitch Daemon.bundle/Contents/MacOS/Little Snitch Daemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LittleSnitchDaemon.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/LittleSnitchDaemon.log</string>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist
        - mod date: Jan 23 11:17:13 2015
        - checksum: 2453449774
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac3.Agent.plist
        - mod date: Feb 28 22:46:30 2015
        - checksum: 3778627067
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac3.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac3.Agent</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac3.Agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac3.Agent</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        ...and 8 more line(s)
    Contents of /Library/LaunchDaemons/com.wdc.WDRAIDDriveService.plist
        - mod date: Nov 12 09:53:42 2013
        - checksum: 769753352
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.wdc.WDRAIDDriveService</string>
        <key>Program</key>
        <string>/Library/Application Support/WDDriveManager/WDRAIDDriveService</string>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist
        - mod date: Feb 24 21:45:25 2015
        - checksum: 2718900930
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
          <dict>
            <key>Label</key>
            <string>homebrew.mxcl.dnsmasq</string>
            <key>ProgramArguments</key>
            <array>
              <string>/usr/local/opt/dnsmasq/sbin/dnsmasq</string>
              <string>--keep-in-foreground</string>
            </array>
            <key>RunAtLoad</key>
            <true/>
            <key>KeepAlive</key>
            <true/>
          </dict>
        </plist>
    Contents of /private/etc/sysctl.conf
        - mod date: Nov 11 19:42:24 2014
        - checksum: 2036746041
        kern.maxfiles=50000
        kern.maxfilesperproc=50000
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Jan 26 12:45:12 2015
        - checksum: 85169921
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
        - mod date: Mar  1 13:12:15 2015
        - checksum: 134188344
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.diskSpaceWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchDiskSpace</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartInterval</key>
        <integer>3600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist
        - mod date: Mar  1 13:12:15 2015
        - checksum: 477339654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.scheduledScan</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>-n</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-scheduled</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>13</integer>
        <key>Minute</key>
        <integer>24</integer>
        </dict>
        ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.trashWatcher.plist
        - mod date: Mar  1 13:12:15 2015
        - checksum: 3632545261
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.trashWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchTrash</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/.Trash</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac3.Scheduler.plist
        - mod date: Feb 28 22:39:15 2015
        - checksum: 2869813970
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac3.Scheduler</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>-n</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 3/CleanMyMac 3 Scheduler.app</string>
        <string>--args</string>
        <string>-scheduled</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>14</integer>
        <key>Minute</key>
        <integer>58</integer>
        </dict>
        ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.shirtpocket.backupbytime.plist
        - mod date: Feb 23 11:27:31 2015
        - checksum: 871331059
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.shirtpocket.backupbytime</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>/Users/USER/Library/Application Support/SuperDuper!/Scheduled Copies/Backup by Time.scpt</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>60</integer>
        </dict>
        </plist>
    Bundles (new)
        /Applications/1Password 5.app
        - com.agilebits.onepassword4
        /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app
        - com.adobe.bridge3
        /Applications/Adobe Bridge CS4/Plug-Ins/ASEFormat.plugin
        - com.adobe.aseformat
        /Applications/Adobe Bridge CS4/Plug-Ins/dicom.plugin
        - com.adobe.dicom
        /Applications/Adobe Dreamweaver CS6/Configuration/Connections/Libraries/mm_jdbc.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/Flash Player/AuthPlayLib.bundle
        - com.macromedia.Flash Player.authplaylib
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/ASPNetDesignerMgr.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/DWfile.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/FWLaunch.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/LiveDataTranslator.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/LocaleSort.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/MM.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/MMNotes.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/ReflectJava.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/SSITranslator.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/TSL.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/XSLT.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/JSExtensions/classes/JSBridge.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/KnowledgeEngines/JS_KnowledgeEngine.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/KnowledgeEngines/PHP_KE.bundle
        - com.apple.carbonbundletemplate
        /Applications/Adobe Dreamweaver CS6/Configuration/SourceControl/RDS.bundle
        - com.macromedia.extension.rds
        /Applications/Adobe Dreamweaver CS6/Configuration/VersionControl/SVNPlugin169/SVNPlugin169.bundle
        - com.apple.SVNPlugin169
        /Applications/Adobe Dreamweaver CS6/Configuration/plug-ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Applications/Adobe Extension Manager CS4/Adobe Extension Manager CS4.app
        - com.adobe.ExtensionManager
        /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app
        - com.adobe.PhotoshopElements
        /Applications/Adobe Photoshop Elements 8/Locales/en_US/Plug-Ins/ADM/AdobeADM.bundle
        - com.adobe.coretech.adm
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/Effects/Filter Gallery.plugin
        - com.adobe.FilterGallery
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/FileFormats/Alias.plugin
        - com.adobe.photoshop.plugin.fileformat.alias
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/FileFormats/Camera Raw.plugin
        - com.adobe.CameraRaw
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/Filters/Lens Correct (PSE).plugin
        - com.adobe.LensCorrect.PSE
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/Filters/Liquify(PSE).plugin
        - com.adobe.Liquify.PSE
        /Applications/Adobe Photoshop Elements 8/Plug-Ins/digimarc/mac/DigiRead.plugin
        - com.digimarc.mypicturemarc.read
        /Applications/AdwareMedic.app
        - com.thesafemac.adwaremedic
        /Applications/Amaya.app
        - fr.inria.amaya
        /Applications/Aperture.app
        - com.apple.Aperture
        /Applications/App Store.app
        - com.apple.appstore
        /Applications/AppCleaner.app
        - com.freemacsoft.AppCleaner
        /Applications/Automator.app
        - com.apple.Automator
        /Applications/Babylon.app
        - com.babylon.application
        /Applications/Balthisar Tidy.app
        - com.balthisar.Balthisar-Tidy
        /Applications/Big Ben Tea Timer.app
        - de.herwig-henseler.teatimer
        /Applications/BlueGriffon.app
        - com.disruptive-innovations.bluegriffon
        /Applications/Boom 2.app
        - com.globaldelight.Boom2
        /Applications/Calculator.app
        - com.apple.calculator
        /Applications/Calendar.app
        - com.apple.iCal
        /Applications/Canon Utilities/MP Navigator EX 3.1 Opener.app
        - jp.co.canon.bj.printer.app.MPNEXOP
        /Applications/Canon Utilities/MP Navigator EX 3.1.app
        - jp.co.canon.bj.printer.app.MPNEX314
        /Applications/Canon Utilities/Solution Menu/Solution Menu.app
        - jp.co.canon.SolutionMenu
        /Applications/Chess.app
        - com.apple.Chess
        /Applications/CleanMyDrive.app
        - com.macpaw.CleanMyDrive
        /Applications/CleanMyMac 2.app
        - com.macpaw.CleanMyMac2
        /Applications/CleanMyMac 3.app
        - com.macpaw.CleanMyMac3
        /Applications/Clipart for iWork and MS Office.app
        - com.iwebthemespark.ClipartforiWorkandiWeb
        /Applications/Coda 2.app
        - com.panic.Coda2
        /Applications/Contacts.app
        - com.apple.AddressBook
        /Applications/DVD Player.app
        - com.apple.DVDPlayer
        /Applications/Dashboard.app
        - com.apple.dashboardlauncher
        /Applications/Dictionary.app
        - com.apple.Dictionary
        /Applications/DiscLabel.app
        - com.disclabel.app.disclabel
        /Applications/EyeTV.app
        - com.elgato.eyetv
        /Applications/FaceTime.app
        - com.apple.FaceTime
        /Applications/FileZilla.app
        - de.filezilla
        /Applications/Firefox.app
        - org.mozilla.firefox
        /Applications/Font Book.app
        - com.apple.FontBook
        /Applications/Full Deck Solitaire.app
        - com.grlgames.fulldecksolitaire
        /Applications/Game Center.app
        - com.apple.gamecenter
        /Applications/GarageBand.app
        - com.apple.garageband
        /Applications/Google Chrome.app
        - com.google.Chrome
        /Applications/HTML5 and CSS QuickLook Guide.app
        - com.appomator.AOM000712
        /Applications/Image Capture.app
        - com.apple.Image_Capture
        /Applications/Keynote.app
        - com.apple.iWork.Keynote
        /Applications/Kies.app
        - com.samsung.Kies
        /Applications/Komodo Edit 8.app
        - com.activestate.KomodoEdit
        /Applications/KompoZer.app
        - org.mozilla.kompozer
        /Applications/Launchpad.app
        - com.apple.launchpad.launcher
        /Applications/Little Snitch Configuration.app
        - at.obdev.LittleSnitchConfiguration
        /Applications/MTR 4.3/MTR 4.0.app
        - com.mtr4
        /Applications/Mail.app
        - com.apple.mail
        /Applications/Maps.app
        - com.apple.Maps
        /Applications/MediaImpression 2.0 for PENTAX.app
        - com.Arcsoft.Rocket
        /Applications/Memory Clean.app
        - com.fiplab.memoryclean
        /Applications/Messages.app
        - com.apple.iChat
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        - com.microsoft.language_register
        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
        - com.microsoft.DocumentConnection
        /Applications/Microsoft Office 2011/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.microsoft.ASApplication
        /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
        - com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Media/Templates/Print Layout View/Labels/Label Wizard.plugin
        - com.microsoft.wizards.labels
        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
        - com.microsoft.ClipGallery
        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
        - com.microsoft.outlook.officereminders
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
        - com.microsoft.office.uploadcenter
        /Applications/Microsoft Office 2011/Office/MicrosoftFBA.framework
        - com.microsoft.fba
        /Applications/Microsoft Office 2011/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2011/Office/Office365Service.app
        - com.microsoft.Office365Service
        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Applications/Microsoft Office 2011/Office/Shared Applications/Text Converters/Microsoft Excel 2.x-11.bundle
        - com.microsoft.converters.excel
        /Applications/Microsoft Office 2011/Office/Shared Applications/Text Converters/Recover Text Converter.bundle
        - com.microsoft.converters.recover
        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
        - com.microsoft.SyncServicesAgent
        /Applications/Microsoft Office 2011/Office/molc.framework
        - com.microsoft.molc.framework
        /Applications/Mission Control.app
        - com.apple.exposelauncher
        /Applications/Notes.app
        - com.apple.Notes
        /Applications/Numbers.app
        - com.apple.iWork.Numbers
        /Applications/OnyX.app
        - com.titanium.OnyX
        /Applications/OpenDNS Updater.app
        - com.opendns.OpenDNS_Updater
        /Applications/Opera.app
        - com.operasoftware.Opera
        /Applications/Pages.app
        - com.apple.iWork.Pages
        /Applications/Papyrus Autor Demo/Papyrus Autor Demo.app
        - com.rom-logicware.papyrus
        /Applications/Papyrus Autor/Papyrus Autor Demo.app
        - com.rom-logicware.papyrus
        /Applications/Photo Booth.app
        - com.apple.PhotoBooth
        /Applications/PhotoScore Ultimate.app
        - com.Neuratron.PhotoScoreUltimate
        /Applications/PhotoStudio.app
        - com.arcsoft.photostudio6
        /Applications/Preview.app
        - com.apple.Preview
        /Applications/QuickTime Player.app
        - com.apple.QuickTimePlayerX
        /Applications/RapidWeaver 6.app
        - com.realmacsoftware.rapidweaver6
        /Applications/RealPlayer.app
        - com.RealNetworks.RealPlayer
        /Applications/Reminders.app
        - com.apple.reminders
        /Applications/Remote Desktop Connection.app
        - com.microsoft.rdc
        /Applications/Safari.app
        - com.apple.Safari
        /Applications/SeaMonkey.app
        - org.mozilla.SeaMonkey
        /Applications/Sibelius 7.5.app
        - com.avid.sibelius75
        /Applications/Skype.app
        - com.skype.skype
        /Applications/Stationery Pack.app
        - com.equinux.StationeryPack
        /Applications/Stickies.app
        - com.apple.Stickies
        /Applications/StuffIt Expander.app
        - com.stuffit.StuffIt-Expander
        /Applications/SuperDuper!.app
        - com.blacey.SuperDuper!
        /Applications/System Preferences.app
        - com.apple.systempreferences
        /Applications/TextEdit.app
        - com.apple.TextEdit
        /Applications/The Unarchiver.app
        - cx.c3.theunarchiver
        /Applications/Things.app
        - com.culturedcode.things
        /Applications/Thunderbird.app
        - org.mozilla.thunderbird
        /Applications/Time Machine.app
        - com.apple.backup.launcher
        /Applications/Time Out Free.app
        - com.dejal.timeout.free
        /Applications/To-do Lists.app
        - ua.com.AntLogic.ToDoLists
        /Applications/Toast 12 Titanium/DiskCatalogMaker.app
        - com.mac.fujisoft.DiskCatalogMaker
        /Applications/Toast 12 Titanium/Live Screen Capture.app
        - com.roxio.ScreenCapture
        /Applications/Toast 12 Titanium/Toast Titanium.app
        - com.roxio.Toast
        /Applications/Translator Free.app
        - com.shpakovski.mac.translator
        /Applications/Transmit.app
        - com.panic.Transmit
        /Applications/Twitter.app
        - com.twitter.twitter-mac
        /Applications/UnRarX.app
        - com.peternoriega.unrarx
        /Applications/Utilities/Activity Monitor.app
        - com.apple.ActivityMonitor
        /Applications/Utilities/Adobe Flash Player Install Manager.app
        - com.adobe.flashplayer.installmanager
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater6/Adobe Updater.app
        - com.Adobe.ESD.AdobeUpdaterApplication
        /Applications/Utilities/Adobe Utilities.localized/ExtendScript Toolkit CS4/ExtendScript Toolkit.app
        - com.adobe.estoolkit-3.0
        /Applications/Utilities/AirPort Utility.app
        - com.apple.airport.airportutility
        /Applications/Utilities/Audio MIDI Setup.app
        - com.apple.audio.AudioMIDISetup
        /Applications/Utilities/Avid Utilities/LicenseControl/AvidLicenseControl.app
        - com.Avid.ALC
        /Applications/Utilities/Avid Utilities/LicenseControl/Dutil.app
        - com.avid.Dutil
        /Applications/Utilities/Bluetooth File Exchange.app
        - com.apple.BluetoothFileExchange
        /Applications/Utilities/Boot Camp Assistant.app
        - com.apple.bootcampassistant
        /Applications/Utilities/ColorSync Utility.app
        - com.apple.ColorSyncUtility
        /Applications/Utilities/Console.app
        - com.apple.Console
        /Applications/Utilities/Digital Color Meter.app
        - com.apple.DigitalColorMeter
        /Applications/Utilities/Disk Utility.app
        - com.apple.DiskUtility
        /Applications/Utilities/Grab.app
        - com.apple.Grab
        /Applications/Utilities/Grapher.app
        - com.apple.grapher
        /Applications/Utilities/Keychain Access.app
        - com.apple.keychainaccess
        /Applications/Utilities/Migration Assistant.app
        - com.apple.MigrateAssistant
        /Applications/Utilities/Script Editor.app
        - com.apple.ScriptEditor2
        /Applications/Utilities/System Information.app
        - com.apple.SystemProfiler
        /Applications/Utilities/Terminal.app
        - com.apple.Terminal
        /Applications/Utilities/VoiceOver Utility.app
        - com.apple.VoiceOverUtility
        /Applications/Utilities/X11.app
        - com.apple.X11redirect
        /Applications/VLC.app
        - org.videolan.vlc
        /Applications/Xcode.app
        - com.apple.dt.Xcode
        /Applications/Xcode.app/Contents/Applications/Accessibility Inspector.app
        - com.apple.AccessibilityInspector
        /Applications/Xcode.app/Contents/Applications/Application Loader.app
        - com.apple.itunes.connect.ApplicationLoader
        /Applications/Xcode.app/Contents/Applications/FileMerge.app
        - com.apple.FileMerge
        /Applications/Xcode.app/Contents/Applications/Instruments.app
        - com.apple.dt.Instruments
        /Applications/iBooks.app
        - com.apple.iBooksX
        /Applications/iDVD.app
        - com.apple.iDVD
        /Applications/iMovie.app
        - com.apple.iMovieApp
        /Applications/iPhoto.app
        - com.apple.iPhoto
        /Applications/iSkysoft iMedia Converter Deluxe.app
        - com.iSkysoft.iMedia-Converter-Deluxe
        /Applications/iTunes.app
        - com.apple.iTunes
        /Applications/iWeb.app
        - com.apple.iWeb
        /Applications/swackett X.app
        - com.ag-logic.swackettx.mac
        /Applications/uTorrent.app
        - com.bittorrent.uTorrent
        /Applications/wordpress-4.1-0/apps/wordpress/bnconfig.app
        - com.bitrock.appinstaller
        /Applications/wordpress-4.1-0/manager-osx.app
        - com.bitnami.manager
        /Applications/wordpress-4.1-0/mysql/bnconfig.app
        - com.bitrock.appinstaller
        /Applications/wordpress-4.1-0/uninstall.app
        - com.bitrock.appinstaller.uninstall
        /Library/Application Support/Adobe/Adobe Anchor Service 2.1/adobelm_service_installer.framework
        - com.adobe.adobelm_service_installer.framework
        /Library/Application Support/Adobe/Adobe Anchor Service/adobelm_service_installer.framework
        - com.adobe.adobelm_service_installer.framework
        /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/contactsheet/resources/plugins/PDFGenerator.framework
        - com.apple.carbonframeworktemplate
        /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/mediagallery/resources/plugins/FtpConnection.bundle
        - com.yourcompany.FtpConnection
        /Library/Application Support/Adobe/Bridge CS4 Extensions/Adobe Output Module/mediagallery/resources/plugins/XSLT.bundle
        - com.adobe.XSLT.bundle
        /Library/Application Support/Adobe/Installers/UUID/Setup.app
        - com.adobe.Installers.Redirector
        /Library/Application Support/Adobe/Installers/UUID/Uninstall.app
        - com.Adobe.Uninstall
        /Library/Application Support/Adobe/Installers/R2/Setup.app
        - com.adobe.Installers.Setup
        /Library/Application Support/Adobe/Linguistics/4.0/Providers/Plugins2/WRLiloPlugin1.1.bundle
        - com.winsoft.wrliloplugin
        /Library/Application Support/Adobe/Plug-Ins/CS4/File Formats/Camera Raw.plugin
        - com.adobe.CameraRaw
        /Library/Application Support/Apple/BezelServices/AppleBluetoothHIDKeyboard.plugin
        - com.apple.BezelServices.AppleBluetoothHIDKeyboard
        /Library/Application Support/Apple/BezelServices/AppleBluetoothHIDMouse.plugin
        - com.apple.AppleBluetoothHIDMouse
        /Library/Application Support/Apple/BezelServices/AppleBluetoothMultitouch.plugin
        - com.apple.BezelServices.AppleBluetoothMultitouch
        /Library/Application Support/Apple/BezelServices/AppleHIDMouse.plugin
        - com.apple.AppleHIDMouse
        /Library/Application Support/Apple/BezelServices/AppleHSBluetooth.plugin
        - com.apple.BezelServices.AppleHSBluetooth
        /Library/Application Support/Apple/BezelServices/AppleIRController.plugin
        - com.apple.AppleIRController
        /Library/Application Support/Apple/BezelServices/AppleTopCase.plugin
        - com.apple.BezelServices.AppleTopCase
        /Library/Application Support/Apple/BezelServices/IOAppleBluetoothHIDDriver.plugin
        - com.apple.BezelServices.IOAppleBluetoothHIDDriver
        /Library/Application Support/Apple/BezelServices/IOBluetoothHIDDriverGeneric.plugin
        - com.apple.IOBluetoothHIDDriverGeneric
        /Library/Application Support/Apple/BezelServices/IOBluetoothHIDDriverKeyboard.plugin
        - com.apple.BezelServices.IOBluetoothHIDDriverKeyboard
        /Library/Application Support/Apple/BezelServices/IOBluetoothHIDDriverMouse.plugin
        - com.apple.IOBluetoothHIDDriverMouse
        /Library/Application Support/Babylon/Babylon Activation.app
        - com.babylon.activation
        /Library/Application Support/Babylon/BabylonQL.app
        - com.babylonQL.application
        /Library/Application Support/Babylon/StatusBarApp.app
        - com.yourcompany.StatusBarApp
        /Library/Application Support/EyeTV/EyeTV Helper.app
        - com.elgato.eyetvhelper
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
        - com.microsoft.netlib.shipassertprocess
        /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle
        - se.propellerheads.rewire.library
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive

  • Sap Oracle Connection with other oracle

    Dear Experts ,
    I am trying to connect other oracle machine through database enterned necessary entries in TNS and listerner ora , but i not able to connect
    oracle veriosn is 9.2  and on sap server oracle  is  10.2  , is there any prblm with  version
    Please advise

    Hi Fidel.
    My requirement is i want  to connect to other oracle database with my sapsystem oracle database .
    i am trying to connect thru SQL prompt .i am able to ping the Ip of system , TNSping is also working .
    had made entries in TNS and lister.
    but  when i am trying to connect from SQL  iam  getting error
    ORA-12170: TNS:Connect timeout occurred
    please advice
    Thanks and regards

  • Difference between 9iAS Release 1 version 1.0.2.2.1 and Oracle 10gR2

    Everyone,
    We are facing very critical issue while upgrading from Oracle form 6i to Oracle 10g. Earlier the forms were deployed on web using 9iAS Release 1 version 1.0.2.2.1 which now migrated to Oracle 10gR2 Suite (Forms - 9.0.4.0.19 and Application Server is 10.1.2.0.2 and database is moved to Rack). We were not having issue during testing but as soon as we migrated in Production we are having issues starting from Stale connections to Http 500 errors, FRM-92000 and droped or lost network connectivity errors. Still unable to pin point the root cause. We increased the Memeory, JVMs, heap size, connection etc as per Oracle Support recomendations. Recently by looking in one of the article refered by Oracle and found that there are some recomendation for form upgrade from 6i to 10g. All of the recomendations are mainly to avoid network traffic. Now I have been assigned the case study to address this issue in the light of our current application system, which is mainly front end oracle forms, Userexit (C and Perl C for business logic) and Oracle database. This Userexit is residing at the application Server and used mainly for lots of business functionalities.
    My question here is what makes this new upgrade different than previous application server. Is there any documentation available that refers how the calls are being received, routed and transmitted from Oracle Application Servers to client, database. I would really appreciate the inputs from all of you. Please feel free to ask if there is any question. Thanks.

    Can you show the apache logs, oc4j_bi_forms_defaultisland log form opmn/logs, and other logs with the exact string of error?
    This could be related to a lot of things.
    Regards.

  • Oracle 10gR2 WebService Call-In & Call-Out via PL/SQL (Step-by-Step Guide)

    Hi Everyone,
    This guide is for those of you who tried to Call-In and Call-Out WebService via Oracle 10gR2 using PL/SQL but failed a couple of times, re-installed a couple of times and retry, got it to work but don't know what made it work scenarios.
    Hope this helps ;-)
    Thanks,
    Henry Wu
    Instructions on how to use Oracle10gR2 Webservice Call-Out feature (Oracle JAX-RPC DII - Dynamic Invocation (DII) APIs)
    PREREQUISITE
    =================================================================
    1. Download Oracle Database 10g Release 2 (10.2.0.1.0) (ZIP, ~655MB)
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip
    1.1 Choose Enterprise Edition
    2. Download 10.1.3.1 Callout Utility for 10g (R1 +R2) RDBMS (ZIP, ~13MB)
    http://download.oracle.com/technology/sample_code/tech/java/jsp/dbws-callout-utility-10131.zip
    2.1 Extract to C:\oracle\product\10.2.0\db_1\dbws_callout_utility_10131
    3. Download OC4J Standalone - Oracle Containers for J2EE (OC4J) 10g Release 3 (10.1.3.3) (ZIP, ~93MB; Pure Java—runs on all certified platforms)
    http://www.oracle.com/technology/software/products/ias/index.html (Download Site)
    http://download.oracle.com/otn/java/oc4j/101330/oc4j_extended_101330.zip
    3.1 Extract to C:\oracle\product\10.2.0\db_1\oc4j_extended_101330
    STEP-BY-STEP PROCEDURES
    =================================================================
    1. Prepare the database
    1.1 Connect to SYS account (or any account that can connect as SYSDBA)
    1.2 alter system set shared_pool_size=96M scope=both
    1.3 alter system set java_pool_size=80M scope=both
    1.4 ALTER USER SCOTT ACCOUNT UNLOCK;
    1.5 ALTER USER SCOTT IDENTIFIED BY "tiger";
    1.6 ALTER USER SCOTT QUOTA UNLIMITED ON USERS;
    1.7 GRANT PUBLIC TO SCOTT;
    1.8 GRANT Create Public Synonym TO SCOTT;
    2. Load Oracle SOAP client to SCOTT (for Oracle 10g Release 2 Database)
    2.1 Commands
    2.1.1 Open command prompt (cmd.exe)
    2.1.2 loadjava -u scott/tiger -r -v -f -genmissing -s -grant public C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\webservices\lib\soap.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\lib\dms.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\jlib\javax-ssl-1_1.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\lib\servlet.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\lib\mail.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\lib\activation.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\lib\http_client.jar C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\lib\ejb.jar
    2.1.3 It will take around 3 minutes and you will see "something" like the following when it completes (count may not be exact) :
    Classes Loaded: 909
    Resources Loaded: 75
    Sources Loaded: 0
    Published Interfaces: 0
    Classes generated: 0
    Classes skipped: 0
    Synonyms Created: 984
    Errors: 0
    2.1.3 Close this command prompt
    3. Load Oracle JAX-RPC client to SYS (for Oracle 10g Release 2 Database)
    3.1 Commands
    3.1.1 Open command prompt (cmd.exe)
    3.1.2 loadjava -u sys/oracle -r -v -f -genmissing -s -grant public C:\oracle\product\10.2.0\db_1\dbws_callout_utility_10131\sqlj\lib\dbwsclientws.jar C:\oracle\product\10.2.0\db_1\dbws_callout_utility_10131\sqlj\lib\dbwsclientdb102.jar
    3.1.2.1 It will take around 15 minutes and you will see "something" like following when it completes (count may not be exact) :
    Classes Loaded: 4027
    Resources Loaded: 81
    Sources Loaded: 0
    Published Interfaces: 0
    Classes generated: 61
    Classes skipped: 0
    Synonyms Created: 4108
    Errors: 0
    3.1.3 Close this command prompt
    4. Execute UTL_DBWS packages to SYS (for Oracle 10g Release 2 Database)
    4.1 Commands
    4.1.1 Connect to SYS account only
    4.1.2 Execute the following (in TOAD you should execute them as Script, press the "thunder" button)
    4.2.1 @"C:\oracle\product\10.2.0\db_1\dbws_callout_utility_10131\sqlj\lib\utl_dbws_decl.sql"
    4.2.2 @"C:\oracle\product\10.2.0\db_1\dbws_callout_utility_10131\sqlj\lib\utl_dbws_body.sql"
    4.2.3 CREATE PUBLIC SYNONYM utl_dbws FOR sys.utl_dbws;
    5. Call-out a free Web Service using SCOTT
    5.1 Commands
    5.1.1 Connect to user SCOTT with password of TIGER
    5.1.2 Copy and Paste the following "Anonymous Block" (sample #1) and execute it :
    5.1.2.1 It sould return "PL/SQL DII client return ===> Redwood City"
    declare
    service_ utl_dbws.SERVICE;
    call_ utl_dbws.CALL;
    service_qname utl_dbws.QNAME;
    port_qname utl_dbws.QNAME;
    operation_qname utl_dbws.QNAME;
    string_type_qname utl_dbws.QNAME;
    retx ANYDATA;
    retx_string VARCHAR2(1000);
    retx_double number;
    retx_len number;
    params utl_dbws.ANYDATA_LIST;
    l_input_params utl_dbws.anydata_list;
    l_result ANYDATA;
    l_namespace VARCHAR2(1000);
    begin
    -- open internet explorer and navigate to http://webservices.imacination.com/distance/Distance.jws?wsdl
    -- search for 'targetNamespace' in the wsdl
    l_namespace := 'http://webservices.imacination.com/distance/Distance.jws';
    -- search for 'service name' in the wsdl
    service_qname := utl_dbws.to_qname(l_namespace, 'DistanceService');
    -- this is just the actual wsdl url
    service_ := utl_dbws.create_service(HTTPURITYPE('http://webservices.imacination.com/distance/Distance.jws?wsdl'), service_qname);
    -- search for 'portType name' in the wsdl
    port_qname := utl_dbws.to_qname(l_namespace, 'Distance');
    -- search for 'operation name' in the wsdl
    -- there will be a lot, we will choose 'getCity'
    operation_qname := utl_dbws.to_qname(l_namespace, 'getCity');
    -- bind things together
    call_ := utl_dbws.create_call(service_, port_qname, operation_qname);
    -- default is 'FALSE', so we make it 'TRUE'
    utl_dbws.set_property(call_, 'SOAPACTION_USE', 'TRUE');
    -- search for 'operation soapAction' under <wsdl:operation name="getCity">
    -- it is blank, so we make it ''
    utl_dbws.set_property(call_, 'SOAPACTION_URI', '');
    -- search for 'encodingstyle' under <wsdl:operation name="getCity">
    utl_dbws.set_property(call_, 'ENCODINGSTYLE_URI', 'http://schemas.xmlsoap.org/soap/encoding/');
    -- search for 'binding style'
    utl_dbws.set_property(call_, 'OPERATION_STYLE', 'rpc');
    -- search for 'xmlns:xs' to know the value of the first parameter
    -- under <wsdl:message name="getCityResponse"> you will see the line <wsdl:part name="getCityReturn" type="xsd:string" />
    -- thus the return type is 'string", removing 'xsd:'
    string_type_qname := utl_dbws.to_qname('http://www.w3.org/2001/XMLSchema', 'string');
    -- in the line <wsdl:operation name="getCity" parameterOrder="zip">
    -- the parameterOrder is 'zip', thus we put in 'zip'
    -- the 'ParameterMode.IN' is used to specify that we will be passing an "In Parameter" to the web service
    -- the 'ParameterMode.IN' is a constant variable in the sys.utl_dbws package
    utl_dbws.add_parameter(call_, 'zip', string_type_qname, 'ParameterMode.IN');
    utl_dbws.set_return_type(call_, string_type_qname);
    -- supply the In Parameter for the web service
    params(0) := ANYDATA.convertvarchar('94065');
    -- invoke the web service
    retx := utl_dbws.invoke(call_, params);
    -- access the returned value and output it to the screen
    retx_string := retx.accessvarchar2;
    dbms_output.put_line('PL/SQL DII client return ===> ' || retx_string);
    -- release the web service call
    utl_dbws.release_service(service_);
    end;
    5.1.3 Copy and Paste the following "Anonymous Block" (sample #2) and execute it :
    5.1.3.1 It should return "PL/SQL DII client return ===> twelve thousand three hundred and forty five"
    declare
    service_ utl_dbws.SERVICE;
    call_ utl_dbws.CALL;
    service_qname utl_dbws.QNAME;
    port_qname utl_dbws.QNAME;
    operation_qname utl_dbws.QNAME;
    string_type_qname utl_dbws.QNAME;
    retx ANYDATA;
    retx_string VARCHAR2(1000);
    retx_double number;
    retx_len number;
    params utl_dbws.ANYDATA_LIST;
    l_input_params utl_dbws.anydata_list;
    l_result ANYDATA;
    l_namespace VARCHAR2(1000);
    begin
    -- open internet explorer and navigate to http://www.dataaccess.com/webservicesserver/numberconversion.wso?WSDL
    -- search for 'targetNamespace' in the wsdl
    l_namespace := 'http://www.dataaccess.com/webservicesserver/';
    -- search for 'service name' in the wsdl
    service_qname := utl_dbws.to_qname(l_namespace, 'NumberConversion');
    -- this is just the actual wsdl url
    service_ := utl_dbws.create_service(HTTPURITYPE('http://www.dataaccess.com/webservicesserver/numberconversion.wso?WSDL'), service_qname);
    -- search for 'portType name' in the wsdl
    port_qname := utl_dbws.to_qname(l_namespace, 'NumberConversionSoap');
    -- search for 'operation name' in the wsdl
    -- there will be a lot, we will choose 'NumberToWords'
    operation_qname := utl_dbws.to_qname(l_namespace, 'NumberToWords');
    -- bind things together
    call_ := utl_dbws.create_call(service_, port_qname, operation_qname);
    -- default is 'FALSE', so we make it 'TRUE'
    utl_dbws.set_property(call_, 'SOAPACTION_USE', 'TRUE');
    -- search for 'operation soapAction' under <operation name="NumberToWords">
    -- it is blank, so we make it ''
    utl_dbws.set_property(call_, 'SOAPACTION_URI', '');
    -- search for 'encodingstyle'
    -- cannot find xml tag 'encodingstyle', so we just use the following as the generic encoding style
    utl_dbws.set_property(call_, 'ENCODINGSTYLE_URI', 'http://schemas.xmlsoap.org/soap/encoding/');
    -- search for 'binding style'
    -- although 'document' was used, it produced an error, thus we will use 'rpc'
    -- this value is generally only 'document' or 'rpc'
    utl_dbws.set_property(call_, 'OPERATION_STYLE', 'rpc');
    -- search for 'xmlns:xs' to know the value of the first parameter
    -- under <xs:element name="NumberToWords"> you will see the line <xs:element name="ubiNum" type="xs:unsignedLong" />
    -- thus the return type is 'unsignedlong', removing 'xs:'
    -- however, upon testing, using 'unsignedlong' produced an error, while 'string' did not, so we will use 'string'
    string_type_qname := utl_dbws.to_qname('http://www.w3.org/2001/XMLSchema', 'string');
    -- under <xs:element name="NumberToWords"> you will see the line <xs:element name="ubiNum" type="xs:unsignedLong" />
    -- the element name is 'ubiNum', thus we put in 'ubiNum'
    -- the 'ParameterMode.IN' is used to specify that we will be passing an "In Parameter" to the web service
    -- the 'ParameterMode.IN' is a constant variable in the utl_dbws package
    utl_dbws.add_parameter(call_, 'ubiNum', string_type_qname, 'ParameterMode.IN');
    utl_dbws.set_return_type(call_, string_type_qname);
    -- supply the In Parameter for the web service
    params(0) := ANYDATA.convertvarchar('12345');
    -- invoke the web service
    retx := utl_dbws.invoke(call_, params);
    -- access the returned value and output it to the screen
    retx_string := retx.accessvarchar2;
    dbms_output.put_line('PL/SQL DII client return ===> ' || retx_string);
    -- release the web service call
    utl_dbws.release_service(service_);
    end;
    NOTES AND REFERENCES
    =================================================================
    This detailed step-by-step guide was produced with the following guide http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm
    I could still not load Oracle JAX-RPC client to SCOTT (step 4) as it produces an error. See the following for more details :
    http://forums.oracle.com/forums/thread.jspa?threadID=633219&tstart=0
    Also, I could not consume some of the other free Web Services out there for reasons I don't know, hope someone can help clarify. See the following for more details :
    http://forums.oracle.com/forums/thread.jspa?threadID=630733&tstart=0
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Instructions on how to use Oracle10gR2 Webservice Call-In feature
    PREREQUISITE
    =================================================================
    1. Download Oracle Database 10g Release 2 (10.2.0.1.0) (ZIP, ~655MB)
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip
    1.1 Choose Enterprise Edition
    2. Download OC4J Standalone - Oracle Containers for J2EE (OC4J) 10g Release 3 (10.1.3.3) (ZIP, ~93MB; Pure Java—runs on all certified platforms)
    http://www.oracle.com/technology/software/products/ias/index.html (Download Site)
    http://download.oracle.com/otn/java/oc4j/101330/oc4j_extended_101330.zip
    2.1 Extract to C:\oracle\product\10.2.0\db_1\oc4j_extended_101330
    STEP-BY-STEP PROCEDURES
    =================================================================
    1. Connect to SYS account and create user STORE
    CREATE USER store IDENTIFIED BY store;
    GRANT connect, resource TO store;
    2. Connect to Oracle using the user STORE and password STORE
    CONNECT store/store;
    3. Execute the following objects for this excercise
    CREATE SEQUENCE order_sq;
    CREATE TABLE product_types (
    product_type_id INTEGER
    CONSTRAINT product_types_pk PRIMARY KEY,
    name VARCHAR2(10) NOT NULL
    CREATE TABLE products (
    product_id INTEGER
    CONSTRAINT products_pk PRIMARY KEY,
    product_type_id INTEGER
    CONSTRAINT products_fk_product_types
    REFERENCES product_types(product_type_id),
    name VARCHAR2(30) NOT NULL,
    description VARCHAR2(50),
    price NUMBER(5, 2)
    CREATE TABLE customers (
    customer_id INTEGER
    CONSTRAINT customers_pk PRIMARY KEY,
    first_name VARCHAR2(10) NOT NULL,
    last_name VARCHAR2(10) NOT NULL,
    dob DATE,
    phone VARCHAR2(12)
    CREATE TABLE orders (
    order_id INTEGER
    CONSTRAINT orders_pk PRIMARY KEY,
    product_id INTEGER
    CONSTRAINT purchases_fk_products
    REFERENCES products(product_id),
    customer_id INTEGER
    CONSTRAINT purchases_fk_customers
    REFERENCES customers(customer_id),
    quantity INTEGER NOT NULL
    INSERT INTO customers (
    customer_id, first_name, last_name, dob, phone
    ) VALUES (
    1, 'John', 'Brown', '01-JAN-1965', '800-555-1211'
    INSERT INTO product_types (
    product_type_id, name
    ) VALUES (
    1, 'Book'
    INSERT INTO products (
    product_id, product_type_id, name, description, price
    ) VALUES (
    1, 1, 'Modern Science', 'A description of modern science', 19.95
    COMMIT;
    CREATE OR REPLACE PACKAGE dbfunc AS
    FUNCTION place_order (
    p_product_id INTEGER,
    p_customer_id INTEGER,
    p_quantity INTEGER
    RETURN VARCHAR2;
    END dbfunc;
    CREATE OR REPLACE PACKAGE BODY dbfunc AS
    FUNCTION place_order (
    p_product_id INTEGER,
    p_customer_id INTEGER,
    p_quantity INTEGER
    RETURN VARCHAR2 IS
    v_customer_count INTEGER;
    v_product_count INTEGER;
    v_order_id INTEGER;
    BEGIN
    -- count the number of products with the
    -- supplied p_product_id (should be 1 if the product exists)
    SELECT COUNT(*)
    INTO v_product_count
    FROM products
    WHERE product_id = p_product_id;
    IF v_product_count = 0 THEN
    RETURN 'No such product';
    END IF;
    -- count the number of customers with the
    -- supplied p_customer_id (should be 1)
    SELECT COUNT(*)
    INTO v_customer_count
    FROM customers
    WHERE customer_id = p_customer_id;
    IF v_customer_count = 0 THEN
    RETURN 'No such customer';
    END IF;
    -- get the next value from orders_sq
    SELECT order_sq.nextval
    INTO v_order_id
    FROM dual;
    -- place the order
    INSERT INTO orders (
    order_id, product_id, customer_id, quantity
    ) VALUES (
    v_order_id, p_product_id, p_customer_id, p_quantity
    COMMIT;
    RETURN 'Order placed with id of ' || v_order_id;
    EXCEPTION
    WHEN OTHERS THEN
    ROLLBACK;
    RETURN 'Order not placed';
    END place_order;
    END dbfunc;
    4. Install and Configure OC4J
    4.1 Change Directory
    4.1.1 Open command prompt (cmd.exe)
    4.1.2 CD C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\bin
    4.2 Configure Environment variables (type in command prompt)
    4.2.1 set JAVA_HOME=C:\oracle\product\10.2.0\db_1\jdk
    4.2.2 set ORACLE_HOME=C:\oracle\product\10.2.0\db_1\oc4j_extended_101330
    4.3 Starting OC4J for the first time
    4.3.1 oc4j -start
    4.3.2 If this is not your first time to "start" oc4j, go to step 4.3.4
    4.3.3 Set oc4jadmin password (use the password "oracle" w/o the quotation marks)
    08/03/21 17:13:54 Set OC4J administrator's password (password text will not be displayed as it is entered)
    Enter password:
    Confirm password:
    Confirm password: The password for OC4J administrator "oc4jadmin" has been set.
    08/03/21 17:14:01 The OC4J administrator "oc4jadmin" account is activated.
    4.3.4 OC4J has started if you see the message :
    08/03/21 17:14:16 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    4.3.5 Leave this command prompt open
    4.4 Configure Data Source
    4.4.1 Open a new command prompt via the cmd.exe command
    4.4.2 type "hostname" and then press enter
    4.4.3 Keep this command prompt open for later use
    4.4.4 Open Windows Explorer and navigate to the folder C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\config
    4.4.5 Open the file data-sources.xml
    4.4.6 Modify and Save the file so that it will look something like the following :
    4.4.6.1 Note that "hpv2710us" is my hostname found in step 4.4.2
    4.4.6.2 Note that "ORCLDEV" is the name of my Oracle Instance. (Default installation uses ORCL only)
    <connection-pool name="Example Connection Pool">
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource"
    user="store"
    password="store"
    url="jdbc:oracle:thin:@//hpv2710us:1521/ORCLDEV">
    </connection-factory>
    </connection-pool>
    4.4.7 Close the text editor
    4.4.8 Close the Windows Explorer
    4.4.9 Close this command prompt (type exit)
    5. Publishing a PL/SQL Package as a Database Web Service
    5.1 Create the config.xml file
    5.1.1 Open Notepad.exe
    5.1.2 Copy and Paste the following :
    5.1.2.1 Note that "hpv2710us" is my hostname found in step 4.4.2
    5.1.2.2 Note that "ORCLDEV" is the name of my Oracle Instance. (Default installation uses ORCL only)
    <web-service>
    <display-name>PLSQL Web Service</display-name>
    <description>PLSQL Sample</description>
    <destination-path>./dbfunc.ear</destination-path>
    <temporary-directory>/tmp</temporary-directory>
    <context>/plsqlsample</context>
    <stateless-stored-procedure-java-service>
    <jar-generation>
    <schema>store/store</schema>
    <db-url>jdbc:oracle:thin:@hpv2710us:1521:ORCLDEV</db-url>
    <prefix>db.func.place.order</prefix>
    <db-pkg-name>dbfunc</db-pkg-name>
    </jar-generation>
    <uri>/dbfunc</uri>
    <database-JNDI-name>jdbc/OracleDS</database-JNDI-name>
    </stateless-stored-procedure-java-service>
    <wsdl-gen>
    <wsdl-dir>wsdl</wsdl-dir>
    <option name="force">true</option>
    <option name="httpServerURL">http://localhost:8888</option>
    </wsdl-gen>
    <proxy-gen>
    <proxy-dir>proxy</proxy-dir>
    <option name="include-source">true</option>
    </proxy-gen>
    </web-service>
    5.1.3 Save file as config.xml in the directory C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\config
    5.1.3.1 Note it should be config.xml and not config.txt
    5.1.4 Close the text editor
    5.2 Publish dbfunc Oracle Package as a Web Service
    5.2.1 Open a new command prompt via the cmd.exe command
    5.2.2 CD C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home
    5.2.3 mkdir ear
    5.2.4 CD ear
    5.2.5 set ORACLE_HOME=C:\oracle\product\10.2.0\db_1\oc4j_extended_101330
    5.2.6 set CLASSPATH=.;%ORACLE_HOME%\webservices\lib\wsdl.jar;%ORACLE_HOME%\lib\xmlparserv2.jar;%ORACLE_HOME%\soap\lib\soap.jar
    5.2.7 java -jar %ORACLE_HOME%\webservices\lib\WebServicesAssembler.jar -config C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\config\config.xml
    Please wait ...
    STORE.DBFUNC
    5.2.8 java -jar %ORACLE_HOME%\j2ee\home\admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin oracle -deploy -file C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home\ear\dbfunc.ear -deploymentName dbfunc
    08/03/21 17:46:23 Notification ==>Application Deployer for dbfunc COMPLETES. Operation time: 296 msecs
    5.2.9 java -jar %ORACLE_HOME%\j2ee\home\admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin oracle -bindWebApp -appname dbfunc -webModuleName dbfunc_web
    5.2.10 java -jar %ORACLE_HOME%\j2ee\home\admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin oracle -bindAllWebApps -appname dbfunc
    5.2.11 Close this command prompt (type exit)
    6. Test dbfunc Web Service
    6.1 Restart OC4J
    6.1.1 Open the command prompt you used to start OC4J in step 4.1.1/4.3.1
    6.1.2 In the keyboard, hit Ctrl+C
    6.1.2.1 Type "Y" and then hit Enter
    08/03/21 18:02:51 Shutting down OC4J...
    Terminate batch job (Y/N)? Y
    6.1.2.2 Note that the command prompt should still be open
    6.1.2.2.1 If you accidentally closed the command prompt just do the following
    6.1.2.2.1.1 Do 4.1.1 to 4.2.2 and then proceed to 6.1.3
    6.1.3 oc4j -start
    Starting OC4J from C:\oracle\product\10.2.0\db_1\oc4j_extended_101330\j2ee\home...
    08/03/21 18:07:57 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    6.1.4 Leave this command prompt open
    6.2 Use the Web Service to "Order an Item"
    6.2.1 Connect to Oracle using the user STORE and password STORE
    6.2.2 select * from orders
    6.2.2.1 Zero row should return
    6.2.3 Open Internet Explorer
    6.2.4 Navigate to http://localhost:8888/plsqlsample/dbfunc
    6.2.5 Input the following :
    6.2.5.1 param0 value: 1
    6.2.5.2 param1 value: 1
    6.2.5.3 param2 value: 10
    6.2.6 Click the Invoke button
    6.2.7 A pop-up window will appear having the following contents :
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <SOAP-ENV:Body>
    - <ns1:placeOrderResponse xmlns:ns1="http://db.func.place.order/dbfunc.wsdl" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <return xsi:type="xsd:string">Order placed with id of 1</return>
    </ns1:placeOrderResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    6.2.8 Go back to SQLPLUS or Toad and execute "select * from orders" again
    6.2.8.1 There should be one row
    ORDER_ID, PRODUCT_ID, CUSTOMER_ID, QUANTITY
    1, 1, 1, 10
    NOTES AND REFERENCES
    =================================================================
    This detailed step-by-step guide was produced with the following article by Jason Price http://www.oracle.com/technology/pub/articles/price_10gws.html

    Success!!!
    I had to grant this permissions:
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.lang.RuntimePermission', 'getClassLoader', '' );
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.lang.RuntimePermission', 'accessClassInPackage.sun.util.calendar', '' );
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.lang.RuntimePermission', 'setFactory', '' )
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.util.PropertyPermission', 'HTTPClient.socket.idleTimeout', 'write' );
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.net.SocketPermission', 'localhost', 'resolve' );
    call dbms_java.grant_permission( 'WS_TEST', 'SYS:java.net.SocketPermission', '127.0.0.1:8084', 'connect,resolve' );
    As I wrote earlier, WS_TEST is my user into which I load JAX-RPC client. Note that, if you load JAX-RPC client into user another than SYS, you have NOT to use -s -grant public option (wassam wrote about this too). Another thing is that I (finally) didn't load OC4J. To consume WebService I use utl_dbws.invoke(call_Handle CALL, request SYS.XMLTYPE) function.
    voytec001

Maybe you are looking for

  • Fire is loaded, it opens but it will not max. Can not access.

    I've spent my day trying to get Fire Fox to start working again. I've deleted and reinstalled several times and have tried to work through web answers. At this point, the computer window7 Task Manager indicates that Firefox is open. The icon on the t

  • Vendor payment advice with down payment

    Hi, A down payment was made to a vendor, without having the invoice yet. On the vendor payment advice, this down payment is shown as "invoice". I think it should be shown as "advance payment". The down payment is listed as a noted item in the vendor

  • Chrome Browser doesn't display nav bar links

    My nav bar works fine in other browsers but Chrome just shows a blank bar. Any ideas that might correct this?

  • Upgrading frrom CR 8.5 to 11

    Hello, I recently upgraded from Cyrstal Reports 8.5 to Crystal Reports 11.  I have several pieces that are breaking the build.  These code pieces worked when 8.5 was installed, but now they break the comile.  I am using VB6.  Here is a sample of the

  • So what next after 8i Installation(???)

    I am very new to Oracle and I have just finished installing Oracle rel 3(8.17) on Linux. I was hoping to have a preconfigured database during installion, but due to the popular glibc incompatibility problems, the database creation failed and I ignore