Change unix owner for the database and the binaries

Hello,
Do you guys know of any documents, from Metalink or other sources that
would lay out all the steps needed to take one database from one set of
binaries owned by a unix user to another set of binaries owned by
another unix user? The new unix user will also own the database files as
well.
Thank you all very much,

You may change all oracle owned files recursively, but you should be aware of the files that belong to the root user, those have SUID's enabled, and if you change the owner, networking functions won't work, among other features.
Are you planning to change the group too? or just the owner?
~ Madrid

Similar Messages

  • Backing up the database and the limitations

    Hello all,
    I tried to follow the steps in the documentation to back up the database;
    On Windows: Click Start, point to Programs, point to Oracle Database 10g Express Edition, and then select Backup Database
    but I dont see Backup Database under Oracle database 10g express, here is what I have there:
    Get Help >
    Get Started
    Go To Database Home Page
    Run SQL Command Line
    Start Database
    Stop Database
    Thats all.
    What I am trying to check is, if I can change the location for backups to avoid the 2 backup limitation. Is it possible to do that?

    Well - this is the area we are having a lot of internal discussions on - so this is not final yet, but feedback would be a good thing.
    Lets say you shut the machine down mid transaction one night while there are still users connected. This would not cause disk corruption, but you had inflight transactions at the time. On restart, the database would automatically roll forward the committed transactions, and automatically rollback uncommited transactions. So your database would be consistent. You would of course lose the transactions that were uncommited. This is what we call instance recovery.
    Lets say you take a backup on Monday, using the techniques we are proposing. On Tuesday the disk crashes and dies. You are not using Raid 5 etc, so you have no disk based mirror of your data. So you go and buy a new disk, add it to the machine, re-install the database software, and then restore from Monday nights backup. This is what we call media recovery.
    Using the techniques we propose for Oracle Database XE, you will lose ALL transactions from the time of the backup (i.e Tuesday) - both committed and uncommited until you complete the restore.
    If you did not want to run the risk of losing transactions in the event of a disk crash, then you should look at one of the licensable versions, which uses a technique called archive logging to allow you to roll forward all transactions since your last (or any given backup).
    Note that for all versions however, backup is online.
    Thoughts ?

  • I am using the database connectivity toolkit to retrieve data using a SQL query. The database has 1 million records, I am retrieving 4000 records from the database and the results are taking too long to get, is there any way of speeding it up?

    I am using the "fetch all" vi to do this, but it is retrieving one record at a time, (if you examine the block diagram) How can i retrieve all records in a faster more efficient manner?

    If this isn't faster than your previous method, then I think you found the wrong example. If you have the Database Connectivity Toolkit installed, then go to the LabVIEW Help menu and select "Find Examples". It defaults to searching for tasks, so open the "Communicating with External Applications" and "Databases" and open the Read All Data. The List Column names just gives the correct header to the resulting table and is a fast operation. That's not what you are supposed to be looking at ... it's the DBTools Select All Data subVI that is the important one. If you open it and look at its diagram, you'll see that it uses a completely different set of ADO methods and properties to retrieve all the data.

  • ORA-07445: exception encountered in the database and the databasde wentdown

    Hi,
    I got the eblow errors in the alert log file. and the database went donw after this errors. Can anybody suggests the cause of the error.
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/udump/prod_ora_17784.trc:
    ORA-07445: exception encountered: core dump [kssrem()+177] [SIGSEGV] [Address not mapped to object] [0x4] [] []
    ORA-03135: connection lost contact
    Tue Jan 19 11:31:49 2010
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/udump/prod_ora_17784.trc:
    ORA-07445: exception encountered: core dump [kghssgmm()+83] [SIGFPE] [Integer divide by zero] [0xAD0357D] [] []
    ORA-07445: exception encountered: core dump [kssrem()+177] [SIGSEGV] [Address not mapped to object] [0x4] [] []
    ORA-03135: connection lost contact
    Tue Jan 19 11:31:51 2010
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/bdump/prod_pmon_4625.trc:
    ORA-07445: exception encountered: core dump [kggchk()+72] [SIGSEGV] [Address not mapped to object] [0x17] [] []
    Tue Jan 19 11:31:55 2010
    MMON: terminating instance due to error 472
    Instance terminated by MMON, pid = 4643
    Thanks,
    Prashanth.

    hi, initially you can check trace files also to get to know what the problem is.
    you can look in metalink for ora-600 lookup tool which provides information for ora-7445 errors also.
    if not found anything, then raise a SR with oracle support

  • Sql agent jobs based on the database and the user

    Dear All,
    I have a requirement of configuring an user who should only have access to one database out of all and also able to create, view and modify sql agent jobs only for the allowed database. For allowing to see the selected database to particular user I have
    granted permissions as per below,
    create LOGIN mhtc WITH PASSWORD='mhtc', CHECK_POLICY = OFF;
    USE master;
    GO
    DENY VIEW ANY DATABASE TO mhtc;
    USE master;
    GO
    ALTER AUTHORIZATION ON DATABASE::MHTC TO mhtc;
    GO
    but user not able to see sql agent jobs so I want to give necessary permission to this user to view,create and modify sql agent jobs only in allowed databases. Basically I want to separate users from each database and separate sql agent jobs based on the
    user and database.
    Your expert advices are highly appreciated.
    Thanks,
    Manjula

    I want to give necessary permission to this user to view,create and modify
    sql agent jobs only in allowed databases.
    Hello Manjula,
    SQL Server Agent Jobs are not created / dedicated for a user database. The Jobs are store in System database "msdb".
    See
    Implement SQL Server Agent Security for Details about required permissions.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Is there any character set translation facility between the database and th

    We are upgrading a character based SQLforms version 3 application to forms6i running over the web against a 9.02 database.
    Is there any character set translation facility between the database and the Forms server / web browser?
    Our database character set is NEE..P4 (North European). However, the user needs to see the data in the BLT..P13 (Baltic) character set.
    In the old application, users accessed these forms through a telnet client and this did the translation. For example :
    The database character :
    � (Unicode hex value = 00D0)
    would be translated by and displayed on the telnet client as :
    � (Unicode hex value = 0160)
    A colleague of mine has done some experimenting. By changing the NLS_LANG registry setting to BLT..P13 in his oracle home and loading the Baltic character set for his Windows 2000 environment, he has been able to achieve the same translation in SQLPLUS.
    However, we have been unable to do the same in a forms web runtime.

    Oracle automatically translates characters between the display CharacterSet and the database characterset
    The statement
    In the old application, users accessed these forms through a telnet client and this did the translation
    worries me a little because it implies that the data you have stored in the database might not actually encode the characters that you think you've put in.
    This aside you need to set you NLS_LANG parameter on the application server for the client side character set - if you are using the forms listener servlet architecture then this would be set in the default.env file.

  • Where should one install Oracle Database and the Grid Infrastructure in order to adhere to OFA?

    I've downloaded the two zipped install folders for Oracle Database, and the two zipped install folders for the Grid Infrastructure.  The book I'm following for installation says to use one directory for the database, and one directory for the Grid Infrastructure, but it doesn't explain where they should be located in OFA.  Presumably they should both end up somewhere in the same Oracle Base (since everything Oracle related on a single file system should go in the same base, according to my understanding), but it isn't clear where they should be installed in relation to each other.  For example, is the Grid Infrastructure a separate product that gets its own Oracle Home?  Can anyone shed light on this process?
    Also, does it matter to which location the zipped files are unzipped?  For example, are any of these files used after the installation process, or does OFA only care about post-installation location?

    I think this links may be helpful -- ORACLE-BASE - Oracle Database 11g Release 2 RAC On Oracle Linux 5.8 Using VirtualBox, http://www.oracle.com/technetwork/articles/hunter-rac11gr2-iscsi-088677.html.
    OFA -- Optimal Flexible Architecture standard. The standard is a set of configuration guidelines created to ensure well organized Oracle installations that are easier to maintain (http://docs.oracle.com/cd/B28359_01/install.111/b32002/app_ofa.htm#LADBI440).
    It relates to location of the grid and dbms files location. Actually you should specify base directory and follow installer. System will be installed in correct directories.
    It does not matter where you will unzip your distributives. You may delete them after installation to free space.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • My MacBook Pro keeps making copies of a document that I am trying to save. I don't want to duplicate the file. I only want to save it on both my hard drive and my external hard drive. I do not want to change its name for every save, which the computer see

    My MacBook Pro keeps making copies of a document that I am trying to save. I don't want to duplicate the file. I only want to save it on both my hard drive and my external hard drive. I do not want to change its name for every save, which the computer seems insistent on doing. Help!!

    11lizzyp wrote:
    can't be saved because the file is read-only.
    I did not create the file to be read-only. I created to be able to continue to add to it as I work on it.
    More on versions here:
    http://support.apple.com/kb/ht4753
    local snapshots:
    http://support.apple.com/kb/HT4878
    Sounds like a permissions problem ie read only.
    If running repair permissions from your DiskUtility.app does not sort it,
    Someone should jump in here with erudite and concise fix.

  • How do I change the size of the tools and the text for the menus in Photoshop?  I need a magnifying glass in order to make out what they are.

    How do I change the size of the tools and the text for the menus in Photoshop?  I need a magnifying glass in order to make out what they are.

    Okay, I've figured it out, so I'm going to answer my own question in hopes that it may help anyone else that would like to actually be able to see what they're doing when using Photoshop CC 2014 on a high resolution screen.
    1.  Open Photoshop.
    2.  Select Preferences from the Edit Menu, then select General.
    3.  Change the HUD Color Picker to Hue Strip (Medium).
    4.  Select Interface from the Preferences menu on the left side of the dialog box.
    5.  Change the UI Font Size to Large in the Text area of the Preferences dialog box.
    6.  Select Experimental Features from the Preferences menu on the left side of the dialog box.
    7.  Select Scale UI 200% for high-density displays (Windows only).
    8.  Click on OK, then Exit/Quit Photoshop.
    9.  Open Photoshop and everything should be readable.

  • Procedure that checks for a value in the database and returns related info

    Hi Everyone,
    I need to create a stored procedure that takes customer info(any of these fname,lname,id,email etc) and looks for it in the database and displays the customer info of that particular customer(kinda search engine).
    I have to use dynamic sql and sql injection.Can anyone give me a brief idea from where to start.Thankyou.

    create or replace procedure pro_customer(p_customer_id number, p_customer out customer%rowtype) is
    begin
    select *
    into p_customer
    from customer
    where customer_id = p_customer_id;
    end pro_customer;
    the names,keys and others are invented

  • Start of 10g databases and the listener when the Unix is rebooted ....

    Hello,
    I have to manage 10g databases in Sun Solaris 10.
    I would like to know how to make automatic the start of 10g databases and the listener when the Unix system is rebooted.
    Thank you

    In my blog, I have Automatically Startup and Shutdown Oracle on Linux
    http://kamranagayev.wordpress.com/2008/12/22/automatically-startup-and-shutdown-database-in-linux-os/
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • My G5 iMac has a screen color problem. The color is green with lines. What can I do to repar this? Sometimes the screen will freeze and I have to reboot the computer and the screen will be normal for up to 5-6 hours and then suddenly changes back to green

    My G5 iMac has a screen color problem. The color is green with lines. What can I do to repar this? Sometimes the screen will freeze and I have to reboot the computer and the screen will be normal for up to 5-6 hours and then suddenly changes back to a greenish color.

    Try running in Safe mode.  This leaves out some video drivers.  Which results in machine not using advanced video hardware.
    for more details see:
    Look through this thread. see the second page.
    https://discussions.apple.com/message/16057567#16057567
    Robert

  • How is the 'import-packages' information saved in the database, and how long?

    Hello,
    I am  developping a ECM Connector for Adobe LiveCycle ES, which is a customized component.
    1 - Who should I contact to have some specific support  ?
    There is no detailed information yet on this on the adobe site  (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?href=000931.html&accessible=true) .
    If you  think that I should address my problem to another department of Adobe, please  tell me which department?
    I give you another description of my problem. In fact, I have  been investigating on it.
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    In  fact, on thursday, I used 'import-packages'  to make a test. And since them, I  can not deploy any of my components.
    LiveCycle throws a  ClassNotFoundException.
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException:  Internal error.
    [java] at  com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$6.doInTransaction(Compone ntRegistryImpl.java:338)
    ... Caused  by: java.lang.ClassNotFoundException: http-0.0.0.0-8080-1Class name  com.rsd.simpleApiFolders.Context from package com.rsd.simpleApiFolders not found.
    [java] at  com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPo licy.java:234)
    Thank you in advance
    Regards.

    1 - Who should I contact to have some specific support  ?
    That would depend on your Adobe support contract and if your organization has a TAM assigned.  You should check with your organization's Adobe contact and see what support options your organization has purchased.
    Having said that, this forum has a few people that may be able to help (but the forum does not have a SLA associated with it)
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.If your component class needs the simpleApiFolders class then yes, you still need it.  Think of import-packages like a class-path statement (but with packages and not jars).  Its not physically moving the package into your application, but allowing you to access it from another container.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    As far as I know they are not imported into the database. As I stated above, I believe that the import-packages just allows you to point to classes that are in the app server's classpath, but are not physically in you component jar file.  As long as that class is in the app server class-path (or in the Adobe EAR file) then you should be able to access it.  Is the jar file containing the simpleApiFolders class in the app server's lib directory?

  • Please nokia change my N97 for a remake of the n97

    Hi I am Cesar Lopez. 
    I though that if a big amount of people say to nokia, please do something about the N97 in one topic
    ( like recall forall N97 and give us another handset without so many problems),maybe the listen to all fustrated N97
    owners and nokia may do something about it (Iwish) ,but is worth to try.
    Please Nokia, change my £500 phone for something that its awesome and useful. I am of having so many problems with my N97, as many of you, I di buy this handset trusting on nokia, with greatexpectations and ilusions about it.
    Even when I got it and I saw all the bugs I though that all bugs would be fixedquickly, but I keep getting even more
    and more errors. Battery only charge up to 2 bars, phone switch off itself, applications crashing,
    camera lense scratch by  cover,  a-gps accuracy its terrible, signal reception for calls and internet its worse than
    N95-8GB and N73 and 6680, and some other things that it made me want to through the handset out of
    the window, if it wasn't because is a £500 handset.
    Also, I don’t know if you notice the problem with the contacts, which if you bring the contacts from the sim it would not give you the name of the person but the number, and if you store all your contacts in your phone memory, with details and/or pictures phone memory would be eaten, and the phone become unusable. Some of these issues may be fixed by nokia either if they fix or they replace the handset.
    But some other issues like camera lenses scratched by cover, a-gps, deficiency reception, lack of phone memory etc.., and those problems would never go away; therefore if nokia does not do anything about it would be selling a curse rather than a blessed phone, as all those faults would be forever.
    Please, all N97 users that are somehow with me answer to this topic saying at the top of the message. “Please nokia change my N97 for a remake of the n97”, and maybe nokia would do something. 
    Thanks to everyone for reading reading this post, and lets hope that the union make the strength.
    Message Edited by amragl on 10-Sep-2009 10:56 AM

    sockatume wrote:
    It's not like the N97 Mini really fixes all that many of the complaints about the N97. It's got a bit more metal in the body work, the lens scratches shouldn't be as much of an issue, and it's a hair shorter. The keypad, touchscreen, software etc. are all essentially identical.
    8GB vs 32GB though
    If this Post is helpful. A click on the White Kudos star is always Appreciated
    Last Nokia: Nokia Lumia 800
    Current Phone: A Non Nokia Device
    Previous Phones:Don't Ask ;-)

Maybe you are looking for