Problem for R12.0.4 Installation in Vista

When I type: rapidwiz.cmd, I got following error:
RC-20011: Fatal: Failed to retrieve OS name. The following OS string returned from System.getProperty("os.name") is unknown: Window NT (unknown)
Exception in thread "main" java.lang.ExceptionInInitializaerError
at oracle.apps.ad.rapidwiz.data.AppsConfig.<init><AppsConfig.java:324>
at oracle.apps.ad.rapidwiz.RIWizard.<init><RIWizard.java:375>
at oracle.apps.ad.rapidwiz.RIWizard.main<RIWizard.java:1449>
Caused by: java.lang.NullPointerException
at oracle.apps.ad.util.SystemCheck.<clinit><SystemCheck.java:258>
... 3 more
How to cope with it? Thanks.

This has already been discussed in another thread
Re: Can we Install eBusiness Suite R12 on Windows Vista?
Srini

Similar Messages

  • Problems for NW Developer Workplace installation - setting up MS SQL

    Hi all SDNians,
    I'm installing the NW2004S Dev Workplace (SAPinst) on my laptop and I'm experience some problems. Due to my work, I need to install the Dev Workplace option with MS SQL server (not MaxDB).
    Prior to the installation, I've already setup my JDK, JCE and installed MS SQL via the MS SQL SERVER 2000 (51031281) via SQL4SAP.VBS.
    During the setup, I was prompted to select a SQL server (during step 2 I think). The thing is I have not setup any SQL servers. I've checked the SQL server programs (eg. client network utility, Configure SQL XML in IIS, Entp Manager) but couldn't find anywhere to create or link to a SQL server and run it.
    Am I suppose to run the SQL server locally(which I have not idea how to) or link it to the server?(which infrastructure is not completely setup) Or am I missing any step?
    Would appreciate some help/advise....A true newbie here and it's my first time doing such installation, pls bear with me.
    thanks in advance...
    Regards,
    Jansen

    Hi all SDNians,
    I'm installing the NW2004S Dev Workplace (SAPinst) on my laptop and I'm experience some problems. Due to my work, I need to install the Dev Workplace option with MS SQL server (not MaxDB).
    Prior to the installation, I've already setup my JDK, JCE and installed MS SQL via the MS SQL SERVER 2000 (51031281) via SQL4SAP.VBS.
    During the setup, I was prompted to select a SQL server (during step 2 I think). The thing is I have not setup any SQL servers. I've checked the SQL server programs (eg. client network utility, Configure SQL XML in IIS, Entp Manager) but couldn't find anywhere to create or link to a SQL server and run it.
    Am I suppose to run the SQL server locally(which I have not idea how to) or link it to the server?(which infrastructure is not completely setup) Or am I missing any step?
    Would appreciate some help/advise....A true newbie here and it's my first time doing such installation, pls bear with me.
    thanks in advance...
    Regards,
    Jansen

  • A problem for grid control agent installation.

    Hi, All:
    I am installing EM grid control agent installation in wanted server...
    after agent installation and excuting root.sh, OUI start to run automatically Agent Configuration Assistant... then got an error, the reason for error from the log is :
    Requesting an Oracle Wallet and Agent Key from the OMS... Failed.
    Invalid Agent Registration Password.
    The Agent has not been secured.
    that means I put wrong agent registration password,
    so how can I fix this in the mid way?
    thanks a lot in advance.

    I tried
    emctl secure agent
    when prompt for password:
    (just type enter, leave it empty)
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Enter Agent Registration password :
    Stopping agent...
    seems like that process is never ending....
    then I typed CTL+C
    ..............................Failed to stop agent.

  • Problem launching ODI Data Quality/Profiling in Vista

    Hello
    I am having a weird problem with Oracle Data Integrator installation in Vista. Hope somebody could help me.
    I have installed ODI (10.1.3.5.0) along with Data Quality and Profiling. The installation was successful, however, while trying to launch Data Quality/Metabase Server etc I am getting an error: "admin.exe is not found"/"discovery.exe not found". Moreover, bin directory under oracledq directory is empty. I was just wondering, there must be "something" at least in the bin directory if the installation was error free!
    Could you please let me know if anything is wrong with the installation or is that a Vista problem? Do I need to install anything else as a pre-requisite?
    Your assistance is much appreciated..
    Shibaji Gupta

    Hello Rathish
    Thanks for the info; First of all, please let me know where from shall I copy those files?
    In my case the "/oracledq/bin" directory is "just" empty!
    As the installation did not raise any problem, I can probably guess that all the .dll files (if any) are correctly installed, except for the "bin" directory contents. Is there a way to copy the entire bin directory content? Not sure how Oracle performs the installation. If you could help me from your experience.
    Any way, thanks again for the assistance. Would like to try all available options.
    Shibaji Gupta

  • R12.1.1 installation.

    Hi All,
    We get the following error for R12.1.1 installation.
    This error is from the installer window..
    " RW-50004:Error code received when running external process. Check log file for details.
    Running Database install Driver for NAC03R12 instance "
    This is the log..
    - 0% completed
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for NAC03R12 instance

    OS is Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    The log file shows the following..
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : nacdell03
    sDbDomain : idc.oracle.com
    sDbPort : 1521
    sDbSid : NAC03R12
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@nacdell03.idc.oracle.com:1521:NAC03R12
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nacdell03.idc.oracle.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=NAC03R12)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nacdell03.idc.oracle.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=NAC03R12.idc.oracle.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nacdell03.idc.oracle.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=NAC03R12.idc.oracle.com)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    ---------------------------

  • Trying to upgrade to 10.6 so my iPhone could synch...I'm getting this error message "Problem with this Windows (XP) Installer package.  A program required for this install to complete could not be run."  Any ideas?

    I had iTunes 10.2.1.1 but needed to upgrade to 10.6 so my iPhone could synch...I'm getting this error message "Problem with this Windows (XP) Installer package.  A program required for this install to complete could not be run."  Any ideas?

    This has been fixed.  Answer is that I needed to go to "Apple Software Update" and repair it.  (From my Control Panel).

  • SOA SUITE installation in Vista

    Hi
    I am trying to install Soa Suite 10.1.3.1 in vista OS.
    I get the following error
    Checking OS versions: must be 5.0, 5.1 or 5.2 . Actual 6.0
    Failed
    But my colleagues are able to install it without any problem. ( in vista 6.0 )
    Pleaes help me to resolve this issue
    Thanks

    Have found 2 ways to get this working.
    One is when installation fails, Vista pops up saying run with recommended settings.
    Use that option and you will have the installation fireup for you.
    But if that is not some thing that you see, then you should try the second option.
    Go to the directory where you have your SOA install files.
    Go into the directory install
    Find a file oraparam.ini
    You need to edit this file to fire up the setup.
    You should find some thing like this there around line 37
    *[Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2*
    Add anothe entry for 6.0 and fireup the setup.
    The updated file should have
    *[Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2,6.0*
    Be sure to follow all the pre-installation and post-installation steps.
    If you don't you might face issues in setting up SOA.
    I am still creating a blog of all the issues that I faced, or my friends faced and how I solved them.
    Should find that some time soon.
    Every Little Helps
    Kalidass Mookkaiah
    http://oraclebpelindepth.blogspot.com/

  • Regarding USB Driver (OMAP1710) Problem for Belkin...

    Dear All,
    I've been trying to update my Belkin Skype Phone (F1PP000GN-SK) from version: 1.1.0.10 R20 to version: 1.1.0.22R20 from the belkin support site.
    But the problem is when i connect the USB cable to my Windows 7 (32-bit) laptop i get a pop-up saying "Missing OMAP1710 USB driver' 
    Kindly someone help me pls.

    I believe the original drivers packaged with the Belkin installer/flasher may work on the 32-bit version of Windows 7, but will not work with the 64-bit version.  Since I do own this phone, I decided to resolve this problem for myself as well.  Even though they are not available from Belkin, I was able to track down and extract/modify the latest drivers/inf for this phone.  
    You will need to extract and browse to these files using device manager to get the device installed.  You will get a warning about the files being unsigned, proceed anyway to finish installing the device.    Before flashing you will either have to disconnect/reconnect the phone or press the "#" key to refresh it.  Once it starts flashing DO NOT disconnect the device.  I've reflashed my phone several times without issue.
    If the reason behind upgrading it is to resolve a freeze, the upgrade may not fix it.  You would want to downgrade to the original release.  That will generally resolve the issue.  After that, you can flash it to the latest release.
    My version of the latest drivers for Windows XP/Vista/7/8 (32/64-bit unified inf) are available from the following location:
    http://pcdust.com/Downloads/OMAP1710/OMAP1710.zip

  • Stage creation for R12

    Hi
    I got got all 8 dvd from my friend and i have copied all DVD in my HDD. I want to create stage from there DVD. (I have installed RHEL4 using VMware on windows). my problem is now this is asking for Label=Oracle Applications Rapid Install - RDBMS 1. I am giving the path like /mnt/hgfs/R12.0_Setup/DVD1/oraDB/Disk1 but this is not taking. kindly help me to create stage.
    Thanks

    Please refer to the installation manual for the script you need to run to create the stage area directory.
    Oracle Applications Installation Guide: Using Rapid Install -- Page 1-14, Setting Up the Stage Area
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Once you create the stage area directory, run md5sum as per (MD5 Checksums for R12.1.1 Rapid Install Media [ID 802195.1]) before you start the installation.
    Thanks,
    Hussein

  • Problem with Photostream on a PC with VISTA

    Problem with Photostream on a PC with VISTA
    I have latest Vista SP installed. I installed the download for ICloud for Vista Control Panel. I followed Apple's instructions and am unable when I snap a picture to have it downloaded on my PC to the default directories. 
    I have done a iCloud backup a couple of times.
    I have changed the directory destinations, turned off my firewall, and still not getting the pics on my PC.
    Help is appreciated. Thanks..

    Well, the problem has been partially solved. When using the  free Camera Plus app, all works as it should. All pics that I take download successfully.
    Does this mean that the the Apple Camera app is defective?
    How do you fix this app, cannot be deleted on the IPOD.

  • Error while installing the SAP J2EE add-on for SAP NW XI installation

    Error while installing the SAP J2EE add-on for SAP NW XI installation  
    Posted: Jan 24, 2007 5:23 PM         Reply      E-mail this post 
    Hello,
    When I am installing the SAP SAP J2EE add-on for SAP NW XI installation I am getting the follwing error:
    CJS-00084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle/XID/920_64/bin/sqlplus returns 127.. SOLUTION: See ora_sql_results.log and the Oracle documentation for details
    Could some one help me to resolve this error and install the SAP J2EE add-on?
    Thanks,
    George

    Hi George,
    Kindly use the latest installation Masted in Service market place. That will possibly solve your problem.
    Regards
    Vivek

  • Is this a bug for 10.3.9 installation

    Hi everyone especially mac experts
    This is my first visit to this forum. I have been using my Powerbook g4 12 inch for 3 - 4 years, never had any problem til now!!
    My mac has problem all the sudden, got hacked or something, I dont know, I cannot even restart, it hung since apple logo appear, only way is insert install disc + press C with only one option it allowed me to do "erase and install" no backup no upgrade!!!!
    Anyway, that is not my question, it just a whining, my question is when i tried to reinstall with my installation CD that came with my powerbook and/or panther CD with 3 blacks and 1 codeX, which I got it when I was a member of developer connect. The series of problem are as follow
    1. during installation of CD2, i got installation failure with error messages said some packages cannot install!!!
    2. after i ignore (1), by click "quit" which is only one option anyway, os started to ask me to fill in all information include setting user name and password for admin account. so i did. Then I start to do "software update", and it failed to update/install QuickTime 7.x.x. Then i tried to download only, unpackage and install myself, it has the same results
    3. From (2) i search solution on mac website by using winXP, and found that i have to remove some packages in /Library/../receipts/ and reinsert CD 2 again to reinstall, cool.. i will give it a shot. Unfortunately, it asked for admin password and i could not give a correct password, but i remember and have it written down on a paper. Then i check at Preference->account->admin and see it shows 7 digits or * instead of 9 digits. I wonder that someone might hacked into my computer and change it.
    Therefore, I decide to reinstall again, this time, i spent more time by include erase disk with option "write zero to disk" and no network connection to make sure there is no trace from hacker! Unfortunately, I got the same problem from (1) to (3) without update software d/l. therefore, i believe (3)is a bug it is obvious from my observation, if i cannot solve (3) i will not be able to solve (1) and (2), and i will not have my mac back to work
    Please give me advice, i already lost all my data and spent my weekend trying to fix these problems, which non can be fixed (yet)
    Thanks in advance

    Roam,
    Thanks again for your suggestion,
    "Furthermore one should always Repair Permissions both before doing a Software Update and again afterwards."
    I honestly dont know anything about this "Repair Permissions" from the name, i though it is a verification of authentication to repair OS or some kind of credential issue, and since i m admin user then there is no point to verify it, i should be allowed to do so. Again it is my first time to do this thing in 3 - 4 years of using panther, every time i update software i never ever do this! If this step is essential for every update and installation why dont apple put them as one of TODO step during the processes (as licensing agreement) instead of keep them as an option (just my thought) Anyway, I m glad u tell me about it, and i will give it a shot tonight.
    "That may because you didn't have sufficient disk space. In fact running out of disk space can create all sorts of problems. Please tell me how disk space is available on your
    start up drive."
    That what I thought coz i have only 5.x GB left in 60 GB HD. Thats why I claimed as whining and have to scarify the lost of data by reinstall panther in order to get my mac back to work
    "So are you saying it is a bug or it is a hacker, I don't believe it is either"
    Please see second update info about password, and i m not impose anyone to believe, thats why the topic is a questioning sentence "Is this a bug.."
    "This Discussion site is not Applecare. The people here give their time voluntarily to those who are receptive to help."
    Thats why i ask for "mac expert" not "apple authority/technician" and always appreciate any suggestion.
    Anyway, that great to hear from you and i have learned new thing from your suggestion. I will let u know when i have tried it.

  • Error when installing virtual appliance for r12.2.4

    Hello
    I have downloaded Oracle Virtual Appliance for Oracle  E-Business r12.2.4 in a following step by step manner but I am running into an error.  As per the readme, I have gone through the Note:1928303.1 but it does not address the issue.
    That said, is there any comprehensive, step by step document that outlines installation and implementation of Oracle Virtual Appliance for r12.2.4?
    Below are steps I ran.
    Step 1:  Downloaded and Installed Oracle Virtual Box version 4.3.22.
    Step 2:  I want to install Oracle EBS r12.2.4 single node installation on My Windows 8.1 64 bit laptop with 1 TB of HDD and 8GB RAM.
    Step 3:  Downloaded following files for single node vision appliance.
    There are two zip files for each part, so I downloaded total 16 zip files.
    V52470-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 1 of 8) Linux x86-64
    V52471-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 2 of 8) Linux x86-64
    V52472-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 3 of 8) Linux x86-64
    V52473-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 4 of 8) Linux x86-64
    V52474-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 5 of 8) Linux x86-64
    V52475-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 6 of 8) Linux x86-64
    V52476-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 7 of 8) Linux x86-64
    V52477-01 Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64 bit) (Part 8 of 8) Linux x86-64
    Step 4:  Unzipped these files
    Step 5:  After unzip, unzipped filename looked like following.  So I removed the last digit in the extension so that Oracle virtual box can recognize .ova extension.
    Unzipped file name:
    Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.01
    renamed to
    01_Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova
    Step 6. In Oracle virtual box, attempted to import these ova files using "Import Appliance".   This is when I am getting following error.
    Oracle VM Virtual Appliances for Oracle E-Business Suite (Linux)
    Failed to import appliance C:\ova\EBS\INSTALLATION OPTIONS\Option 1 Single Node ALL\0_Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.
    Could not create the imported medium 'C:\Users\ova\VirtualBox VMs\Oracle-E-Business-Suite-12.2.4_VISION_INSTALL\Oracle-E-Business-Suite-12.2.4_VISION_INSTALL-disk1.vmdk'.
    VMDK: Compressed image is corrupted 'C:\Users\ova\Oracle-E-Business-Suite-12.2.4_VISION_INSTALL-disk1.vmdk' (VERR_ZIP_CORRUPTED).
    Result Code:  (0x80BB0004)
    Component: Appliance
    Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}
    This is happening with each and every file in above list. 
    Please advise what am I missing?  And if there is a comprehensive document somewhere that outlines details about implementation.  The above mentioned metalink note is not enough.
    Darsh

    You need to merge all of the downloaded files first, before importing into Virtualbox. Google for my blog for detailed steps.

  • The version of iOS on does not match any of the versions of iOS supported for development with this installation of the iOS SDK

    Getting this error message as of this morning: The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK. I've downloaded the latest SDK and gone through the usual turn off and turn on again for iPad and computer, removed and reinstalled the iPad from Organizer and have no idea how to make apps build now. I was prompted to update the iphone too but there's no way I'm updating it if this issue can't be resolved.

    Okay these are the steps I took to solve the problem - they may not be the right ones for you but they've solved the problem and saved time hunting for some other solution. Firstly I changed my MAC system to Lion with the £20 download, then I deleted the old Xcode and installed the new version that is app based and doesn't support Snow Leopard, then all was well. I can now update my xcode via the app which is quicker and more logical and can update my iPhone rather than chug along avoiding updates as I need to update my existing apps on the app store and upload a new one.

  • R12.1.1 installation error on linux oel6.1 os

    Hello Sir,
    I double checked pre requisites of R12.1.1 Installation Note.761566.1 and i am getting following error
    ./rapidwiz
    Rapid Install Wizard is validating your file system......
    4 dvd labels found
    Rapid Install Wizard will now launch the Java Interface.....
    [root@katams rapidwiz]# Exception in thread "main" java.lang.UnsatisfiedLinkError: /d01/StageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.load0(Unknown Source)
         at java.lang.System.load(Unknown Source)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at sun.security.action.LoadLibraryAction.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
         at sun.awt.DebugHelper.<clinit>(Unknown Source)
         at java.awt.Component.<clinit>(Unknown Source)
    For this Error i checked Doc [ID 824249.1] and i queried for rpm checking
    $rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' libXi
    i am getting libXi-1.3-3.el6 (x86_64)
    according to this doc i need to install following rpms
    libXi-1.0.1-3.1 (x86_64)
    libXi-1.0.1-3.1 (i386)
    and i checked this link: Re: rapidwiz won't start - Exception in thread "main" java.lang.UnsatisfiedLink and
    I downloaded the rpm and i tried to install but i am unable to install these rpm's How can install these rpm's
    Please help me this scenario.
    Thank You,
    Satish

    Hello Sir,
    Installation was started and database is up and running
    but application is not coming up when start the application getting error and i checked installation log file it shows some errors
    RW-50016: Error: - {0} was not created:
    File = {1}
    AC-00439: Creation of file /tmp/tmpPROD_katams.xml failed
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00446: File not found: java.io.FileNotFoundException: /tmp/tmpPROD_katams.xml (No such file or directory)
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    AC-00446: File not found: java.io.FileNotFoundException: /tmp/tmpPROD_katams.xml (No such file or directory)
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 125
    Configuration Upload
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = null/%s_dbSid%.env
    I checked /etc/hosts file also
    [applmgr@katams etc]$ more /etc/hosts
    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
    192.168.153.153 katams.oracle.com katams
    [applmgr@katams etc]$ ping katams
    PING katams.oracle.com (192.168.153.153) 56(84) bytes of data.
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=1 ttl=64 time=0.062 ms
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=2 ttl=64 time=0.081 ms
    ^C
    --- katams.oracle.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1633ms
    rtt min/avg/max/mdev = 0.062/0.071/0.081/0.012 ms
    [applmgr@katams etc]$ ping katams.oracle.com
    PING katams.oracle.com (192.168.153.153) 56(84) bytes of data.
    64 bytes from katams.oracle.com (192.168.153.153): icmp_seq=1 ttl=64 time=0.071 ms
    ^C
    --- katams.oracle.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 975ms
    rtt min/avg/max/mdev = 0.071/0.071/0.071/0.000 ms
    [applmgr@katams etc]$
    and i tried to run the autoconfig also but it is getting errors.
    Please help me in this scenario

Maybe you are looking for

  • How can I get iPhoto to display ONLY file numbers of pictures and not document titles when displayed as thumbnails?

    I am a pro photographer and I've never used iPhoto. I use a combination of Adobe's Bridge, Lightroom & Photoshop programmes.  I've sent a disk of images to a client and they cannot see the file numbers of the images.  Their version of iPhoto only dis

  • My audiobooks are not appearing in my itunes library on my Mac.

    My audiobooks are not appearing in my itunes library on my Mac.  Why?  I have tried the download option but it doesn't seem to read them.  When I go to purchase again it says that i have already purchased the item.  Help

  • ITunes 4.9, 1st gen iPod, OS 10.3.9

    Here's a good one: I have a 1st gen 5gig iPod, I run 10.3.9 on my G4 733 and have iTunes 4.9. I attach my iPod through a perfectly operative firewire port using a perfectly operative firewire cable and: ¥ iTunes launches and the entire system freezes

  • Hide Tab order number in form fields

    Hi, In Acrobat 7.0 Professional (I know it's old), how do you hide the the tab order number in form fields you create? When I type in the form fields I've created, the tab order shows up on screen and on the hardcopy printed document. HELP! Thanks!

  • CJS-30151 Java process ERROR

    Hi Everyone, I was trying to install NW 2004's(ABAP+JAVA,BI,EP,EP Core),getting following error,eventhough VM settings changed  to 1024(total 4GB). Error is : CJS-30150  Java processes of instance ECC/DVEBMGS04 [ABAP: ACTIVE, Java: UNKNOWN] did not r