Install of Oracle 8.1.7. on Solaris 8 fails

Hi All!
I am doing an install of Oracle 8.1.7. Right near the end of the install when oracle is trying to link it's libraries, I get a message that /oracle/product/8.1.7./rdbms/lib/ins_rdbms.mk failed. I continue with the install and try to run make on this file by hand. I get:
make: Fatal error: Don't know how to make '/oracle/product/8.1.7./rdbms/lib/libskgxpd.a(/oracle/product/8.1.7./rdbms/lib/skgxpd.o)'
I did a search on Google and the only references to skgxpd.o where for the SuSE Linux Oracle, although the error is identical. Unfortunately, no solution has been offered.
One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help.
I would be grateful for any help.
Regards,
Jim Mohr

One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help. James,
Because the path of /oracle/product/8.1.7./rdbms/lib/ depends on the location of ORACLE_HOME you set, it doesn't sound like a pre-installation setting. It's not mentioned in the manual anyway.
You may want to check to see if the following commands are on the installation user (oracle)'s PATH.
$ /usr/bin/which make
$ /usr/bin/which ar
$ /usr/bin/which ld
$ /usr/bin/which nm
Also it's mentioned in the manual:
===============================================================
Note: If you require /usr/ucb in your search path, make sure it
comes after /usr/ccs/bin in the PATH setting.
===============================================================
I set up a 8.1.7 on Solaris 8 but didn't have such a problem.
Best luck,
Han Zhang

Similar Messages

  • Problems to install Oracle SOA Suite 11g on Solaris 10 SPARC-64

    I'm trying to install the Oracle SOA Suite 11g on Solaris 10 SPARC-64 but I´m having problems.
    I have already installed the JDK 1.6_11 for 64 bits and I use it for the SOA installation, the instruction is:
    ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    I'm providing the absolute path to ensure take the correct JDK (JDK 64 bits).
    But I get the following error:
    bash-3.00$ ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz. Actual 1500 MHz Passed
    Checking Temp space: must be greater than 150 MB. Actual 5291 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 39311 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-26_03-17-44PM. Please wait ...bash-3.00$ Log: /home/oracle/oraInventory/logs/install2010-01-26_03-17-44PM.log
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I reviewed the log install2010-01-26_03-17-44PM.out and displays the following:
    Adding /tmp/OraInstall2010-01-26_03-17-44PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/soawl.jar
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/template.jar
    [email protected]creenRes
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: ld.so.1: java: fatal: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         ... 8 more
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I think that the error would be caused by the JDK version with which try to initializing.
    Anyone have any idea about the possible error? Thanks in advance.

    Hi, I encourage you to try to use the generic installer at: %SOA_INSTALLER_DIR%/Disk1/runInstaller. Because if you are using the runInstaller at %SOA_INSTALLER_DIR%/Disk1/install/solaris it will lead to that problem in some cases.

  • Installation problem of Oracle 8.1.7 on solaris 10 x86

    Hi,
    I tried to install the Oracle 8.1.7 on solaris 10 x86 and I got an error message shows: "cannot write to /opt/oracle/product/8.1.7/jar/classes2.jar".checking the log it shows:
    Exception: IOException2
    and exception: copyGroupFromJar. I ignored the error but the installation failed.By the way, I was not asked to run root.sh during the installation. Can anyone kindly tell me how to make it?
    yours
    zeushd

    Here are some additional statements for 10g on Solaris 10g x86:
    1. Execute runInstaller with the -ignoreSysPrereqs option.
    2. Select 'Do not create a starter database' when installing Oracle 10g.
    3. During installation, the warning message 'SUNWsprox package not installed' can be ignored. Press Continue to resume the installation.
    4. Download and install patch 4186426 from metalink.oracle.com after installing Oracle 10g software.
    5. If you have an End User Solaris 10 distribution, install the SUNWuiu8 package prior to installing the 10g client.

  • Install oracle 8.1.7 on Solaris(x86) 10 b72

    Has anyone Installed oracle 8.1.7 on Solaris(x86) 10 b72???
    When I run runInstaller I have
    135$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/jre. Please wait...
    ld.so.1: /ora_inst/stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/i386/native_threads/jre: fatal: relocation error: file /ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so)
    ld.so.1: /ora_inst/stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/i386/native_threads/jre: fatal: relocation error: file /ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so: symbol XShmQueryExtension: referenced symbol not found (/ora_inst/install/../stage/Components/oracle.swd.jre/1.1.8.10/1/DataFiles/Expanded/jre/solaris/bin/../lib/i386/native_threads/libawt.so)
    java.lang.UnsatisfiedLinkError:

    try this:
    LD_PRELOAD="libX11.so libXext.so" ; export LD_PRELOAD
    ./runInstaller

  • Can I install Oracle 8.1.7 on solaris 2.8

    We have a working product which uses oci 7.x calls on solaris 2.7 OS and the oracle version is 8.1.7.
    But when we installed oracle 8.1.7 on solaris 2.8 OS , We are unable to connect to Oracle data base using the same executables.
    My question is : --- Is oracle 8.1.7 is supported on solaris 2.8 OS ?
    thanks and regards

    Yes! We made it only in 1 month, but now it works fine.
    greets
    hgs

  • Install Oracle 8.1.7 in Solaris, disk space problems.

    Hi!
    I'm installing Oracle 8.1.7 in Solaris (typical instalation, Entrepise Edition).In addition, I have created two directories (/u01 and /u02).I would like to store Oracle Software in /u01 and I would like store my database in /u02.During instalation have been appeared a problem, I only have in / 650 Mbytes availables and Oracle requests 750 Mbytes. How Could I have more space in /?
    With best wishes.
    Jordi.

    You may try to add the environment variable
    ORACLE_TERM=vt100 which is not include in your envornment setting.

  • Oracle 8.1.7 on solaris 7 install

    Hi all
    This is about a half solved problem that I thought someone can shed some light on. I tried to set up oracle 8.1.7 on a solaris 7 unix box and the install failed, just at the point the db assistant was connecting to the oracle db to create the first database instance with the error ORA - 03114: not connect to ORACLE
    I called in some help, and together we managed to get the database working, but I'm still not fully understanding why.
    There were two thing we discovered - using the debugger, adb -kw, that the shared memory :
    shminfo_shmmax=4294967295
    shminfo_shmmin=1
    were not being set, even though they were in the etc/system file. These are recommended values in the oracle installation guide. We set this manually, and tried the install again. That failed the same way as before. So we tried an install of oracle 8.1.6, and that worked a treat, went on straight away. So investigating, we found that the shared memory pool on dbassist setup was smaller on the 8.1.6 setup than the default values for 8.1.7 and this caused the database assistant not to install the oracle instance. We adjusted the shared memory pool down, and it worked ok.
    #extract from init file that worked
    open_cursors = 100
    max_enabled_roles = 30
    db_block_buffers = 15300
    shared_pool_size = 20889600
    large_pool_size = 614400
    java_pool_size = 0
    #end extract
    So it seems the shmem values don't have any affect on the oracle database, it was only the default values in the db assistant that was causing a problem.
    So my question is does the shmem values really matter, and if they do, whats happened to them? Why doesn't setting them manually help?
    Also why does the shared memory value in the db assistant have a effect on whether the database works or not?
    Thanks
    Regards
    \Andrew
    null

    I ran into same problem with /etc/system data and it worked okay after I rebooted the OS.
    Try a reboot and see if the implements the settings.

  • DBCA Errors while installing Oracle AS 10g Rel2 on Solaris 10

    I am trying to install Oracle AS 10g r2 on solaris 10. After the end of the installation when dbca starting to create database dbca shows ora-03113 end-of-file in communication channel error. this is very critical for me. please help me to resolve. thanks in advance.

    Here is the log found in ORACLE_HOME/oraInventory/logs
    *** Starting OUICA ***
    Oracle Home set to /oracle/10gASInfra
    Configuration directory is set to /oracle/10gASInfra/cfgtoollogs. All xml files under the directory will be processed
    Parsing configuration file config.xml ....
    Ended Parsing configuration file config.xml
    Start Processing configuration tool Oracle Database Upgrade Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/dbma/logs/* to /oracle/10gASInfra/cfgtoollogs
    Buffer size for copying file is set to 2048
    Expanding source path /oracle/10gASInfra/assistants/dbma/logs/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/dbma/logs/*. Nothing will be copied.
    End Processing configuration tool Oracle Database Upgrade
    Assistant
    Start Processing configuration tool Oracle Database Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/../admin/asdb/bdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/bdump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/bdump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/cdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/cdump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/cdump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/udump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/udump/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/udump/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/../admin/asdb/create/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/../admin/asdb/create/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/../admin/asdb/create/*. Nothing will be copied.
    Preparing for copying /oracle/10gASInfra/admin/asdb/bdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/bdump/*
    Adding the file /oracle/10gASInfra/admin/asdb/bdump/alert_asdb.log from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/bdump/alert_asdb.log to /oracle/10gASInfra/cfgtoollogs/alert_asdb.log
    Number of file(s) copied is 1
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/cdump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/cdump/*
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3831 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3881 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_3884 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4173 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4175 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4178 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4193 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4195 from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/cdump/core_4198 from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/udump/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/udump/*
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3881.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3884.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4175.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4178.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4195.trc from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4198.trc from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3881.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_3881.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_3884.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_3884.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4175.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4175.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4178.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4178.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4195.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4195.trc
    Completed copying file /oracle/10gASInfra/admin/asdb/udump/asdb_ora_4198.trc to /oracle/10gASInfra/cfgtoollogs/asdb_ora_4198.trc
    Number of file(s) copied is 6
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/admin/asdb/create/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/admin/asdb/create/*
    Adding the file /oracle/10gASInfra/admin/asdb/create/CloneRmanRestore.log from the file path expanding...
    Adding the file /oracle/10gASInfra/admin/asdb/create/rmanDeleteFiles.sql from the file path expanding...
    Completed copying file /oracle/10gASInfra/admin/asdb/create/CloneRmanRestore.log to /oracle/10gASInfra/cfgtoollogs/CloneRmanRestore.log
    Completed copying file /oracle/10gASInfra/admin/asdb/create/rmanDeleteFiles.sql to /oracle/10gASInfra/cfgtoollogs/rmanDeleteFiles.sql
    Number of file(s) copied is 2
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/rdbms/audit/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/rdbms/audit/*
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3831.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3882.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_3885.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4173.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4176.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4179.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4193.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4196.aud from the file path expanding...
    Adding the file /oracle/10gASInfra/rdbms/audit/ora_4199.aud from the file path expanding...
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3831.aud to /oracle/10gASInfra/cfgtoollogs/ora_3831.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3882.aud to /oracle/10gASInfra/cfgtoollogs/ora_3882.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_3885.aud to /oracle/10gASInfra/cfgtoollogs/ora_3885.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4173.aud to /oracle/10gASInfra/cfgtoollogs/ora_4173.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4176.aud to /oracle/10gASInfra/cfgtoollogs/ora_4176.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4179.aud to /oracle/10gASInfra/cfgtoollogs/ora_4179.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4193.aud to /oracle/10gASInfra/cfgtoollogs/ora_4193.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4196.aud to /oracle/10gASInfra/cfgtoollogs/ora_4196.aud
    Completed copying file /oracle/10gASInfra/rdbms/audit/ora_4199.aud to /oracle/10gASInfra/cfgtoollogs/ora_4199.aud
    Number of file(s) copied is 9
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/assistants/dbca/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/dbca/logs/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/dbca/logs/*. Nothing will be copied.
    End Processing configuration tool Oracle Database Configuration Assistant
    Start Processing configuration tool Internet Directory Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/oidca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/oidca.log
    Adding the file /oracle/10gASInfra/ldap/log/oidca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/ldap/log/dipca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/dipca.log
    Adding the file /oracle/10gASInfra/ldap/log/dipca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/dipca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    Preparing for copying /oracle/10gASInfra/ldap/log/dasca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/dasca.log
    Adding the file /oracle/10gASInfra/ldap/log/dasca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/dasca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Internet Directory Configuration Assistant
    Start Processing configuration tool Directory Integration Platform Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/odca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/odca.log
    Adding the file /oracle/10gASInfra/ldap/log/odca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/odca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Directory Integration Platform Configuration Assistant
    Start Processing configuration tool Infrastructure Schema Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/schemaload.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/schemaload.log
    Adding the file /oracle/10gASInfra/config/schemaload.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/schemaload.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure Schema Configuration Assistant
    Start Processing configuration tool Ultra Search Security Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/opca/ultrasearchInst.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/opca/ultrasearchInst.log
    Adding the file /oracle/10gASInfra/assistants/opca/ultrasearchInst.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/assistants/opca/ultrasearchInst.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Ultra Search Security Configuration Assistant
    Start Processing configuration tool Delegated Administrative
    Service Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/ldap/log/oidca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/ldap/log/oidca.log
    Adding the file /oracle/10gASInfra/ldap/log/oidca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/ldap/log/oidca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Delegated Administrative Service Configuration Assistant
    Start Processing configuration tool
    Single Sign On Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/sso/log/ssoca.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/sso/log/ssoca.log
    Adding the file /oracle/10gASInfra/sso/log/ssoca.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/sso/log/ssoca.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Single Sign On Configuration Assistant
    Start Processing configuration tool Infrastructure modo_sso Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool_mod_osso.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_mod_osso.log
    Adding the file /oracle/10gASInfra/config/infratool_mod_osso.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_mod_osso.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure modo_sso Configuration Assistant
    Start Processing configuration tool OPMN Configuration Assistant-start OPMN....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start OPMN
    Start Processing
    configuration tool OPMN Configuration Assistant-start HTTP server....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start HTTP server
    Start Processing
    configuration tool OPMN Configuration Assistant-start DAS Instance....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start DAS Instance
    Start Processing
    configuration tool OPMN Configuration Assistant-start OCA Instance....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant-start OCA Instance
    Start Processing
    configuration tool Register DCM Plugins with EM....
    Preparing for copying /oracle/10gASInfra/dcm/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/dcm/logs/*
    Adding the file /oracle/10gASInfra/dcm/logs/dcmctl_logs from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Register DCM Plugins with EM
    Start Processing configuration tool InfraApplication Cluster Configuration Assistant step -1....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -1
    Start Processing configuration tool InfraApplication Cluster Configuration Assistant step -2....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -2
    Start Processing configuration tool
    InfraApplication Cluster Configuration Assistant step -3....
    Preparing for copying /oracle/10gASInfra/config/infratool_create_cluster.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_create_cluster.log
    Adding the file /oracle/10gASInfra/config/infratool_create_cluster.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_create_cluster.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool InfraApplication Cluster Configuration Assistant step -3
    Start Processing configuration tool Infrastructure
    Upgrade Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/config/infratool_infra_upgrade.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_infra_upgrade.log
    Adding the file /oracle/10gASInfra/config/infratool_infra_upgrade.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_infra_upgrade.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Infrastructure Upgrade Configuration Assistant
    Start Processing configuration tool Use Metadata Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool_midtier_upgrade.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool_midtier_upgrade.log
    Adding the file /oracle/10gASInfra/config/infratool_midtier_upgrade.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/config/infratool_midtier_upgrade.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Use Metadata Configuration Assistant
    Start Processing configuration tool Oracle Certification Authority....
    Preparing for copying /oracle/10gASInfra/oca/logs/install.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/oca/logs/install.log
    Adding the file /oracle/10gASInfra/oca/logs/install.log from the file path expanding...
    WARN: Source file /oracle/10gASInfra/oca/logs/install.log could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Oracle Certification Authority
    Start Processing configuration tool Use Infrastructure Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/config/infratool*.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/config/infratool*.log
    WARN: Could not find any file matching the expression /oracle/10gASInfra/config/infratool*.log. Nothing will be copied.
    End Processing configuration tool Use Infrastructure Configuration Assistant
    Start Processing configuration tool OracleAS Webcache Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/webcache/log/log.xml to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/webcache/log/log.xml
    Adding the file /oracle/10gASInfra/webcache/log/log.xml from the file path expanding...
    WARN: Source file /oracle/10gASInfra/webcache/log/log.xml could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Webcache
    Configuration Assistant
    Start Processing configuration tool Portal Configuration Assistant....
    Preparing for copying /oracle/10gASInfra/assistants/opca/*.log to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/assistants/opca/*.log
    WARN: Could not find any file matching the expression /oracle/10gASInfra/assistants/opca/*.log. Nothing will be copied.
    End Processing configuration tool Portal Configuration Assistant
    Start Processing configuration tool Discoverer Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/discoverer/config/discoconfig5.properties to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/discoverer/config/discoconfig5.properties
    Adding the file /oracle/10gASInfra/discoverer/config/discoconfig5.properties from the file path expanding...
    WARN: Source file /oracle/10gASInfra/discoverer/config/discoconfig5.properties could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool Discoverer Configuration Assistant
    Start Processing configuration tool OracleAS Wireless Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/wireless/logs/wireless_CA.out to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/wireless/logs/wireless_CA.out
    Adding the file /oracle/10gASInfra/wireless/logs/wireless_CA.out from the file path expanding...
    WARN: Source file /oracle/10gASInfra/wireless/logs/wireless_CA.out could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Wireless Configuration Assistant
    Start Processing configuration tool OracleAS Wireless SDK Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/wireless/logs/wireless_CA.out to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/wireless/logs/wireless_CA.out
    Adding the file /oracle/10gASInfra/wireless/logs/wireless_CA.out from the file path expanding...
    WARN: Source file /oracle/10gASInfra/wireless/logs/wireless_CA.out could not be found. Nothing will be copied for this file
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool OracleAS Wireless SDK Configuration Assistant
    Start Processing configuration tool OPMN Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/opmn/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/opmn/logs/*
    Adding the file /oracle/10gASInfra/opmn/logs/opmn.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ons.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/ipm.log from the file path expanding...
    Adding the file /oracle/10gASInfra/opmn/logs/states from the file path expanding...
    Completed copying file /oracle/10gASInfra/opmn/logs/opmn.log to /oracle/10gASInfra/cfgtoollogs/opmn.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ons.log to /oracle/10gASInfra/cfgtoollogs/ons.log
    Completed copying file /oracle/10gASInfra/opmn/logs/ipm.log to /oracle/10gASInfra/cfgtoollogs/ipm.log
    Number of file(s) copied is 3
    Number of directories copied is 0
    End Processing configuration tool OPMN Configuration Assistant
    Start Processing configuration tool
    Enterprise manager Website Configuration Assistant ....
    Preparing for copying /oracle/10gASInfra/sysman/log/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/sysman/log/*
    WARN: Could not find any file matching the expression /oracle/10gASInfra/sysman/log/*. Nothing will be copied.
    End Processing configuration tool Enterprise manager Website Configuration Assistant
    Start Processing configuration tool DCM Repository Backup Assistant ....
    Preparing for copying /oracle/10gASInfra/dcm/logs/* to /oracle/10gASInfra/cfgtoollogs
    Expanding source path /oracle/10gASInfra/dcm/logs/*
    Adding the file /oracle/10gASInfra/dcm/logs/dcmctl_logs from the file path expanding...
    Number of file(s) copied is 0
    Number of directories copied is 0
    End Processing configuration tool DCM Repository Backup Assistant

  • Installing and Conifuguring Oracle 9i/10g on Sun Solaris

    Hi,
    I am planning to install Oracle 9i/10g on Sun Solaris. Below are the activities I need to do. Can some body provide me Step-by-Step procedure to be followed for below activities.
         Pre-Installation Activities
         Creating a install User
         Configuring OS Memory and shared memories
         Creating distinct file systems for Oracle -- Capacity planning
         Installing the product
         Post product installations
    Thanks in Advance
    Sampath

    Please have a look in the document "Installation Guide" found here on Oracle Technology Network (OTN). All your questions are answered there!!!

  • Help needed on installation of Oracle 9i EE on Sun Solaris 8

    Hey,
    Help needed on installation of Oracle 9i EE on Sun Solaris 8. The problem I met was: we followed the installation guide from the documentation. And we selected the choice "install software only". After it was done successfully, we run Database Configuration Assistant utility to create a database instance. But finally it always tried to create the instance at the root directory ( / ) which doesn't have enough space and then failed. The case was that we have set the enviroment parameters: $ORACLE_BASE = /export/mydata, $ORACLE_HOME = /export/apps/oracle9i. That means it should be installed at /export/mydata, but it didn't. Any help or advice are welcome. Thanks.
    Simon

    I have downloaded Oracle 11G R2 version from Windows and extracted it in Windows and copied it into DVD after extraction in two folders. Now I am mounting that DVD in Solaris 10 installed in my VMware . I made a new directory named as 'installation ' under /export/home/oracle and copied the folders from DVD to 'installation' folder. Now I am entering installation folder and try to do ./runInstaller as 'oracle ' user and getting the error mentioned before.
    Edited by: 916438 on Mar 31, 2012 5:55 PM

  • Isqlplus with  oracle 8.1.7 on Solaris 9x86

    I installed oracle 8.1.7 on Solaris 9x86, all is fine.
    But I dont see any where that I could use isqlplus through nestcape.
    Is there any way that I could start isqlplus through my browser.
    Please help!!!

    You mean that I can install isqlplus from oracle9i into my oracle8.1.7.You would need to install into a new Oracle9i-only directory (i.e. a
    new ORACLE_HOME). The iSQL*Plus in it would be able to connect to
    your existing 8.1.7 database using Oracle Net.
    Unfortunately I see 9i is not supported on Solaris x86 (though 10g is
    "projected".)
    The French iSQL*Plus 8.1.7 document you refer to talks about the first
    pre-production version of iSQL*Plus released. It cannot be
    recommended for use, and is no longer available.
    -- CJ

  • Oracle 8.1.6 on Solaris (SPARC) & EJB's

    Hi all,
    I would like to know if anybody is successfully using Oracle 8.1.6 on Solaris (SPARC) and EJB's or any other JServer Technology? If you have any advice for implementing JServer technologies on Solaris, please feel free to elaborate.
    Thanks in advance,
    Rob
    null

    Could you tell us how to do that????
    We all met the ORA-01034 problem!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Wile E. Coyote:
    Yes, that's no problem
    I've installed 8.1.6 on several machines running Solaris 8 without any problem<HR></BLOCKQUOTE>
    null

  • SOS........installation problem. Oracle 8.1.5 on Solaris 2.6

    Hi all,
    I am in the process of installing Oracle 8.1.5 on Solaris 2.6.
    While installing Oracle, it gives the following error and abruptly stops installation.
    java.lang.ClassNotFoundException : OiQueryFileRes occurred..
    I have intstalled 105181-23 kernel update patch and ORCLudlm package which is provided in in oracle cd.
    I will deeply appreciate your ideas.
    Thanks,
    Raghu.

    Hi all,
    I hope I am not alone in facing this problem.
    Would greatly appreciate any suggestions from you.
    Thanks,
    Raghu.

  • How to install owb server-side software on UNIX Solaris (SPACR-64)?

    Hi there,
    How to install owb server-side software on UNIX Solaris (SPACR-64)?
    I've read the install guide
    and it mentions
    3. Start the installer by entering the following at the prompt:
    cd mount_point
    ./runInstaller
    I don't have access to any graphical interface on the UNIX box e.g. x-windows nor any cd with the software, just the solaris software downloaded from web - does this include the runinstaller
    and is the runisnatller just a command line interface?
    I hoped I would be able to download the software from oracle website and then simply run the a setup scrip?
    Is it possible to do this? Would I simply substitute cd mount_point to cd <directory I put software)
    I've never ran oracle universall installer on UNIX before.
    Many Thanks
    Edited by: user575470 on Feb 15, 2009 7:54 AM
    Edited by: user575470 on Feb 15, 2009 8:06 AM

    Hi,
    You can install the server-side software from the downloaded software.
    You don't need the CD
    You do need an X-windows client on your computer to connect to the server OR work directly on the server.
    Without X-windows you cannot start the Oracle Universal Installer.
    Maybe there is a command line installation, I have never used this.
    I hope this helps.
    Regards,
    Emile

  • Dbca command is in progress status ,while installing 9i oracle

    Hi All can you please help .............
    i have sparc ultra 80 machine with solaris 9 , i copied the oracle software 9.i , and tried to install the oracle software through runInistaller , every thing is fine ,
    But the issue is once executing the DBCA command to create the Database -- status is progress only for long time -about 10 hours --o i killed the process .......
    Any body can suggest please ........
    any document is available for installation ..
    Thanks in advance .........
    Vijayakumar.......

    [Using the Database Configuration Assistant (DBCA) to Create a Database|http://www.oracle.com/technology/obe/2day_dba/install/install.htm#t2]

Maybe you are looking for

  • How many ipods on one computer?

    Clearly new to this music download stuff! My dgtr just got a shuffle, I have an MP3 sansa can we both use itunes to get music? The reason I ask is we heard we can not charge our ipod at my sisters when out of town only one ipod per computer???? This

  • My Late 2008 17" MacBook Pro isn't reinstalling.

    I bought an (early 2008) 17" MacBook Pro from my brother about 1 week ago. I want to reinstall it. When I insert "Disc 1" in to the Superdrive I then click on "Install Mac OS X and Software Bundles". Then I click on restart. When I restarts it just s

  • How do I delete a movie from the iTunes-cloud?

    How do I delete a movie from the iTunes-cloud? I don't want to hide it I want to delete it even if it means I can't download it again..

  • Imac Scanner doesn't work

    My new Imac running Snow Leopard 10.6.2 has what seems to be a broken scanner....The scanning function on the printer works fine when I hook it up to our mac mini, so it is my Imac that is the problem We have reinstalled the OS and that didn't help a

  • Reference using the name assigned with setName

    I am automatically generating a data update screen that displays labels and associated data fields. The labels and fields are generated based on the field names and types contained in a SQL table. As the fields are generated the field name is set to