Requirment for taking a incremantal backup of Particuler table in oracle 11 G

Dear All ,
We have a requirement of incremental backup  of Particular table in SAP . Is there any way in sap 0r oracle to take a incremental backup of  Particular table .
If any buddy know please share your valuable points it would be help for me and others as well .
Like Example , i have a list of tables , i want to take backup of only those table , i don't need full db backup  ., if some one no please share your idea and also how to run daily if it is possible at sap level or DB level
Tables
KONV
QAVE
QALS
BSAD
BSAK
BSID
BSIK
VBAP
LIKP
LIPS
VBAK
VBRK
VBRP
ZPLAN
MSEG
MKPF
KNC1
T023T
TWEWT
LFA1
T001W
ZCHASSIS
Thanks
Regards
Arpit

Hello,
You can use flash_back_query if you are using oracle database.
some like this
Create table BACKUP02102014 as select * from SAPSR3.YOURTABLE
AS OF TIMESTAMP
TO_TIMESTAMP('02-10-2014 00:00:00','DD-MM-YYYY HH24:MI:SS');
and tomorow you doing
Create table BACKUP03102014 as select * from SAPSR3.YOURTABLE
AS OF TIMESTAMP
TO_TIMESTAMP('03-10-2014 00:00:00','DD-MM-YYYY HH24:MI:SS');
We have a situation for expecific day. But you can do other ,..like this
Only diferents
select * from BACKUP03102014
minus
select * from BACKUP02102014 ;
or export by expdp oracle utility or make backup
r3trans -w  -> you can export data from backuptable
Regards
Sandro Lobo
Message was edited by: Sandro Lobo

Similar Messages

  • Best practice for taking Site collection Backup with more than 100GB

    Hi,
    I have site collection data is more than 100 GB. Can anyone please suggest me the best practice to take backup?
    Thanks in advance....
    Regards,
    Saya

    Hi
    i think Using powershell script we can do..
    Add this command in powershell
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    Web application backup & restore
    Backup-SPFarm -Directory \\WebAppBackup\Development  -BackupMethod Full -Item "Web application name"
    Site Collection backup & restore
    Backup-SPSite http://1632/sites/TestSite  -Path C:\Backup\TestSite1.bak
    Restore-SPSite http://1632/sites/TestSite2  -Path C:\Backup\TestSite1.bak -Force
    Regards
    manikandan

  • Which is better for User Managed Hot backup - running in cron or oracle scheduler

    We are taking hot backup in our environment by using sql script of just begin backup, host copy and end backup
    Can we use this script to be put in cron for weekly two times or to use oracle scheduler .
    Which is better option and why?

    The answer to your question depens on your condition. Do you have more experienced Unix admin or DBA?
    From my point of view cron is better becuase all you need is SQL*Plus utility and shell script:
    export ORACLE_SID=...
    sqlplus <username>/<password> as sysdba <<EOF
    ALTER TABLESPACE .. BEGIN BACKUP;
    host copy ..
    ALTER TABLESPACE .. END BACKUP;
    EXIT
    EOF

  • Which version of Oracle workflow is required for owb 11.2 process flow.

    Hi,
    I want to implement process flow for my mapping.
    But I am getting error as,
    "The connection was succesful but failed to retrive workflow version."
    Also OWF_MGR user is not created.
    Database is oracle 11g on RHEL
    and standalone OWB 11.2 on Windows.
    Do I need to create user owf_mgr which have schema for workflow objects?
    Also which version of oracle workflow required for process flow. Do I need to install
    Oracle Workflow server at Oracle db server or it ll get installed with 11g.
    Where I ll get the details steps to implement process flow from scratch.
    Please help.
    Edited by: TN on 21 Nov, 2011 6:01 AM

    Hi,
    I checked in dba_user and do not find owf_mgr in it so I created owf_user and grant himexecute any procedure and a role owb_user.
    When I did not get table wf_resources in owf_mgr schema, I try to run wfinstall.bat on stand alone owb 11.2.
    But I got the following error,
    ORA-00942: table or view does not exist and execution terminated.
    Details from log file is as,
    Workflow Configuration Assistant 2.6.4.0.0 - Windows Vista
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Jan 03 13:07:02 IST 2012
    WorkflowCA:
    WorkflowCA: Screen width -1366-, screen height -768-
    WorkflowCA:
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYS
    WorkflowCA: SYS account connects successfully.
    WorkflowCA: Embedded Workflow check completed successfully
    WorkflowCA: Workflow schema already exist, Workflow Configuration Assistant will upgrade existing schema instead.
    WorkflowCA:
    WorkflowCA: Account connection test for Workflow
    WorkflowCA: Workflowaccount connects successfully.
    WorkflowCA:
    WorkflowCA: Checking existing Workflow version
    java.sql.SQLException: ORA-00942: table or view does not exist
    Please help.

  • Minimum memory requirement for reports builders for 11g?

    as subject, may anyone please tell me? I cannot find the guide from Oracle Official site.

    Hello,
    The requirements for FMW 11g can be found here :
    http://download.oracle.com/docs/html/E18558_01/fusion_requirements.htm#BABHEJJI
    Regards

  • To build web based application for taking backup

    Actually , I have prepared menu based scripts for taking backup.
    Now what i want to make is WEB BASED APPLICAATION for taking backup. My idea is to build the Web Pages which will call the scripts which i have already buit . But I don't know how through Web Pages I am able to go in the server and call the scripts .
    If anybody having any idea regarding this . Pls guide me I am very thankful to him/her.
    Thanx
    Waiting for valuable advice

    Dear Sandeep Saini,
    You may develop the web application is used SDK DI Server.
    Please refer to SDK help and sample for more information about DI Server.
    Best Regards
    Jane Jing
    SAP Business One Forum team

  • 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

  • Process for taking the Oracle 9.2.0.5 backup on solaris

    Hi All,
    Thanks for you support.
    Please help me on this
    Process for taking the Oracle 9.2.0.5 backup on solaris

    i am new to DBA activity's. that's why i am looking
    for guidence, to take the oracle 9.2.0.5 backup on
    solaris.Still please be specific what's your problem is.
    Is your database down you can't get it startup ,
    or your database is crashed you need to recover it?
    Define 'backup'
    At least tell us what you did and what you didn't, if you have no clue what's going on check Oracle document,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/toc.htm

  • Privileges required for database backup with RMAN

    Hello,
    We have 10g R2 on Solaris box. We use RMAN for backup and use the SYS account on the database to connect and take the backup.
    Are there specific privileges that are required to take the database backup , so that I do not use the SYS account or the syspassword in the RMAN script.
    I want to create an account and give only the privileges required to take the database backup and recover .
    Thanks

    I think RMAN needs the SYSDBA privilege, so you won't gain much by switching from SYS to another user.
    You don't need to store sys/password in a script. You can just :-
    rman target / catalog xxx/yyy@catalog

  • Can legato be compatible for taking backups with RMAN

    can legato software be compatible for taking backups with RMAN
    oracle 10g
    Message was edited by:
    user531314

    Rman is so feature rich and yiou can integrate your third party backup software with rman to take backups, there is nothing to worry in your case, this is very much in the reach.
    hare krishna
    Alok

  • Approximate time for Taking Oracle Backup

    Can you guys tell me how can I guess
    1.what time should be taken for a Oracle database's full export backup ?
    2.what time for a full online Physical backup ?
    3.what time for a full offline Physical backup ?
    We can see the size of the associated datafiles of the database from dba_datafiles. We have only that clue and the database is residing on an AIX box.
    Any good idea will be appretiated.
    Also please give me the idea on which factors the time for backup depends. And how it can be done in good speed.

    Might be that sac-Pune's timing information is wrong. But he could understand my question and tried to answer with a case study. Ok I really tried to get the answer from a person who has good hands on experience. And who has handled oracle backups on different hardwares and also different OS.
    I know that the backup timing depends on the size . Suppose we take a case study
    Environment parameters:
    1. Database size: 100 gb
    2. Hardware/OS : IBM AIX
    3. Memory : 4 GB
    4. Number of CPU: 4
    5. Oracle version 9.2.0.7
    1.what time should be taken for a Oracle database's full export backup ?
    2.what time for a full online Physical backup ?
    3.what time for a full offline Physical backup ?
    Can any one give me the approximate timing for those ? 30mins plus minus will be accepted.
    Can we deduce any formula on backup timing as 3 environment parameters are numeric.
    Is there any proportionate relation in timing of Export backup and Online physical backup?
    or
    Is there any proportionate relation in timing of Online physical backup and Offline physical backup?
    or
    Is there any proportionate relation in timing of Old Online physical backup and RMAN method physical backup?
    I know that oracle backup timing depends on many factors. But again it is a bookish answer. In my original post I wanted to know 'which factors'?
    I also requested to give me some thumb rules how backup can be fast.
    I recently joined a new organisation where the database size are huge. But I would have to create some emergency 'Change Requests' on Oracle backups. Discussing with Old DBAs and prior testing in test environments with same volume of data as in production is not possible at this point of time.
    Looking for good contribution from the members

  • Error while taking archive log backup

    Dear all,
    We are getting the below mentioned error while taking the archive log backup
    ============================================================================
    BR0208I Volume with name RRPA02 required in device /dev/rmt0.1
    BR0210I Please mount BRARCHIVE volume, if you have not already done so
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.41
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRARCHIVE:
    c
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.46
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.46
    BR0226I Rewinding tape volume in device /dev/rmt0 ...
    BR0351I Restoring /oracle/RRP/sapreorg/.tape.hdr0
    BR0355I from /dev/rmt0.1 ...
    BR0278W Command output of 'LANG=C cd /oracle/RRP/sapreorg && LANG=C cpio -iuvB .tape.hdr0 < /dev/rmt0.1':
    Can't read input
    ===========================================================================
    We are able to take offline, online backups but we are facing the above mentioned problem while taking archive log backup
    We are on ECC 6 / Oracle / AIX
    The kernel is latest
    The drive is working fine and there is no problem with the tapes as we have tried using diffrent tapes
    can this be a permissions issue?
    I ran saproot.sh but somehow it is setting owner as sidadm and group as sapsys to some of the br* files
    I tried by changing the permissions to oraSID : dba but still the error is the same
    Any suggestions?

    Means you have not initialized the medias but trying to take backups.
    First check how many medias you have entered in your tape count parameter for archive log backups (just go to initSID.sap and check)
    Then increase/reduce them to according to your archive backup plan >> Initialize all the tapes according to their name (same as you have initialized in initSID.sap) >> stick physical label to all the medias according to name >> Schedule archive backups
    It will not ask you for initialization as already you have initialized in second step.
    Suggestion: Use 7 medias per week (one tape per day)
    Regards,
    Nick Loy

  • Purpose of instructor led training requirement for OCP?

    What is the purpose of requiring OCP candidates to take an instructor led course? It all seems a bit random / superfluous. Costly too if one does not have an employer willing to pay for the training.
    My Oracle Press "OCA/OCP Oracle Database 11g All-in-One Exam Guide" doesn't even hint that classes are a requirement for the OCP; the most said is: "The OCA qualification is based on two examinations; the OCP qualification requires passing a third examination." (pg. XXIX). An incomplete characterization, correct?
    And "To prepare for the OCA/OCP examinations, you can attend Oracle University instructor-led training courses, you can study Oracle University online learning material, or you can read this book." (pg. XXIX). Prepare for the exams, sure. But why would such a book omit the not insignificant detail that a perhaps expensive course is required to get the OCP? Seems discourteous to the reader.
    From http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=244#5 via http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=198&p_org_id=&lang=
    I say it seems random and superfluous because of the following list:
    "These foundation courses meet the Hands On Course Requirement for OCP-Level certification:
    * Oracle Database 11g: Introduction to SQL
    * Oracle Database 11g: Introduction to SQL Ed 1 LVC
    * Oracle Database 11g: SQL Fundamentals I
    * Oracle Database 11g: SQL Fundamentals l Ed 1 LVC
    * Oracle Database 11g: SQL and PL/SQL Fundamentals
    * Oracle Database 11g: SQL and PL/SQL Fundamentals Ed 1 LVC
    * Oracle Database 11g: Develop PL/SQL Program Units
    * Oracle Database 11g: Administration Workshop I
    * Oracle Database 11g: Administration Workshop I Ed 1.1 LVC
    * Oracle Database 11g: Administration Workshop II
    * Oracle Database 11g: Data Warehousing Fundamentals"
    A modest Intro to SQL course will count? But an OCA will already have that knowledge. Obviously, one should choose a course with higher-level content. But I'm not sure I understand the logic of the OCA-grade courses being eligible. And for those funding certification without financial assistance from an employer, the question that suggests is this: what is the least expensive way to satisfy the "instructor led" course requirement? I cheapest price I see from Oracle is a 3 day class costing $1,800. It would also cost 3 days of vacation time, or unpaid leave, if an employer is not supportive of certification.

    Dana N wrote:
    Thanks for your thoughtful reply Hans.
    TO expose the candidate to techniques related to the new features rather than traditional techniques that are commonplace in the industry.That makes sense to me. But many of us like to tinker with new features on our own.In my experience, many, many more people want the OCP without doing any work. Some will use pure memorization or out and cheating to get there.
    It's unfortunate that you and I get penalized by those.
    >
    And to ensure that the has had at least some hands-on time, instead of only pure theory. While some people may get hands-on at work, many others do not
    have that opportunityh, especially in the are of new features.Then it might make sense for OCP certification to allow submission of proof of work experience in place of the HOC, as is the case with other professional certifications.
    Yes, that would be nice.
    But difficult to verify. and you would be surprised how many organizations have very narrow definitions of the job. Experimenting not allowed in some places.
    It all seems a bit random / superfluous. Sad, from an instructors and OCP's point of view, to hear you think of it that way.I don't mean to say there isn't anything new any of us couldn't pick up, say, even from an Intro to SQL course. There's a vastness to most technology topics and we can't master every facet. But the cost/benefit ratio may be terribly low for those who are already Oracle professionals with many years of on the job experience. The reality as well is that some instructors are duds--that's the case anywhere. And for my learning style, I prefer self-guided / on-my-own study.
    Costly too if one does not have an employer willing to pay for the training.No doubt.
    My Oracle Press "OCA/OCP Oracle Database 11g All-in-One Exam Guide" doesn't even hint that classes are a requirement for the OCP; the most said is: "The
    OCA qualification is based on two examinations; the OCP qualification requires passing a third examination." (pg. XXIX). An incomplete characterization, correct?A topic to discuss with the authors, and publisher. We (the user community with whom you are talking) have little to no control over this.Wonder if the authors participate in these forums. I realize you, as a user, have no control over this. But a book blessed by Oracle via Oracle Press, I respectfully submit, can and should do better--by including details about the HOC requirement.
    Some do. But much more effetive would be to lodge a formal complaint or inquiry.
    "These foundation courses meet the Hands On Course Requirement for OCP-Level certification:
    ...All of which will ensure you have had time becoming acquainted with SQLPLus, DBControl, and perhaps SQLDeveloper.I already use all 3 tools. Would love to take all the courses listed; but I'm not independently wealthy or otherwise.
    So would I. ;-)
    As well as logging in (you would be surprised how many OCA candidates do not know how), these all give you an opportunity to issue SQL and PL/SQL
    commands. Scary, but seems beside the point. The HOC requirement is one solution to this problem, but it seems like a sub-optimal one. Again, this punishes Oracle professionals already working in the field who'd like to become certified. Why is there no regard for them? One way to correct this, if this is a genuine concern on Oracle's part, is to include a "live" aspect to the exams. Then, if this causes a fail, those who flunk might be interested in taking HOCs to remedy this. In this day and age, I'm certain training could involve interactive SQL*PLUS sessions, etc. Only a failure of imagination and will could prevent I suspect; particularly in a world of virtualization. I'd consider a redesign of exams before I'd require people to pay for classes they may be unable to pay for. It's a bit of an insult to working Oracle professionals who want to add certification.
    I agree to some extent. Again, the issue is the consistency in experience. I have met people with 10 years of experience, and others with 10 times 1 year of experience.
    A modest Intro to SQL course will count? But an OCA will already have that knowledge. I wish this was consistently true. Then I mispoke. But the HOC still punishes existing Oracle professionals.
    I sympathize. I'm an independent, and all exams and certification costs come out of my own (corporate=me) pocket. But life in the professional fast lane is not
    cheap. This topic has been the source of some contention for quite some time.
    Unfortunately a number of people have been unscrupulous in their method of getting certification - cheating, using gunners, and so on - and I see this as one of
    the few ways to combat the issue. If the cheating issue is just left alone, the value of OCP (and any other certification) is effectively lost.The unscrupulous, I'm afraid, will always be with us. This problem is not solved, I'm also afraid, by requiring a costly HOC. It is in my opinion one potential solution of many, and not at all the best one. I wonder how other vendors with certifications handle this. I do know that some industry-generic certifications require proof of X years of work in the field (e.g. GISPs), as well as providing proof of various contributions to the field. This could be gamed as well I suppose. But the honest should not be punished along with the dishonest.Basically I agree with the sentiment. Implementation is the issue.
    >
    Bottom line: in my view, a few alternate solutions to the HOC are:
    1) Allow submission of work credentials to substitute for the HOC
    2) Incorporate hands-on aspects to the exam, e.g. a SQL*PLUS simulator.
    I'm sure the brilliant minds at Oracle, or a suitable contractor, could easily accomplish #2. And #1 might be a true bar-raiser. It seems highly unlikely to me that, say, requiring an Intro to SQL HOC course raises the bar more than a few millimeters.There have been many discussions around this. Several of us have even considered non-vendor certifications as a route to accomplish this.
    It is an imperfect world. But hopefully the steps will correct some of the deficiencies.
    I am sure Paul and the rest of the Certification team would be happy to hear more feedback on how to implement practical verifiable real-world experience alternatives to the HOC that do not increase Oracle's costs.
    >
    Since both are unlikely to happen any time soon, what is the least expensive option for the HOC and where do I find a list of courses and institutions that offer them? In my view, Oracle should provide this information as a courtesy. No reason not to unless there is a revenue motive; and the author of the blog posts you sent me assures us the addition of the HOC is not a revenue enhancement maneuver. I'd be more inclined to believe it if those words were backed-up with helpful actions like the one I've proposed--since such a thing seems not to exist.All courses and course locations are available through http://education.oracle.com (and have been available for years) as well as the price. Oracle's policy does not allow for much price variation for education. The exception is when bulk purchased are negotiated, which is outside what you and I can talk with them about.

  • ChaRM- Is data scrambling required for Implementing ChaRm in SM?

    Hello
    Is data scrambling required for the implementation of ChaRM in Solution Manager?  Iu2019ve heard that data scrambling is a requirement for CHaRm and if so is there documentation from SAP with the specifics.  I do not understand why data needs to be scrambled for transport management.
    Thanks!

    We are using CHaRM since 2007, and there is no data scrambling for CHaRM itself required. CHaRm is jsut taking control over TMS. It is a process to ensure some quality and to facilitate audit.
    Regards,
    Holger

  • Uploading Production Requirements For Finished Goods From External System To Run MRP For Components in SAP.

    Hello Production Planning experts,
    I'm looking to solve the current business problem:
    The company bought a third party software (JD Edwards) to calculate production requirements instead of using SAP's standard Production Planning or a tool like SAP's APO. They run a batch job to query Sales Orders, Deliveries, available stock, stock in transit, etc. from sap and feed/upload it to the third party software so it can calculate the Finished Goods Production Requirements for them. They love the third party software, so replacing it is not an option. Since the third party software is already taking into account Sales Orders, Deliveries, available stock, stock in transit, etc. from SAP, it just outputs a "Finished Goods Production Schedule" by week.
    My questions are:
    1) What's the best way to upload something like that in SAP in the form of Planned Orders or something of that nature?
    After i get that schedule in SAP:
    2) Is there any way to calculate components' requirements for that "Finished Goods Production Schedule" alone? The company would like to IGNORE existing stock AND expected-goods-issues in the future (sales orders, deliveries, etc) for Finished Goods ONLY. The components calculations would work the standard MRP way, taking into account existing stock and AND expected-goods-issues in the future (sales orders, deliveries, etc)
    I started looking into Master Production Schedule (MPS), but I don't know if that's the right approach since I'm not very familiar with it.
    Thanks in Advance! I will gladly reward points for helpful/correct answers.

    Hello Oscar
    I suggest you to upload your production plan in the for of "Planned Independent Requirements" using BAPI BAPI_REQUIREMENTS_CREATE. Later, MRP will create planned orders to cover the PIRs.
    If you don't want to consider the existing stock of the finished product, you should use the planning strategy 11 to create your PIRs. Take a look on the following link for more details about this planning strategy:
    Gross Requirements Planning (11) - Demand Management (PP-MP-DEM) - SAP Library
    Here you will find the following information:
    The make-to-stock strategy gross requirements planning is particularly useful in mass production environments; it is often combined with repetitive manufacturing. This strategy is particularly useful if you need to produce, regardless of whether you have stock or not. For instance, steel or cement producers might want to use this strategy because they cannot shut down production; a blast furnace or a cement factory must continue to produce, even if this means having to produce to stock.
    This strategy is also frequently used if there is a Material Requirements Planning system in a legacy system that needs to be linked to an SAP system which serves as a production execution system. The legacy system calculates a specific production plan, which has to be executed, regardless of the stock situation in the SAP system
    It looks like this planning strategy is exactly what you are looking for.
    BR
    Caetano

Maybe you are looking for

  • Python crashes with pygame

    I had this working and at some point my system configuration must've changed and now I get python crashes when trying to play music with pygame. I'm hoping someone can steer me in the right direction by looking at my crash logs. Any advice on what to

  • What is the purpose of the "Store Presets with Catalog" Checkbox?

    I am running Lightroom 4.4 on Windows 7x64. I have heard that under preferences its better to uncheck the box that says "store presets with catalog" because it is better to have the presets not tied to and/or embedded in a specific catalog. However,

  • How to create production and development enironment in same server

    Hi All, We are using OWB10.2.0.1 version and we have only one database which has two schema.we are using default control center to run the mappings. We don't have separate servers for development and production.So we use same control center for runni

  • Recommend academic education to excel in my career

    Hello VMware experts, I've been working with VMware and Virtualization platforms since 6 years and i pursued my masters degree in computational intelligence. I really want to study for some time to learn something interesting and enhance my professio

  • Missing tracks in iTunes album folder

    This evening I downloaded a 28-track album from the iTunes store. All 28 tracks show up in iTunes and on my iPod. All 28 tracks play in iTunes and on my iPod. I backed up the new album by copying the iTunes folder to my external hard drive. But then.