How to update Oracle VM

i downloaded a workshop in VM Image format.
i run it on Oracle VM + Oracle Linux.
but Oracle VM only support the Images created by Oracle VM. however that image is created by other VM tools.
sb told me if i update the Oracle VM, it would support other images.
i downloaded two install files from edelivery, server 2.2+manager2.2
unzip them, only two ISO files. i guess i must use daemon tools.
i want to know, after i use daemon tools to simulate them, should i directly install them both?
or the update would be more complex?
thanks.

playboyjack wrote:
i want to know, after i use daemon tools to simulate them, should i directly install them both?
or the update would be more complex?Oracle VM is a bare-metal product -- you can't run it on your workstation/laptop without potentially erasing what is already on that machine. In order to get Oracle VM running, you will need at least one spare machine. You install Oracle VM Server onto that machine, and then download and install the Oracle VM Manager Template (to provide the web-based GUI management tool). Once you've done that, you can use Oracle VM Server's v2v conversion tool to convert your existing VM image to a format that Oracle VM can run.
However, if you want to run a VM on your desktop, I recommend trying either the [VMware Player|http://www.vmware.com/products/player/] or [Sun VirtualBox|http://www.virtualbox.org/] products.

Similar Messages

  • How to update oracle jdbc driver to 11.1.0.7.0 JDBC Drivers

    HI,
    I got a jdbc exception *" java.lang.ArrayIndexOutOfBoundsException "*.
    I have known that it is a Oracle JDBC bug and Oracle BUG number is BUG-6396242.
    The problem is too many rows per database transaction and it is fixed at version 11.1.0.7 Oracle JDBC Drivers.
    Here is the 11.1.0.7 Oracle JDBC Driver Readme.
    http://www.oracle.com/technetwork/database/enterprise-edition/111070-readme-083278.html
    and the download
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-111060-084321.html
    My question is :
    *1.How to update oracle jdbc drivers with those downloads ?*
    (ps. I have replaced ojdbc5_g.jar, ojdbc5.jar, ojdbc6_g.jar, ojdbc6_g.jar in $ORACLE/jdbc, but it did'nt work. )
    *2.My Oracle version is 11.1.0.6.0, will it be OK if only update the JDBC driver?*
    *3.Do I need to update the jdbc driver where my program runs on the client side ?*
    Thanks for answers~ :)

    Upgrade your database version to 11.1.0.7.
    Installation docs are included with all patches and upgrades.

  • How to update Oracle DB 9.2.0.1 to 9.2.0.3 ?

    Execute me, how to update oracle database 9.2.0.1 to 9.2.0.3 ?
    My OS is Windows XP , I can't find the db 9.2.0.3 version in download zone .
    Please tell me thank you very much .

    The 9203 patch is not available on OTN. You can download it from metalink(http://metalink.oracle.com) if you have a support contract.
    Regards,
    Anupama

  • How to update Oracle Release 10.2.0.1 to 10.2.0.3

    Hi,
    Can anybody give me hint how can i update my oracle version 10.2.0.1 to version 10.2.0.3.
    I have installed oracle 10gR2 with following:
    SQL> select * from v$version;
    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 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Now how to update to Release 10.2.0.3 - Prod
    Regards,
    Rushang

    Patchset contain readme.txt , it has all steps that need to follow.
    Also check Installation guide
    Installtion Guide

  • How to update Oracle Client

    Hey,
    I downloaded and installed the Oracle Client Version 10.2.0.1 on Windows x86
    Now I would like to update this oracle client, but how ?
    I installed the software to
    C:\oracle\client
    Now I downloaded Patchset 3 (10.2.0.4)
    But I can´t install this patchset, because I can´t select the folder c:\oracle\client --> OUI-10136: OracleHome already exists
    But thats the home I need to update, right ?
    How to update the oracle client software ?
    Is there any full package to download for version 10.2.0.4 ?

    Absolut weird.
    I can´t use the drop down menu.
    It looks like disabled.
    But acutually you can (and have to) click on the little arrow, pick the default value and then the installation works.
    Thanks a lot
    ´
    Christian

  • How to update oracle Oracle by using JDBC

    Mostly we used and still using the following way, as well as it was recommended by oracle official document.
    String empty_string = "need to be updated";
    conn = getConnection();
    pStmt = conn.prepareStatement("SELECT REFERENCE FROM activity WHERE ID = ? FOR UPDATE");
    pStmt.setLong(1, 1);
    rset = pStmt.executeQuery();
    Clob clob = null;
    while (rset.next()) { 
    clob = rset.getClob(1);
    Writer writer = adapter.getCharacterOutputStream(clob);
    writer.write(empty_string);
    writer.flush();
    writer.close();
    pStmt = conn.prepareStatement("update activity set REFERENCE = ? WHERE ID = ?");
    pStmt.setClob(1, clob);
    pStmt.setLong(2, 1);
    pStmt.executeUpdate();
    Now I want use the second way as below, to be honest I never used it before so I wonder can it work properly? as it did not require an explicit lock. will it bring potential risk? according your experience if it work well, which did better performance?
    1. String toBeUpdated = "need to be updated";
    2. StringReader clob = new StringReader(toBeUpdated );
    3. pStmt = conn.prepareStatement("update activity set REFERENCE = ? WHERE ID = ?");
    4. pStmt.setCharacterStream(1, clob, toBeUpdated.length());
    5. pStmt.setLong(2, 1);
    6. pStmt.executeUpdate();

    Welcome to the vast OTN forums!
    If you are asking about jdbc specifically, perhaps the relevant forum is: {forum:id=1050}.
    If what you really are asking is something like (without java code and context):
    "I used to do Select.. for update, followed by update table .... Can I instead use only update table ... ? When and why would you use one or the other?"
    Then this forum might be ok, but the SQL and PL/SQL forum might be even better: {forum:id=75}

  • How to update html file in clob column in oracle

    hi,
    please help me how to update html file in clob column in oracle
    Thanks

    This is your main query as i am able to understand and you want to update your html file into terms columns based on conditions :
    SELECT     b.terms As terms
             FROM chklst_item_x_enrlmnt_type a, prvdr_enrlmnt_agreement b
            WHERE a.enrlmnt_type_cid = 1
              AND a.chklst_item_cid = b.chklst_item_cid
              AND a.chklst_item_cid = 79
              AND a.oprtnl_flag = 'A'
              AND b.oprtnl_flag = 'A'
              AND TRUNC (SYSDATE) BETWEEN b.from_date AND b.TO_DATE;So i suggest below one but you need to create a directory where you can store your html file and then you can update .. And remaining consult Experts suggestions too as your
    question is improperly posted . . .
    DECLARE
       vclob     CLOB;
       v_bfile   BFILE := BFILENAME ('YOUR_DIR', 'filename.html');
    BEGIN
       SELECT     b.terms
             INTO vclob
             FROM chklst_item_x_enrlmnt_type a, prvdr_enrlmnt_agreement b
            WHERE a.enrlmnt_type_cid = 1
              AND a.chklst_item_cid = b.chklst_item_cid
              AND a.chklst_item_cid = 79
              AND a.oprtnl_flag = 'A'
              AND b.oprtnl_flag = 'A'
              AND TRUNC (SYSDATE) BETWEEN b.from_date AND b.TO_DATE
       FOR UPDATE;
       DBMS_LOB.fileopen (v_bfile);
       DBMS_LOB.loadfromfile (vclob, v_bfile, DBMS_LOB.getlength (v_bfile));
       DBMS_LOB.fileclose (v_bfile);
    END;
    / Regards..

  • How to update for oracle Release 10.2.0.1 to 10.2.0.3

    Hi,
    Can anybody give me hint how can i update my oracle version 10.2.0.1 to version 10.2.0.3.
    I have installed oracle 10gR2 with following:
    SQL> select * from v$version;
    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 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Now how to update to Release 10.2.0.3 - Prod
    Regards,
    Rushang

    Download it as a patch from Metalink.
    If you have Vista, go to http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
    You will normally follow the upgrade guide that comes with the download. It is simple to follow.

  • How to update the millions of records in oracle database?

    How to update the millions of records in oracle database?
    table have contraints & index.how to do this mass update.normal update taking several hours.

    LostWorld wrote:
    How to update the millions of records in oracle database?
    table have contraints & index.how to do this mass update.normal update taking several hours.Please, refer to Tom Kyte's answer on your question
    [How to Update millions or records in a table|http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:6407993912330]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • How to Update the oracle toad column value in table by using SSRS 2008

    Hi Team,
    How to update the oracle DB table column value by using SSRS 2008.
    Can any one help me on this.
    Thanks,
    Manasa.
    Thank You, Manasa.V

    Hi veerapaneni,
    According to your description, you want to use SSRS to update data in database table. Right?
    Though Reporting Services is mostly used for rendering data, your requirement is still can be achieved technically. You need to create a really complicated stored procedure. Pass insert/delete/update and the columns we need to insert/delete/update as
    parameters into the stored procedure. When we click "View Report", the stored procedure will execute so that we can execute insert/delete/update inside of the stored procedure. Please take a reference to two related articles below:
    Update Tables with Reporting Services – T-SQL Tuesday #005
    SQL Server: Using SQL Server Reporting Services to Manage Data
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to update version of XDK on Oracle 8.1.7.4

    Please suggest how to update version of XDK on Oracle 8.1.7.4 or it's impossible?

    I am don't know where to see version of XDK on Oracle 8.1.7.4?
    on Oracle 10.1.0.2.0 it is possible in view dba_registry by query
    select * from dba_registry where comp_id = 'XML';
    but i could not get result on Oracle 8.1.7.4
    I will thanks if you suggest how to see it.
    My goal to update xmlparser as current version of it can't parse
    tag of national symbols.

  • How to update link and import data of relocated incx file into inca file?

    Subject : <br />how to update link and import data of relocated incx file into inca file.?<br />The incx file was originally part of the inca file and it has been relocated.<br />-------------------<br /><br />Hello All,<br /><br />I am working on InDesignCS2 and InCopyCS2.<br />From indesign I am creating an assignment file as well as incopy files.(.inca and .incx file created through exporing).<br />Now indesign hardcodes the path of the incx files in inca file.So if I put the incx files in different folder then after opening the inca file in InCopy , I am getting the alert stating that " The document doesn't consists of any incopy story" and all the linked story will flag a red question mark icon.<br />So I tried to recreate and update the links.<br />Below is my code for that<br /><br />//code start*****************************<br />//creating kDataLinkHelperBoss<br />InterfacePtr<IDataLinkHelper> dataLinkHelper(static_cast<IDataLinkHelper*><br />(CreateObject2<IDataLinkHelper>(kDataLinkHelperBoss)));<br /><br />/**<br />The newFileToBeLinkedPath is the path of the incx file which is relocated.<br />And it was previously part of the inca file.<br />eg. earlier it was c:\\test.incx now it is d:\\test.incx<br />*/<br />IDFile newIDFileToBeLinked(newFileToBeLinkedPath);<br /><br />//create the datelink<br />IDataLink * dlk = dataLinkHelper->CreateDataLink(newIDFileToBeLinked);<br /><br />NameInfo name;<br />PMString type;<br />uint32 fileType;<br /><br />dlk->GetNameInfo(&name,&type,&fileType);<br /><br />//relink the story     <br />InterfacePtr<ICommand> relinkCmd(CmdUtils::CreateCommand(kRestoreLinkCmdBoss)); <br /><br />InterfacePtr<IRestoreLinkCmdData> relinkCmdData(relinkCmd, IID_IRESTORELINKCMDDATA);<br /><br />relinkCmdData->Set(database, dataLinkUID, &name, &type, fileType, IDataLink::kLinkNormal); <br /><br />ErrorCode err = CmdUtils::ProcessCommand(relinkCmd); <br /><br />//Update the link now                         <br />InterfacePtr<IUpdateLink> updateLink(dataLinkHelper, UseDefaultIID()); <br />UID newLinkUID; <br />err = updateLink->DoUpdateLink(dl, &newLinkUID, kFullUI); <br />//code end*********************<br /><br />I am able to create the proper link.But the data which is there in the incx file is not getting imported in the linked story.But if I modify the newlinked story from the inca file,the incx file will be getting update.(all its previous content will be deleted.)<br />I tried using <br />Utils<IInCopyWorkflow>()->ImportStory()<br /> ,But its import the incx file in xml format.<br /><br />What is the solution of this then?<br />Kindly help me as I am terribly stuck since last few days.<br /><br />Thanks and Regards,<br />Yopangjo

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • How to install Oracle 9i on redhat 9

    i have installed 4-5 times oracle 9i on linux ...but the thing is ..as soon i restart my pc..the SQLPLUS doest not start from the redhat 9 terminal
    ...So plz tell me the step by step procedure how to install Oracle 9i on linux ...
    .... What & where is .bash_profile file is located ...???
    How to create system shareable memory ...??? without this SQLPLUS is not starting ...
    how to modify the kernel variables ..???
    ..

    What & where is .bash_profile file is located ...???The file exists under oracle home directory.
    # ls -l /home/oracle/.bash_profile
    -rw-r--r-- 1 oracle dba 328 11? 2 15:35 /home/oracle/.bash_profile
    How to create system shareable memory ? without this SQLPLUS is not starting.Append your shareable memory parameters to /etc/sysctl.conf, You might want to change these values if you have more RAM:
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    REBOOT the system so the kernel changes can take effect, or if rebooting is not an option, you can change the kernel params at runtime by issuing:
    # echo 536870912 > /proc/sys/kernel/shmmax
    # echo 4096 > /proc/sys/kernel/shmmni
    # echo 2097152 > /proc/sys/kernel/shmall
    how to modify the kernel variables ..???method 1:
    To modify kernel parameters a common way is to change /proc file system:
    1. Log in as root user.
    2. Change to the /proc/sys/kernel directory.
    3. echo <desired list of values> > <group of parameters>
    But this update is not permanent and after system reboot, your kernel parameters's
    values will be the same as before.
    method 2:
    setuping permanently kernel parameter values ,is to use '/etc/sysctl.conf' file.
    Every time the system boots, the '/etc/rc.d/rc.sysinit' script is executed
    by init process. This shell script contains a call to sysctl command and
    reads the values from /etc/sysctl.conf file as the ones to be set Therefore, any values added to /etc/sysctl.conf will take effect after the system boot or without downtime using "sysctl -p" command

  • How to install Oracle VM server on Sun Fire v100 server

    Hi All
    I have just a Sun Fire V100 Server.
    How to install Oracle VM server on Sun Fire v100 server?
    Thankyou and best regards,
    Thiensu

    user8248216 wrote:
    I have install Oracle VM Server successful on PC Core 2 dual 2.93Ghz.
    But Oracle VM Server does not detect onboard Network card.Your NIC needs to be supported by Oracle Linux 5 Update 3 to work with Oracle VM Server 2.2. If it's too new, then it will not be seen. Also, please start a new topic for each question. This new question is not relevant to the original topic.
    Edited by: Avi Miller on Aug 19, 2011 12:46 PM

  • How to use oracle OCIANYDATASET?

    Hi, All
    When I try to update oracle example "Pipelined Table Functions Example: C Implementation" to return OCIANYDATASET, but from oracle documnet, I cannot find any example about how to use OCIANYDATASET, would you please help me out of this issue, any example or advice is benefit for this issue. thanks.
    The PL/SQL below works OK now:
    member function ODCITableFetch(self in out StockPivotImpl, nrows in number,  record_out out anydataset) return number is
      rc SYS_REFCURSOR;
      value  pls_integer;
      cur StockTable%ROWTYPE;
      begin
        record_out := null;
         DBMS_ODCI.RestoreRefCursor(rc, self.cur_n);
        if row_was_returned = 1 then
          return ODCIconst.success;
        end if;
        row_was_returned := 1;
        anydataset.begincreate(dbms_types.typecode_object, self.row_types, record_out);
         loop
              fetch rc into cur;
              EXIT WHEN rc%NOTFOUND;
              record_out.addinstance;
            record_out.piecewise();
              -- Setting the returned values:
              record_out.setvarchar2(cur.ticker);
              record_out.setnumber  (cur.openprice);
              record_out.setnumber  (nrows);
              record_out.setvarchar2('new_column');
         end loop;     
         close rc;
        record_out.endcreate;
        return odciconst.success;
      end;But how to implement below C function, especially how to append value into OCIAnyDataSet and return it?
    -- Create table function
    CREATE FUNCTION StockPivot(p refcur_pkg.refcur_t) RETURN anydataset
    PIPELINED USING StockPivotImpl;
    SELECT * FROM TABLE(StockPivot(CURSOR(SELECT * FROM StockTable)));
      MEMBER FUNCTION ODCITableFetch(self IN OUT StockPivotImpl, nrows IN NUMBER,
                                     record_out out anydataset) RETURN PLS_INTEGER
        AS LANGUAGE C
        LIBRARY StockPivotLib
        NAME "ODCITableFetch"
        WITH CONTEXT
        PARAMETERS (
          context,
          self,
          self INDICATOR STRUCT,
          nrows,
          record_out,
          record_out INDICATOR,
          RETURN INT
    int ODCITableFetch(OCIExtProcContext* extProcCtx, StockPivotImpl* self,
                           StockPivotImpl_ind* self_ind, OCINumber* nrows,
                           OCIAnyDataSet* outSet, short* outSet_ind)Edited by: BluShadow on 11-Apr-2013 10:42
    added {noformat}{noformat} tags for readability.  Please read the FAQ: {message:id=9360002} and learn to do this yourself in future.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for your reply, Yes, I have read the doc, but it seems like that doesn't work in my code. I'm not sure whether I missed something. My steps below:
    int ODCITableFetch(OCIExtProcContext* extProcCtx, StockPivotImpl* self,
                        StockPivotImpl_ind* self_ind, OCINumber* nrows,
                        OCIAnyDataSet* outSet, short* outSet_ind)
    OCIAnyData* myData = (OCIAnyData*)0;
    status = OCIAnyDataSetBeginCreate(handles.svchp, handles.errhp, OCI_TYPECODE_OBJECT, (OCIType *)self->out, OCI_DURATION_SESSION, &outSet);
    status = OCIAnyDataSetAddInstance(handles.svchp, handles.errhp, outSet, &myData);
    //AAA
    OCIStringAssignText(handles.envhp, handles.errhp, (text *)"CA", 2, &str);
    checkerr(&handles, OCIAnyDataAttrSet(handles.svchp, handles.errhp, (OCIAnyData*)myData, (OCITypeCode)OCI_TYPECODE_VARCHAR2,(OCIType *)0, (dvoid *)&indp, (void*)str, sizeof(str), FALSE)); // Crashed here
    //BBB
    status = OCIAnyDataSetEndCreate(handles.svchp,handles.errhp, outSet);
    //CCC
    return ODCI_SUCCESS;
    It crashed in function OCIAnyDataAttrSet(), but when I added the function OCITypeByName() and OCIAnyDataBeginCreate() in AAA and OCIAnyDataEndCreate() in BBB, no error happened again and I can get the instance in CCC with function OCIAnyDataSetGetInstance() and I also can get the value via function OCIAnyDataAttrGet() after CCC from the instance, but when I run the query, it is no rows selected, why?

Maybe you are looking for

  • Jdbc adapter table's name in chinese

    hi everyone: I have configured the 'JDBC-XI-RFC' secnario, my trouble is that both the name of database table and table's fields are chinese, so the JDBC adapter can not get the datas from the DB table. Any good idears? except changing the table' nam

  • Cannot establish new Rules in Mail 7.3

    For at least the last 6 months when I try to set up new Rules in Mail, they don't stay. The old ones I set up >6 months ago always appear to work, but if I define a new rule and apply it immediately it works,but next time I open Mail it is gone from

  • Condition based Maintenance for crusher

    Hi Experts, Need a suggestion & help in one of the requirement I have in my hand. The scenario is more of a common but I have tried many of options but failed to gather the desired results. The requirement is as below. The Maintenance of crushers are

  • Max HD size for Compaq PU700AV desktop?

    I just bought a used PU700AV desktop for my daughter and it came with a 80 Gb HD SATA Drive.  I would like to put a larger drive in it.  Is there a maximum size that I can put in it? Thanks!

  • Workitem Display in Original System

    A workitem appears in the CRM, there is a link which says Display in Original System. see page 757 figure 26-4 in Practical Workflow for Sap. How can I get this to work, right now if I click on it, nothing happens. PLEASE HELP the newbie  Newbie is a