change the user of the BONE

Hai all,

Plan to change the OS user for oracle database applications...


The database is currently owned by oratoure, I intend to change as follows:


(A) create a new user, oramoure
(b) assign the Group dba
(c) change of complete ownership of the directory to oramour (where oracle apps_st and tech_st) is
(d) attach the file of the environment to the bash profile...
(e) provide access to oramoure to/tmp and/var/opt/ora *.


nothing else to do?



Kai

Published by: KaiS on October 18, 2008 22:53

Kai,

Please refer to the following note and follow the steps in the evolution of the property of the database files (skip the steps of cloning):

Note: 558478.1 - cloning of a house database and change the user/group that owns
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=558478.1

Tags: Oracle Applications

Similar Questions

  • Satellite A100: How to change the BONES of German as a language English

    I bought the A100 notebook in Hamburg, Germany. Need the operating system with the German language. How do I change the language of the English system.

    Hello

    The easiest way is to install the full version of Microsoft on English. All necessary Toshiba stuff, you can find on the download page of Toshiba. Here, you will also find document with the command of facilities installation instructions.

  • I want to change the location of Firefox 3.6.8 profiles so that the same profile can be used by different Win XP user accounts.

    I changed the storage location of the profiles for versions of Firefox prior to version 3.6.8 on other computers by changing profiles.ini to point to the modified location, using the same file successfully profiles.ini for different user accounts. When I upgraded to 3.6.8 on this machine dual-booting Win Xp and Win 7, modified profiles storage location has been maintained so that all users in the two operating systems use the same profile (and the same version of Firefox). I tried to use what I think, it's the same procedure in another Win XP machine, but when I try to open Firefox 3.6.8 installed on this computer, I get a message saying that Firefox is already running and I have to close to go forward.

    Please explain how I can get this to work.

    Thank you.

    You define the location of the profile profiles.ini file for XP and Windows 7 point to that same folder.

    Easier to accomplish this is to create a new profile and choose the location of this profile to point to the profile folder.

    Make sure you have write access in the two BONES in the profile folder.

    See http://kb.mozillazine.org/Recovering_a_missing_profile

  • All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    Script launched in until OS user 'A' on the 'A' server which launches sqlplus, then connects to a remote database through a service of tnsnames.ora as another user of the database and the results of this script are spoulées on the server "A".

    The file queued on the old server is written with rw-rw-r: read write user, group read the writing, reading and possession header that is the user of the OS. The file queued on the new server is written to rw-r-r user: reading writing, reading group, public reading and ownership oracle: dba.

    "" The user then has no privileges to modify the file and continue the process of transmitting the file, editing and deleting the file for the next set of commands. This allows us to keep the possibility to migrate to the new server we are unable to process orders.

    $ORACLE_HOME/bin/sqlplus - s user/password@prd1 @./script/CustomScript/R12_OM_UFPC-oracle.sql

    Background: old server running 4.8, Oracle 10.2.0.4 OEL

    New server running OEL 6.5, Oracle 11.2.0.4

    Tested so far:

    File and update umask to 0002 instead of 0022 is now generated as rw-r-r. However, the property is still oracle: dba.

    Update of ownershipt of $ORACLE_HOME/bin/oracle.exe of oracle: oracle (edi added the user to the oracle group) and chmod 6751 oracle.exe. This created several problems where crucial scripts, that is to say of sqlplus failed to run.

    Added! chmod 755 output.file.name - OS user 'A' is not allowed to change to mod.

    Added! command cp MV output file and that generated the file as a user of the operating system: oracle. It is a potential work around in case of emergency, but the developer would have to rewrite the countless scripts.

    Any ideas?

    I have reproduced the behavior of the old server and am able to spool a file via sqlplus under OS user. No changes have been made on the remote database server. All the changes have been on the new server hosting a small 11.2.0.4 database on a server running OEL 6.5 32 - bit OS.

    (1) removed the sticky bit $ORACLE_HOME/bin/sqlplus using chmod u-s, g-s, o - s suggestion of Billy ~ Verreynne

    (2) modified the main group for the 'oracle' user match the user operating system applications, while maintaining membership in the groups 'oracle' and 'dba '.

    -We are dealing with here EDI processes, so the Group was called edi.

    (3) modified property of the files tnsnames.ora and listener.ora for oracle: edi

    (4) restart the receiver

    (5) disconnect / reconnect

    Script runs as expected, the output file contains the correct ownership and permissions.

    Thank you all for taking a look and offering options.

    -Josh

  • You cannot change the location of the bridge CS5.5 Cache for other than c:\user\

    For some reason, I am unable to change the location of the Cache of bridge CS5.5 outside my c:\user\ folder. Other readers of the system are not detected by bridge. This was not the case before. I used to have another dedicated drive. I have reset the preferences, delete the cache, but still they are not helping. Please help as my C: drive is an SSD with limited space and contains only BONES! There is no problem with the PS or PR, only bridge.

    If it worked before that have you changed?

    I know there are some problems in bridge with users placing file temp so place other than the C drive.  Known bug.

    Here is a link with a similar situation.  http://forums.Adobe.com/thread/760369

  • fetch the BONE inside an INSERT/UPDATE trigger USER?

    HI guyz,

    I'm checking a table based on inserts and updates on this topic, I write the following trigger

    CREATE TABLE emp_audit)
    old_empno number 4,
    old_ename VARCHAR2 (10),
    old_job VARCHAR2 (9).
    old_mgr number 4,
    old_hiredate DATE,
    old_sal NUMBER (7.2).
    old_comm NUMBER (7.2).
    old_deptno NUMBER (2),
    new_empno number 4,
    new_ename VARCHAR2 (10),
    new_job VARCHAR2 (9).
    new_mgr number 4,
    new_hiredate DATE,
    new_sal NUMBER (7.2).
    new_comm NUMBER (7.2).
    new_deptno NUMBER (2),
    changed_by VARCHAR2 (8).
    change_type char (1),
    timestamp DATE);

    CREATE OR REPLACE TRIGGER LogEmpChanges
    Before you INSERT or REMOVE or UPDATE ON scott.emp
    FOR EACH LINE
    DECLARE
    v_ChangeType char (1);
    BEGIN
    / * Use 'I' for an INSERT, d ' to REMOVE and 'U' for UPDATE. */
    IF THE INSERTION
    v_ChangeType: = 'I ';
    ELSIF UPDATE THEN
    v_ChangeType: = 'U ';
    ON THE OTHER
    v_ChangeType: = ';
    END IF;

    / * Save all changes to scott.emp in
    emp_audit. SYSDATE can generate the timestamp, and
    USER to return the current user's user ID. */
    INSERT INTO emp_audit
    (change_type, changed_by, timestamp, old_empno,
    old_ename, old_job, old_mgr, old_hiredate, old_sal,
    old_comm, old_deptno, new_empno, new_ename, new_job,
    new_mgr, new_hiredate, new_sal, new_comm, new_deptno)
    VALUES
    (v_ChangeType, USER, SYSDATE,: old.empno,: old.ename,)
    : old.job,: old.mgr,: old.hiredate,: old.sal,: old.comm,.
    : old.deptno,: new.empno,: new.ename,: new.job,: new.mgr,.
    (: new.hiredate,: new.sal,: new.comm,: new.deptno);
    END LogEmpChanges;
    /

    I need to get the user to the BONE, like going looking for 'USER' will not help because there is that one user of the application that connects to the database, we can trap the user with the 'OSUSER"that displays in the view ' V$ SESSION.

    Please give some suggestions...

    user1221 wrote:
    Actually I auditied the changes on the table by using the updated the triggered, but our application in this case is client server and there is that one user that connects to the database and whenever the table is changed the verified info is for a single user ie; the main user of the application, if I can read the user of the OS or the name of the computer where the connection is established, which will be useful for us.

    You can include what you want accordint notice of the [SYS_CONTEXT | http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions165.htm#SQLRF06117]

    Instead of the MACHINE, use the HOST

    Published by: Kamran Agayev, a., October 10, 2009 18:18

  • User is unable to change the home page when I put one in default mozilla.cfg

    I have this in mozilla.cfg:
    Pref ("browser.startup.homepage", "http://internal.intranet.tld");

    That of our intranet as a default home page. But it is not locked (I don't use lockPref()), so I want to allow a user to change the home page if he wants.

    But it does not work. Change the home page is not saved.

    Hi ohmer, you must use defaultPref() for the parameters that users should be able to change and have full control over - pref() allows to deviate from the default for the current session...

  • How can I change the name of the user on my iMac?

    How can I change the name of the user on my iMac?

    System Preferences > users and groups, and then ctrl - click on the user (user left-current) and select 'Advanced Options', you can change the "display name" in the settings that are displayed.

  • Change the default Safari user agent string

    When you use Safari, I can change the user agent string value if I visit a single website with the menu expand, but how can I change the default of it so that all Web sites get the same value I put above

    It is possible. Here is an example: https://jamfnation.jamfsoftware.com/discussion.html?id=15642

  • You cannot change the permissions of the user

    Hi guys,.

    I have a MacBook Air, which started with the 10.11.4 2014 loading screen and would be turned off once the progress bar moves to halfway.

    I ran MRI what diagnosis came thin and storage said it was a software error.

    I removed the SSD drive and placed in a basket so I can see the SSD on my iMac. He goes (to the Mac OS Extended format) and I can see the folder of the user, but under "Sharing and permissions", she says that I can read only. In most cases I would be directly click on the padlock on the bottom right, change the privileges and choose "apply to included items", but it is all grayed out.

    I ran and fixed the permissions through terminal (since I can do is no longer on the disk utility). No idea how to get around this problem? There are files on the SSD drive which unfortunately were not backed up.

    Note: I also tried to run BatChmod but it has not fixed either.

    Any ideas?

    Your help would be much appreciated.

    Thank you.

    Repairing permissions has no effect on your Home folder.

    Reset permissions on your folder. Boot from your recovery partition now command-keys R in the menu utilities launch Terminal. In the Terminal, type: resetpassword , then press return.  (Note: you won't be reset password)

    Click the icon for the hard drive of your Mac at the top. In the drop down menu below, select your home folder. At the bottom of the window restore Home Directory Permissions and ACLs. Then, click on the Reset button. When the prompt returns to the command line, you can leave out Terminal.

  • I had to change the Apple ID due to a new internet provider and the subsequent new e-mail address.  My iPhone and iPad constantly ask the password for my old user ID.  This is the password I know more knowledge or records.  What should do?

    I had to change the Apple ID due to a new internet provider and the subsequent new e-mail address.  My iPhone (5 c/9.3) continually pray for my old user ID password.  This is the password I know more knowledge or records.  How can I get the iPhone to recognize and use the new Apple ID rather than the old?

    What function or service on your phone asking you the code of the older?

    If iCloud, you must provide the Apple ID and the password that was used to connect. Call the Apple Support if you can't give it. They may be able to help. You are the original owner of the phone? You have the invoice/proof of purchase?

    Any service can be disconnected and then again.

  • How to change the user name - peer-to-peer network

    I recently installed shareaza, is a peer-to-peer network as you know. the problem is that all of my folders have my name on it: that is to say, he will say sharedfiles/Jose/my documents. I tried to change my username on useraccount, but the name of Jose remains on everything. is there anyway I can change this? Thanks for any help

    Hello

    The fact is that the username will be created at the beginning of the installation of the OS.
    It comes to you account on the laptop.
    Each user account includes the folder my documents.
    In this case, you cannot change the user account if you have a single user profile on the laptop. The title of the user accounts, you can create additional user with different names.

    The other possibility would be to change the download source. But that you change somewhere in the program settings. Unfortunately, this program is unclear to me. In this case, I can give t you information where you will find this option.

  • Changing the language in the BONE or...

    I bought a laptop in Italy a few days - Satellite Pro M40X 266. Understand that the change in the operating system to the English Version can be download from the Toshiba site. Attached is my 1st question, if I download/change language from Italian to English will BONE, this effect than my keybaord or I need to change my keyboard? As some of the symbols are located differently on the keyboard.

    My 2nd question, if changes in the above (1) will be the effect on the keyboard settings. While I can just change the lauguage in some software that is pre-installed in the top of the lat, OneNote 2003, Norton Internet 2005, example etc... (which are the sw bundle inside)? How can I go about to do?

    Sorry for my bad English hope, you will understand what I am trying to ask or say?

    Thanks in advance...

    Hi Fonia,

    Your laptop was supplied with copies OEM licensed the OS and utilities (such as Norton 2005). OEM license means that the products are available in the language of the country where they were purchased.

    If you want English language versions, then you will need to purchase the versions entirely under fired directly from suppliers (or possibly download them from the web sites concerned).

    The English version of the Toshiba Utilities can be downloaded from the web site of Toshiba UK.

    HTH

  • Cannot change the user name of the forum

    If you go to the user control panel, under the profile box, there is a place where we can make our forum user name - which would be nice because this stuff USER-xyz is ridiculous.

    Unfortunately, it does not work because you must put a valid e-mail address in order to change your user name... but you can't because it lacks the text box that you are supposed to type in the e-mail address field.

    Can a mod contact someone who can take a look at this?

    I too have this problem. I really wish that Sony would like to address this forum some to make it easier to use.

  • Since the changed my user name andpassword icoud and apps still insist on using my od username. Help, please

    Since the changed my user name and password, icloud and apps still want to use my old user name and cannot use them to download updates or anything like that. Help, please.

    mini iPad 9.2.1 update

    Log out of your account version (for example on this type in settings > iTunes & App Store;) Settings > iCloud > Sign Out) and back with the version update of your account: what to do when you have changed your Apple ID email address or password - Apple support

Maybe you are looking for