How to recreate .microsoft directory for TEE CLC in linux?

Hi,
I have accidentaly deleted ~/.microsoft directory in linux after installing TEE-CLC-12.0.2. I cannot get any logs now. How do I reinstall TEE-CLC-12.0.2 and recreate ~/.microsoft so that log files get created inside it.
Thanks,
Cirius

As I see you want to use a cold backup for upgrade procedure.
I suggest to copy all cold backup files including control, data (temp, sys, all tbs) files, log files, recreate admin directories in the very same location as there existed in the original db server.
You would also need spfile, pwd file and all others **DBSID** from $OH/dbs dir.
Once you "restored" your cold backup you can do a manual upgrade.
Connect sqlplus"/ as sysdba" and "startup upgrade" to test if you get all files in place.
You would need to prepare this database for upgrade (remove obsolete parameters etc)
Please check MOS manual upgrade steps docs for more information about upgade.
e.g.:
Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1]
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=837570.1
Oracle 11gR2 Upgrade Companion [ID 785351.1]
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=785351.1
BTW I'm not sure if RHES 6 is already certified...
Edited by: Kecskemethy on Oct 27, 2010 4:35 AM
added upgrade docs links

Similar Messages

  • How to get microsoft office for macbook pro

    how to get microsoft ofice for macbook pro?

    http://store.apple.com/us/product/H2437LL/A/microsoft-office-for-mac-home-and-st udent-2011-family-pack?fnode=MTY1NDA0OA

  • How to reinstall Microsoft Office for Mac after new hard drive?

         Recently I had a problem with my Macbook Pro, and unfortunately had to purchase a new hard drive and have it installed. This also led to the loss of data and other things, such as Microsoft Office for Mac. I know this is an Apple community, but I get better answers here than at the Microsoft communities so I'm hoping someone can help find out how to reinstall Microsoft Office 2013. I logged onto my Microsft account and it says that there is no record of me purchasing Microsoft Office on that account but I know thats the account that it was purchased on, so i cannot get my product key to reinstall it as directed. Someone please help!!!!

    Try calling MS support and explaining the situation, maybe they will issue a new key.
    1 (800) 642-7676 (Consumer)
    Microsoft Corporation, Customer service
    24/7 Microsoft Support - Microsoft.MyPhoneSupport.com
    Admicrosoft.myphonesupport.com/
    1 (855) 698 3249
    Phone Our Tech Support Experts 24/7 For Microsoft Support. Call Now...
    Support for Microsoft? - Call Toll Free Now
    Adwww.supportdeskwiz.com/Microsoft
    1 (855) 760 8099
    24x7 Tech Support for Microsoft by SDW.
    Microsoft Windows Support - Call US Toll Free
    Admicrosoft-os-support.itechline.com/
    1 (855) 281 4201
    Tech Support for Microsoft Windows.
    Live Tech Support - Windows 7 Support - Outlook Support

  • How to set default directory for SQL LOADER

    hi all,
    i wanted to know how can we setup a default directory for SQL LOADER if at all we can. i connot place my control and data files in local system and use them at command prompt. rather i wanted to know if we can set default directory that the loader can use. this requirement is basically to enable all the clients to upload the data placed on the server and use the loader utility.
    thanks in advance,
    Basavraj

    Ella,
    You don't say which version of SQL Developer you are using via Citrix, but just setting the SQLDEVELOPER_USER_DIR hasn't worked for a long time (see Re: SQLDEVELOPER_USER_DIR does not function anymore). Also, since version 1.5, the default for the user directory (now set via ide.user.dir as shown below) is under the user profile area (relative to %APPDATA%), which you should be able to write to, even on Citrix.
    Assuming that neither of those help, you will need to get whoever installed SQL Developer on the Citrix C: drive to modify the sqldeveloper.conf to have a line like, where the path exists for everyone who will be using the shared SQL Developer (assumes everyone has a H: drive):
    AddVMOption -Dide.user.dir=H:\sqldeveloperAn alternative (depending on how you start SQL Developer via Citrix), is to create your own shortcut to start SQL Developer with something like:
    sqldeveloper -J-Dide.user.dir="%SQLDEVELOPER_USER_DIR%"theFurryOne

  • How to recreate a preference for text schema index

    I have 10.2.0.3 database. I have a schema that has text schema indexes. I need to load the data to another user.
    Here is my steps:
    1. create a new user dev.
    2. expdp user prod
    3. impdp prod to dev META_DATA_ONLY
    4. drop schema indexex, otherwise, there is error.
    5. recreate schema index.
    My problem is when I recreate the indexes. I got this error
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: OCS_IDCCOLL1_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    I ran
    select pre_name from CTX_PREFERENCES wehre pre_owner='PROD'
    OCS_IDCCOLL1_LEXER
    How can I recreate the OCS_IDCCOLL1_LEXER for user dev?
    Thanks a lot!

    That is not a feature yet. An upcoming update (end of January) will allow multiple fields on a row, which would allow you to create a table. I don't know if there will be a tool that allows you to create a table of fields more easily.
    If you can create a PDF form (e.g., with Acrobat) it can have any layout you want, but not all FormsCentral features are available with PDF forms.

  • How to use remote directory for external table

    Hi Folks,
    I have 2 Oracle 11GR2 64 bit database installed on Win 2008 server as prod1 and prod2.
    I have one directory created on prod1 server as EXT_TAB_DIR using the path as D:\OrsDWtest_dir .
    I want to use this directory in Prod2 server and use external table using this remote directory.
    I am able to access the Prod1 directory from Prod2 machine and also i have created Network map drive as Z drive pointing to that prod1 D:\OrsDWtest_dir directory. Also i checked read and Write permissions are there . I am able to create the external table but when i try to fetch the data i m getting below error ..
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file IOMM_20121213_060736.csv in EXT_TAB_DIR not found
    now my doubt is this possible ? Can we use remote directory for External table ? or is there is there any alternative way to achieve same ?
    Thanks & Regards,
    Vikash Jain(DBA)

    could you confirm the name and the existence of this file "IOMM_20121213_060736.csv" ?
    same error like:
    http://www.oracle-base.com/articles/9i/external-tables-9i.php
    if the load files have not been saved in the appropriate directory the following result will be displayed.
    SQL> SELECT *
      2  FROM   countries_ext
      3  ORDER BY country_name;
    SELECT *
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Countries1.txt in EXT_TABLES not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1Edited by: Fran on 10-ene-2013 23:32

  • How to Install Microsoft Office for free

    Hi
         I have to download Microsoft Office for free installation Older version or New version for my Home use only.please anyone help me for this. I don't want to the trial version plz.
    my OS - windows 8.1
    Processer - Intel core i7
    system type - 64 bit operating system

    Hello Koushoma,
    The current forum is for developers. That is why I'd recommend asking non-programming questions in the
    Office IT Pro Discussions or
    Microsoft Answers forums instead.

  • How to set nondefault directory for SQL Developer on Citrix (terminal)

    Hi
    My purpose is that , when I click"open" button on SQL Developer I hope it prompts out a defined diretory rather than the default one.The problem here is I'm using Citrix paltform in the terminal end and hence I don't authorization to do any modification on the C:\ drive (server end)
    I got this guide lines from the tutorial but I can reset the rying directory by either way.
    To specify a nondefault SQLDEVELOPER_USER_DIR location, do either of the
    following:
    ■ Set the SQLDEVELOPER_USER_DIR environment variable to specify another
    directory path.
    ■ Edit the <sqldeveloper_
    install>\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf file
    and substitute the desired directory path for SQLDEVELOPER_USER_DIR in the
    following line:
    SetUserHomeVariable SQLDEVELOPER_USER_DIR
    1.After I execute below command on cmd, the variavle has been set but still it navigates to the default directory:
    set SQLDEVELOPER_USER_DIR=U:\sql
    2.I want to modify the "sqldeveloper.conf " file but since it is located in C: drive I don't have right to modify it.(I'm using terminal as stated above)
    Could anyone help me out ??
    Ella

    Ella,
    You don't say which version of SQL Developer you are using via Citrix, but just setting the SQLDEVELOPER_USER_DIR hasn't worked for a long time (see Re: SQLDEVELOPER_USER_DIR does not function anymore). Also, since version 1.5, the default for the user directory (now set via ide.user.dir as shown below) is under the user profile area (relative to %APPDATA%), which you should be able to write to, even on Citrix.
    Assuming that neither of those help, you will need to get whoever installed SQL Developer on the Citrix C: drive to modify the sqldeveloper.conf to have a line like, where the path exists for everyone who will be using the shared SQL Developer (assumes everyone has a H: drive):
    AddVMOption -Dide.user.dir=H:\sqldeveloperAn alternative (depending on how you start SQL Developer via Citrix), is to create your own shortcut to start SQL Developer with something like:
    sqldeveloper -J-Dide.user.dir="%SQLDEVELOPER_USER_DIR%"theFurryOne

  • How to create a directory for JSPs under infrastructure "root"?

    Hi,
    I'm not very familiar with Oracle 10gAS, but someone else got it configured and running on a Solaris 9 system, so my terminology may not be correct...
    We now have an "infrastructure" website (at port 7777) and an "ias" website (at port 8000).
    Right now, under the "infrastructure" website, we have the following applications:
    - sso
    - oiddas
    These all are "under" an OC4J instance called "OC4J_SECURITY".
    I need to somehow configure things so that I have a directory directly under the "root" of the "infrastructure" website (e.g., at http://<host>:7777/myjspdirectory) where I can run some JSPs. For example, I want to be able to put a JSP named "foo.jsp" and be able to access it at http://<host>:7777/myjspdirectory/foo.jsp.
    Is there a SIMPLE way to do this? If there is, can someone provide the specific steps (e.g., which directories, and files I need to create/modify)?
    It's not a "full" web application, so I don't want to have to create a WAR, etc.
    So far, I think that I need to add some "MountOc4j" lines to the mod_oc4j.conf file:
    Oc4jMount /myjspdirectory OC4J_SECURITY
    Oc4jMount /myjspdirectory/* OC4J_SECURITY
    But, after that I'm kind of lost :(...
    Is the only way to create a full WAR and then try to deploy it?
    Sorry if my question is somewhat confused, but I guess I am :(...
    Thanks in advance,
    Jim

    qlin,
    Ok, thanks.
    I've been working on creating a WAR the last several hours. I don't have 10g AS here at home, so I've been testing the deployment of the WAR on Tomcat.
    If the WAR deploys all right in something like Tomcat, will it deploy correctly in 10g AS also?
    Are there any "gotchas" that I should be aware of ahead of deploying the WAR on 10g AS?
    Also, I have a bunch of JSPs, but in the the web.xml that I'm using in my testing, it seems to work even though I don't list all of the JSPs. Here's what I have:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
         <servlet>
              <servlet-name>foo1</servlet-name>
              <jsp-file>foo1.jsp</jsp-file>
         </servlet>
         <display-name>WhatEverNameYouWantDisplayed</display-name>
         <description>replace this with a short description</description>
         <welcome-file-list>
              <welcome-file>foo.html</welcome-file>
         </welcome-file-list>
    </web-app>
    Is that (only including one pair of <servlet-name> and <jsp-file> tags all right, or do I have to include a pair of tags for EACH JSP?
    Other than the above, hopefully things will go all right tomorrow... I'm going to have to undo the edits that I did manually on mod_oc4j.conf (the Mount...) and in server.xml before I try the WAR deploy, I think, right?
    Jim

  • How to configure Integration Directory for Integration process async sync

    Hi Experts,
                     I am confused about doing configuration in Integration Directory i.e receiver determination,interface determination and receiver agreement and sender agreement for my integration process as it involve synchronous send at target side.
    In my Scenario , we get Purchase order request(asynchronously) from SRM system in proxy xml format which we have to map to Cxml format send it to third party system(say system 2) as http request.Then we will recieve a response from system2 in Cxml format through HTTP.Now,we have to map this response as to SRM system via proxy code for successful and error case .If error occured we also have to mail to the respective department about the error occured via mail adapter.Proxy to XI is a asynchronous communication and XI to System2 is a synchronous communication .Then again XI to SRM is a asynchronous communication via proxy.I have request and response External defination for Cxml i.e HTTP side.
    I have done following integration process in ESR
    Start- Receive(1)---Transformation(2)-send(3)-Fork(4)--
    stop
    ...................................................................................................... .....[----Branch 1 [-Transformation(5)-Send(6)-
    .......................[-----Branch 2 -
    SWITCH STEP to check error code[
    ............................................................................................................[.otherwise branch of switch
    Fork(4)----[
    .......................[----Branch 1-Transformation (9)-send(10)-
    Here,
    Recieve(1) -- is used for recieve request from SRM.Mode is asynchronous
    Transforamtion(2)-- is used for operation mapping between request of SRM to HTTP request.
    send(3) --is used to sending request synchronous to HTTP,mode is synchronous,used synchronous abstract interface,abstract reqhttp and abstract resphttp
    switch-switch Branch1 is used for checking error response to be true---
    Transformation(5)--- is used to map HTTP response to Mail response structure
    Send(6)----
    is used to send mail content to Mail adapter
    Transformation(9)---- is used to map HTTP response to Proxy response
    Send(10) --- used to send mapped proxy response to SRM as to update status by calling calling Function module using proxy code.
    Thanks
    Deepak

    Deepak,
    In BPM data does not flow in Backword direction!
    take any step in your BPM the message it is goiong to receive will be what a step just before it is giving to BPM.
    Now in your case
    IR Part:
    You have to call Third part Synchronously and the input to it will be what Proxy has given to you.
    Create an Abstract Synchronous(in case of abstract you need not bother it is Inbound or Outbound) in which(I mean the Message Interface) The Output message will be what you have Received from Proxy and the input message will be what you are going to receive from the Third party as a Response.  Now you would have Inbound Synchronous Interface created for calling Third party.
    Have a Interface Mapping between the Abstract Synchronous and Inbound Synchronous Message Interface.
    ID Part:
    For synchronous Step:  BPM will; be sender with  Message Interface Abstarct Synchronous
    Third Party will be receiver With Inbound Interface(Synchronous). Use the INterface Mapping between Abstract Synchronous and Inbound Synchronous that You have created in IR.
    Have a Receiver Agreement for the Thirs part.
    No Sender agreement required in case of BPM as a Sender.
    Thanks,
    Sunil Singh

  • How to recreate ~/.ssh directory and files

    Hi Folks,
    I have a 10.4 user without the hidden .ssh directory and all the usual files within that directory (id_rsa, id_rsa.pub, known_hosts) due to a munged account, and am now wanting to know to recreate those files so I can SSH back to this machine.
    Any tips/ideas much appreciated.
    Thanks!
    Doug

    I have a 10.4 user without the hidden .ssh directory and all the usual files within that directory (id_rsa, id_rsa.pub, known_hosts) due to a munged account, and am now wanting to know to recreate those files so I can SSH back to this machine.
    ssh-keygen -t rsa
    will create the .ssh directory and the rsa files. known_hosts will be created as the account is used to ssh/scp/sftp into other accounts.
    If other systems are to be allowed to login to this account, then copy their id_rsa.pub files and append them to .ssh/authorized_keys. That will allow them access to this account.
    And if this account is suppose to be able to login to other systems, append the newly created id_rsa.pub file to the other system account's .ssh/authorized_keys file.
    Check *man ssh* to make sure all permissions are set correctly. If some of the files and/or directories are too permissive, ssh will not work correctly, as it will assume your account can be compromised.

  • How to install microsoft office for mac 2011

    I get a message that I can't do this when I try to install
    office for 2011-
    what's going on?

    Assuming the system info at the bottom of your post is correct, MS Office for Mac 2011 requires at least OS 10.5.8 and you've still got 10.5.7. See here. There may be other incompatibilities too (check the link for more info) but your OS is a good place to start.

  • How to define the directory for download technical system?

    Hi,
    I'm trying to export the technical system from SLD, but is showed the following message: "/usr/sap/XIP/DVEBMGS76/j2ee/cluster/server1/apps/sap.com/com.sap.lcr/servlet_jsp/sld/root/admin/download/export_20061205_114437.zip (A file or directory in the path name does not exist.)".
    But the "download" directory do not exist. Can I change this path?
    I don't have permission to create a directory in Unix, where the XI was installed.
    Thanks.

    Why you export the technical system from SLD ?
    Which step you follow in order to make the export ?
    Sandro

  • How to install microsoft office for macbook air

    Because there is no disc drive to install the program with, how do I go about installing the program?

    I assume you never read my reply;
    Download the Office trial copy at www.mactopia.com and run the installer. Enter your license code when prompted to activate the trial version.

  • How to install DAC server (for OBIA v7963) on linux ?

    Guys - I am in the mid of installing OBIA v7963 on linux x64 . And right now I am doing the DAC server installation part .
    The installation guide http://docs.oracle.com/cd/E20490_01/bia.7963/e19038/windows_ic.htm#BABHDEJJ clearly says that we have to install
    DAC server on windows box first and then copy it over to linux . crude and cumbersome !! As per this guide - there is no way to directly install it on linux .
    Where as the downloaded DAC s/w has a runInstaller which works in a 32 bit linux shell (not in 64 bit shell) . I did it and the installation went fine .
    This is how it is done in our environment . My question is : why does the installation guide say nothing about this easy way of installing it ? And how
    do you guys do it usually ? What's the best practice ?

    You are right RM . I straight away installed it on linux . Me installing DAC for the first time - I had no other choice than following this installation guide
    http://docs.oracle.com/cd/E20490_01/bia.7963/e19038/windows_ic.htm#BABHDEJJ
    But this method of directly installing on linux is no where said in the guide . I wonder why ? And the very purpose of having a installation guide is defeated here .
    I have seen typos in oracle documentation . But this is a huge huge miss in the documentation . I can't believe it .
    Thank You .

Maybe you are looking for

  • CC Premiere 2014 crashes on start

    CC Premiere 2014 crashes on start. "Adobe Premiere Pro CC quit unexpectedly..." retina macbook pro, osx 10.9.3. Have had to use CS6 for months, cannot get any CC Premiere version working... was naively hoping this latest update would fix that.. Any r

  • Clipping Mask not working

    Okay, so I am EXTREMELY new to this (I started about an hour ago!) I am trying to make a clipping mask with the mask being the outline of France and the image inside the French flag. Here are the steps I've taken so far: File>New Open>Silhouette of F

  • Clafirication on Login Detials  when using JNDI in Toplink

    Hi, I am using Toplink in my application for connecting to Database using JNDI ,which is specified in session.xml ,given below <toplink-configuration> <session> <name>default</name> <project-xml>META-INF/toplinkMapping.xml</project-xml> <session-type

  • Running SimplePlayerApplet & TVApplet from JSP: Failed to Realize

    Hi All, Neither of the example of SimplePlayerApplet & TVApplet is running from an JSP. The stack track on the Java Console goes like : FATAL ERROR: Failed to realize: failed to parse the input media. Exception in thread "JMF thread: SendEventQueue:

  • Is it possible to disable the test print for when printer turns on?

    We sometimes shut the printer off, and other times have storms where power often flickers. Every time the printer goes back on it automatically prints a test page and eats up ink. We are not too happy about this. Is there a way to disable that? I can