Oracle user for backup tool

Hello,
I´m with some doubts regarding an error that I´m facing right now. We need to setup a RMAN tool for we can do backup of our SAP system (with Oracle Database) but it show me the following error when I insert the user name PRDADM ( which is the <sid>adm).
I don´t know which user we need to use at this stage and which privileges it needs to work and make the backup action of this oracle database.
This is the error:
This user account does not have the privileges that are required to log on to the Oracle database.
In SQL Plus I checked which users I have in dba_users and this is the output:
SQL> select username from dba_users;
USERNAME
OPS$SAPSERVICEPRD                                                                                      
OPS$PT\PRDADM
OPS$PT\SAPSERVICEPRD
OUTLN
OPS$PRDADM
SAPR3SHD                                                                                                                                          
DBSNMP
SYSMAN
SAPR3
OPS$LISES1001\SAPSERVICEPRD
MGMT_VIEW                                             
OPS$LISES1001\PRDADM
OPS$ORAPRD
SYS
SYSTEM
DIP                                                                                               
TSMSYS
Can you help me please. Can you tell me which user I need to use?!
Kind regards,
samid raif

Hello samid,
Try this...
In Symantec tool (Backup Exec) you have to insert the following information:
In "Database Access" tab, you must use an OS user with the required privileges which are described in the following article from Symantec:
http://www.symantec.com/docs/TECH63665
In "Oracle" tab you need to add which oracle db instance you want to connect and also you need to insert an oracle user! For this I would suggest you to create a specific user for this backup procedure (<orauser>):
create user <orauser> identified by <orauser password>;
Then you need to add the required privileges for this oracle user, which are mentioned in the following article from Symantec:
http://www.symantec.com/docs/TECH82892
Now I guess you have all you need to run a backup without problems!
Kind regards,
João Dimas

Similar Messages

  • Change user for backup scheduled job

    Hi all,
    In our ecc 6.0 system is cluster controlled.i have scheduled regular br offline backup @ night for this month in db13.In a particular day for some reason i have removed the scheduler in db13 and also delete the associated released background job in sm37.On the next day after restarting the system i change the user for backup background job in sm37 for the current day but i need the changes for all rest of the day of this month.One option is that delete from db13 and recreate again with required usreid.
    without recreate could anyone tell me how to change the user for background job for the other day also?? 
    Regards
    Pinaki

    Hi
    In order to change the user id in SM37 to run under different user you can highlight the background job which is scheduled to run, double click on that and click on STEP in task bar.
    Click on USER and you would have a change pencil icon.
    Click on Pencile Icon and It would take you to another pop up were you can have the user name entered.
    In this way job would would show some other user name who is creator but would run under the person whom we have entered above.
    Thanks and Regards
    Arun R

  • Oracle Third Party Backup tools

    What are some third party backup programs that people are using with oracle these days? Also when using third party backup tools, do these tools shutdown the database while backing up? Does the Archive Log mode need to be enable as well? Not big on Oracle so simple answers would work.
    thanks.

    I wouls suggest to go with RMAN. it's best tool and free.....Best third party backup tool is BMC SQL Backtrack.

  • How can I invite external users for a webconference ?

    Hi,
    trying to invite non Oracle Users for a beehive webconference. How do I do this ?
    Or do we still have to use stconference.oracle.com ?
    Thanks
    Francis

    Francis,
    See your other query re the email address for info on the conference
    Phil

  • What commands used for taking backup of oracle database using BR*Tools

    Can somebody please help me urgently to know what are the commands used for taking backup of oracle database using BR TOOLS.Also specifythe commands in detail which can be used for taking backups of oracle database ,Online Redo log files in databse using BRBACK tool,Archiving of offline, redo log files using BRARCHIVE, and Restoring a Database using BRRESTORE tool Commands(Plese specify the commands with their Syntax used).Also specify the commands with their Syntax which are used for taking backup of oracle database(online,Offline redo log files) into Tapedrives using BRTOOLS commands.
    Thanking You for helping (in advance).

    Dear Ashish,
    BRBACKUP / BRARCHIVE calls the operating system command to copy the files.
    Simple approach to get the commands is as follows.
    1. Set the BR_TRACE (as given in the SAP note 29321) and run the command for which you need to know the OS / SQL commands.
    2. This will generate the log file with the trace information. This trace has the information of the commands used by the job you have run.
    Hope this helps.
    Regards,
    Madhukar

  • How to enable Scheduling in Discoverer for Oracle users?

    Hi,
    For accessing discoverer, our users are uaing Oracle usernames.
    how can i enable scheduling for them?
    we have already enabled scheduling for users who use database login to use discoverer. but not able to link oracle users to database.
    are they linked through the responsibilities they use for logging?
    thanks,
    Gayatri

    Hi Gayatri
    If you're working in Apps mode and logging in with an E-Business Suite user account then by default the database account that will be used to access the database is APPS. You should not change this and there is nothing that you need to do to set this up apart from grant the user permission to schedule. You do that on the Scheduled Workbooks tab of the Privileges dialog box after choosing Tools | Privileges in the Administrator tool.
    On a non-E-Business Suite application you can either grant privileges direct to the user or you can specify a proxy user for storing the scheduled results. In order to create such a proxy user you would need to run the script called batchusr.sql which you will find in this folder: $ORACLE_HOME\BIToolsHome_1\discoverer\util on the Windows machine where you have installed the Discoverer Administrator tool. In most cases this will be: C:\Oracle\BIToolsHome_1\discoverer\util
    The following link will help considerably: http://download.oracle.com/docs/html/B13916_04/scheduled_workbooks.htm#i1011948
    Another method would be to use Oracle's concurrent manager to schedule the reports. My good friend Rod West has an article on this which I am hosting here on my website: http://ascbi.com/downloads/Third%20Party%20Documents/Scheduling%20through%20Concurrent%20Manager.pdf
    I hope this helps
    Best wishes
    Michael

  • Backup Tools in Oracle 8i

    Are there other backup tools for Oracle 8i than Legato or RMAN?
    And, are the backup tools of Oracle 8 available for Oracle 8i? Or are they usable with Oracle 8i?

    Legato is not a great utility for backups...
    And using RMAN without graphical environment is not really funny...
    For Oracle 8 tools in Oracle 8i, I don't know...

  • Oracle Backup tools

    Hi Experts,
    Plz guide me which is the best third party tool for backup & recover of database in Oracle and where can i get the trail version of this tool.
    Thanx in Advance
    Mani

    Most people use RMAN nowadays, I don't think you need any other third party tools to do Oracle backup. Most storage vendor will try to make their tools to be integrated with RMAN rather than come up a new tool.
    When it comes to backup/recovery of Oracle database nobody can do a better job than Oracle itself.
    http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthref66

  • Oracle Business Intelligence Administration Tool for Windows

    I am having issues installing Oracle Business Intelligence 11g Client on Windows 7 32 bit.
    This is how we set up our server:
    - OBIEE 11g Server is installed and configured in RHEL 5 64bit.
    (We have installed and configured Oracle Database, RCU and the OBIEE)
    - Our users are working on a Windows 7 32 bit and they are the one who will be accessing the BI Server.
    I have come across a bunch of information regarding our setup. I am sure that our BI Server is working properly as a matter of fact, we can now use Oracle Warehouse Builder of the BI Server.
    According to Metalink Doc Id: 417656.1, OBIEE Tools are only available in Windows platforms. I beleive this is the reason why we only configured OWB in our BI server (which is in RedHat) and we cannot find a way to configure OBIEE Admin Tools. But when I read the doc id, it applies to 10g versions of BI Server, what about 11g? Is there a way to configure and use OBIEE Admin tools from the BI Server in Linux?
    Also, according to the official docs:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CEGEHEJF
    4.6.1 Installing Oracle Business Intelligence Client Tools
    "..If you installed Oracle Business Intelligence on a computer running a Linux, UNIX, or 64-bit Windows operating system, and you want to use Oracle Business Intelligence client tools, you must perform the following additional steps..."
    So in my own understanding, this fits our current setup. Is this the correct solution so we can access OWB of the BI Server and use BI Admin tools from our 32 bit windows?
    Also, I have read many bloggers and users having issues in Windows 7? Following the official docs i pasted here which has steps 1-3, is Windows 7 supported by Oracle Business Intelligence 11g?
    Any help, confirmation (with credible basis) and further questions about this issue will be very much honored. Thanks a lot!

    Hi ,
    Oracle BI for CC&B has few Standard(Demo) reports packaged with this software for example CI_CSEOPN (Case by Type and Age), If we need to know the logic of this report where do we find the information as the code for this report is not user friendly which is mainly stored as functions and not understandable, Please let me know if you have any information to get the logic of this report.
    Thanks
    Vivek

  • Is Oracle Secure Backup tool popularly used today?

    Is Oracle Secure Backup tool popularly used today?
    Which tap management tool is the most popularly used third-party software with Oracle database?

    We use ARCServe for tape backups. Seems to function fine.

  • How do I use DBV utility for User Managed Backup?

    Dear all! I am a student, studying RMAN and User Managed Backup. But I did not understand how to use the DBVerify utility to check a block or a backup of control file.What's command can I do?
    Thanks for your reply!

    DBV is a utility which workd with Oracle Datafiles not with controlfiles.
    controlfile can be always recreated by you, just issue in a time of backup:
    alter dabase backup controlfile to trace; in case you will have corrupted binary copy of controlfile you will have an option to use this trace to recrete it.
    Best Regards
    Krystian Zieja / mob

  • Is the iCloud a backup tool for your computer?  How do I get my data back -- off the iCloud?

    Is the iCloud a backup tool for your computer?  ---- Apple care suggested using iCloud for a backup to my documents.  I do not have an iphone, ipad or laptop.  Just an iMac.  Nothing to share the data with.
    Now I am unable to access some of my documents on my computer and saving documents is cumbersome because it always wants to save it in iCloud, not my computer.  The documents I am unable to open are my old MS-Word.  One is a macro enabled word doc.   I am using os x mountain lion.
    After over an hour chat with apple care, the issue is not resolved.  I did not have more time to resolve the issue today and it will be continued next week.  Per apple care, I do not have any documents in the iCloud however I am almost at the free capacity with  contacts and documents.
    My question is -- If I purchase backup from a clould provider - other than apple, back up my files in documents in their cloud (make sure I can open them) and then delete the link to iCloud.  Would I preserve my data? Has anyone tried this?  I am open to suggestions.
    Thanks,
    Phyllis

    Is the iCloud a backup tool for your computer?  ---- Apple care suggested using iCloud for a backup to my documents.
    Not really. You can store "Documents in the Cloud" but this applies only to documents created by Pages, Numbers, Preview, Keynote, and Microsoft Office documents created on your computer stored in iCloud's "iWork". Within that limited purpose, iCloud works very well.
    My question is -- If I purchase backup from a clould provider - other than apple, back up my files in documents in their cloud (make sure I can open them) and then delete the link to iCloud.  Would I preserve my data?
    I'm not quite sure I understand what you mean by "purchase backup from a cloud provider" but if you're considering a service such as Carbonite, I don't advocate any of them. To back up your Mac, use your own backup device - Time Capsule or an external hard disk. It's inexpensive and reliable: two elements essential for a backup strategy, that no subscription service can offer.

  • Using alter user to change oracle password for logged in web user on XE

    Hi All
    I'm building an app using the pl/sql web toolkit on XE (installed on Win XP Pro SP2). (I'm not using the APEX front-end).
    I'm using basic authentication and oracle database user accounts, and when a user registers for the first time I create them an oracle user account with dynamic sql, followed by some initial setup stuff, and they then log in with it.
    All fine so far.
    However I want to allow the user to change their oracle password as part of maintaining their user details. I've done this in the past using the web toolkit and Oracle 9i and it has worked fine using dynamic sql.
    Unfortunately I can't get the same thing to work in XE.
    For example, if I create the following procedure in the schema aligned to the DAD which holds my application and then run it from a browser (IE or Firefox) then the
    Browser and the db just hangs - not even an error message:
    CREATE OR REPLACE PROCEDURE ut
    AS
    v_stmt varchar2(300);
    BEGIN
    HTP.htmlOpen;
    HTP.headOpen;
    HTP.title ('User Test');
    HTP.headClose;
    HTP.bodyOpen;
    v_stmt := 'alter user "'||user||'" identified by "BERT"';
    htp.print(v_stmt);
    EXECUTE IMMEDIATE v_stmt;
    htp.print('Done');
    HTP.bodyClose;
    HTP.htmlClose;
    END;
    If I run the same statement in SQL*plus it's fine, and if I run the same proc for a different user then it's fine too.
    I'm sure it's something to do with trying to change the credentials of the currently logged in user, but I would at least have expected an error message.
    I'd be grateful for any ideas.
    Thanks
    Steve

    Hi g.myers
    Thanks for your response.
    Sorry, yes, bad turn of phrase there. It's not the entire db that hangs. The web browser (either IE or FF) hangs, and if I look at v$session at this point, I can see that the user STATUS=ACTIVE and the STATE=WAITING.
    I should also point out that I am using standard Oracle users as users of the application, (e.g. create a new user account called TESTER1). These users are then granted the appropriate privileges on the owning schema in order to run the app, access the tables etc.
    Therefore it is the user account (e.g. TESTER1) that is running the password change procedure that is owned by the SYS schema. (However again, this is the exact code and method that I've used in the past and it has worked fine).
    If I leave the browser hanging long enough, it will eventually return with the following error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /h/hopapp.pwdmaint_do.
    Reason: Error reading from remote server
    cheers
    Steve

  • How can I force Time Machine to make a complete backup of my Hard Drive.  I just installed a new external drive for Backup since my previous one failed.  Now when I back up, Time Machine only backs up my data folder and the Users folder.

    How can I force Time Machine to make a complete backup of my Hard Drive.  I just installed a new external drive for Backup since my previous one failed.  Now when I back up, Time Machine only backs up my data folder and the Users folder.
    When I start a backup. Time Machine says "Oldest Backup: None; Latest Backup: None", so it seems like it should do a complete backup, but it only does a partial. 

    Hi I'd like to jump in here. Your app showed me this:
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 749.3 GB Disk used: 453.81 GB
              Destinations:
                        Plastic Wrapper [Local] (Last used)
                        Total size: 999.86 GB
                        Total number of backups: 64
                        Oldest backup: 2013-07-24 23:25:11 +0000
                        Last backup: 2013-11-17 01:40:47 +0000
                        Size of backup disk: Too small
                                  Backup size 999.86 GB < (Disk used 453.81 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
              /sbin excluded from backup!
              /usr excluded from backup!
              /System excluded from backup!
              /bin excluded from backup!
              /private excluded from backup!
              /Library excluded from backup!
              /Applications excluded from backup!
    Aside from the size of my backup drive, which I will increase at some point, I'd really like to have time machine backing up all system folders, especially Applications. How to I reset this hidden exclusions?
    Thanks,
    Darcy

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

Maybe you are looking for

  • No connection between ECC and PI

    Hello, I have developed proxy to file interface but I am not able to see any data flow between backend ECC and PI systems. I have gone through different blogs and forum threads to troubleshoot... creating RFC destinations, testing through RWB message

  • How do I burn a dvd in Premiere pro cs4

    Hi all, How do I burn a dvd in premiere without having to launch encore? I don't need menus or other dvd navigation features. Thanks for all your help Elio

  • Repository files downloaded as READ ONLY

    Hi, We are using the repository for SCM of file based non-Oracle applications. When I download files from a folder in the repository they occur on the filesystem as Read-Only. How can I prevent/control this? After download I want the files to be with

  • Where do i put plugin node for my printer and photoshop cs

    hello all. i have a question that has been vexing me for some time. where do i place the plugin nodes for my printer software and my photoshop cs? the printer is an epson r200. also, i need to place the scanner plugin for an epson stylus 3200 all-in-

  • Mounting image on dektop

    Can anyone help, I switched of so that images only mount in a finder window but not on my desktop. Can anyone tell me how to make images appear back on my ddesktop, say when I insert a cd. Thanks Paul