How to mount the Oracle 11 g on Vmware software.

Hi all

I'm new to this forum and I'm also learning the Oracle DBA 11 G on my own to improve my skills and move further.

I have a question for which I'm looking for an answer from the experts here in this forum.

Question: I have installed Vmware and 4 Linux on my system, please tell us how can I now install Oracle 11 G software so that I can start with the creation of database?

Please respond to my query that my interest in the subject remains intact and I can get a good start in it.

Thanks in advance.

Heyat alya.

You will need Linux 4 Update 7 or superior - installation steps are documented

http://docs.Oracle.com/CD/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD

HTH
Srini

Tags: Database

Similar Questions

  • How to mount the virtual folder of the ILO on ESXi 5.5

    Hi all

    Anyone know how to mount the virtual folder of the ILO on ESXi5.5?

    What is the command that I should do the editing?

    Usually in Linux or Windows, if you clicked on the virtual drivers on HP iLO web interface, you will see the mounted folder automatically in the operating system.

    But I don't know how it would be or how to have the same functionality in ESXi host. Can anyone help?

    Thank you.

    Try to use the "vsish" method I describe in this post.

    Re: New drivers enter ESXi

    See you soon,.

    Jon

  • How to mount the iso image on the ESXi Tech support console

    Hi friend

    How to mount the iso image on the ESXi Tech support console?

    I run the sub command and it failed.

    # mount o loop-t iso9660 vmware-esx-drivers-net-be2net_400.2.102.440.0-1vmw.2.17.249663.292682.iso / free

    editing: vmware-esx-drivers-net-be2net_400.2.102.440.0-1vmw.2.17.249663.292682.iso mounting on / open failed: no such device

    ESXi does not provide the option of mounting ISOs. You try to install the driver the driver Async package be2net / ISO. Follow the steps below

    (1) install VCLI
    (2) mount the ISO on the host where you installed vcli
    (3) use vihostupdate to install the driver
    vihostupdate-i b - servername
    He will ask for username and password of your host.

    Thank you
    Nithin

  • How to check the oracle forms?

    Dear friends,

    OS: RHEL AS 3
    DB: 9i R2
    Forms: Developer 6
    pc clients: Windows XP sp2
    Forms Server: novell 4.8

    How to check the oracle forms? for example, we have developed the forms using Developer 6. We would like to know which user accesses the number 152 of the form or the form name hrform.fmx
    Because, every time make us changes in the forms we need more fmx if the user accesses this form so we can not crush him in our novell server.
    Usually, we use a windows scheduler in the night to copy forms. so, if we know the user who has not disconnected from our system. the next day, we ask the user.

    Thank you

    Take a look at

    sys. DBMS_APPLICATION_INFO.set_module

    and

    sys. DBMS_APPLICATION_INFO.set_client_info

    and call these package with good info in each of your form in for example the trigger a TIME NEW FORM INSTANCE...

  • How to get the specific information of hardware and software data center

    How to get the specific information of hardware and software data center with powercli...

    What kind of information you need?

    No matter what Esxi host hardware info., if so could below thread is useful.

    Information about the host material with information on the nic and HBA drivers

  • How to start the oracle database server and its client in windows 8

    Hi all

    I am a new entry in this forum and I am a beginner with oracle database.

    I always used SQL Server as the database, and it was easy to use after installation.

    With management program configuration of SQL Server I could to start service SQL Server (SQLEXPRESS) and the database server start!

    With SQL Server management studio, I was able to launch the client application, then was to establish a connection to the server and everything worked great!

    Now, how to work with the oracle database?

    I installed the oracle server and client version 11g R2 in windows 8, but how do I start the database?... and how can I start the client application to query?

    best wishes in advance.

    PS: Sorry for my English.

    If you are on the same machine, the only service that you absolutely need to start is the database service.  In your case OracleServiceSYSDBA (hmmm... How did you find with this name?).

    For queries, you can use SQL * Plus which should also be installed.  If you want something GUI, you can use SQL Developer (you need to install separately I think).

  • How to determine the Oracle Max process on Windows Server settings

    Currently I have Oracle 11.2.0.1.0 running
    Windows 2003 EE R2 SP2 x 32

    The issue now is:

    How to determine what is the maximum value that I can set the process?

    I guess that's the operating system and hardware dependent, but I can't find documentation on this topic.

    Any help is appreciated.
    Jason Longenecker

    Published by: LONGENECKER on May 13, 2013 11:33

    Published by: LONGENECKER on May 13, 2013 11:36

    We shouldn't just work the PROCESS parameter for the maximum number of BONES.

    More processes that you have, more will consume PGA the oracle Instance, i.e. more memory will be used on your server.

    You should check v$ resource_limit see if it really reached setting TREATY limits, if yes increase the parameter appropriately so that the high tide of use remains about 80% of the value of the parameter. Check if the number of sessions dedicated process is really necessary, otherwise you can consider the use of database resident connection pooling or a shared server or tuning configuration opening less sessions on the database.

    Depending on how much you increase, take a look at the view of PGA advice after a workload of the cycle of V$ PGA_TARGET_ADVICE and V$ MEMORY_TARGET_ADVICE.

  • How to examine the Oracle background process (SMON, PMON, DBW0,...) on a WIN OS

    Dear all:
    On Linux/Unix OS, we can check with order Oracle background processes

    ps - ef | grep ora

    , but how to check the Windows operating system? Can someone show me how to do...
    Thank you very much ~

    regarding

    On Windows, the background process running as a thread in the oracle.exe process.

    You can see through the database using the V$ BGPROCESS discover or "SELECT the PROGRAM FROM V$ SESSION WHERE USERNAME IS NULL.

    Not sure about all the tools under Windows that show the nets with the name of background processes (process explorer from sysinternals shows the son, but not the names of background processes).

  • How to debug the Oracle procedure

    Hi friends,

    I've migrated oracle procedure from Oracle 8.0.4 DB of NT to DB Oracle 9.2.0 on IBM AIX.
    When I test/execute the procedure on the Db 9.2.0, she still runs and did not end.

    How to debug an Oracle procedure to check if it's a loop on the same block foever, what "current" values is owner and what tables he read to, or procedure does never loops as if it is not to satisfy one of the conditions?

    Thank you very much

    Is coding "infinite loop" a bad habit of programming?

    Yes, you can call it such.
    Personally, I prefer to use loops.
    See http://tahiti.oracle.com for the different types of loops that you can use.

    How can I change this infinite loop in a "finite" without changing the logic of the program?

    You can use EXIT WHEN "certain conditions."
    For example, you can add OUTPUT WHEN cursorname % notfound, or some counter to reach a specific value in your loop, to 'force' the loop to stop.
    See the docs or do a search on this forum for more examples.

  • How to exclude the Oracle Workflow installation CD companion server?

    We are modernizing our E-Business suite 11i database to 10.2.0.3.

    The E-Business suite upgrade request notice to install "Oracle Database 10 g products" Companion CD on 10g of the House. Oracle default workflow server is included in the guide installation with a CD Type 'Install a database Oracle 10 g products'. However the installation document CD companion says that don't install Server workflow on the database of trade electronics uite, as indicated below.

    Now how can I exclude the Oracle workflow installation CD companion server?

    ================================
    Note: Do not install Oracle Workflow Server in Oracle E-Business
    Office database. If you want to use the version of Oracle Workflow
    available with Oracle Database 10g, or any Oracle database
    components that depend on the version of Oracle Workflow, then you
    need to install the Oracle of Workflow Server in a database that is not used
    Properties of an instance of Oracle E-Business Suite.
    For an Oracle E-Business Suite database, you can continue to use the
    version of the Oracle Workflow Server integrated in Oracle E-Business
    Suite.
    ================================

    John,

    You should ignore the steps under "Preparing Oracle Workflow Server for the Oracle Workflow Middle Tier Installation", but the workflow will be installed as part of the accompanying CD (select option 2 - products of Oracle database)

    Upgrade of Oracle Applications 11i database 10g R2 (10.2.0.3)
    http://Oracle-Apps-DBA.blogspot.com/2007/09/upgrade-Oracle-Applications-11i.html

    Here is the link for the steps you need to jump:

    Prepare mid-level Workflow Oracle Oracle Workflow Server Installation
    http://download.Oracle.com/docs/CD/B19306_01/install.102/B15664/install_sw.htm#BABHHHCC

  • How to run the oracle form without using a web browser

    I am a new developer in Oracle Form builder.
    Could someone tell me how can I use oracle without using a web browser?

    Bravo,

    N ° Web, since Forms 9i versions, are Web Client and needs an application server to run the forms runtime.

    François

  • How to clean the Oracle database?

    Dear gurus and DBA. My company wants to give old computer at the local school. We have the Oracle database on this server. My boss want to make sure that the school not getting all the Oracle data. Some data bank is and must be a secret. The Bank's major customer and so exposed information, it means big problem for us. Ideas you might have appreicated. Thank you.

    >

    Hi Rajiv,

    Dear gurus and DBA. My company wants to give old computer at the local school.
    We have the Oracle database on this server. My boss want to make sure that the school
    not all Oracle data. Some data bank is and must be a secret.
    The Bank's major customer and so exposed information, it means big problem for us.
    Ideas you might have appreicated. Thank you.

    DBAN is your man - even not God could get information about a Dban disk ' ed - get it [url http://www.dban.org/] here.

    I have some work for a charity that sends computers in East Africa a few years ago.
    These PC came from banks, insurance companies, lawyers & law firms - a lot of
    potentially sensitive data. Much of the company to simply delete the
    files, which, as we all know is not really effective.

    The first thing we did with each machine was Dban them - no work allowed the
    any PC until it had a sticker of Dban top. Never had any problems.

    HTH,

    Paul...

    Published by: Paulie July 22, 2012 00:26

    Published by: Paulie July 22, 2012 00:27

  • How to migrate the Oracle database to the MySql server

    Hello

    I'm on a project that include databases oracle to MySql database migration, also include data warehouse servers.
    Please help me, what is the procedure to migrate the oracle to MySql database database, which takes relatively to the objects of care.
    If any link help me, please let me know.

    Hello
    This forum is for assistance to the migration of non-Oracle to Oracle databases. If you need assistance in migrating from Oracle to MySQL contact MySQL. You can try the forum MYSQL here-

    http://forums.MySQL.com/

    Kind regards
    Mike

  • need to connect and configure the oracle on windows 7 vmware professional database? Help, please?

    Hello

    In fact, I wanted to set up ORACLE with Informatica Power Center (ETL) database connection. But my problem is that I installed the oracle database with grid inside VMWARE with the RHEL operating system. But what INFORMATICA etl software is installed outside VMWARE, which is located in WINDOWS 7 Professional.

    I would like to know how I can access and configure oracle database of windows 7 Professional as oracle database is installed inside VMWARE RHEL 6.5 operating system.

    Help, please.

    HERE'S HOW I SOLVED IT: -.


    Here is the url for the NAT that could become useful for other institutions.

    How to Setup Port Forwarding in VMware Workstation 9 | Virten.NET

  • How to remove the printer driver under windows Vista software

    How to remove the printer driver under windows Vista

    Hello

    Add or remove a printer
    http://Windows.Microsoft.com/en-us/Windows-Vista/add-or-remove-a-printer

    Solve printer problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    --------------

    If you have an error spooler or service use these methods to make them disappear including having to re - install
    the same printer if you intend to remove it.

    Check chan seen message here - one of the highest.

    fixed spooler subsystem app stopped working
    http://social.technet.Microsoft.com/forums/en/itprovistaprinting/thread/460f297a-dd66-4476-A176-542e1519ca3e

    ===================================

    If the above didn't help:

    Use this method to clear the spooler and then uninstall and reinstall your printer (check with the manufacturer for)
    the latest driver).

    Check Mr. Fixits here and if you use the other methods go back and try again later.

    Problems of print and error - a Mr Fixit of printing
    http://support.Microsoft.com/GP/printing_problems

    Solve printer problems - a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/8c11977e-8244-408f-A036-7978a618d7a21033.mspx

    ------------------------------------------------------
    Logon as administrator

    Start - type in the search box-> COMMAND - control to the top of the list and RIGHT CLICK – RUN AS ADMIN

    You can copy and paste each line except those brackets and press ENTER after each.

    net stop Spooler

    (echo suppression of all print jobs)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    del/q %SystemRoot%\system32\spool\printers\*.*

    net start Spooler

    (sound Done!)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    Another way
    http://4sysops.com/archives/how-to-cancel-a-print-job-that-hangs-under-Windows-Vista-and-XP/

    Check the print - DELETE/STOP queue all jobs - then right click on the printer - REMOVAL
    http://windowshelp.Microsoft.com/Windows/en-us/help/bb6f81d9-4092-4ac8-9716-2bd008f513e11033.mspx

    If you use Control Panel - Classic - printers

    Try after unplugging your printer if necessary.
    -------------------------------------------------------------

    Also check the spooler print and its dependencies and addictions Service.

    Print Spooler service
    http://www.blackviper.com/WinVista/services/Print_Spooler.htm

    How difficulty Windows Vista print spooler starts do not
    http://www.ehow.com/how_4920100_vista-print-spooler-not-starting.html

    ------------------------------------------------------------

    Check this thread if necessary - to stop and erase the spooler

    http://social.answers.Microsoft.com/forums/en-us/vistaperformance/thread/a15779d6-ac0d-42FD-9Ac2-a1da241ea19f/

    and here
    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/58b54fa9-cf6f-40F7-90b2-8093c6777493

    ------------------------------------------------------
    Clean the General corruption and repair or replace the damaged/missing files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    CheckDisk (chkdsk) runs at startup.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

Maybe you are looking for

  • HP-17-F113dx: notebook not to resume after having closed the lid.

    Hello I have a HP Pavilion laptop 'HP-17-F113dx. It does not repeat the operation after you close the lid. I have to restart the computer to make it work again. What is the driver for this problem?

  • Satellite C660: Wireless Internet when remove the power supply drops

    Hellonew Tosh Satellite C660 laptop works fine when the power supply cord is connected, soon as directed power is removed drops internet connection, usually to the second web page (the first web page is accessible, failure occurs usually when you try

  • Create a DLL to read an Image using OpenCV

    Hi all I am trying to create a DLL to perform image processing using OpenCV. In the first place, so I try to create a DLL that can read an image and display it. But I encountered a problem when I call this DLL in LabVIEW. The error in LabVIEW that sa

  • Linear encoder and configure logging

    Hi all I am currently using a surfboard with LV2010 M Series PCI-6280. I have a linear encoder in X 4 mode connected to the counter 0 and I was wondering if it is possible to spread the values on the counter because it keeps track of the distance in

  • HP C309g only printing top 1/4 of the content

    If I connect via radio or print to USB the C309g all in a 1/4 or less of what I send then crashes. When I cancel the printer, he empty paper tray before you cancel it but does not print anything. It happens on the text, the images and test pages. I c