Can I remove ORACLE JRE/JDK?

Hi all
I already have Sun's JRE/JDK in /usr (SuSE). Can I safely remove Oracle JRE/JDK?

Last time when I delete Oracle JRE, OEM and none of oracle's UI based on Java did not start.

Similar Messages

  • [SOLVED]Oracle jre / jdk conflicts

    Hi,
    I just recently installed arch for the first time and is attempting to replace OpenJDK with the version of Oracle.
    I downloaded the jre and jdk from AUR, but I get conflicts between them.
    The JDK is needed for development purposes.
    I extracted the files from the tarball, ran
    makepkg
    and tried to use pacman for the rest. The process is listed below.
    The problem is, it seems JDK and JRE are in conflict, which sounds weird to me.
    I read around on the forums, but I didn't find a problem similar to this. I take the chance I didn't miss anything and asks for help instead!
    [root@arch jre]# pacman -U jre-7.11-1-x86_64.pkg.tar
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): jre-7.11-1
    Total Installed Size: 128.16 MiB
    Proceed with installation? [Y/n] y
    - The jre package is licensed software.
    You MUST agree to the license available in:
    http://java.com/license before using it.
    - Please relogin to include jre in your PATH.
    Optional dependencies for jre
    alsa-lib: sound support
    ttf-dejavu: fonts
    [root@arch jre]# cd ../jdk
    [root@arch jdk]# pacman -U jdk-7.11-1-x86_64.pkg.tar
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    :: jdk and jre are in conflict (java-runtime). Remove jre? [y/N]
    All help and redirects are appreciated,
    Erro
    EDIT: Forgot to ask if JRE is included in the JDK, I didn't see indications in the AUR.
    Last edited by erro (2013-01-17 22:24:41)

    Sorry for taking up forum space!
    JRE was included in the JDK, how sloppy of me...

  • Installing Oracle JRE

    Currently I'm using this package from the AUR.  I'm trying to install it with:
    $ makepkg -s
    # pacman -U jre-7.9-1-x86_64.pkg.tar
    However, this is returned:
    looking for inter-conflicts...
    :: jre and jre7-openjdk are in conflict (java-runtime). Remove jre7-openjdk? [y/N] y
    :: jre and jre7-openjdk-headless are in conflict (java-runtime-headless). Remove jre7-openjdk-headless? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: jdk7-openjdk: requires jre7-openjdk
    Why does it complain about openjdk if I'm trying to install oracle jre?  Thanks for any help!

    Had some mess too when I switched from jre7-openjdk and jdk7-openjdk to Oracles jre/jdk a couple of months ago.
    Not sure if the jdk7-openjdk will work with Oracles jre and it's PKGBUILD points out jre-openjdk as a dependency.
    I would suggest that you install Oracles jdk instead, it provides both jre/jdk and you'll be replacing both openjdk packages
    and that should solve the dependency problem for you (between the jdk and jre at least).
    When I switched I first removed both jdk7-openjdk and jre7-openjdk, and you are probably in the same spot as I was
    then (sitting with a bunch of installed apps that depends on java).
    So I used
    pacman -Rdd jre7-openjdk
    pacman -Rdd jdk7-openjdk
    to remove them.
    By doing that I "broke" all installed packages that depends on java but since I was going to install the new jre/jdk directly
    after that it wouldn't matter anyway (installing the new jre/jdk fixes it again).
    Not sure if it's the best way to do it but the idea of first removing all packages that have
    a dependency to either the jre or the jdk package and then re-install them again (after installing the new jre/jdk)
    didn't sound appealing to me... guess I'm just lazy

  • Remove Oracle

    Hi ,
    How can I remove Oracle S/W and Database completely from Windows and Linux machines.
    Thanx in advance.

    WARNING:
    1. Remove all Oracle components from your computer only as a last resort,
    and only if you want to remove ALL Oracle components from your system.
    2. These instructions remove all Oracle components, services, and registry
    entries from your computer. In addition, any database files in the
    subdirectories under ORACLE_BASE\ORADATA\ are also removed.
    3. These procedures will also remove Oracle network configuration files,
    user written scripts and any other user generated files that may be stored
    in Oracle_Base directories.
    4. Exercise extreme care when removing registry entries. Removing incorrect
    entries can severely compromise your computer.
    MANUALLY REMOVING ALL ORACLE COMPONENTS AND SERVICES FROM YOUR COMPUTER
    A. Removing Components on Windows NT/2000.
    To remove all Oracle components from a computer on Windows NT/Windows 2000:
    1. Check privileges:
    1.a. Ensure you are logged in as a user with Administrator privileges.
    2. Stop all Oracle services (if any are running):
    2.a. NT: Choose Start > Settings > Control Panel > Services.
    2000: Right click My Computer > Manage > Services and Applications > Services
    2.b. If any Oracle services (their names begin with Oracle) exist and have
    the status Started, select the service and click Stop.
    2.c. Click Close to exit the Services window.
    2.d. Close the Control Panel/Computer Management window.
    3. Remove the entries in the Windows registry:
    3.a. Start the registry editor:
    Choose Start > Run > regedt32
    3.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    Note the value of the key INST_LOC, this is the location of the Oracle Universal
    Installer. The default location is C:\Program Files\Oracle\Inventory. If this
    value is different, make note of it, so we can delete these files later.
    Delete this ORACLE key.
    3.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
    remove all keys under here which are related with the
    "Oracle ODBC Driver"
    3.d. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove
    all keys under here that begin with ORACLE or ORAWEB.
    3.e. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\...
    \Application and remove all keys under here that begin with ORACLE.
    3.f. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
    and remove any entries related to Oracle.
    3.g. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Oracle, OraPerf or
    OraOLEDB
    3.h. Close the registry.
    4. Clean up the environment settings:
    4.a. NT: Choose Start > Settings > Control Panel > System > Environment tab
    2000: Choose Start > Settings > Control Panel > System > Advanced tab >
    Environment variables.
    4.b. At "System Variables" click on the variable PATH in order to modify
    the value. For example, you may see a path similar to this one:
    C:\ORACLE\ORA81\BIN;C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
    4.c. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
    4.d. If JRE was installed by Oracle, remove the JRE path.
    4.e. If there is a CLASSPATH variable under "System Variables", first make note
    of the path defined, then delete it. This variable can be added back at
    a later date if needed.
    4.f. Check if there are any other Oracle variables set in "System Variables",
    ORACLE_HOME, ORACLE_SID or TNS_ADMIN. If these exist, delete them also.
    4.g. Click on APPLY and OK.
    4.h. Close the Control Panel window.
    5. Delete the software and icons:
    5.a. NT: Choose Start > Programs > Windows NT Explorer.
    2000: Choose Start > Programs > Accessories > Windows NT Explorer.
    5.b. NT: Go to SYSTEM_DRIVE:\WINNT\PROFILES\ALL USERS\START MENU\PROGRAMS
    2000: Go to SYSTEM_DRIVE:\DOCUMENTS AND SETTINGS\ALL USERS\START MENU\PROGRAMS
    (Note: These locations depend on whether OS was upgraded from NT,
    or this was a fresh install of 2000)
    and delete the following icons:
    - Oracle - HOME_NAME
    where HOME_NAME is the previous Oracle home name.
    - Oracle Installation Products
    5.c. Go to SYSTEM_DRIVE:\Program Files\Oracle or the location of INST_LOC as
    noted earlier in step 3.b and delete this directory.
    5.d Go to SYSTEM_DRIVE:\Temp and delete all files and directories in here.
    5.e. Go to the drive where the Oracle software is installed on your machine
    and delete all ORACLE_BASE directories on your hard drive.
    5.f. Close the Windows NT Explorer.
    6. Finish the removal:
    6.a. Empty the recycle bin
    Right click on recycle bin > Empty Recycle Bin.
    6.b. Reboot your computer.

  • Remove oracle database without accessing   registery

    Hi
    Can I remove oracle from my machine without accessin g
    registery?
    I have been told by my teacher that is possible
    but as my experience in oracle installation that causes installtion to stop somewhere?
    can you suggest please?
    oracle 10g
    windows xp Os

    Hi;
    Please see:
    Note 124353.1 WIN: Manually Removing all Oracle Components on Microsoft Windows Platforms
    Regard
    Helios

  • How to get the users list that can Add/Remove or modify Vendors in Oracle?

    How to get the users list that can Add/Remove or modify Vendors in Oracle?
    I need to generate a report like name and responsibility. Thanks

    That query gives the Supplier information.
    But what i would be needing is to find out the USERS in oracle who can Add/Modify or Remove Vendors.
    I assume it should be based on the Responsibility.

  • How can i remove manually oracle 10g express edition from vista

    hello
    i use windows vista
    how can i remove manually oracle 10 g express edition
    please help

    1. Uninstall all Oracle components using the Oracle Universal Installer (OUI).
    2. Delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key which contains registry entries for all Oracle products by using regedit.
    3. Delete any references to Oracle services/components in the following registry location: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/. Looks for key entries that starts with “Ora” which are obviously related to Oracle.
    4. Reboot the workstation.
    5. Delete the ORACLE_BASE directory. (i.e C:\Oracle)
    6. Delete the C:\Program Files\Oracle directory.
    7. Empty the temp directory.
    8. Empty the recycle bin.
    have you done this?

  • Mandrake Linux 8.0 - can't get Oracle Universal Installer to run

    Hi all.
    I'm having trouble getting Oracle's Universal Installer to run.
    I'm trying to become DBA certified, so I went and purchased
    (among
    other materials) a book titled "Oracle8i for LINUX Starter Kit",
    authored by Steve Bobrowski, published by Oracle Press / Osborne
    McGraw-Hill, ISBN 0-07-212442-3.
    The book includes a CD-ROM with Oracle8i Enterprise Edition,
    Release 2, version 8.1.6 for LINUX.
    I'm running an Intel P-III 500 MHz with 512MB RAM, 30GB hard disk
    exclusively configured for Linux (no other O/S on it) and Oracle
    (so LOTS of hard disk space is available), Matrox Millennium G400
    video card (32MB).
    My hardware exceeds all requirements listed in aforementioned
    book, and also in Oracle's own documentation (from their web
    site).
    I'm running Mandrake's Linux 8.0, PowerPack Edition, with:
    kernel = 2.4.3
    XFree 4.0.3 (and I've also tried 3.3.6, with identical results
    to those listed below)
    glibc 2.2.2
    I've followed the book's instructions to the letter, and set up
    the environment variables, oracle user, and subdirectories as
    required.
    So far, so good.
    OK. Now, here's where the problem appears:
    I log in as the oracle user, and try to start the Oracle
    Universal Installer (following the instructions in the book)
    as follows:
    cd /mnt/cdrom
    ./runInstaller
    The computer tries to do some stuff, then spews the information
    listed at the bottom of this posting to the screen. I press
    <ENTER> after "OK" and get dumped back to the bash prompt.
    That's it. I can't go any further. No Oracle Universal
    Installer.
    By the way, I've also downloaded Oracle8i Enterprise Edition
    Release 3, version 8.1.7 from Oracle's website, and tried to
    install that, too. Exactly same results.
    The nice folks at Oracle have politely told me to get lost,
    and not bug them for unpaid support.
    I'd really like to get this stuff up and running, so I can
    start studying and practicing for DBA, but I need help 'cause
    this problem is beyond me.
    So... can anyone help??
    Thanks in advance.
    [email protected]
    [email protected]
    =================================================================
    =========
    Here's what shows up when I try to start the Oracle Universal
    Installer:
    [oracle@localhost cdrom]$ ./runInstaller
    [oracle@localhost cdrom]$ Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait...
    SIGSEGV received at bfffedac
    in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/E
    xpanded/linux/lib/linux/native_threads/libjava.so. Processing
    terminated
    Sat Sep 29 12:58:56 2001
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT
    enabled: jitc)"
    Operating Environment
    Host : localhost.localdomain.localdomain
    OS Level : 2.4.3-20mdk.#1 Sun Apr 15 23:03:10 CEST 2001
    glibc Version : 2.2.2
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
         Mem: 525901824 116862976 409038848 0 6377472
    61140992
         Swap: 1069244416 0 1069244416
         MemTotal: 513576 kB
         MemFree: 399452 kB
         MemShared: 0 kB
         Buffers: 6228 kB
         Cached: 59708 kB
         Active: 63740 kB
         Inact_dirty: 2196 kB
         Inact_clean: 0 kB
         Inact_target: 1072 kB
         HighTotal: 0 kB
         HighFree: 0 kB
         LowTotal: 513576 kB
         LowFree: 399452 kB
         SwapTotal: 1044184 kB
         SwapFree: 1044184 kB
         User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE : infinity
         RLIMIT_DATA : infinity
         RLIMIT_STACK : 2093056
         RLIMIT_CORE : 0
         RLIMIT_NOFILE : 1024
         RLIMIT_NPROC : 16383
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/cdrom/install
    LTDL_LIBRARY_PATH=/usr/lib
    ORACLE_SID=oralin
    TMPDIR=/usr/oracle/tmp
    XAUTHORITY=/usr/oracle/.Xauthority
    mc=
    LC_MESSAGES=en_US
    HOSTNAME=localhost.localdomain
    LD_LIBRARY_PATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/
    1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib
    :/usr/lib
    NLSPATH=/usr/share/locale/%l/%N
    CLASSPATH=/usr/oracle/tmp/OraInstall:../stage/Components/oracle.s
    wd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/OraInstaller.jar:../s
    tage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/l
    ib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/
    1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.
    swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/oracleice.jar:../sta
    ge/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib
    /help.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFi
    les/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.0
    .18.0A/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components
    /oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/swingaccess.
    jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/
    Expanded/linux/lib/rt.jar:/mnt/cdrom/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/cdrom/stag
    e/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/
    math.jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataF
    iles/Expanded/linux/lib/classes.zip
    LESSKEY=/etc/.less
    LANGUAGE=en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    BROWSER=kfmclient openProfile webbrowsing
    LESS=-MM
    USER=oracle
    LC_TIME=en_US
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;3
    3;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;
    32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.
    tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=
    01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz
    2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;3
    5:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.t
    if=01;35:*.tiff=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i586-mandrake-linux-gnu
    KDE_MULTIHEAD=f
    KDE_MULTIHEAD=false
    HELP_BROWSER=kfmclient openProfile webbrowsing
    THREADS_FLAG=native
    MAIL=/var/spool/mail/oracle
    INPUTRC=/etc/inputrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/usr/oracle/.gtkrc
    XMODIFIERS=@im=none
    LANG=en
    JAVA_HOME=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/Data
    Files/Expanded/linux
    ORACLE_BASE=/usr/oraInventory
    LC_NUMERIC=en_US
    COLORTERM=
    ORACLE_HOME=/usr/oracle
    TMP=/usr/oracle/tmp
    DISPLAY=localhost:0.0
    LOGNAME=oracle
    SHLVL=3
    LC_CTYPE=en_US
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-
    unix/1074
    SHELL=/bin/bash
    HOSTTYPE=i586
    QT_XFT=0
    OSTYPE=linux-gnu
    HISTSIZE=1000
    HOME=/usr/oracle
    TERM=xterm
    PATH=/bin:/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/u
    sr/X11R6/bin:/usr/games:/usr/oracle/bin
    SECURE_LEVEL=3
    LC_MONETARY=en_US
    RPM_INSTALL_LANG=en_US:en
    LC_COLLATE=en_US
    LIBPATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFi
    les/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf764 used
    (128932) free(-12196)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4032a238,
    sys_thread_t:0x80dca78)
    Native Thread State: ThreadID: 00000803 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf5ffb20 pointer bf5ff914 used
    (524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4032a288, sys_thread_t:0x80dc7f8)
    Native Thread State: ThreadID: 00000402 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf7ffb20 pointer bf7ff988 used
    (408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf758 used
    (128944) free(-12208)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    OK
    [oracle@localhost cdrom]$
    =================================================================
    =========
    [email protected]
    [email protected]

    I have Mandrake 8.0 on PII-600, 256 RAM. I used the downloaded
    8.1.7. Edit JRE_LOCATION in Disk1/install/oraparam.ini to point
    to your version of JRE 1.1.8 v3 (JRE from
    http://www.backdown.org). Then try with NUMLOCK=OFF.
    I just clicked the 'typical' installation. It failed at the end
    and did not install the database manager. The error message was:
    SIGGEV received at bfffea90 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threads/libjava.so
    Process terminated
    Writing stack trace to javacore30299.txt... OK
    /u01/app/oracle/product/8.1.7/bin/dbassist: line 103: 30229
    Segmentation fault $JRE_EXEC -Duser.dir=$USER_DIR -classpath
    $CLASSPATH DBCreateWizard $ARGUMENTS
    If you get beyond this point, let me know. Good luck!

  • Can't uninstall Oracle Client 11g on Win7/64 (all read and tried)

    First: I already know the official tutorial for removing Oracle 11g and have read several existing forum entries on this topic.
    1. When I try to deinstall with OUI (mark "OraClient11g_home1" only, no expanded subnodes), it tells me to run "deinstall" in the deinstall subfolder of the client directory.
    2. When I run deinstall (Console, in Admin mode) it runs, but tells me:
    ERROR: Cannot find the file bin\ONSCLIENT.dll in the ORACLE_HOME D:\...\11.2.0\client_2. You must download the standalone version of the deinstall tool from OTN to deconfigure/deinstall this Oracle Home.
    cannot remove directory for C:\Users\[me]\AppData\Local\Temp\OraDeinstall_12-18-45: Permission denied at D:\app\[me]\product\11.2.0\client_2\deinstall\bootstr
    ap.pl line 179
    1 file(s) copied.
    1 file(s) copied.
    The system cannot find the path specified.
    1 dir(s) moved.
    The ONSCLIENT.dll is in fact not there, neither in the client bin directory, nor in the deinstall bin directory. The temporary folder exists, and I have no idea why it should not be allowed to be deleted.
    I could not find any additional tool, except one explicitly for Windows 32bit.
    This one should be a 64 bit client, I have another client in 32bit (client_1). I have currently some kind of version chaos, some applications need 32bit, so I want to get rid of the 64bit stuff for now.
    Edited by: 870067 on 04.07.2011 03:56
    Edited by: 870067 on 04.07.2011 04:12

    Doesnt seem to be working for me! It gets stuck on:
    "Removing Windows and .NET products configuration START"
    On the last attempt it sat there for over an hour. When I cancel out of the batch process I got the following errors:
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\ASSIST~1\jlib\
    assistantsCommon.jar - The process cannot access the file because it is being us
    ed by another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\ASSIST~1\netca
    \jlib\netca.jar - The process cannot access the file because it is being used by
    another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\OCI.dll -
    Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraasmclnt
    11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oracell11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraCLIENT1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraCOMMON1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraCORE11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraGENERIC
    11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\orahasgen1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraLDAPCLN
    T11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraLDAPJCL
    NT11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraN11.dll
    - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNCDS11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNCRYPT1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNHOST11
    .dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNJNI11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNL11.dl
    l - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNLDAP11
    .dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNLS11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNNZSBB1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNRO11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNTCP11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraNTNS11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraocr11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraocrb11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraocrutl1
    1.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraPLP11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraPLS11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraSLAX11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraSNLS11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraSQL11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\orasrvmocr
    11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraUNLS11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraVSN11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraXML11.d
    ll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraZT11.dl
    l - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\bin\oraZTKG11.
    dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\cl
    ient\jvm.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\hp
    i.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\ja
    va.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\ja
    va.exe - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\ma
    nagement.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\ne
    t.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\ve
    rify.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\bin\zi
    p.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\ch
    arsets.jar - The process cannot access the file because it is being used by anot
    her process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\ex
    t\dnsns.jar - The process cannot access the file because it is being used by ano
    ther process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\ex
    t\localedata.jar - The process cannot access the file because it is being used b
    y another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\ex
    t\sunjce_provider.jar - The process cannot access the file because it is being u
    sed by another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\ex
    t\sunpkcs11.jar - The process cannot access the file because it is being used by
    another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\jc
    e.jar - The process cannot access the file because it is being used by another p
    rocess.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\js
    se.jar - The process cannot access the file because it is being used by another
    process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jdk\jre\lib\rt
    .jar - The process cannot access the file because it is being used by another pr
    ocess.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\cvu.jar -
    The process cannot access the file because it is being used by another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\deconfigC
    CR.jar - The process cannot access the file because it is being used by another
    process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\deinstall
    _core.jar - The process cannot access the file because it is being used by anoth
    er process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\deinstall
    _wrapper.jar - The process cannot access the file because it is being used by an
    other process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\emca.jar
    - The process cannot access the file because it is being used by another process
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\emConfigI
    nstall.jar - The process cannot access the file because it is being used by anot
    her process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\ewt3.jar
    - The process cannot access the file because it is being used by another process
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\ldapjclnt
    11.jar - The process cannot access the file because it is being used by another
    process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\netcfg.ja
    r - The process cannot access the file because it is being used by another proce
    ss.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\srvm.jar
    - The process cannot access the file because it is being used by another process
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\srvmasm.j
    ar - The process cannot access the file because it is being used by another proc
    ess.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\srvmhas.j
    ar - The process cannot access the file because it is being used by another proc
    ess.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\superclus
    ter-common.jar - The process cannot access the file because it is being used by
    another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\jlib\superclus
    ter.jar - The process cannot access the file because it is being used by another
    process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\http_
    client.jar - The process cannot access the file because it is being used by anot
    her process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\OraCh
    eckPoint.jar - The process cannot access the file because it is being used by an
    other process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\OraIn
    staller.jar - The process cannot access the file because it is being used by ano
    ther process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\OraPr
    ereq.jar - The process cannot access the file because it is being used by anothe
    r process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\OraPr
    ereqChecks.jar - The process cannot access the file because it is being used by
    another process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\share
    .jar - The process cannot access the file because it is being used by another pr
    ocess.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\jlib\xmlpa
    rserv2.jar - The process cannot access the file because it is being used by anot
    her process.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\lib\win32\
    msvcr71.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\lib\win32\
    oraInstaller.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\lib\win32\
    orasrvm11.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\lib\win32\
    orauts.dll - Access is denied.
    C:\Users\u3h5\AppData\Local\Temp\2\deinstall2011-10-26_11-26-21AM\oui\lib\win32\
    orawsec11.dll - Access is denied.
    I take it something might be open thats using it? Any specific services I should be shutting down?

  • SOA Suite 11.1.1.6.0  Error - Please specify a valid JRE JDK location

    I am very new to Oracle installations and I cannot get past the " Please specify a valid JRE/JDK location :" message when installing the SOA Suite.
    I verified that all my prerequisites are in place.
    No matter what path I enter, it ignores it and repeats the message. I made sure to install JRE in a directory path with no spaces. I have tried installing jre-7u9-windows-i586 and also jre-7u9-windows-x64. I also tried pointing the location to the jdk160_29/jre/bin directory created by the SOA installation (again, no spaces in my path). Nothing seems to work.
    I am following the Quick Start Guide version 1.2 from August 2011 http://www.oracle.com/technetwork/middleware/soasuite/overview/quickstartguidesoasuite11gr1ps4-459545.pdf. I also looked at various postings and blogs.
    I am running this on a single Windows 7 Home Version SP1, 64-bit machine.
    Here is the full message:
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz . Actual 3292 MHz Passed
    Checking swap space: must be greater than 512 MB . Actual 2048 MB Passed
    Checking monitor: must be configured to display at least 256 colors Higher than
    256 . Actual 4294967296 Passed
    Preparing to launch Oracle Universal Installer from C:\Users\Robij\AppData\Loca
    l\Temp\OraInstall2012-11-20_09-46-59AM. Please wait ...
    Please specify JRE/JDK location ( Ex. /home/jre ), <location>/bin/java should e
    xist : \middleware\soasuite\jdk160_29\jre\bin
    Please specify a valid JRE/JDK location :
    As I said, I'm new to this, so sorry for the newbie question. Can anyone help me? Thanks.

    try this at commande ligne
    cd c:\the folder wish contient the setup.exe for soa suite
    setup *–jreLoc* c:\the jdk path directorie example(c:\oracle\midl…\jdk_18...hope that's help you
    Good luck

  • Removing Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5

    I have installed Pre-Built Developer-VM (for Oracle VM VirtualBox) named Database App Development VM, including Oracle Database 11g Release 2 Enterprise Edition.
    VirtualBox VMs for Developers&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;VirtualBox VMs for Developers&q…
    I would like to remove Oracle Database Enterprise Edition Release 11.2.2.0 on linux 5, but I am getting the error "command not found".
    [oracle@localhost ~]$ cd $ORACLE_HOME
    [oracle@localhost dbhome_2]$ cd deinstall
    [oracle@localhost deinstall]$ ls -ltr
    -rwxr-xr-x 1 oracle oracle 32343 Dec 16  2009 sshUserSetup.sh
    -rw-r--r-- 1 oracle oracle 489   Nov 16  2009 readme.txt
    -rw-r--r-- 1 oracle oracle 3466  Mar 19  2010 deinstall.xml
    -rwxr-xr-x 1 oracle oracle 9369  Jun 10  2010 bootstrap.pl
    -rwxr-xr-x 1 oracle oracle 14776 Jul 15  2010 deinstall.pl
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 response
    drwxr-xr-x 2 oracle oracle 4096  Oct  2  2010 jlib
    -rwxr-xr-x 1 oracle oracle 8474  Oct  2  2010 deinstall
    [oracle@localhost deinstall]$ ./deinstall
    Checking for required files and bootstrapping ...
    Please wait ...
    ./deinstall: line 217: ERROR:: command not found
    Does anybody have an idea?

    Hello Asif,
    I opened deinstall.pl with vi and jumped to line 217. There is nothing in line 217. Its the end of file. In line 216 is the following command:
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    I cannot find the problem.
    deinstall.pl
    # $Header: install/utl/scripts/db/deinstall /main/3 2010/05/28 20:12:57 ssampath Exp $
    # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    #    NAME
    #      deinstall - wrapper script that calls deinstall tool.
    #    DESCRIPTION
    #      This script will set all the necessary variables and call the tools
    #      entry point.
    #    NOTES
    #      <other useful comments, qualifications, etc.>
    #    MODIFIED   (MM/DD/YY)
    #    mwidjaja    04/29/10 - XbranchMerge mwidjaja_bug-9579184 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    04/15/10 - Added SHLIB_PATH for HP-PARISC
    #    mwidjaja    01/14/10 - XbranchMerge mwidjaja_bug-9269768 from
    #                           st_install_11.2.0.1.0
    #    mwidjaja    01/14/10 - Fix help message for params
    #    ssampath    12/24/09 - Fix for bug 9227535. Remove legacy version_check
    #                           function
    #    ssampath    12/01/09 - XbranchMerge ssampath_bug-9167533 from
    #                           st_install_11.2.0.1.0
    #    ssampath    11/30/09 - Set umask to 022.
    #    prsubram    10/12/09 - XbranchMerge prsubram_bug-9005648 from main
    #    prsubram    10/08/09 - Compute ARCHITECTURE_FLAG in the script
    #    prsubram    09/15/09 - Setting LIBPATH for AIX
    #    prsubram    09/10/09 - Add AIX specific code check java version
    #    prsubram    09/10/09 - Change TOOL_DIR to BOOTSTRAP_DIR in java cmd
    #                           invocation of bug#8874160
    #    prsubram    09/08/09 - Change the default shell to /usr/xpg4/bin/sh on
    #                           SunOS
    #    prsubram    09/03/09 - Removing -d64 for client32 homes for the bug8859294
    #    prsubram    06/22/09 - Resolve port specific id cmd issue
    #    ssampath    06/02/09 - Fix for bug 8566942
    #    ssampath    05/19/09 - Move removal of /tmp/deinstall<timestamp> to java
    #                           code.
    #    prsubram    04/30/09 - Fix for the bug#8474891
    #    mwidjaja    04/29/09 - Added user check between the user running the
    #                           script and inventory owner
    #    ssampath    04/29/09 - Changes to make error message better when deinstall
    #                           tool is invoked from inside ORACLE_HOME and -home
    #                           is passed.
    #    ssampath    04/15/09 - Fix for bug 8414555
    #    prsubram    04/09/09 - LD_LIBRARY_PATH is ported for sol,hp-ux & aix
    #    mwidjaja    03/26/09 - Disallow -home for running from OH
    #    ssampath    03/24/09 - Fix for bug 8339519
    #    wyou        02/25/09 - restructure the ohome check
    #    wyou        02/25/09 - change the error msg for directory existance check
    #    wyou        02/12/09 - add directory existance check
    #    wyou        02/09/09 - add the check for the writablity for the oracle
    #                           home passed-in
    #    ssampath    01/21/09 - Add oui/lib to LD_LIBRARY_PATH
    #    poosrini    01/07/09 - LOG related changes
    #    ssampath    11/24/08 - Create /main/osds/unix branch
    #    dchriste    10/30/08 - eliminate non-generic tools like 'cut'
    #    ssampath    08/18/08 - Pickup srvm.jar from JLIB directory.
    #    ssampath    07/30/08 - Add http_client.jar and OraCheckpoint.jar to
    #                           CLASSPATH
    #    ssampath    07/08/08 - assistantsCommon.jar and netca.jar location has
    #                           changed.
    #    ssampath    04/11/08 - If invoking the tool from installed home, JRE_HOME
    #                           should be set to $OH/jdk/jre.
    #    ssampath    04/09/08 - Add logic to instantiate ORA_CRS_HOME, JAVA_HOME
    #                           etc.,
    #    ssampath    04/03/08 - Pick up ldapjclnt11.jar
    #    idai        04/03/08 - remove assistantsdc.jar and netcadc.jar
    #    bktripat    02/23/07 -
    #    khsingh     07/18/06 - add osdbagrp fix
    #    khsingh     07/07/06 - fix regression
    #    khsingh     06/20/06 - fix bug 5228203
    #    bktripat    06/12/06 - Fix for bug 5246802
    #    bktripat    05/08/06 -
    #    khsingh     05/08/06 - fix tool to run from any parent directory
    #    khsingh     05/08/06 - fix LD_LIBRARY_PATH to have abs. path
    #    ssampath    05/01/06 - Fix for bug 5198219
    #    bktripat    04/21/06 - Fix for bug 5074246
    #    khsingh     04/11/06 - fix bug 5151658
    #    khsingh     04/08/06 - Add WA for bugs 5006414 & 5093832
    #    bktripat    02/08/06 - Fix for bug 5024086 & 5024061
    #    bktripat    01/24/06 -
    #    mstalin     01/23/06 - Add lib to pick libOsUtils.so
    #    bktripat    01/19/06 - adding library changes
    #    rahgupta    01/19/06 -
    #    bktripat    01/19/06 -
    #    mstalin     01/17/06 - Modify the assistants deconfig jar file name
    #    rahgupta    01/17/06 - updating emcp classpath
    #    khsingh     01/17/06 - export ORACLE_HOME
    #    khsingh     01/17/06 - fix for CRS deconfig.
    #    hying       01/17/06 - netcadc.jar
    #    bktripat    01/16/06 -
    #    ssampath    01/16/06 -
    #    bktripat    01/11/06 -
    #    clo         01/10/06 - add EMCP entries
    #    hying       01/10/06 - netcaDeconfig.jar
    #    mstalin     01/09/06 - Add OraPrereqChecks.jar
    #    mstalin     01/09/06 -
    #    khsingh     01/09/06 -
    #    mstalin     01/09/06 - Add additional jars for assistants
    #    ssampath    01/09/06 - removing parseOracleHome temporarily
    #    ssampath    01/09/06 -
    #    khsingh     01/08/06 - fix for CRS deconfig
    #    ssampath    12/08/05 - added java version check
    #    ssampath    12/08/05 - initial run,minor bugs fixed
    #    ssampath    12/07/05 - Creation
    #MACROS
    if [ -z "$UNAME" ]; then UNAME="/bin/uname"; fi
    if [ -z "$ECHO" ]; then ECHO="/bin/echo"; fi
    if [ -z "$AWK" ]; then AWK="/bin/awk"; fi
    if [ -z "$ID" ]; then ID="/usr/bin/id"; fi
    if [ -z "$DIRNAME" ]; then DIRNAME="/usr/bin/dirname"; fi
    if [ -z "$FILE" ]; then FILE="/usr/bin/file"; fi
    if [ "`$UNAME`" = "SunOS" ]
    then
        if [ -z "${_xpg4ShAvbl_deconfig}" ]
        then
            _xpg4ShAvbl_deconfig=1
            export _xpg4ShAvbl_deconfig
            /usr/xpg4/bin/sh $0 "$@"
            exit $?
        fi
            AWK="/usr/xpg4/bin/awk"
    fi
    # Set umask to 022 always.
    umask 022
    INSTALLED_VERSION_FLAG=true
    ARCHITECTURE_FLAG=32
    TOOL_ARGS=$* # initialize this always.
    # Since the OTN and the installed version of the tool is same, only way to
    # differentiate is through the instantated variable ORA_CRS_HOME.  If it is
    # NOT instantiated, then the tool is a downloaded version.
    # Set HOME_VER to true based on the value of $INSTALLED_VERSION_FLAG
    if [ x"$INSTALLED_VERSION_FLAG" = x"true" ]
    then
       ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
       HOME_VER=1     # HOME_VER
       TOOL_ARGS="$ORACLE_HOME $TOOL_ARGS"
    else
       HOME_VER=0
    fi
    # Save current working directory
    CURR_DIR=`pwd`
    # If CURR_DIR is different from TOOL_DIR get that location and cd into it.
    TOOL_REL_PATH=`$DIRNAME $0`
    cd $TOOL_REL_PATH
    DOT=`$ECHO $TOOL_REL_PATH | $AWK -F'/' '{ print $1}'`
    if [ "$DOT" = "." ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    elif [ `expr "$DOT" : '.*'` -gt 0 ];
    then
      TOOL_DIR=$CURR_DIR/$TOOL_REL_PATH
    else
      TOOL_DIR=$TOOL_REL_PATH
    fi
    # Check if this script is run as root.  If so, then error out.
    # This is fix for bug 5024086.
    RUID=`$ID|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    if [ ${RUID} = "root" ];then
    $ECHO "You must not be logged in as root to run $0."
    $ECHO "Log in as Oracle user and rerun $0."
    exit $ROOT_USER
    fi
    # DEFINE FUNCTIONS BELOW
    computeArchFlag() {
       TOOL_HOME=$1
       case `$UNAME` in
          HP-UX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK -F\- '{print $2}' | $AWK '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
          AIX)
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $1}' | $AWK -F\- '{print $1}'`" = "64" ];then
                ARCHITECTURE_FLAG="-d64"
             fi
             if [ "`/usr/bin/file $TOOL_HOME/bin/kfod | $AWK -F\: '{print $2}' | $AWK '{print $2}' | $AWK -F\- '{print $1}'`" = "64" ];then
                  ARCHITECTURE_FLAG="-d64"
             fi
       esac
    if [ $HOME_VER = 1 ];
    then
       $ECHO "Checking for required files and bootstrapping ..."
       $ECHO "Please wait ..."
       TEMP_LOC=`$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/deinstall/bootstrap.pl $HOME_VER $TOOL_ARGS`
       TOOL_DIR=$TEMP_LOC
    else
       TEMP_LOC=`$TOOL_DIR/perl/bin/perl $TOOL_DIR/bootstrap.pl $HOME_VER $TOOL_ARGS`
    fi
    computeArchFlag $TOOL_DIR
    $TOOL_DIR/perl/bin/perl $TOOL_DIR/deinstall.pl $HOME_VER $TEMP_LOC $TOOL_DIR $ARCHITECTURE_FLAG $TOOL_ARGS
    Best regards

  • Removing classes from JDK....

    we are implementing a swing application. the client need the deployment package in floppy(can number upto 4 numbers) , not CDROM. How can i possibly pack the JDK into this size. Is there any way by which i can find out all the classes that need to be used in my application so that i can remove the others from the JDK(if it isnt against the license)...
    Also if any one has any other points that they think i need to consider here please let me know, would be of great help.
    thanks

    Hi
    JDK need not be present on the users machine. You can provide JRE of the version u are using with thw application.
    JRE is very much smaller than JDK and it should help u out.
    Bye

  • I would like to not have the little box in the lower left hand corner telling me where the browser is going. Can I remove it?

    Lower left hand has address bar running until page is loaded. Can I remove it?

    There are other things that need your attention.
    Your plugins list shows that you have the Mozilla ActiveX plugin installed.
    *Mozilla ActiveX control and plugin module
    The Mozilla ActiveX plugin is not compatible with Firefox 2 and 3 and you should remove it.<br />
    For instructions on how to remove the Mozilla ActiveX plugin see: http://kb.mozillazine.org/ActiveX
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Adobe PDF Plug-In For Firefox and Netscape "9.4.4"
    # Shockwave Flash 10.2 r152
    # Next Generation Java Plug-in 1.6.0_23 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    Update the [[Adobe Reader]] plugin to the latest version.
    *http://get.adobe.com/reader/otherversions/

  • Classid or clsid for JRE/JDK

    Hi everybody
    I need to get classid or clsid for JRE/JDK 1.6.0_23
    Does JRE & JDK have same classid?
    I know that classid for 1.4.2_06 is CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    Can someone help me?
    Thanks in advance
    Oscar

    Your question is not exactly clear. " +Does JRE & JDK have same classid?+ " The JRE or Java Runtime Environment has a related CLSID recorded in the Windows Registry so that requests from other applications can call out to the JRE and generally start a jave app. The JDK or Java Development Kit is a set of development tools used to create java applications. You can't "run" the kit. The JDK does include an optional JRE, but you must ensure that you select the option to install it during the installation prompts. This JRE would essentially be the same as if you just installed a stand-alone JRE
    How to derive the CLSID number is explained here:
    http://docs.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html#object
    Example:
    JRE 1.6.0_23 would be: CAFEEFAC-<font color="red"><b>0016</b></font>-<font color="red"><b>0000</b></font>-<font color="red"><b>0023</b></font>-ABCDEFFEDCBA

  • HELP! Can not install Oracle 8.1.5 w/ RedHat 6.1!

    I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1. The
    Oracle installation script generates several errors. I have
    tried several attempts, using different options, but they all
    generate errors.
    Please help. The Oracle Installation scripts appear to be very
    buggy... or perhaps they are incompatible with the standard
    RedHat 6.1 release. Either way, it is very frustrating.
    I have documented one of my (failed) installation attempts below.
    Does anyone have any words of wisdom?
    I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB RAM,
    a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    2.2.12-2 kernel). RedHat was installed using the standard "Gnome
    Workstation" configuration.
    The Oralce CD is labeled:
    "Oralce 8i Enterprise Edition
    Release 8.1.5
    for Linux
    (c) Oracle Corporation 1999"
    I got this CD about one week ago at Oracle OpenWorld '99 in Los
    Angeles... it should be their "latest & greatest" version so far.
    1. Pre-Installation and ./runInstall
    I created an "oracle" Unix account w/ groups "oinstall" (the
    primary group) and "dba" (a secondary group).
    I created directories /u01 through /u04, belonging to oracle.
    I setup .cshrc and sourced it, containing:
    umask 022
    setenv DISPLAY `hostname`:0
    xhost +
    setenv ORACLE_BASE /u01/app/oracle
    setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    setenv ORACLE_SID cprtest
    setenv PATH ${ORACLE_HOME}/bin:${PATH}
    setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    setenv NLS_LANG US7ASCII
    I downloaded jre116_v5 and installed to /usr/local/jre.
    Finally, I executed (from the "oracle" Unix account):
    cd /mnt/cdrom
    ./runInstall
    Problem: I got the error (from ./runInstall):
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    Workaround: Executed the following commands instead:
    cd /mnt/cdrom/install/linux
    ./runIns.sh
    3. runIns.sh and root.sh
    I selected the following options (from ./runIns.sh):
    Source: /mnt/cdrom/stage/products.jar
    Destination: /u01/app/oracle/product/8.1.5
    Oracle 8i Enterprise Edition 8.1.5.0.0
    Typical (585MB)
    Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Directory for Database Files: /u02
    Then (when instructed by ./runIns.sh), I attempted to execute
    (from the
    "root" Unix account):
    cd /u01/app/oracle/product/8.1.5
    ./root.sh
    Problem: I got the error:
    "bash: ./root.sh: Permission denied"
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x root.sh
    ./root.sh
    5. Configuration Tools
    The Oracle Installer (./runIns.sh) attempted to execute:
    A. Net8 Configuration Agent
    B. Oracle Database Configuration Agent
    Problem: The "Oracle Database Configuration Agent" failed with
    the following error message:
    "One or more tools have failed. It is recommended but not
    required that these tools succeed for this installation.
    You can now select these tools, read its details to examine
    why they have failed, fix those problems, and retry them.
    Or, you can click "Next" to continue."
    When I selected the "Oracle Database Configuration Agent" for
    more info, I got the following additional details (as the cause
    of the error):
    "A required command line argument is missing."
    The log file
    "/u01/app/oracle/oraInventory/logs/installActions.log" recorded:
    "Command which is being spawned is /usr/local/jre/bin/jre
    -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-3_1_10.jar:/u01/app/oracle/produc
    /8.1.5/jlib/share-1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAssist.jar:/u01/a
    p/oracle/product/8.1.5/assistants/jlib/jnls.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/ACC.
    AR:/u01/app/oracle/product/8.1.5/jlib/help-3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u01/app/oracle/product/8.1.5/jlib/n
    tcfg.jar:/usr/local/jre/lib/i18n.jar
    DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos NO_VALUE
    /seedloc NO_VALUE /sid cprtest /orahome
    /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    /gdbName cprtest.parkrussell.com
    Invalid Exit Code. The following result code will be used for
    configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant
    failed"
    Workaround: There is obviously nothing I can do to fix this
    problem. It appears to be an internal bug in ./runIns.sh.
    Therefore, I selected "Next" and executed "dbassist" directly.
    6. dbassist
    I executed:
    dbassist
    Problem: I got the following error:
    "JNLS Execution:oracle.ntpg.jnls.JNLSException
    Unable to find any National Character Sets. Please
    check your Oracle installation."
    Workaround: Press "OK" and ignore the error.
    7. dbassist (cont.)
    I selected the following options:
    Create database
    Typical
    Copy existing database files from the CD
    Global Database Name: cprtest.parkrussell.com
    SID: cprtest
    Problem: I got the following error:
    "CD-ROM drive not detected on this system.
    Database not created."
    (Note: I've been running the installation scripts from the
    CDROM drive this entire time. "df" shows the CDROM drive
    mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    Workaround: Abort (which generated the additional error: "Unable
    to create database. DBCA-00003: No CD-ROM drive detected.") and
    run dbassist again, this time using different parameters.
    8. dbassist, again
    I executed "dbassist" again and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and iM demos
    Global Database Name: cprtest2.parkrussell.com
    SID: cprtest2
    Create database now
    Problem: I got the following error:
    "ORA-01012: not logged on"
    Workaround: Try, try again.
    9. dbassist, one last time
    Executed "dbassist" once more and selected the following options:
    Create database
    Typical
    Create new database files
    Hybrid
    Concurrently connected users: 5
    Options: Oralce interMedia, Oralce JServer, and interMedia
    demos
    Global Database Name: cprtest3.parkrussell.com
    SID: cprtest3
    Output creation script
    Then, I executed (from the "oracle" Unix account):
    cd /u01/app/oracle/product/8.1.5/install
    setenv ORACLE_SID cprtest3
    ./sqlcprtest3.sh
    Problem: I got the following output:
    "Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> SVRMGR> Connected.
    SVRMGR> ORACLE instance started.
    ORA-01012: not logged on
    SVRMGR> 2> 3> 4> 5> 6> 7>
    8> 9> CREATE DATABASE "cprtest3"
    ORA-01012: not logged on
    SVRMGR> Disconnected."
    Workaround: Beats me.
    10. sqlplus
    I attempted to execute sqlplus, but got the following error
    message:
    "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission denied."
    The execute bit was not set.
    Workaround: I executed:
    chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    sqlplus
    I gave up for now... there were just too many things wrong with
    this installation, starting with the very first command I was
    supposed to execute (./runInstaller).
    I can't fathom why Oracle's installation script has so many bugs.
    Am I just doing something terribly wrong?
    Please help.
    null

    I'm using enlightenment version 0.15.5-41, which is more recent
    than the 0.15.5-37 version (containing the Oracle installer
    patch) that you recommended. Unfortunately, it fails when using
    this version.
    I also tried installing Oracle using twm, with enlightenment
    disabled. This didn't help either.
    Furthermore, the errors that I'm encountering in the OUI are
    not just toward the end of the installation. They happen from
    the very beginning, right after I enter "./runInstall", and
    continue every step of the way.
    Calvin Mitchell (guest) wrote:
    : Check out my thread: "Assistants Failure Toward end of Oracle
    : Install" to see where i've gone with this.
    : if your running Enlightenment as your window manager you need
    to
    : upgrade to 0.15.5-37, that will solve the OUI error.
    : Let me know if you solve any of your problems.
    : Chris Russell (guest) wrote:
    : : I can not get Oracle 8.1.5 to install onto Linux RedHat 6.1.
    : The
    : : Oracle installation script generates several errors. I have
    : : tried several attempts, using different options, but they all
    : : generate errors.
    : : Please help. The Oracle Installation scripts appear to be
    very
    : : buggy... or perhaps they are incompatible with the standard
    : : RedHat 6.1 release. Either way, it is very frustrating.
    : : I have documented one of my (failed) installation attempts
    : below.
    : : Does anyone have any words of wisdom?
    : : I am installing Oracle onto a Dell Latitude CPi PC w/ 128MB
    : RAM,
    : : a 366MHz Pentium II, and RedHat 6.1 (using the standard Linux
    : : 2.2.12-2 kernel). RedHat was installed using the standard
    : "Gnome
    : : Workstation" configuration.
    : : The Oralce CD is labeled:
    : : "Oralce 8i Enterprise Edition
    : : Release 8.1.5
    : : for Linux
    : : (c) Oracle Corporation 1999"
    : : I got this CD about one week ago at Oracle OpenWorld '99 in
    Los
    : : Angeles... it should be their "latest & greatest" version so
    : far.
    : : 1. Pre-Installation and ./runInstall
    : : I created an "oracle" Unix account w/ groups "oinstall" (the
    : : primary group) and "dba" (a secondary group).
    : : I created directories /u01 through /u04, belonging to oracle.
    : : I setup .cshrc and sourced it, containing:
    : : umask 022
    : : setenv DISPLAY `hostname`:0
    : : xhost +
    : : setenv ORACLE_BASE /u01/app/oracle
    : : setenv ORACLE_HOME ${ORACLE_BASE}/product/8.1.5
    : : setenv ORACLE_SID cprtest
    : : setenv PATH ${ORACLE_HOME}/bin:${PATH}
    : : setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib
    : : setenv NLS_LANG US7ASCII
    : : I downloaded jre116_v5 and installed to /usr/local/jre.
    : : Finally, I executed (from the "oracle" Unix account):
    : : cd /mnt/cdrom
    : : ./runInstall
    : : Problem: I got the error (from ./runInstall):
    : : Initializing Java Virtual Machine from
    : /usr/local/jre/bin/jre.
    : : Please wait...
    : : Error in CreateOUIProcess(): -1
    : : : Bad address
    : : Workaround: Executed the following commands instead:
    : : cd /mnt/cdrom/install/linux
    : : ./runIns.sh
    : : 3. runIns.sh and root.sh
    : : I selected the following options (from ./runIns.sh):
    : : Source: /mnt/cdrom/stage/products.jar
    : : Destination: /u01/app/oracle/product/8.1.5
    : : Oracle 8i Enterprise Edition 8.1.5.0.0
    : : Typical (585MB)
    : : Installable Components: Oralce Intelligent Agent 8.1.5.0.0
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Directory for Database Files: /u02
    : : Then (when instructed by ./runIns.sh), I attempted to execute
    : : (from the
    : : "root" Unix account):
    : : cd /u01/app/oracle/product/8.1.5
    : : ./root.sh
    : : Problem: I got the error:
    : : "bash: ./root.sh: Permission denied"
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x root.sh
    : : ./root.sh
    : : 5. Configuration Tools
    : : The Oracle Installer (./runIns.sh) attempted to execute:
    : : A. Net8 Configuration Agent
    : : B. Oracle Database Configuration Agent
    : : Problem: The "Oracle Database Configuration Agent" failed
    with
    : : the following error message:
    : : "One or more tools have failed. It is recommended but not
    : : required that these tools succeed for this installation.
    : : You can now select these tools, read its details to
    examine
    : : why they have failed, fix those problems, and retry them.
    : : Or, you can click "Next" to continue."
    : : When I selected the "Oracle Database Configuration Agent" for
    : : more info, I got the following additional details (as the
    cause
    : : of the error):
    : : "A required command line argument is missing."
    : : The log file
    : : "/u01/app/oracle/oraInventory/logs/installActions.log"
    : recorded:
    : : "Command which is being spawned is /usr/local/jre/bin/jre
    : : -Duser.dir=/u01/app/oracle/product/8.1.5/assistants/dbca/jlib
    : : -classpath
    /usr/local/jre/lib/rt.jar:/u01/app/oracle/product/8.1.5/jlib/ewt-
    : 3_1_10.jar:/u01/app/oracle/product/8.1.5/jlib/share-
    1_0_6.jar:/u01/app/oracle/product/8.1.5/assistants/dbca/jlib/DBAs
    sist.jar:/u01/app/oracle/product/8.1.5/assistants/jlib/jnls.jar:/
    u01/app/oracle/product/8.1.5/assistants/jlib/ACC.JAR:/u01/app/ora
    : cle/product/8.1.5/jlib/help-
    : 3_0_7.jar:/u01/app/oracle/product/8.1.5/jlib/oracle_ice-
    4_03_3.jar:/u01/app/oracle/product/8.1.5/jlib/HotJavaBean.jar:/u0
    1/app/oracle/product/8.1.5/jlib/netcfg.jar:/usr/local/jre/lib/i18
    : n.jar
    : : DBCreateWizard /createtype seed /numusers NO_VALUE /apptype
    : : NO_VALUE /cartridges NO_VALUE /options NO_VALUE /demos
    NO_VALUE
    : : /seedloc NO_VALUE /sid cprtest /orahome
    : : /u01/app/oracle/product/8.1.5 /orabase /u01/app/oracle /dbloc
    : : /u02 /clususer NO_VALUE /cluspswd NO_VALUE /nodeinfo NO_VALUE
    : : /gdbName cprtest.parkrussell.com
    : : Invalid Exit Code. The following result code will be used
    for
    : : configuration tool: 1
    : : Configuration tool Oracle Database Configuration Assistant
    : : failed"
    : : Workaround: There is obviously nothing I can do to fix this
    : : problem. It appears to be an internal bug in ./runIns.sh.
    : : Therefore, I selected "Next" and executed "dbassist"
    directly.
    : : 6. dbassist
    : : I executed:
    : : dbassist
    : : Problem: I got the following error:
    : : "JNLS Execution:oracle.ntpg.jnls.JNLSException
    : : Unable to find any National Character Sets. Please
    : : check your Oracle installation."
    : : Workaround: Press "OK" and ignore the error.
    : : 7. dbassist (cont.)
    : : I selected the following options:
    : : Create database
    : : Typical
    : : Copy existing database files from the CD
    : : Global Database Name: cprtest.parkrussell.com
    : : SID: cprtest
    : : Problem: I got the following error:
    : : "CD-ROM drive not detected on this system.
    : : Database not created."
    : : (Note: I've been running the installation scripts from the
    : : CDROM drive this entire time. "df" shows the CDROM drive
    : : mounted on /mnt/cdrom. "ls /mnt/cdrom" works too.)
    : : Workaround: Abort (which generated the additional error:
    : "Unable
    : : to create database. DBCA-00003: No CD-ROM drive detected.")
    : and
    : : run dbassist again, this time using different parameters.
    : : 8. dbassist, again
    : : I executed "dbassist" again and selected the following
    options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and iM demos
    : : Global Database Name: cprtest2.parkrussell.com
    : : SID: cprtest2
    : : Create database now
    : : Problem: I got the following error:
    : : "ORA-01012: not logged on"
    : : Workaround: Try, try again.
    : : 9. dbassist, one last time
    : : Executed "dbassist" once more and selected the following
    : options:
    : : Create database
    : : Typical
    : : Create new database files
    : : Hybrid
    : : Concurrently connected users: 5
    : : Options: Oralce interMedia, Oralce JServer, and interMedia
    : : demos
    : : Global Database Name: cprtest3.parkrussell.com
    : : SID: cprtest3
    : : Output creation script
    : : Then, I executed (from the "oracle" Unix account):
    : : cd /u01/app/oracle/product/8.1.5/install
    : : setenv ORACLE_SID cprtest3
    : : ./sqlcprtest3.sh
    : : Problem: I got the following output:
    : : "Oracle Server Manager Release 3.1.5.0.0 - Production
    : : (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : With the Partitioning and Java options
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : SVRMGR> SVRMGR> Connected.
    : : SVRMGR> ORACLE instance started.
    : : ORA-01012: not logged on
    : : SVRMGR> 2> 3> 4> 5> 6> 7>
    : : 8> 9> CREATE DATABASE "cprtest3"
    : : ORA-01012: not logged on
    : : SVRMGR> Disconnected."
    : : Workaround: Beats me.
    : : 10. sqlplus
    : : I attempted to execute sqlplus, but got the following error
    : : message:
    : : "/u01/app/oracle/product/8.1.5/bin/sqlplus: Permission
    : denied."
    : : The execute bit was not set.
    : : Workaround: I executed:
    : : chmod a+x /u01/app/oracle/product/8.1.5/bin/sqlplus
    : : sqlplus
    : : I gave up for now... there were just too many things wrong
    with
    : : this installation, starting with the very first command I was
    : : supposed to execute (./runInstaller).
    : : I can't fathom why Oracle's installation script has so many
    : bugs.
    : : Am I just doing something terribly wrong?
    : : Please help.
    null

Maybe you are looking for

  • Links to MS Office template files (dotx, potx, xltx, ...)

    Hi every one, I'm using Acrobat Pro 7 for an interactive Project Handbook. Meaning there're are steps to acomplish in order to set up and manag a project according to certain guide lines. With this handbook I provide an overwiev of the whole document

  • Issue with new config

    In regards to LDom 1.0.3 on Netra T5220: Not sure what I am doing wrong, but saving a new configuration file to SC and reboot does not display it to be the current. Here are the steps: 1. Allocate resources to primary 2. Save new config file: ldm add

  • HT1904 Billing and account not taking payments

    It's not accepting my payments for apps

  • User Pictures Disappearing

    I have set the user pictures several times for my two users, but now every time I log out/in or restart, they revert to the default. The pictures in question are from a folder nested in the Pictures folder. Is there a .plist file I should delete or s

  • I have DELETED  calendars showing in my "Sync Calendars" list!?

    Sorry,  neglected to include that this additional information: I am not using any clouds I do not have any calendar subscriptions Thank you.