How to update environment in Linux?

Hi Gurus,
I need to update profile dbs_ora_schema in my environment. How do I do it?
I found the files to be updated but not sure how to do it. I am using Oracle 10, running on a Linux platform.
Appreciate your advice.
Thanks,
Intan Azir

Hi,
First you have find out the shell you are using
Execute echo $SHELL
Now goto home directory and execute ls -a
Now edit .dbenv_<hostname>.<your shell>  for eg .dbenv_saphost.csh
Change the value of dbs_ora_schema. In the same manner update .dbenv.<your shell> file also
Regards,
SBK

Similar Messages

  • How to update firefox suse linux enterprise 10.3

    I've recently installed Suse Linux Enterprise Server 10 sp3. It has firefox 3.5.2. I'd like to know how to update it to the latest version. I've downloaded and decompressed the firefox file but cannot install it (update the residetn version).
    Thanks in advance

    Look at my answer on this similar post
    http://discussions.apple.com/thread.jspa?threadID=2347187&tstart=0
     Cheers, Tom

  • How to update BIOS on Linux

    Hi,
    My laptop (HP Probook 4440s) is in the list of laptops with BIOS updates related to security issues [1].
    But I am running Linux, for which no update seems to be available [2], while there is a BIOS update available for Windows [3]?
    Could anyone tell me how to get and apply this update via Linux..
    Thx,
    Aaditya
    [1]: https://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c04393276
    [2]: http://h20566.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5229488&swItemId=ob_107629_1&swEnvOid=202...
    [3]: http://h20566.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5229488&swItemId=ob_135974_1&swEnvOid=413...

    aadityabagga wrote:
    erico wrote:
    Do you have a spare notebook SATA hard disk?
    Nope.
    Even if I had, I would probably not be installing Windows on it to upgrade the firmware!
    I got some generic ways to install firmware if using Linux:
    https://help.ubuntu.com/community/BIOSUpdate
    But I will wait for an official response from someone at HP about providing a Linux compatible BIOS update before attempting that.
    If that is your desire, then I highly recommend that you contact HP directly.
    You may have quite a long wait otherwise,
    This is the HP Consumer peer to peer support forum.  
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How to open Designer in Linux environment.

    I have installed Business Objects XI 3.1 on Linux 5.
    Now I want to create Universe and Desktop Intelligence Reports.
    1.     How do I open Designer. In windows we can open it from Program file. How to do it in Linux environment.
    2.     Do we need to install client component on Windows and then connect it to Linux Bo server.
    --Kuldeep

    Kuldeep,
    You misunderstood.
    The client tools are Windows only. The server portion of the install can be on Windows/*nix.
    The only way to launch Designer, Deski, Import Wizard etc. is from a Windows machine that can login to the CMS on *nix.
    You cannot launch client tools from *nix.
    Best,
    Srinivas

  • How to update attributes from OIM to AD in case of LDAPSync

    Hi All,
    In our scenario, we have LDAPSync configured for OIM AD Integration. OIM version is OIM 11gR2 PS1 (11.1.2.1.0.0)
    It is working fine and On user creation in OIM ,RealTime user creation under specified container in AD is happening.It is SSL enabled,so password is also getting updated from OIM to AD.
    But we have following conflicting scenario --
    -   As per our requirement we have to generate random password for User in OIM. For that we have PostProcess event handler implemented in OIM.
    - We have tested LDAPSync by creating user manually through OIM console. While creating user manually, we have provided value for password attribute along with other attributes.
        So, password attribute in AD will get updated for User along with all other attributes values mapped for AD from OIM.
    - But, in our scenario random password is generated for User through OIM post process event handler and it will be updated again in user profile of user created manually in OIM. This password is sent to User through mail.
      As this password event handler will get triggered after LDAPSnyc only, this password will not be update in AD for manually created user in OIM. So he can log into OIM with this new password but not to AD system.
      He will be able to login to AD system with same User ID but with password which was set at time of manual User Creation in OIM and not with the password updated in OIM user profile by PostProcess event handler.
    Is it possible to set password for user through PreProcess even handler implementation for Random Password generation. In this case also , the default OIM post process
    password generator will override the PreProcess event handler.How to resolve this issue.
    Also,when AD connector is in place in OIM environment we would be having change/update tasks for any attribute update to be send from OIM to AD.
    How this update scenario will be implemented from OIM to AD in case of LDAPSync ?
    Please provide any helpful pointer on this.
    Thanks,
    RPB

    Password :
    Increase order of calling for custom password event handler than OOTB handler.
    Update:
    you wanted to update custom fields?
    Did you check default update tasks comes with connector?

  • How to update fields in the target table in correspondance with the source file values

    Environment: win7, SQL server 2008 R2
    Application: Microsoft Management SQL Studio 2008 R2, Business Intelligence 2008 - SSIS
    SSIS competency level: Novice
    Problem: I have been trying to update some of the fields in the destination table,student table, in reference to data set in the staging table and ssn table.  I was able to insert/load new data to the destination using look up transformation
    while the driver is ssn (data mapping) but i couldn't know how to update some of the fields in the student table while keeping the orignal pn_id of both tables(ssn and student tables), because pn_id already exists in the SSN table and student table. There
    are other records also associated with the pn_id so I am not allowed to update the pn_id in the destination tables. For example,
    SSN Table (pn_id,ssn)
    ('000616850',288258466)
    ('002160790',176268917)
    Staging Table (ssn, id, pn_id, name, subject, academic year, comments)
    (288258466, 1001, '770616858',Sally Johnson, English,A, 2005,'great student')
    (176268917, 1002, '192160792',Will Smith, Math,38000,C, 2014,'no comments')
    (444718562, 1003, '260518681',Mike Lira, Math,38000,B, 2013,'no comments')
    Student Table (destination table)(id,pn_id,subject,academic year, grade, comments):
    (1001, '000616850', ' ',' ', ,'')
    (1002, '002160790', ' ',' ', ,'')
    Expected Results:
    My goal is to have student table updated as the following:
    Student Table
    (1001, '000616850', 'English','A' ,2005 ,'great student')
    (1002, '002160790', 'Math ',' C',2014 ,'no comments')
    please advise

    Why can't you use simple UPDATE command in EXECUTE SQL Task as below,
    DROP TABLE SSN
    DROP TABLE STAGING
    DROP TABLE STUDENT
    CREATE TABLE SSN(pn_id VARCHAR(100),ssn BIGINT)
    INSERT INTO SSN VALUES('000616850',288258466)
    INSERT INTO SSN VALUES('002160790',176268917)
    CREATE TABLE Staging (ssn BIGINT, id INT, pn_id BIGINT, name VARCHAR(100), subject VARCHAR(100),grade VARCHAR(10), [academic year] INT, comments VARCHAR(100))
    INSERT INTO Staging VALUES(288258466, 1001, '770616858','Sally Johnson', 'English','A', 2005,'great student')
    INSERT INTO Staging VALUES(176268917, 1002, '192160792','Will Smith', 'Math','C', 2014,'no comments')
    INSERT INTO Staging VALUES(444718562, 1003, '260518681','Mike Lira', 'Math','B', 2013,'no comments')
    CREATE TABLE Student(id INT,pn_id BIGINT,subject VARCHAR(100), [academic year] INT, grade VARCHAR(10), comments VARCHAR(100) )
    INSERT INTO Student VALUES(1001, '000616850', NULL,NULL,NULL ,NULL)
    INSERT INTO Student VALUES(1002, '002160790', NULL,NULL,NULL ,NULL)
    UPDATE Student SET Subject = C.Subject, [academic year]=C.[academic year], grade=C.grade,comments=C.comments
    FROM SSN A INNER JOIN Student B
    ON A.pn_id=B.pn_id INNER JOIN Staging C
    ON A.ssn = C.ssn
    SELECT * FROM Student
    Regards, RSingh

  • Infamous 'updating environment strings'; isn't this fixed yet??

    Ok this is killing me. I know there are posts, and I have weeded through them for the last hour.
    None of the solutions on here are working. Every install attempt of quicktime hangs up at the 'updating environment strings'.
    I've used CC Registry Cleaner mentioned in one post. I've used Windows Install Clean up. I've uninstalled QT, deleted all folders including ones in System32, restarted, NADA. I've even read it's a firefox issue. Unistalled that, tried the QT install, NADA. Ugh. somebody bottle me please.
    Another annoying thing is that I could not uninstall itunes without just deleting the folders, like it was 1992 all over again. It wasn't on the Add/Remove programs in CP, bizarre. Its still in my Start Up too...
    So question 2, how should I go about uninstalling Itunes? Downloading the setup file and selecting Uninstall? Will that work?
    More importantly I NEED the new Quicktime. It baffles me that this is MADE to be installed with itunes, itunes should be a stand alone. I'm about to buy an Ipod, but not if I can't install this!
    Windows XP by the way.
    The file, QTPluginInstaller.exe is doing it I believe, right when the icon is being created. This file is taking up 99-100 percent of my CPU when it hangs up. Coincidence maybe?
    HEEEEEEEEEEEEEEEEELP. I need a new MP3 player and this is literally making my clynical. Appreciate any help...GREATLY!

    I did the following on a windows XP Pro machine and got it to install finally:
    so after months of reading forums and pulling my hair out..here's what I did to get to work: ( windows XP pro )
    after a fresh reboot:
    1. Open a windows explorer window.
    2. right click on C:\ ( or your main windows drive )
    3. ->properties->security
    4. this will display all users and their permissions to this folder. click on add, enter your user name, and give yourself full access....this will take a while, it recursively sets the permissions of every file and folder on this drive for you to have full access ( I know, it sounds dangerous, and it probably is..but I got really f'ing frustrated..and had to go to extreme measures ).
    5. right click on the QuickTimeInstaller.exe file->run as: click off of the check box that says "Protect My Computer From Unauthorized .....etc..." - click on OK..
    6. I chose a folder other than the default ( I think ...\QuickTime3 )
    and I just about soiled myself when it actually worked...I hope it does for you !!!
    thanks
    Gen Zod

  • CommPr01-TC { how to update product status(locked,Archived etc) via Program}

    Hi all,
    TCode: Commpr01 ( how to update material product status as Locked or Archived Via report program. Can any one suggest me what FM's
    i have to use and what inputs i have to pass. I already checked with "COM_PRODUCT_MAINTAIN_STATUS" it is not working properly.
    May be i passed wrong input to that function module i think off.
    Thanks,
    Anbusundaram A

    Hi,
    Its good that u pasted the complete log file. In your environment you have to run this upgrade tool only once from any of the middle tier.
    And with respect to your error that u got in precheck is quite simple. All u have to do is just run this script from by connecting to portal schema using sqlplus.
    Run dropupg.sql
    Location-------- /raid/product/OraHome_1/upgrade/temp/portal/prechktmp/dropupg.sql
    Later you re-run the upgrade tool and let me know the status.
    Good luck
    Tanmai

  • How to update webcam driver?

    I've ArchLinux installed with v4l-utils 0.8.8-1 and gspca_zc3xx webcam driver v2.13.0 . The driver is installed as a kernel module, and I can detail it with  modinfo gspca_zc3xx command. This driver version is now outdated, and it doesn't support correctly Auto Gain and Exposure controls in my webcam Logitech Quickcam Communicate STX. On the developer's site in Webcam GSPCA driver V4L version 2 section there is an updated version of this driver v2.15.18, and I found the thread gspca_zc3xx possible options in Mint lxde 12? claiming the above issues were fixed in it.
    Can someone explain with code examples, how to update the webcam driver in my ArchLinux installation step by step? Webcam Setup ArchLinux Wiki lists various drivers, but come very short on explaining how to install them or update already installed driver. Is there a Wiki on how to install or update any device drivers in ArchLinux?
    Last edited by sambul13 (2012-08-23 22:16:07)

    I think you should since the kernel owns the files. Also, the file you linked is beta, so it is likely no one will,add this to the official package for you.  What I don't know is how best to handle this.
    1) rebuild the Linux package except manually delete those files for the build prior to packaging.
    Or
    2) make a new PKGBUILD for just this new driver and somehow handle the file conflicts outside of pacman... Not recommended in my mind.
    Perhaps someone else can offer and alternative solution but for now I think that option 1 is your best bet.
    Last edited by graysky (2012-08-23 19:14:14)

  • How do I change the Linux based LMS 4.2 root password

    How do I change the Linux based LMS 4.2 root password?  I tried "passwd" and "passwd root" while in shell mode and it said "passwd: all authenticaiton tokens updated successfully."  However it makes me use the old password to get into the shell.

    Hi,
    Did you saved the config after updating the password ?
    try this command " copy run start" after changing the password.
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ***

  • 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 libdb-4.3.dll for openldap

    the current verions of bdb is 4.3,
    i want to use latest bdb such as 4.7 as a backend for openldap,i copy the libdb-4.7.dll to the dir where libdb-4.3.dll is and rename
    it to libdb-4.3.dll ,but openldap can't start up correctly.and reported that initialization error,
    could you tell me how to update the bdb for openldap correctly?

    Hi,
    Simply replacing the shared library with a newer one will not do. You need to build the BDB 4.7.25 libraries as per the instructions here:
    [http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_win/intro.html]
    Afterwards, you will need to build OpenLDAP from source. This will probably imply some changes in the OpenLDAP sources as well, as there have been API changes between the two BDB versions; see section 31. Upgrading Berkeley DB Applications in the BDB Reference Guide:
    [http://www.oracle.com/technology/documentation/berkeley-db/db/ref/toc.html]
    Also, the underlying BDB environment used by OpenLDAP may need to be upgraded:
    [http://www.oracle.com/technology/documentation/berkeley-db/db/ref/upgrade/process.html]
    (the log file format and hash database format has changed between the two releases)
    Still, you should post this question on an OpenLDAP support site or forum.
    Regards,
    Andrei

  • How can update two rows in one query?

    How can update two rows in one query?
    Edited by: OracleM on May 4, 2009 12:16 AM

    What do you mean with "two rows"? May be two columns??
    If the where clause of UPDATE query matches two rows, then it will update two rows. If you want to update two columns, then add column names to your query
    UPDATE your_table SET col1=value1, col2=value2 WHERE your_where_clause- - - - - - - - - - - - - - - - - - - - -
    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/]

  • March 2015 UPDATE for AMS ( linux...)

    I see there is a new update for AMS. We're running Ver 5.0.3 r3029 standard on Centos 6, currently.
    My question is - where can I find the documentation explaining how we UPGRADE this on linux?
    Do I need to back up config files, and recreate them? Or is this update going to intelligently "install over top" and keep all the settings exactly as they were?
    I need to schedule downtime for this process - so would like to see some succinct and precise "update" documentation so I can plan for it.
    Thanks In Advance!

    Hi,
    Welcome to adobe forums.
    Here is the document to upgrade adobe media server : https://helpx.adobe.com/adobe-media-server/install/prepare-upgrade-media-server.html
    Make sure you create a back up of your configuration and everything you have changed inside media server and after this upgrade you would have to make all those changes manually in the newer version. Please refer to this document for AMS 5.0.8 release notes.
    Let me know if you have any queries.
    Regards,
    Puspendra

  • SAP HANA Current Revision and how to update

    Hi All,
    I would like to know how we can check the current HANA IMDB server revision version, are there are specific Linux commands to check the revision on the HANA IMDB server? Also I would like to take your inputs to learn how to update the revision for HANA server. Can this be done using the HANA unified installer?
    Thanks for the help.
    Thanks and Regards,
    Archana

    Hi Vitaliy,
    Thanks for the inputs, thats very helpful. The HDB version command gives the HANA version and revision details. Currently we are on HANA 1.0 SP3 Revision 20 and looking forward to upgrade to Revision 21.
    Thanks for the link on the upgrade guides, I had read through it previoulsy but have some questions.
    The SAP Note  u201C1653292 - SAP HANA appliance: Revision 21 of SAP HANA databaseu201D mentions:
    u2022  For the installation and update procedure of the SAP HANA appliance software and its core components (incl. SAP HANA database), see the SAP HANA Automated Update Guide https://service.sap.com/~sapidb/011000358700000604952011
    I would like to know if the only way to update the HANA revision from 20 to 21, is to follow the steps in the HANA automated update guide and set up the components for automated update, then do a revision update?  Is there a manual way to do it, but none of the HANA guides mentions how to manually download a specific revision package from SAP service maket place and update the revision version. Please let me know if I missed any guide that talks about this?
    Thanks for the help.
    Thanks and Regards,
    Archana Kuppuswamy

Maybe you are looking for

  • Disk Utility + A Question For CD ROM Drives

    Hello, I Own A MacBook, It Was Shipped With Tiger On It And I Upgraded It To Leopard. Now A Little While Ago I Did A Format And Install To Start Fresh Again, The Internal HDD Is 80Gb, I Needed More So i Got A 80Gb EXTERNAL HDD. i wanted to partition

  • Link to javadoc doc folder in your webpage

    Hi all,   I'm new to iWeb. I have a folder named "doc" filled with html pages that has been produced as an API for my project through Eclipse. My question , I created a new site and I want to add a hyperlink to this folder to show the project API. Th

  • TS2756 Unable to share file in between Macbook air and iPod or iPhone 4S

    Tried sending file via bluetooth from Macbookair 11" to iPhone 4S and alsomto the iPod, but it just doesnt work. The devices pair but I get the message, "this devise does not have the necessary services" What are these services and where to obtain /

  • Computer Startup issue, please help!

    My Toshiba Laptop was working fine in the morning, all I did in the morning was check my email. After coming from school, I checked it and it automatically went to the startup repair. After it was done checking, I started it up AGAIN! Happened a mill

  • HT5242 So what is the definition of "extended period of time" Apple?

    I have a reliance on Java for work VPN functionality... I'd like to know what Apple's definition is for re-disabling my Java applet functionality after an extended period of time.  Thanks