How to manage oracle in linux

Hi all experienced dba out there. I had been administering oracle on Windows. But now I am looking for a dba role where the OS environment is mostl likely to be LINUX. Any guys who have worked on linux environment, can you please tell me, is it really hard to manage oracle in linux as I mentioned I only have experience in windows. I have also heard there is GUI in linux which is similar to windows. Do you guys mostly use command or GUI of linux to manage your oracle at work. If command is mostly used, what are the most common commands to manage oracle. Thanks alot for your attention

Manging Oracle on Linux is no more difficult than managing Oracle on Windows.
Managing Linux is about the same difficulty as managing Windows. Both require a degree of understanding of the environment. Once you are comfortable with the environment and the terminology / language used, you should have no big problems.
I think the biggest challenges in Linux are
- a different set of editors than you have used
- a lot more time in the command line and writing batch scripts
- Microsoft has many of the nix command capabilities but with enough changes (cp -> copy) to be confusing (remember, nix came first <g>)
- the idea of 'C:, D:' drives is totally gone ... in *nix there is no 'drive', it's all just 'files'
There are several GUI utilities to help 'manage' Linux. These may not be very useful when working with Oracle environment as they tend to relate to a file-oriented (or fire server) computing environment, not a database environment. However, you might want to search the web for 'WebMin' as a possibility.
I encourage you get a good basic reference. One I like, although dated, is Essential System Administration

Similar Messages

  • Managing Oracle on Linux RHEL4

    I am looking for Documentation of Managing Oracle10g on RHEL4. Or may be the study material like
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16511GC10
    Plz forward some weblink for this kind of document.

    You can look at some of the links below:
    Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b15658/toc.htm
    Oracle Linux Technology Center
    http://www.oracle.com/technology/tech/linux/index.html
    There are several books on Managing Oracle on Linux, on such book is linked below:
    Oracle Database 10g Linux Administration
    http://books.mcgraw-hill.com/getbook.php?isbn=0072230533&template=oraclepress
    You can search Amazon.com for more books.

  • Managing Oracle on linux (1z0-036) certification valuable in market?

    Hi ,
    I am in the planing of giving this 1z0-036 exam.
    Managing Oracle on linux (1z0-036) certification valuable in market?

    i want to give exam of 1z0-036 ie
    managing oracle on linux
    can any one please provide me the study material from oracle university or u can say ILT
    of it
    i dont have it with me
    please
    send me the link

  • How to Manage Oracle Applications - Info Available

    Check this site :
    http://www.oracle.com/appsnet/technology/managing/content.html
    Contains White Papers, Presentations, Technical Overviews, FAQs for managing and maintaining Oracle Applications.
    The Presentations are lucid and extremely useful.
    Best Wishes
    Vinod Subramanian

    Manging Oracle on Linux is no more difficult than managing Oracle on Windows.
    Managing Linux is about the same difficulty as managing Windows. Both require a degree of understanding of the environment. Once you are comfortable with the environment and the terminology / language used, you should have no big problems.
    I think the biggest challenges in Linux are
    - a different set of editors than you have used
    - a lot more time in the command line and writing batch scripts
    - Microsoft has many of the nix command capabilities but with enough changes (cp -> copy) to be confusing (remember, nix came first <g>)
    - the idea of 'C:, D:' drives is totally gone ... in *nix there is no 'drive', it's all just 'files'
    There are several GUI utilities to help 'manage' Linux. These may not be very useful when working with Oracle environment as they tend to relate to a file-oriented (or fire server) computing environment, not a database environment. However, you might want to search the web for 'WebMin' as a possibility.
    I encourage you get a good basic reference. One I like, although dated, is Essential System Administration

  • How to install Oracle Enterprised Linux on VMware PLayer 4

    Hi Everyone,
    My name is John and I've a small issue which I would like to share with you and hopefully, you are able to assist.
    My laptop is installed with a Window 7 Home Edition operating system and I've installed VMware-player-4.0.2. After reboot, I've also downloaded the file - V29609-01 which is the ISO file of Oracle Enterprise Linux 6.2.
    After that, I've tried to create a Virtual Machine - Oracle Enterprise Linux using the VMware Player by specifying the path and file name of the V29609-01.iso file on my local c:\ drive. I've tried it several times, but every time it just returns the message - 'pxe-e53 no boot filename received' and it just hangs there without proceeding further. Please let me know what I've done wrong and the correct steps and procedures to solve this problem as this is my first time installing a Linux operating system. Thank you for your assistance.
    Regards,
    John

    Hi,
    Can you clarify and explain what is your exact meaning of 'Are you sure you've added the ISO to the VM to boot from?'? Because the following is what I did:
    1.) Click the Create A New Virtual Machine.
    2.) Select the 'Install disc image file (iso):' option and enter the full path of the V29609-01.iso (Oracle Enterprise Linux 6.2) file that I've downloaded from https://edelivery.oracle.com/. But underneath it, that is a message saying - 'Could not detect which operating systems is in this dsic image. You will need to specify which operating system will be installed.'
    3.) Click 'Next'.
    4.) I chose "Linux' under the Guest operating system and chose 'Oracle Enterprise Linux' under the Version drop down.
    5.) Click 'Next'.
    6.) I left the Virtual machine name as 'Oracle Enterprise Linux' and click 'Next'.
    7.) I set the Maximum disk size to 300 GB and have the 'Split virtual disk into multiple files' option selected and click 'Next'.
    8.) I have the 'Power on this virtual machine after creation' checked and click 'Finish'.
    9.) A black screen displayed inside the VMware Player saying:
    'CLIENT MAC ADDR: 00 0C 289 ......
    PXE-E53: No Boot filename received
    PXE-M0F: Exiting Intel PXE ROM.
    Operating System not found
    10.) And the process just hangs there.
    Regards,
    John

  • How to install Oracle in linux red hat.

    Hi,
    Follup this thread How to install ?
    i'm trying to install oralce in linux red hat 4.i extraced the db sucessfully
    Now iing'm try to copy this
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144
    from http://www.oracle-base.com/articles/10g/oracle-db-10gr2-installation-on-rhel-4.php . and paste into /etc/sysctl.conf here .. But copy and paste is not working.. How can i do that ?

    sb92075 wrote:
    phaeus wrote:
    Hello,
    i think you can work best if you connect your guest to the host network and working from the host directly (if you have no skill with linux). To do this "system-config-network" if avaible on the guest will help you to set ip address.
    Otherwise use a text editor like vi or something like that. Most folks these days can not even spell vi when spotted one of the two letters.
    All they know how to do is click on the GEDIT icon.What does this mean ?

  • How to connect oracle on linux

    O/S= Windows XP SP2
    ORACLE Client- 10.2.0.1
    Oracle : 10.2.0.1... linux RHEL4
    Sir,
    I am having a machine with RHEL4 installed on VMWare. I want to connect ORACLE installed in linux on windows. I have installed Oracle Client on Windows. Now Pl. guide how can I be able to connect oracle through Oracle Client. I want to use ORACLE for some development on ASP.Net.
    Following is the Tnsname.ora file of Linux installation
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Kindly Guide me the Steps how can I connect ORACLE.
    Thanks

    Sir,
    here I am pasting output of all commands.
    [oracle@localhost ~]$ env|sort
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-onw8BmaUC9
    DESKTOP_SESSION=default
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-7u3EBx/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=orcl
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.3
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/3185
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=3213
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-RAdzDO3212/agent.3212
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    _=/usr/bin/env
    WINDOWID=37748817
    XAUTHORITY=/home/oracle/.Xauthority
    [oracle@localhost ~]$ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 49 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:19
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ [oracle@localhost ~]$ lsnrctl service
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:03:25
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:5 refused:0
    LOCAL SERVER
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: localhost.localdomain, pid: 3421>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=32808))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 9 16:03:38 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup mount
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@localhost ~]$

  • How to install oracle for Linux ?

    Hello,
    i have downloaded Oracle 11G R2 for Linux and my host OS is Ubuntu. After unzipping the downloaded file i got
    1. response folder,
    2.upgrade folder and
    3.oracle-xe-11.2.0-1.0.x86_64.rpm file.
    My host OS Ubuntu is 64 bit, and i have downloaded Oracle 11G R2 64 bit for Linux.
    But i am unable to use that database. Please help how to use that !

    Hello;
    Your download does not appear to be correct, I would expect a much different result from unzipping.
    I would check this out and follow it to the letter if I were doing it :
    Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto
    Best Regards
    mseberg
    Later
    PavanG is probably correct, in that case you should look at this :
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 how-to
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto
    Edited by: mseberg on Nov 9, 2011 11:44 AM

  • How to manage oracle 9i databases from 11g ?

    Is there any option similar to 9i OEM's "Add Database to tree" in 11g ?
    currently I monitor 30 databases, all running 9iR2, using enterprise manager console. I had removed Oracle 9i from my system to install 11g, so is there anyway to monitor 9i database from 11g or do I have to re-install 9i into a new home ?
    My system is Windows XP and most databases are on linux.

    What, precisely, do you mean by "11g Enterprise manager console"? Are you talking about a web-based interface? Or a Java-based console application?
    If you have not done a separate OEM install, you're most likely using the database control, as web-based interface that allows you to manage a single database. You would need to install the Grid Control in order to manage multiple databases through the same interface.
    You're probably right, that's why I asked the question. Perhaps the original poster meant the "10g Enterprise Manager console". Perhaps he meant the "11g Enterprise Manager Database Control". Perhaps he meant the "11g Enterprise Manager Grid Control". Or perhaps he meant something different (i.e. SQL Developer is a console application that ships with 11g and has a variety of reporting scripts).
    The OP for the 11g installation could not have possibly made a separate OEM install, OEM is not included in 11g any more and he has not mentioned trying such intall. The OP was clear enough, so IMO there is no confusion, 30 9i databases, 1 11g database. There was not a 10g in between. I would not go so far as to say an 11g grid control, since there is no such grid control, the latest version for grid control is 10.2.0.4.0 for R2 and 10.1.0.3.0 for R1. And SQLDeveloper, yes, it is a java application included with 11g, and you can launch scripts from there, but in no way it is a managing environment the way the OP pretends.
    Regards.
    ~ Madrid
    http://hrivera99.blogspot.com

  • How to manage oracle 8i db

    I have the next question:
    I am testing different databases.
    At the first time I install an oracle 8 standard database, then I becomes a lot of database management tools as Oracle enterprice manager.
    Now I have install the oracle 8i enterprice database wich I have received on the Oracle IDevelop 2000 seminar.
    And I cannot find the same tools as the oracle enterprice manger.
    Could anyone tell me we I can find these tools or on which cd are these tools.
    thanks a lot
    Andre

    Hi,
    You can also configure your As Java DB into DBACOKPIT of your As ABAP system as a remote database. From there you can do the administration.
    Thanks
    Sunny

  • How to manage Oracle 9i resource

    i am actually trying oracle DB 9i at home with the following system.
    Pentium 3 800, 256MB, Win2k Professional SP3.
    Previously, my pc runs smoothly but after the installation of oracle 9i (Standard), it has taken off around 150MB of my memory. Windows Task Manager reported MEM Ussage 400MB. dat's like twice my physical memory. this slows my system so badly n i need to wait like 2 minutes to start up JDeveloper.
    I need the oracle db to test my out some of the Oracle JDeveloper's BC4J application. basically, a basic DB engine.. like the down scale MS Server, MS Data Engine (MSDE) would do me good. Any solution to make oracle db consumes less resources?

    You might want to take a look at personal oracle.
    Good luck
    Remi

  • Regarding managing oracle on linux exam 1z0-046

    dear guys,
    I am taking the exam mentioned above by next thuresday, kindly if someone have already attended the exam then he or she might be able to give me an overview about the exam, questions diffeculties and all that...
    Thanking you

    Exam details cannot be disclosed as this is considered cheating. Since the exam date is too close, you should only trust your knowledge and experience, take it easy and do your best.
    Good luck.

  • Oracle Retires "Managing Oracle9i on Linux" Special Accreditation

    !http://blogs.oracle.com/certification/2009-0508-0941.gif!
    <p>The "Managing Oracle9<em>i</em> on Linux" special accreditation and its related exam was retired August 31, 2009. Those working with Linux are urged to pursue the newer gOracle Database 10<em>g</em>: Managing Oracle on Linux Certified Expert (OCE) certification.</p>
    <p align="justify"><strong>CREDENTIAL VALIDITY</strong>
    Please note that for those already holding the Managing Oracle9<em>i</em> on Linux special accreditation - the credential remains valid indefinitely. This retirement therefore has no effect on those currently holding the accreditation.</p>
    <p align="justify"><strong>QUICK LINKS</strong></p>
    <ul>
    <li>Recommended Certification: gOracle Database 10<em>g</em>: Managing Oracle on Linux Certified Expert (OCE)</li>
    <li>Learn More: Oracle Certification Retirements</li>
    </ul>

    Hi Mediaguy
    What happends with those retired tests, will they still available or distributed by another vendor like expertratings or others?
    What will be the future of the Oracle Database 10g: Managing Oracle on Linux Certified Expert (OCE)? Will it be upgraded to 11g? or still available 3 more years?
    Please let us know that.
    thanks

  • How to install oracle8i onto linux (help)

    I have installed linux on my laptop and I want to install oracle but I am not sure what oracle I should install. I have oracle8i client, oracle8i server. I also do not know how to install oracle onto linux, please help.
    Thank you.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sharon Armah ([email protected]):
    I have installed linux on my laptop and I
    I have Thinkpad and Suse 6.4, and install an config oracle was easy.
    want to install oracle but I am not sure what oracle I should install. I have oracle8i client, oracle8i server. I also do not know how to install oracle onto linux, please
    You use Oracle 8.1.6, on Suse 6.4 is good, i think is good on RedHat 6.2.
    help.
    Thank you.<HR></BLOCKQUOTE>
    null

  • Oracle on Linux Help Wanted

    Hello,
    I am trying to install Oracle 8.0.5 on Red Hat Linux 6.0 and i
    have refered to some of the documentation on installing oracle
    and i have also got some direaction from internet for how to
    install oracle on linux only thing i was wondering about is that
    how can i get the patch glibcpatch.tgz b/c in one of the
    installation steps it say that to install oracle server on linux
    6.0 it need this patch but i dont know from where i can download
    this patch so if any one know please reply back it would be a
    great help i am trying to installing it on Dell 6300 server with
    Red Hat linux 6.0 on it.
    Suggestions and Commets and any major issues to be taken care
    while installation or before installation are welcomed..
    My E-mail id is [email protected]
    Thanks,
    Kaushal Patel
    null

    Hi,
    - Do you install Oracle VM Server (OVS) on an emulated environment like Oracle VM VirtualBox ? if yes so you can't do it.
    - Don't forget to configure the Virtual Machines Network and also to add this network to this Virtual Machine.
    I hope this can help you
    Best Regards

Maybe you are looking for

  • Alv report problem

    hi, i have problem in ALV. my requirement is in a ALV report if i double click on a row it has to take me to another transaction ( say for eg vf03). how should i do it. john.

  • How can i find out who filled out my survey?

    I am trying to view the people who have responded. Is it anonymous ?

  • Problem with function result in form

    Hi, I'm in a trouble I wrote function which counts for me time elapsed since given point in time... I use it in one of my forms. When I figured out that is was wrong I updated it removing mistake. Now, WHEN I USE IT IN FORM from Application Server I

  • Importing psd files into AN

    I have been using Edge Preview since the beginning. last time I used the app was 4 months ago. Now I see the newer version 1.0 is out. I got quite used to the older previews but it's been 4 months so I need a refresher course. While I do that and re

  • System  made a temp hung up in oracle 10GR4 in window 2003

    Hi Experts, I got two times that system temp hung up.I saw alert info as Mon Jan 05 18:33:22 2009 C001: large txn committed, xid: 0x000e.026.0003937f Mon Jan 05 18:38:22 2009 C001: large txn committed, xid: 0x0010.003.00037e8c Mon Jan 05 18:43:24 200