How to use oracle camps House to reduce patch time

Hi guys,.

I have a plan of action to reduce the patch below the time:

I create the first House of Oracle to the/u01/app/oracle/db_1, for example. When a patch comes out, I have install Oracle together in a different House-/ u02/app/oracle/db_2 - then apply the fix it.

During the process of installation and application of the fix, the database is running, because he fled from home /db_1. When the window failure happens, all I have to do is stop Oracle;

Replace Oracle Home db_2 and raise the database. If there is a problem, I can reset the Oracle Home back to the former.

1. install the new Oracle Home
2. apply the patch on the new House
3. close the database
4. change Oracle Home to the new location
5. start the database
6. in case of problems:
7. close the database
8 change the old Oracle Home
9 start the database


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


Well, my question is where can I change the oracle home path? (IE step 4 above).

In the environament unix file?

Please notify.

Thanks in advance

Please notify

Yes, correct

Tags: Database

Similar Questions

  • How to use oracle.jbo.client.remote.ejib. *?

    Hello
    I think that the oracle.jbo.client.remote.ejib. * package to simplify the interface EJB citing, right? But how to use oracle.jbo.client.remote.ejib. *? example of use code is perfect! Thank you!

    Published by: EdwardXiao on September 18, 2011 19:29

    I'm not sure about the question that you asked... but if you are looking for use, see
    http://radio-weblogs.com/0118231/stories/2004/05/07/handcodingDynamicDiscoveryOfEjbdeployedAppmodule.html

  • How can I learn how to use the effects affect for the 1st time?

    Download to help me with the aftect effect: 'Now Playing' for my movie maker. I'm frustrated b/c I don't know how to use it.

    I see that Rick has already you linked to my favorite updated resource on the way, but I wanted to warn you that EI is not a very easy to learn program. It's a real pleasure once you know what you're doing, but it will take a few months before you really understand how to use it - and it'll take a lifetime to master. It is a very powerful program, and as such, it has a steep learning curve.

    Do not expect to pick up in a day.

  • How to use headphones and speakers at the same time

    I want to use headphones at the same time that I use the speakers.

    I am hard of hearing and need the LOUD volume. When others are watching a film, projected on HDTV, they won't let me turn the volume up to where I need it, which is why, headphones and speakers at the same time.

    I use Windows 7, I want to stick with Windows 7, so I want a Windows 7 solution.

    If there is no solution for Windows 7 and there is a solution using Windows 10, then and then only, I will be upgrading to Windows 10.

    Using headphones and speakers was possible under Windows XP. I think that a kid at Microsoft, with a regular audience, thought this feature was redundant and removed. Large.

    Macs will play through the headphones and speakers, so maybe it's time to buy a Mac!

    Hi Bob,

    Thanks for posting your query on the Microsoft Community.

    With the description, I understand that you want to use headphones and speakers at the same time on your Windows 7 computer. I will certainly help you get this fixed number.

    I suggest you check the suggestions contained in below mentioned thread and check if this is useful:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/headphones-speakers-at-the-same-time/7ed31bcf-3762-430D-9c9f-e6967d670d0e

    Hope this information is useful. Please come back to write to us if you need more help, we will be happy to help you.

  • How to install oracle several houses in oralce 9i on unix

    Hello world

    Can someone show me the steps how to install several houses Oracle of oracle 9i on unix AIX. I went through the google results but and oracle, but no documentation has provided specific steps.

    I need to know if there is no prerequisite. (allocation of disks, create the os users, groups etc...)

    I need to know if using DBCA must do all that for me. (for database software)

    What is the .profile file which should I change to inform the operating system that is the default SID?

    I need to do to test patches and .dmp files imported into a database structure.

    Please help me.

    Kind regards

    Published by: cutedba on August 5, 2009 10:07

    cutedba wrote:
    Thank you for answer you. What LD_Library_PATH, LIBPATH environment variables? I'll keep the defined in the .profile file, since they are already?

    If they are targeted at a specific individual OHOME directory...
    >

    What happens if I comment the variables OraHome1 environment and added values of OraHome2? do I need to restart a service or process again I need to disconnect the user and the connection again?

    . Profile (or its variant) is processed when the owner user account logs on the system. So if change you it after you log on this subject will have to be rerun. You have not to sign out and then sign back in to make. You can 'source' file like this:

    myosprompt$> . .profile
    

    Notice that the syntax... dot space If you simply run .profile it will run in a child process and nothing will affect your current process. Using the syntax 'source' (dot space filename) defined environment variables will be seen by your current process.

    But it's really a clumsy way to do. I would not depend on having to constantly change and my .profile file source.

    What did you find when read you on "oraenv?
    >

    Please your comments...

    Published by: cutedba on August 6, 2009 18:09

    Published by: cutedba on August 6, 2009 18:10

  • How to use Oracle Virtual Private Database (VPD) with EclipseLink JPA

    My project is obliged to use VPD in database to isolate access to data according to different user type. How can I use EclipseLink JPA with CAE? For example, how could I configure the server context of database for each database session? Thanks for any help.

    There is some information about the authentication proxy Oracle here,

    http://wiki.Eclipse.org/EclipseLink/examples/JPA/Oracle/proxy

    Use EVP would be very similar.

    ---
    James: http://www.eclipselink.org: http://en.wikibooks.org/wiki/Java_Persistence

  • How to use oracle APEX remote with a database located on a remote server

    Hello

    I am a new user with the Oracle Technologies. I installed ORACLE 10 g XE and APEX upgrade version 4.0 on my laptop.
    My Manager has setup a remote server with a Linux Red Hat. He has installed on this server EBS R12 with a 11i database.

    As a training, I would like to play with the tables on the server with APEX 4.0 installed on my laptop.
    The server is on the same local network and as a result of the description above, it is possible to connect my local APEX in the database?

    If this is not the case, this means that I have to install APEX on the 11i Server database, and then connect to the server to play with these tables?

    Thank you very much for your time and support the members of the CCSE.

    Kind regards

    Ulrich

    Hi, Ulrich,.

    Yes, you can access another database from your database to the APEX. The mechanism used for this is called a "database connection". You create such a link of database in your local database, then you can access remote data like this:

    SELECT *
      FROM databaselink@EMP
    ;
    

    If you want to use remote objects in APEX you create local views to encapsulate this (search the forum for apex and database links, you will find some interesting discussions).

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • How to use Oracle 10g (LOGMINER) consistent with DBA privileges JKM

    Hi gurus,

    Transposition of the CDC, we are checking out JKM Oracle 10g coherent (LOGMINER).
    Only restriction is that we can have no privilege DBA granted to the user of the ODI.

    So far, I did the following

    JKM Oracle 10g compatible (LOGMINER) uesed with

    ASYNCHRONOUS_MODE = NO
    AUTO_CONFIG = NO
    JOURNAL_TABLE_OPTIONS: USERS


    1 source schema: test
    2. There are 2 tables (DEPT_CDC_SRC and EMP_CDC_SRC) in the schema of the TRIAL, the two were added to the process of the CDC
    3 schema work: cdc

    4. from SYS schema the following grants were given to ODI work shema user.

    Grant connect, the cdc resources
    GRANT SELECT ANY TABLE OF CDC
    Grant EXECUTE ON dbms_stats to cdc
    Grant execute on DBMS_CDC_PUBLISH at CDC
    Grant execute on DBMS_CDC_UTILITY to CDC
    Grant execute on DBMS_CDC_SUBSCRIBE at CDC
    Grant execute on DBMS_STREAMS_CDC_ADM to CDC
    Grant execute on DBMS_CDC_IPUBLISH to CDC
    Grant execute on DBMS_CDC_SYS_IPUBLISH to CDC
    Grant execute on DBMS_CDC_ISUBSCRIBE at CDC
    Grant execute on DBMS_CDC_DPUTIL to CDC
    Grant execute on DBMS_CDC_EXPDP to CDC
    Grant execute on DBMS_CDC_EXPVDP to CDC
    Grant execute on DBMS_CDC_IMPDP to CDC

    5. as a user SYSDBA has done the following:
    ====================================
    SHUTDOWN IMMEDIATE;
    BOOTABLE MEDIA;
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    ALTER SYSTEM ARCHIVE LOG START;
    ALTER SYSTEM SWITCH LOGFILE;
    ===================================

    6 start journal... it fails to create the stage newspaper.
    with the following error
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    7. for the goal conceded role DBA to CDC test and start the log it is successful

    8 revoked of CDC DBA and restart the log. It still fails to form newspaper market.
    with the same error i.e.
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    How to solve this problem without any DBA privilege to the scheme of ODI work?

    Kind regards
    Frédéric

    Published by: 804400 on November 24, 2010 02:39

    Hello

    http://www.DBA-Oracle.com/t_insifficient_privileges_create_view_grant.htm said

    You must have the privileges of the object that you made from tables

    Privileges required to create views

    To create a view, you must meet the following requirements:

    You must have been granted the CREATE VIEW (to create views in your schema) or CREATE ANY VIEW (to create a view of another user schema) system privilege, either explicitly, or by a role.

    You need to explicitly obtain the SELECT, INSERT, UPDATE, or DELETE privileges object on all underlying base objects in the view or system privileges SELECT ANY TABLE, INSERT a WHOLE TABLE, UPDATE ANY TABLE or DELETE ANY TABLE. You may not have gotten these privileges through roles.

    I hope this helps.

    Thank you
    Fati

  • How to use the /b switch to force patches to install?

    I had the problem that is described in the 980333 hotfix (i.e. the right margin of only the first page gets cut off when printing html email in Outlook 2003 with IE8 installed) but this hotfix will not install on a XP system. I have found a solution to the http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_programs/outlook-express-6-outlook-2000-and-outlook-2003/8e795be3-aa51-4d98-be2a-fdd28d886d19thread.

    I did the following based on this thread:

    1 has begun with an installation of XP SP3 updated with IE8 installed. At this point, I have the right margin bug in Outlook 2003.
    2 uninstall the last update of security for IE8, which for me was KB2792100. Restarted.
    3 renamed ieframe.dll in C:\Windows\System32 to ieframe.old. Ieframe.dll manually copy the LDR version in the second most recent Cumulative Security Update for IE8, which for me was KB2761465 in the C:\Windows\System32 folder. That version LDR is located at C:\WINDOWS\$hf_mig$\KB2530548-IE8\SP3QFE and is the version 8.00.6001.23458 (longhorn_ie8_ldr.121026 - 1635). Windows Update to install an update that I ignored. Restarted.
    4. check that the right margin bug is now fixed. Windows Update failed to inform me that the most recent Cumulative Security Update for IE8 was now available for install, so I went to start - all programs-Windows Update which has open IE8 and found the KB2792100 so I installed. Restarted.
    5. check the ieframe.dll version that was in my C:\Windows\System32 folder and it was the version of ldr (not the version gdr) as hoped. Confirmed that the bug of the right margin is always fixed.

    6 Windows Update says that kb2792100 is ready to be installed. But I just installed that. So I installed again. There is no error message. I opened Outlook or something and Windows Update says KB2792100 is ready to be installed. Restarted. (Once without installing updates, then stop again with the installation.) I get this update request.

    7. I used Windows Restore to restore to a point before step 1 above.

    8. now, I no longer receive the message Windows Update but I am back to my emails in print. The C:\Windows\System32\ieframe.dll is now: 8.0.6001.19394 (longhorn_ie8_grd.121220 - 1544) with date 26/12/2012 15:16.

    My system is/has:

    IE version: 8.0.6001.18702

    Outlook2003

    Windows XP Professional: 5.1.2600 SP3 Build 2600

    PC x 86

    I don't know if using Windows Restore was not serious (or if he's going to still more dirty things in the long term). How can I undo what I've done (i.e., the fix of Michael who worked well for me)? So, how can I force the installation of the LDR files (I read the article 897225)? First I uninstall KB2792100 or just try to reinstall with the switch/b?

    Your help is greatly appreciated.

    Thank you.

    Here's what I did to make it work:

    I went into Control Panel and set up automatic updates to "download updates for me, but let me choose when to install them."

    A few days/weeks later, put automatic told me there are updates downloaded, so I chose
    "Custom" install rather "Express". Then I saw there was an update of cumulative security for IE8 (kb2817183). I stopped automatic updates install it by unchecking the checkbox. Based on other threads, I know to get my impression of html to work, I need to install the version of patch (which is not the version of GDR) of the KB2817183.

    It may be a good idea to create a restore at this stage point.

    Now, to find the KB2817183 files that have been downloaded but not installed during automatic updates:

    In my computer, I searched KB2817183 and found the following:

    C:\WINDOWS\SoftwareDistribution\Download\5dd0b02c82ca92ea3c2da6ad75887354\update\KB2817183-IE8.cat

    In that same folder, I found:

    C:\WINDOWS\SoftwareDistribution\Download\5dd0b02c82ca92ea3c2da6ad75887354\update\update.exe (this file is important so that this works.)

    I went to start, then run..., then type

    C:\WINDOWS\SoftwareDistribution\Download\5dd0b02c82ca92ea3c2da6ad75887354\update\update.exe b:SP3QFE

    and click OK.

    The installation of Software Distribution program ran, and I followed the instructions.

    In the end, the Setup program tried to restart, so I stopped and turned on the computer.

    My html emails now print correctly. Yay!

  • How to use Notepad and utube at the same time on an ipad?

    Is there a way to mulitask with two apps on the iPad, I want to take notes while watching a utube video?

    only on the most recent iPads that supports multitasking side by side

  • How to use opatch?

    Hello world!

    I would like to know how to use opatch?

    I downloaded the patch: 8350262

    Can be found in D:\p8350262_10204_Generic.zip and also
    D:\p8350262_10204_Generic

    Tried to do this by using the command line
    D:\oracle\product\10.2.0\db_1\OPatch>opatch lsinventory
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    
    Oracle Home       : D:\oracle\product\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 10.2.0.4.2
    OUI version       : 10.2.0.4.0
    OUI location      : D:\oracle\product\10.2.0\db_1\oui
    Log file location : D:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2011-
    03-07_16-44-23PM.log
    
    Lsinventory Output file location : D:\oracle\product\10.2.0\db_1\cfgtoollogs\opa
    tch\lsinv\lsinventory2011-03-07_16-44-23PM.txt
    
    --------------------------------------------------------------------------------
    
    Installed Top-level Products (2):
    
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 2 products installed in this Oracle Home.
    
    
    There are no Interim patches installed in this Oracle Home.
    
    
    --------------------------------------------------------------------------------
    
    
    OPatch succeeded.
    
    D:\oracle\product\10.2.0\db_1\OPatch>opatch auto D:\p8350262_10204_Generic\83502
    62
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    Syntax Error... Unrecognized Command or Option: 1st argument must be one of the
    following:
       apply
       napply
       rollback
       nrollback
       lsinventory
       lsinv
       query
       util
       prereq
       version
       -help
       -h
    Please use the option 'opatch  -help' to get correct syntax
    
    OPatch failed with error code = 14
    
    D:\oracle\product\10.2.0\db_1\OPatch>opatch auto D:\p8350262_10204_Generic\83502
    62
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    Syntax Error... Unrecognized Command or Option: 1st argument must be one of the
    following:
       apply
       napply
       rollback
       nrollback
       lsinventory
       lsinv
       query
       util
       prereq
       version
       -help
       -h
    Please use the option 'opatch  -help' to get correct syntax
    
    OPatch failed with error code = 14
    
    D:\oracle\product\10.2.0\db_1\OPatch>opatch auto D:\p8350262_10204_Generic\83502
    62
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    Syntax Error... Unrecognized Command or Option: 1st argument must be one of the
    following:
       apply
       napply
       rollback
       nrollback
       lsinventory
       lsinv
       query
       util
       prereq
       version
       -help
       -h
    Please use the option 'opatch  -help' to get correct syntax
    
    OPatch failed with error code = 14
    
    D:\oracle\product\10.2.0\db_1\OPatch>opatch apply D:\p8350262_10204_Generic\8350
    262
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    Argument(s) Error... Patch Location not valid
    
    Please check the arguments and try again.
    
    OPatch failed with error code = 135
    
    D:\oracle\product\10.2.0\db_1\OPatch>opatch apply D:\p8350262_10204_Generic\8350
    262
    Invoking OPatch 10.2.0.4.2
    
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    
    
    Oracle Home       : D:\oracle\product\10.2.0\db_1
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 10.2.0.4.2
    OUI version       : 10.2.0.4.0
    OUI location      : D:\oracle\product\10.2.0\db_1\oui
    Log file location : D:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2011-
    03-07_16-42-28PM.log
    
    ApplySession applying interim patch '8350262' to OH 'D:\oracle\product\10.2.0\db
    _1'
    
    Running prerequisite checks...
    Prerequisite check "CheckActiveFilesAndExecutables" failed.
    The details are:
    
    Following files are active :
    D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar
    D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar
    D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar
    D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar
    ApplySession failed during prerequisite checks: Prerequisite check "CheckActiveF
    ilesAndExecutables" failed.
    System intact, OPatch will not attempt to restore the system
    
    OPatch failed with error code = 74
    How can I apply this patch?

    Please guide me.

    Thank you very much!

    Nith

    Have you applied all the steps documented in the Readme of the patch?
    It seems that you must stop a dbconsole/grid control agent before applying the patch.

    lsinventory option lists installed games patch and fixes.

    Edited by: P. Forstmann March 7, 2011 09:51

  • How to use my Satellite A200 correctly?

    Say please and how to use my satellite a200 if all the time to work from electric power 220V? And so the battery is charged to 100%?
    Eject or not?
    Thank you...

    In my opinion, it's your decision. If you want you can remove the battery, but I recommend to use the laptop with battery power from time to time. It is very important to discharge the battery almost at 0% and reload again. Do this every two weeks and you should not worry about the battery life.

  • FMW: Portal Upgrade Advisor - video part 4 patch the Oracle Home "how to install Oracle Middleware 11 g Rel 1 portal and discoverer" should specify to use previous pfrd Oracle Home

    NOTE: from 'build base Middleware of Oracle 11 g Architecture. "
    Review of the videos for "How to install Oracle 11g Rel 1 portal Middleware and discoverer?"
    Part 4 patch the Oracle home (04:57)
    https://support.Oracle.com/CSP/main/article?cmd=show & type = ATT & ID = 1118681.1:PD11G_INSTALL_PT4 & inline = 1

    The verbal and demo explanation does not use the original location/Oracle HOme of the previously
    installed for the binary PFRD base.   It probably should.

    In addition, for some steps to follow to patch binaries PFRD, I'd put it:

    Step 4.  I am guessing that the patch will establish an another sub dir Disk1 and don't want to overwright
    installation of the initial PFRD, therefore, moves the Group of hotfixes as follows.

    CD/opt/web/install/PortalUpgradeAdvisor/pfrd
    960 ls - ltr
    Group of hotfixes mkdir 961
    Group patches 962 mv p11060983_111140_LINUX.zip
    Group patches 963 cd.
    Unzip 964 *.

    RE: of course, having unpacked the group created patches another subdirectory Disk1 with his own runInstaller
    VNC gui:

    I guess, all we are doing is patching of binary files, nothing should be running.
    Maybe an environment set in same, as when we ran last the PFRD install, however.  There we / I had
    run. / set_mid_clean after making sure the files property was oracle: oracle.

    Yes, VNC gui and
    / opt/Web/Install/PortalUpgradeAdvisor/pfrd/Patchset/disk1
    . / runInstaller

    Here again, we select Install Software - is not configured
    RE: Get the message again on this screen "installs the software only. After said is finished, use
    config.sh at ORACLE bin directory to configure the working bodies of these components installed.

    Specify the installation location.  Always to
    Oracle Middleware homepage: / opt/oracle/Middleware
    and
    An Oracle home directory: as_2 # I bet it must be as_1 because that is where the initial PFRD install binary files has occurred.

    NOTE: The summary of the Installation in the video screen escape the Oracle Home is the previous specified during the initial installation. That is to say. PFRD_Binaries.   I guess I should have named that instead of taking the default as_1. At least I would have to have done that.  Well.  Maybe this story might help the next guy.

    Also

    NOTE: The Installation screen is not "from" group of patches as in the video where it says
    Install Oracle Portal, forms, reports, and discover the Group of hotfixes.

    Hi Charlie
    I'm a little confused by this feedback. Especially when you say that you see the option "install - do not configure. Should this option is visible only when you run the Basic 11.1.1.2 PFRD the software installer. The Group of hotfixes 11.1.1.4 has his own 'runInstaller'... and this will display what you see in the viewlet. You definitely run the installer from the directory of stage in the Group of hotfixes? (I'll do my own validation test - if I find something strange going on... I'll report.)

    I now take the following action

    1. I will put the Viewlet so it is clear that the Group of hotfixes is staged in a different place from the base 11.1.1.2 media
    2. provide that nothing must be running (because at this point, no instance of 11 g of construction has been configured)
    3. There's a "slippage" that illustrates the Middleware and Oracle Home entries in the screen "Location of Installation to specify" IE

    Middleware homepage: / u01/alca_portal/middleware
    Oracle home: PFRD_Binaries

    However, you will see that this slide for 2 seconds (which is an error) and if you miss it probably.

    Just FYI - the House of Oracle 11 g correction is in general the same procedure as patching a mid-layer House AS10g i.e

    -You set the Oracle Home base using the installation of the basic software program
    -You patch the Oracle home using the installation program of the Group of hotfixes

  • Hello. I just use boot camp to install windows on mac mini after I partitioned my hard drive. It works perfectly. How can I run OSX?

    Hello world.

    I just installed 10 windows in my mini mac using boot camp.

    It works perfectly, but I don't know how to restart my computer using the OS x operating system.

    Restart with the Option key or X is pressed or select the Mac OS X system in the startup disk Control Panel.

    (137589)

  • How to use Text Mining (tm) package Distribution R Oracle?

    Hello

    I'm using Oracle R distribution 3.0.1 and try to build a wordcloud from data stored in the Oracle database table column. I searched the web and found install and charge the package tm for this purpose. When I'm trying to run the command to install the package of tm , it generates the following error

    > install.packages("tm")
    Installing package into ‘/home/oracle/R/x86_64-unknown-linux-gnu-library/3.0’
    (as ‘lib’ is unspecified)
    Warning message:
    package ‘tm’ is not available (for Oracle Distribution of R version 3.0.1) 
    

    How this problem could be solved.

    Any help will be much appreciated.

    Thank you

    Kind regards

    New versions of the package tm have been published since R - 3.0.1, so you will need to install the dependencies tm & manually.  This blog contains instructions to help guide the process:

    https://blogs.Oracle.com/R/entry/r_package_installation_with_oracle

    See section 6: Installation of older versions of R packages.

    Sherry

Maybe you are looking for