Order checking via Oracle Wireless

Dear all;
I was wondering is it possible to perform order checking thru Oracle 9i Wireless Application. I am currently in a project trying to develop a mobile application that can directly integrate with Oracle 11i E-Business Suite, eg: for order checking, inventory status, credit limit, etc.
Please help. Would appreciate if u can direct me to where i cane get more technical information regarding this possibilities.
thank;
andrew, Malaysia

Hi,
Did you change the TNSNAMES.ORA file for DS? you have to add TNS entry to DS TNSNAMES.ORA file.
Go to $DB_Default_Home$\netword\admin and open TNSNAMES.ORA file in notepad. Copy the tns entry from which you are connecting from SQL*plus.
Go to $DS_Default_Home$\netword\admin and open TNSNAMES.ORA file in notepad. paste the tns entry you copied.
Now try to connect from form builder.
regards,
Qasim Javaid

Similar Messages

  • To add order mgmnt in oracle crm ondemand

    is it possible to add order management in oracle crm ondemand? if it's could u pl tell me the steps involved
    mailid: [email protected]
    Edited by: user9005557 on Jan 19, 2010 4:31 AM

    There are couples of web services provided by oracle for this purpose, by using that you can insert, update, query, delete records in CRM OnDemand.
    So you need to write the web service client program which takes data from your web form and create record in OnDemand. It can be in any language / platform (like java, c++, PHP etc)
    Check web services guide for more details.
    Dinesh

  • Clusterware Install:root.sh- Failure at final check of Oracle CRS stack. 10

    Hello All,
    Image: !http://systemwars.com/rac/cluster_back.jpg!
    I was attempting to perform the steps in:
    Link: http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnLinuxUsingNFS.php
    The only difference is that I decided to use fedora core 12 instead. I did this because I added a second NIC card (USB) and only FC12 would recognize it. I tried to get it to work on Cent 5 but it just wouldn't. The second nic on each machine eth1 are connected via crossover cable, and the interfaces can ping each other just fine, rac1-priv and rac2-priv.
    So here is my setup:
    # Public
    192.168.2.11 rac1.localdomain rac1
    192.168.2.12 rac2.localdomain rac2
    #Private
    192.168.0.11 rac1-priv.localdomain rac1-priv
    192.168.0.12 rac2-priv.localdomain rac2-priv
    #Virtual
    192.168.2.111 rac1-vip.localdomain rac1-vip
    192.168.2.112 rac2-vip.localdomain rac2-vip
    #NAS
    192.168.2.10 mini.localdomain mini
    Mini refers to my Mac mini which I decided to use as the 3rd "server" in the group. I was able to mount/read & write to the file systems just fine. As you can see.
    [root@rac1 ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/vg_rac1-lv_root
    8063408 5156268 2497540 68% /
    tmpfs 1417456 0 1417456 0% /dev/shm
    /dev/sda1 198337 22080 166017 12% /boot
    mini:/shared_config 488050688 76719808 411074880 16% /u01/shared_config
    mini:/shared_crs 488050688 76719808 411074880 16% /u01/app/crs/product/11.1.0/crs
    mini:/shared_home 488050688 76719808 411074880 16% /u01/app/oracle/product/11.1.0/db_1
    mini:/shared_data 488050688 76719808 411074880 16% /u01/oradata
    [root@rac1 ~]# ssh rac2
    Last login: Mon Dec 21 19:33:38 2009 from rac1.localdomain
    [root@rac2 ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/vg_rac2-lv_root
    8063408 4958008 2695800 65% /
    tmpfs 1417456 0 1417456 0% /dev/shm
    /dev/sda1 198337 22063 166034 12% /boot
    mini:/shared_config 488050688 76719808 411074880 16% /u01/shared_config
    mini:/shared_crs 488050688 76719808 411074880 16% /u01/app/crs/product/11.1.0/crs
    mini:/shared_home 488050688 76719808 411074880 16% /u01/app/oracle/product/11.1.0/db_1
    mini:/shared_data 488050688 76719808 411074880 16% /u01/oradata[color]
    CLUSTER VERIFY SEEMS OK APART FROM ONE WARNING
    WARNING:
    Could not find a suitable set of interfaces for VIPs.
    which according to this link, "can be safety ignored", although I noticed in the link its an actual ERROR and not a WARNING => http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_11.shtml . I also noted that it saw the public IPs as the possible priv IPs, which I also thought could safety be ignored.
    oracle@rac1 clusterware]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "rac1"
      Destination Node                      Reachable?             
      rac2                                  yes                    
      rac1                                  yes                    
    Result: Node reachability check passed from node "rac1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Comment                
      rac2                                  passed                 
      rac1                                  passed                 
    Result: User equivalence check passed for user "oracle".
    Checking administrative privileges...
    Check: Existence of user "oracle"
      Node Name     User Exists               Comment                
      rac2          yes                       passed                 
      rac1          yes                       passed                 
    Result: User existence check passed for "oracle".
    Check: Existence of group "oinstall"
      Node Name     Status                    Group ID               
      rac2          exists                    501                    
      rac1          exists                    501                    
    Result: Group existence check passed for "oinstall".
    Check: Membership of user "oracle" in group "oinstall" [as Primary]
      Node Name         User Exists   Group Exists  User in Group  Primary       Comment    
      rac2              yes           yes           yes           yes           passed     
      rac1              yes           yes           yes           yes           passed     
    Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed.
    Administrative privileges check passed.
    Checking node connectivity...
    Interface information for node "rac2"
      Interface Name    IP Address    Subnet        Subnet Gateway  Default Gateway  Hardware Address
      eth0              192.168.2.12  192.168.2.0   0.0.0.0       192.168.2.1   00:01:6C:XXXX
      eth2              192.168.0.12  192.168.0.0   0.0.0.0       192.168.2.1   00:25:4B:XXXX
    Interface information for node "rac1"
      Interface Name    IP Address    Subnet        Subnet Gateway  Default Gateway  Hardware Address
      eth0              192.168.2.11  192.168.2.0   0.0.0.0       192.168.2.1   00:01:6CXXXXX
      eth1              192.168.0.11  192.168.0.0   0.0.0.0       192.168.2.1   00:25:4B:XXXX
    Check: Node connectivity of subnet "192.168.2.0"
      Source                          Destination                     Connected?     
      rac2:eth0                       rac1:eth0                       yes            
    Result: Node connectivity check passed for subnet "192.168.2.0" with node(s) rac2,rac1.
    Check: Node connectivity of subnet "192.168.0.0"
      Source                          Destination                     Connected?     
      rac2:eth2                       rac1:eth1                       yes            
    Result: Node connectivity check passed for subnet "192.168.0.0" with node(s) rac2,rac1.
    Interfaces found on subnet "192.168.2.0" that are likely candidates for a private interconnect:
    rac2 eth0:192.168.2.12
    rac1 eth0:192.168.2.11
    WARNING:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check passed.
    Checking system requirements for 'crs'...
    Check: Total memory
      Node Name     Available                 Required                  Comment  
      rac2          2.7GB (2834912KB)         1GB (1048576KB)           passed   
      rac1          2.7GB (2834912KB)         1GB (1048576KB)           passed   
    Result: Total memory check passed.
    Check: Free disk space in "/tmp" dir
      Node Name     Available                 Required                  Comment  
      rac2          4.58GB (4805204KB)        400MB (409600KB)          passed   
      rac1          10.51GB (11015624KB)      400MB (409600KB)          passed   
    Result: Free disk space check passed.
    Check: Swap space
      Node Name     Available                 Required                  Comment  
      rac2          2GB (2097144KB)           1.5GB (1572864KB)         passed   
      rac1          3GB (3145720KB)           1.5GB (1572864KB)         passed   
    Result: Swap space check passed.
    Check: System architecture
      Node Name     Available                 Required                  Comment  
      rac2          i686                      i686                      passed   
      rac1          i686                      i686                      passed   
    Result: System architecture check passed.
    Check: Kernel version
      Node Name     Available                 Required                  Comment  
      rac2          2.6.31.5-127.fc12.i686.PAE  2.6.9                     passed   
      rac1          2.6.31.5-127.fc12.i686.PAE  2.6.9                     passed   
    Result: Kernel version check passed.
    Check: Package existence for "make-3.81"
      Node Name                       Status                          Comment        
      rac2                            make-3.81-18.fc12.i686          passed         
      rac1                            make-3.81-18.fc12.i686          passed         
    Result: Package existence check passed for "make-3.81".
    Check: Package existence for "binutils-2.17.50.0.6"
      Node Name                       Status                          Comment        
      rac2                            binutils-2.19.51.0.14-34.fc12.i686  passed         
      rac1                            binutils-2.19.51.0.14-34.fc12.i686  passed         
    Result: Package existence check passed for "binutils-2.17.50.0.6".
    Check: Package existence for "gcc-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            gcc-4.4.2-7.fc12.i686           passed         
      rac1                            gcc-4.4.2-7.fc12.i686           passed         
    Result: Package existence check passed for "gcc-4.1.1".
    Check: Package existence for "libaio-0.3.106"
      Node Name                       Status                          Comment        
      rac2                            libaio-0.3.107-9.fc12.i686      passed         
      rac1                            libaio-0.3.107-9.fc12.i686      passed         
    Result: Package existence check passed for "libaio-0.3.106".
    Check: Package existence for "libaio-devel-0.3.106"
      Node Name                       Status                          Comment        
      rac2                            libaio-devel-0.3.107-9.fc12.i686  passed         
      rac1                            libaio-devel-0.3.107-9.fc12.i686  passed         
    Result: Package existence check passed for "libaio-devel-0.3.106".
    Check: Package existence for "libstdc++-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libstdc++-4.4.2-7.fc12.i686     passed         
      rac1                            libstdc++-4.4.2-7.fc12.i686     passed         
    Result: Package existence check passed for "libstdc++-4.1.1".
    Check: Package existence for "elfutils-libelf-devel-0.125"
      Node Name                       Status                          Comment        
      rac2                            elfutils-libelf-devel-0.143-1.fc12.i686  passed         
      rac1                            elfutils-libelf-devel-0.143-1.fc12.i686  passed         
    Result: Package existence check passed for "elfutils-libelf-devel-0.125".
    Check: Package existence for "sysstat-7.0.0"
      Node Name                       Status                          Comment        
      rac2                            sysstat-9.0.4-4.fc12.i686       passed         
      rac1                            sysstat-9.0.4-4.fc12.i686       passed         
    Result: Package existence check passed for "sysstat-7.0.0".
    Check: Package existence for "compat-libstdc++-33-3.2.3"
      Node Name                       Status                          Comment        
      rac2                            compat-libstdc++-33-3.2.3-68.i686  passed         
      rac1                            compat-libstdc++-33-3.2.3-68.i686  passed         
    Result: Package existence check passed for "compat-libstdc++-33-3.2.3".
    Check: Package existence for "libgcc-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libgcc-4.4.2-7.fc12.i686        passed         
      rac1                            libgcc-4.4.2-7.fc12.i686        passed         
    Result: Package existence check passed for "libgcc-4.1.1".
    Check: Package existence for "libstdc++-devel-4.1.1"
      Node Name                       Status                          Comment        
      rac2                            libstdc++-devel-4.4.2-7.fc12.i686  passed         
      rac1                            libstdc++-devel-4.4.2-7.fc12.i686  passed         
    Result: Package existence check passed for "libstdc++-devel-4.1.1".
    Check: Package existence for "unixODBC-2.2.11"
      Node Name                       Status                          Comment        
      rac2                            unixODBC-2.2.14-6.fc12.i686     passed         
      rac1                            unixODBC-2.2.14-9.fc12.i686     passed         
    Result: Package existence check passed for "unixODBC-2.2.11".
    Check: Package existence for "unixODBC-devel-2.2.11"
      Node Name                       Status                          Comment        
      rac2                            unixODBC-devel-2.2.14-6.fc12.i686  passed         
      rac1                            unixODBC-devel-2.2.14-9.fc12.i686  passed         
    Result: Package existence check passed for "unixODBC-devel-2.2.11".
    Check: Package existence for "glibc-2.5-12"
      Node Name                       Status                          Comment        
      rac2                            glibc-2.11-2.i686               passed         
      rac1                            glibc-2.11-2.i686               passed         
    Result: Package existence check passed for "glibc-2.5-12".
    Check: Group existence for "dba"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: Group existence check passed for "dba".
    Check: Group existence for "oinstall"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: Group existence check passed for "oinstall".
    Check: User existence for "nobody"
      Node Name     Status                    Comment                
      rac2          exists                    passed                 
      rac1          exists                    passed                 
    Result: User existence check passed for "nobody".
    System requirement passed for 'crs'
    Pre-check for cluster services setup was successful.  So now here is the actual problem:
    After the installation and during the run of the root.sh I get:
    Failure at final check of Oracle CRS stack.
    10
    [root@rac1 crs]# ./root.sh
    WARNING: directory '/u01/app/crs/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/crs/product' is not owned by root
    WARNING: directory '/u01/app/crs' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    The directory '/u01/app/crs/product/11.1.0' is not owned by root. Changing owner to root
    The directory '/u01/app/crs/product' is not owned by root. Changing owner to root
    The directory '/u01/app/crs' is not owned by root. Changing owner to root
    The directory '/u01/app' is not owned by root. Changing owner to root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac1-priv rac1
    node 2: rac2 rac2-priv rac2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /u01/shared_config/voting_disk
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10According to this link => http://blog.contractoracle.com/2009/01/failure-at-final-check-of-oracle-crs.html
    To recover from a status 10, one must check:
    check firewall / routing / iptables issues
    Now I have turned iptables off completely it doesnt even start up at boot time, so I know it can't be that.
    ROUTE
    [oracle@rac1 clusterware]$ route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
    192.168.0.0 * 255.255.255.0 U 1 0 0 eth1
    default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
    [oracle@rac2 ~]$ route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
    192.168.0.0 * 255.255.255.0 U 1 0 0 eth2
    default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
    [oracle@rac1 clusterware]$ traceroute rac2
    traceroute to rac2 (192.168.2.12), 30 hops max, 60 byte packets
    1 rac2.localdomain (192.168.2.12) 0.424 ms 0.427 ms 0.096 ms
    [oracle@rac1 clusterware]$ traceroute rac2-priv
    traceroute to rac2-priv (192.168.0.12), 30 hops max, 60 byte packets
    1 rac2-priv.localdomain (192.168.0.12) 1.336 ms 1.238 ms 1.188 ms
    [oracle@rac1 clusterware]$ traceroute rac2-vip
    traceroute to rac2-vip (192.168.2.112), 30 hops max, 60 byte packets
    1 rac1.localdomain (192.168.2.11) 2999.599 ms !H 2999.560 ms !H 2999.523 ms !H
    [oracle@rac1 bin]$ ./crs_stat -t
    CRS-0184: Cannot communicate with the CRS daemon.
    Both rac1 and rac2 get the same output above with the -vip getting !H => !H, !N, or !P (host, network or protocol unreachable), I am assuming this is normal as CRS install did not complete successfully and the virtual IP is not bound yet.
    Im pretty sure I have some kind of networking issue here, but I cant put my finger on it. I have tried absolutely everything that is suggested on the internet that I could find. Even deleting the /tmp/.oracle and /var/tmp/.oracle but nothing works. Ssh keys for root and oracle users exist and Ive connected using every possible combination to avoid that first time ssh prompt so users oracle on each node goes directly into rac1/rac2 rac1-priv/rac2-priv & actual IPs as well. Any ideas?
    Edited by: Javier on Dec 30, 2009 12:34 PM
    Edited by: Javier on Dec 30, 2009 6:58 PM

    Hello
    Note 370605.1 (Clusterware Intermittently Hangs And Commands Fail With CRS-184) is telling this.
    "This is caused by a cron job that cleans up the /tmp directory which also removes the Oracle socket files in /tmp/.oracle
    Do not remove /tmp/.oracle or /var/tmp/.oracle or its files while Oracle Clusterware is up."
    Best Regards...

  • Can a SQL SERVER table be accessed via Oracle Forms

    My boss asked me this question today. I am pretty sure the answer is "no", but thought it better to throw it out to the crowd:
    "Can a SQL SERVER table be accessed via Oracle Forms?"

    Yes, this is possible using Oracle's Transparent Gateway. Check out the My Oracle Support (formerly Metalink) document "How To Create A Form Based on SQL Server Table" (Doc ID: 564915.1) for all of the details. This document is based on Forms 10g (10.1.2.0.2) so you may need to upgrade your Forms version if you are not already at this version at a minimum.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Can't load certain WEB pages via a wireless internet connection

    I have a 17 inch PowerBook G4 running OS X 10.4.8 and am unable to get to certain WEB sites such as Microsoft.com. I have no problem getting to and loading most other WEB sites using Safari, Netscape or Firefox browsers with this computer. I also have 15 inch PowerBook G4 that is running OS X 10.3.9. The 15 inch computer has no problem getting to and loading WEB pages at sites I'm unable to open with my 17 inch G4. My connection to the internet is via a wireless network using Apple's Airport Extreme Basestation to connect to the DSL modem. When I connect my 17 inch G4 directly to the modem, I have no problem loading WEB pages I could not previously load using my wireless network. I trashed the System Configuration folder in the Library/Preferences directory, but this made no difference to my problem.
    Does anyone have any idea as to what is going on?

    Are you using the latest Airport driver (check via Software Update)?
    Have you tried resetting the Airport unit via AirPort Admin Utility.app in your Applications/Utilities folder?

  • Planned order creation via MRP depends, If we change Delivery date in STO

    Hi,
    Planned order  creation via MRP depends, If we change Delivery date in Stock transfer Order.
    I created STO with delivery date as 31.1.2012 and when i checked MD04, i can see Planned order created on 27.2.2012 with the same above STO quantity .
    Now when i changed the delivery date as 30.1.2012 and runned MD03, and then checkd MD04, planned order disappeared.
    Why Planned order got created when STO delivery date was 31.1.2012 and when I changed the delivery date in PO, planned order disappeared.
    MRP profile details :
    Plnd delivery time   1
    GR processing time   1
    Planning time fence  38
    Tot. repl. lead time 38
    Can you please let me know why system is beaving in this manner?
    Regards
    Utsav

    Hi,
    Normally , MRP runs based upon the requirements.If your STO is created for a date , system checks through the availabiloty check wheather there exists any stock for that date to get deliverred in the supply plant .If there exists for that date the stock , planned order will not be created.If no stock available then a planned order will be created in MRP.
    cHECK the availability check parameters assigned to material master in supply plant.
    Regards,

  • Changing internal order's via Inbound IDOC

    Hi,
          We are having Inbound interface set for creating internal order's using message type 'INTERNAL_ORDER_CREATE01'.
           But when any existing internal order is changed it is giving status 51 with error 'Order already exists'.
          I am wondering how can we handle the changed order situation via inbound IDOC . Is it possible to do it via message type 'INTERNAL_ORDER_CREATE01'.
    Regards,
    ganesh

    Hi ganesh,
    The idoc Status 51 for indound idoc is....
    51 Application document not posted
    the possible solution is checkthe Partner profile for the Idoc and Port number..
    and go to T_code we20 and check the Partner.and check the Syntax in the application tool bar...
    then you will come to know the problem..
    and if you wan to changed order situation via inbound IDOC , yes it is possibel.
    go to t-code we57 and check the Function module attached to the message type .
    and go to FM and find hte customer exit and read the segment which contains order situation and modify the segment..
    i hope this will solve the problem..
    Regards,
    Prabhudas

  • G4 (800MHz) connects to airport network via N300 wireless modem but won't bring up a browser page (Safari or Firefox)

    G4 (800MHz) connects to airport network via N300 wireless modem but won't bring up a browser page (Safari or Firefox) - so the connection is there, everything says its a goer  - I get a clear black signal icon in the menu bar on top, and a clear signal strength in the Internet connect dialogue box -  - but when I run either of the browsers, it just says 'not connected to internet' - even for the 'software update'.
    the N300 is a Netgear N300 Wirelsess Modem Router (model DGN2200) - ADSL (802.11 b/g/n)

    tests to try:
    -- have you tried connecting by cable?  What happens?
    -- Set your dns to 8.8.8.8 and 8.8.4.4  This is the google dns server.  generally faster.
    Check out your settings. 
    apple > system preferences > network
    Double click on network connection you are using.
    Pick the TCP/IP tab.
    Verify that you have a DNS Server.
    You can use
    harddrive > applications > utilities > network utility
    to diagnose the situation.
    You can ping google.com.
    Result:
    Ping has started ...
    PING google.com (64.233.167.99): 56 data bytes
    64 bytes from 64.233.167.99: icmp_seq=0 ttl=244 time=215.362 ms
    64 bytes from 64.233.167.99: icmp_seq=1 ttl=244 time=279.597 ms
    64 bytes from 64.233.167.99: icmp_seq=2 ttl=244 time=189.747 ms
    64 bytes from 64.233.167.99: icmp_seq=3 ttl=244 time=250.657 ms
    64 bytes from 64.233.167.99: icmp_seq=4 ttl=244 time=183.232 ms
    64 bytes from 64.233.167.99: icmp_seq=5 ttl=244 time=243.753 ms
    64 bytes from 64.233.167.99: icmp_seq=6 ttl=244 time=173.108 ms
    64 bytes from 64.233.167.99: icmp_seq=7 ttl=244 time=230.239 ms
    64 bytes from 64.233.167.99: icmp_seq=8 ttl=244 time=180.639 ms
    64 bytes from 64.233.167.99: icmp_seq=9 ttl=244 time=232.177 ms
    --- google.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 173.108/217.851/279.597/33.615 ms
    If that does not work, try pinging 64.233.167.99 Result:
    Ping has started ...
    PING 64.233.167.99 (64.233.167.99): 56 data bytes
    64 bytes from 64.233.167.99: icmp_seq=0 ttl=244 time=189.655 ms
    64 bytes from 64.233.167.99: icmp_seq=1 ttl=244 time=213.471 ms
    64 bytes from 64.233.167.99: icmp_seq=2 ttl=244 time=257.873 ms
    64 bytes from 64.233.167.99: icmp_seq=3 ttl=244 time=172.745 ms
    64 bytes from 64.233.167.99: icmp_seq=4 ttl=244 time=226.723 ms
    64 bytes from 64.233.167.99: icmp_seq=5 ttl=244 time=171.883 ms
    64 bytes from 64.233.167.99: icmp_seq=6 ttl=244 time=260.308 ms
    64 bytes from 64.233.167.99: icmp_seq=7 ttl=244 time=172.963 ms
    64 bytes from 64.233.167.99: icmp_seq=8 ttl=244 time=198.840 ms
    64 bytes from 64.233.167.99: icmp_seq=9 ttl=244 time=181.215 ms
    --- 64.233.167.99 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 171.883/204.568/260.308/32.247 ms
    If pinging 17.254.3.183 works but pinging Google.com doesn't. You have a bad DNS Server address.
    I use Google.
    Google provides free dns lookup.  Their numbers are:
    8.8.8.8
    8.8.4.4

  • How do I check the oracle client version?

    Hi All,
         How do I check the oracle client version installed from the OS level. I do know my database version I need to check which client is being used. Is there a table where this information is stored.
    Thanks
    Shabna

    disp+work.exe -V will tell you which OCI version was used during compiling and linking.
    Oracle uses release independent DLL Names (Unix people would say Shared Libraries) and therefore the SAP Kernel will dynamically load any Oracle Client Version found in the standard DLL Load Path during startup.
    If you have more versions installed on your computer and you are not shure which one is loaded you can use Process Explorer (freeware, see www.sysinternals.com) to find out which one is loaded. If they belong to an Oracle_home (up to release 9.2) refere to Oracle Universal Installers Inventory information in order to find out which exact version is used.
    If an Oracle10 Instant Client is used, there is no corresponding Oracle_Home. In this case you can use Windows Explorer (right click on the  DLL -for example oci.dll), select properties, the Version Tab and File Version).
    But unfortunately Oracle is not updating the File Version every time they are patching something.
    An SAP ABAP Server Integrated Resource is the version information disp+work.exe -V is listing (evquivalent to SM51 - Release Information).
    <b>Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)</b>
    OCI_10201_SHARE is telling us the compile/link environment, the number in brackets (only available starting with Oracle10) tells us the the result of an Oracle Client GetVersion call. Unfortunately this one does also not reflect the installed Minipatch version up to now.
    Here are some results on 10.2.0.2 Windows X86_64:
    SM51: Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)
    Explorer (OCI.DLL located in the same directory as disp+work.exe):
       10.2.0.2.0 Patch2
    Explorer (oraociicus10.dll - the instant client implementation, this version is the one actual since mini patch 10.2.0.2.5 and it was definitely changed in 10.2.0.2.5):
       OraOCIICUS10.dll - 10.2.0.1.0
       oracore10.dll - 10.2.0.1.0 Production
       oranls10.dll - 10.2.0.1.0 Production
       orasnls10.dll - 10.2.0.1.0 Production
       oraunls10.dll - 10.2.0.1.0 Production
       oravsn10.dll - 10.2.0.1.0 Production
       oracommon10.dll - 10.2.0.1.0 Patch1
       orageneric10.dll - 10.2.0.2.0 Patch2
       oraclient10.dll - 10.2.0.2.0 Patch2
       orapls10.dll - 10.2.0.1.0 Patch1
       orasql10.dll - 10.2.0.1.0 Production
       oraxml10.dll - 10.1.0.2.0
       orahasgen10.dll - 10.2.0.1.0 Production
       oraocrutl10.dll - 10.2.0.1.0 Production
       oraocr10.dll - 10.2.0.1.0 Production
       oraocrb10.dll - 10.2.0.1.0 Production
       oranbeq10.dll - 10.2.0.1.0 Production
       orantcp10.dll - 10.2.0.1.0 Production
    oracommon10.dll from the rdbms server does report 10.2.0.2.0 Patch5 at the same time. compare it with the version information of oracommon10.dll included in oraociicus10.dll. Both patches are included in the same patchset (10.2.0.2.5).
    there are two possible conclusions about this:
    1. the version infomation is not very reliable.
    2. the Oracle Patch and Build environment is not very reliable
    Peter

  • Sending email via Oracle

    Hi Guys,
    I have a school project and i have to send an email via Oracle 10g database. I have read and tried a lot of codes but, non of them worked. Some infos says, install Java VM, JServer, JAccelerator, port 25, $ORACLE_HOME...... etc. Can anyone tell me what steps should i follow to send an email. Please i am very confused. I can't do it. I am new too. Also, i am not sure that my computer and oracle 10g needs any extra installation and configuration.
    Thanks

    Hi,
    I cannot install JServer and i have just checked that "C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN" path doesn't include "initjvm" file.
    I tried to install Jserver with following "http://www.orafaq.com/faq/how_does_one_install_the_oracle_jserver_option" link.
    I have Java VM installed in my computer.
    When i install Oracle 10g, i have given "SYSTEM" as user name and "123456" as passw.
    What else can i do to enable Java things for utl_smtp.
    Thanks

  • Patches 7446163 y 6851110 in order to use Oracle Text from UCM

    Hello, we have Oracle Enterprise Edition 11.2.0.1 on AIX 6.1.0.0 (64 bits). The client want to use Oracle Text from Universal Content Management, he told me about install the patches 7446163 y 6851110 in order to enable Oracle Text from UCM. I reviewed in Metalink but the readme said that those patches are for Oracle 11.1.0.7. That version (11.2.0.1) include already those patches or those are necessary for we can use the funcionality of Oracle Text from Universal Content Management? I reviewed the components installed on database and the Oracle Text is installed and active.
    Thanks for your help.
    Sincerely,
    Ruben Nieto
    DBA

    Hi
    Oracle DB usually would be installed with Oracle Text enabled (the db side) . To use the features for this we need to have OracleText component enabled on UCM which as you mentioned is already installed and enabled on the ucm server .
    If both the above conditions are already met then you would not need to install any further patches.
    Let me know if it is fine on db and ucm .
    Verify that Oracle Text is enabled on db by executing the following query :
    select comp_name, status from dba_registry;
    It should return the the following result : Oracle Text VALID
    To verify if the component for UCM is installed then you would need to check Administration - Configuration for <instance name> - Enabled Components
    Thanks
    Srinath
    Edited by: Srinath Menon on Dec 26, 2010 8:38 PM

  • Problem with connecting to 11.1 database via Oracle Net

    Hello,
    I have 11.1 database running on Windows. It's named 'test1' and it is only started (not mounted).
    I'm trying to connect to it via Oracle Net, but always get ORA-12154: TNS:could not resolve the connect identifier specified
    This is my listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = D:\oracle\product\11.1.0\db_1)
    (SID_NAME = test1)
    This is sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    This is tnsnames.ora
    test1 =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = DEDICATED)
              (SID_NAME = test1)
    Where is the error? I can't find it. Any help is appreciated.
    Aliq
    Edited by: user547746 on Apr 3, 2009 12:48 PM

    lsnrctl status
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host_ip)(PORT=1521)))
    Services Summary...
    Service "test1" has 2 instance(s).
    Instance "test1", status UNKNOWN, has 1 handler(s) for this service...
    Instance "test1", status BLOCKED, has 1 handler(s) for this service...
    lsnrctl services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "test1" has 2 instance(s).
    Instance "test1", status UNKNOWN, has 1 handler(s) for this service...
         DEDICATED SERVER established:0 refused:0
         LOCAL SERVER
    Instance "test1", status BLOCKED, has 1 handler(s) for this service...
         DEDICATED SERVER established:0 refused:0
         LOCAL SERVER
    I hope this is enough and well translated.
    Aliq

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • Software update check via iTunes with error message (1664).

    I had a recent experience with my new Ipad '4'. It is running IOS 6.0.1. When I perform a software update check via iTunes, it returned a message saying that an unknown error had occured (1664). When I connect my iPad 2, and did the same check, it returned the nomal "softawre is current version (IOS 6.0.1)" message. However when I checked the software update via Settings in my Ipad '4'. it returned the msaage "your software is up to date". I had completely rebooted (totally switched off) the Ipad '4' and it still gave me the same message via Itune. not sure what is truly going on here.

    The above is from here:
    Resolve iOS update and restore errors - Apple Support

  • What is wrong with my shipping address? I want to order pictures via apple store with iPhoto. Apple Id and payment seem ok. My current and correct shipping address appears with red letters. Why and what to do?

    What is wrong with my shipping address? I want to order pictures via apple store with iPhoto. Apple Id and payment seem ok. My current and correct shipping address appears with red letters. Why and what to do?
    Maybe this is relevant: I bought iphoto from the German apple store but I now live in Italy. I have tried German credit card with German invoicing address and Italian shipping address. And I have tried Italian credit card with Italian invoicing address and Italian shipping address. The phenomenon is the same: shipping address appears in red and I am asked to fill in the mandatory fields (which turn red whatever I enter).

    KarinavD,
    what is the setting for the Print Products Store in the Advanced Tab of the iPhoto Preferences?
    The country you select there has to match the billing address. And your billing address should match the country of your AppleID and credit card used with the AppleID.
    Regards
    Léonie

Maybe you are looking for

  • Trying to link my email with a iPhone 5c

    I'm trying to link my Tiscali email account with my mail app on my iPhone 5c. I input all the correct details and as i press save it pops up saying 'Cannot connect using SSL' 'Do you want to try setting up the account without SSL?' If i press No then

  • Multiple pages

    i have many pdfs i want to put in one file to print how do i add multiple pages to my pdf file im trying to make a book and i can only get one page on it at a time thanks so much

  • Messaging Multiple Recipients (SMS)

    Any idea how to send sms to multiple recipients at once with the Lumia 800? I remember it was fairly easy with the N78. Solved! Go to Solution.

  • How to deal with 500 Servlet Exception ?

    500 Servlet Exception Resin can't load sun.tools.javac.Main. Usually this means that the JDK tools.jar is missing from the classpath, possibly because of using a JRE instead of the JDK. You can either add tools.jar to the classpath or change the comp

  • HU and LT03

    Hello, I am creating the TO for contents of HU linked to inbound delivery, whereas it is creats the TO against whole delivery. I was looking into this help link and found... http://help.sap.com/saphelp_46c/helpdata/en/f5/02543ab77d11d2b46b006094b9b12