APO Livecache DB Backup and Livecache Auto Log Backup

Hi Guys,
Could you please help me here which tranaction code we use to  check APO Livecache DB Backup and Livecache Auto Log Backup
Thank you

Hi,
Livecache DB and log back up looks like can not be accessed from SAP. Database Manager GUI is used.
Please check the below link for helpful information.
http://help.sap.com/saphelp_nw04/helpdata/en/f7/499e3c1fbe8c15e10000000a114084/content.htm
Regards,
Saravanan V

Similar Messages

  • Is RMAN only way to take backup and delete Archive Logs?

    On primary db:
    ===============
    OS: Windows 2003 server 32-bit
    Oracle: Oracle 10g (10.2.0.1.0) R2 32-bit
    On Physical standby db:
    ===============
    OS: Windows 2003 server 32-bit
    Oracle: Oracle 10g (10.2.0.1.0) R2 32-bit
    Data Guard just configured. Archive Logs are properly being shipped to standby db. Is RMAN only way to take backup and delete Archive Logs from both primary and standby db? What other command can be used?
    Thanks

    No, but anything else is way more work. Without using RMAN you would have to find another way to keep track of applied logs.
    RMAN make this very simple :
    RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;Using another method would be like using the handle of your screwdriver as a hammer.
    See "RMAN Recipes for Oracle Database 11g" ISBN 978-1-5959-851-1
    Best Regards
    mseberg

  • Difference between Full backup and lncremental level 0 backup

    Hi,
    What is the difference between Full backup and lncremental level 0 backup?
    what I understand is:
    Actually incremental backup backups all the block containing data and skips the blocks that are unused.
    Similarly full backup backups all the blocks containing data.(does it skip unused blocks ?????).
    The only difference that I feel is that the level 0 backup is recorded as an incremental backup in the RMAN repository, so it can be used as the parent for a level 1 backup where Full database backup is not recorded in the Rman respository and cannot be used as parent for level 1 backup.
    (if you still feel you have some more points to share regarding the difference between backups, I request to share with me)
    so my question here is
    Can we use Incremental level 0 backup for full database recovery. Else is there any compulsion like we must only use full database backup for full database recovery?
    can anyone throw light on this
    with regards;
    Boo

    nowhere in this thread we talked about the image copies as we are only talking about the incremental backup.
    The word "always" has a meaning. If you now wish to say, "well, RMAN will mostly use a level 0 or full backup, except when there are image copies around" then the word "always" doesn't fit your newly-revised description. That would make it an inappropriate word to use. And indeed, it's a factually wrong word to use.
    If you want to get really picky about it, incidentally, the words 'datafile copy' appear in a post from me at Aug 4, 2007 6:03 PM whereas your post (in which the "always" word was used) only appears Aug 4, 2007 8:32 PM -a full 2 and a half hours (and and two posts) AFTER the concept of image copies had been mentioned.
    But regardless of times: you can't just pretend image copies don't exist just because they haven't been mentioned so far in a thread. If you post "this is the way something ALWAYS works", you'd better be completely right about it, because "ALWAYS" is a big word. And there's no grey about this: either "always" is right, or it's wrong. And in this case, it's wrong: there are many times when RMAN will not do what you baldly asserted it would do. Image copies aren't some rare, exotic beast, either... so the occasions when your 'rule' breaks down are many and common.
    until now I was simply beliving in what Oracle docs and metalink notes says
    Try not to do that. Because you will fall into error after error if you do. Metalink is not the Holy Gospel of Oracle. Testing is, and it's because I've been testing this stuff since 1999 I will, on this occasion, decline your kind invitation to do "a small test". Been there, done that.
    All of which leaves us discussing things that are of no relevance to the original poster, and I have no desire to take the thread off into silly areas of dispute. So I will leave it there, and I have nothing further to say on the matter. RMAN does what it does, and what it does is not what you said it would do. End of story.

  • Rman backup and restore noarchive log

    Hi,
    We are changing our backup tools from exp to rman. For this I am trying to do
    restoration in test server of oracle db running on 9.2 noarchive log.
    Step 1. Taken complete backup with rman with nocatalog and include controlfile
    nput datafile fno=00008 name=D:\ORACLE\ORADATA\TOTO\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 09-MAR-06
    channel ORA_DISK_1: finished piece 1 at 09-MAR-06
    piece handle=D:\DBBACKUPS\T1.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:15
    Finished backup at 09-MAR-06
    Step 2. Deleted database files and control files from database directory.
    Step 3. Restore controlfiles
    RMAN> restore controlfile from 'd:\dbbackups\t1.bkp';
    Starting restore at 09-MAR-06
    using channel ORA_DISK_1
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    replicating controlfile
    input filename=D:\ORACLE\ORADATA\TOTO\CONTROL01.CTL
    output filename=D:\ORACLE\ORADATA\TOTO\CONTROL02.CTL
    output filename=D:\ORACLE\ORADATA\TOTO\CONTROL03.CTL
    Finished restore at 09-MAR-06
    Step 3. after database mount, try to restore datafiles, which is failed
    restoring datafile 00024 to D:\ORACLE\ORADATA\TOTO\DIN36\TESTUNV1.ORA
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/09/2006 17:24:25
    ORA-19505: failed to identify file "D:\DBBACKUPS\TOTOBKP.RMAN"
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Why it is looking old backup totobkp.rman which is not existing on disk ? My
    backup name is t1.bkp.
    Will you pl tell me where I have gone wrong ? Secondly what are the correct
    steps to be followed for taking cold backup and restoration.
    thanks & regards
    pjp

    Okay let us ponder this for a moment:-
    DB NOARCHIVELOG
    It does not matter when you take the backup of controlfile because the database is in mount state and no changes are allowed to the db ( Checkpoints etc. )
    DB ARCHIVELOG
    It does not matter when you take the backup of controlfile because the database is continuously writing to the archivelog's.
    End result should not be significantly different as to worry about whether to take backup of control file before or after backup.
    Thanks
    Gopal

  • Database restore from backup--miss some transaction log backup files.How to restore?

    One database with full recovery model
    it runs full backup at 12:00 am on 1/1 one time.
    Then transaction log backup every 3 hours. 3:00 am, 6:00am,9:00 am, 12:00 Pm, 3:00Pm,6:00PM,9:00pm,12am......
    If we can't find 3:00 am, 6:00am, 9:00am transaction log backup files, could we still restore to 6:00am? We still have all transaction log backup files after 12:00Pm.
    Thanks

    One database with full recovery model
    it runs full backup at 12:00 am on 1/1 one time.
    Then transaction log backup every 3 hours. 3:00 am, 6:00am,9:00 am, 12:00 Pm, 3:00Pm,6:00PM,9:00pm,12am......
    If we can't find 3:00 am, 6:00am, 9:00am transaction log backup files, could we still restore to 6:00am? We still have all transaction log backup files after 12:00Pm.
    Thanks
    NO..log files are incremental and connected.If any log file is missing you cannot restore  to point which comes after backup which is lost or damaged.Like u miss 3 AM trn log backup now even if you have 6,9,12 AM trn log backups its of no use .
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Lost all my backups and TM will not backup.

    I lost all my backups today. I have MacPro with data totalling about 900GB plus a laptop with 170GB on it backing up to a 1.5TB drive. There was about 2 months of backups so I had about 200 GB free on the TM drive. There is no issue with the laptop backup. All references from now are to the MacPro. I was using iMovie yesterday and converted a largish movie for speed adjustment. I noticed my available space on TM had dropped to about 100GB but didn't worry about it as I suspected there were some temp files or something from iMovie that were responsible and I would track them down later. Today I tried to convert a similar size movie and left it running while I was gone. When I came back TM said backup failed and TM widget said this......
    Starting standard backup
    Backing up to: /Volumes/Time Machine/Backups.backupdb
    Starting pre-backup thinning: 122.99 GB requested (including padding), 31.32 GB available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-09-08-142131: 32.72 GB now available
    Removed all 1 expired backups, more space is needed - deleting oldest backups to make room
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-07-27-134059: 49.30 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-03-000551: 51.51 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-10-001020: 52.25 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-11-001022: 55.25 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-12-003725: 55.86 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-13-003730: 55.89 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-14-003817: 63.68 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-15-003735: 63.72 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-16-003739: 64.34 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-17-003743: 65.81 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-18-005504: 65.86 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-19-005508: 66.45 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-20-005628: 69.19 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-21-005514: 69.43 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-22-002552: 69.46 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-23-002555: 71.08 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-24-001415: 71.61 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-25-001418: 74.50 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-26-002111: 88.49 GB now available
    Deleted backup /Volumes/Time Machine/Backups.backupdb/Pony’s Mac Pro/2009-08-27-000651: 89.29 GB now available
    Deleted backup /Volumes/Time Mach
    I tried "Backup Now" and it failed. TM widget said this.........
    Starting standard backup
    Backing up to: /Volumes/Time Machine/Backups.backupdb
    Starting pre-backup thinning: 197.53 GB requested (including padding), 59.88 GB available
    No expired backups exist - deleting oldest backups to make room
    Error: backup disk is full - all 0 possible backups were removed, but space is still needed.
    Backup Failed: unable to free 197.53 GB needed space
    Backup failed with error: Not enough available disk space on the target volume.
    Stopping backupd to allow ejection of backup destination disk!
    Now I only have the current backup and 1 earlier. I deleted from iMovie the offending movies and moved them to another unbacked up disc. I also removed all backups relating to the movies in TM.
    TM now says I only have 76GB available and will not backup.
    Get info on the TM disc says 76GB available. Get info on the Backups.backupdb folder says its size is 2.21TB!!!!!
    Any suggestions? I guess I've lost all my older backups but is the current backup salvageable (and trustworthy) or should I move the laptop backup to another drive and start the TM disc from scratch for the MacPro? Can I then just move the laptop sparse image back to the TM disc and the laptop will pick up where it left off?
    I will wear starting the MacPro backup from scratch if necessary but don't want to screw the laptop backup as it's my wife's and she's overseas.
    Sorry for the long post but wanted to try to be clear.
    I just tried to repair the disc in disc utility as suggested to someone in another post but it said error - could not unmount disc.
    Message was edited by: Magicpony

    I lost all my backups today.
    Doesn't sound like it... sounds like you simply can't back up any further. You can still enter Time Machine to restore files, right?
    I have MacPro with data totalling about 900GB plus a laptop with 170GB on it backing up to a 1.5TB drive.
    Well, there's your problem. Time Machine needs +at a minimum+ 2-3 times more space than what is being backed up. You say you have 1070 GB (about 1.04 TB) being backed up, but you've only given Time Machine 1.5 TB to work with. You need a backup drive that is at least 2-3 TB in size!
    Also, if this is your only backup, you're making a huge mistake. You should always have a minimum of 2 backups. See my [Mac Backup Guide|http://www.reedcorner.net/thomas/guides/backups> for more information on backing up. You may also want to look at some of the user contributed tips at the top of the [Leopard Time Machine forum|http://discussions.apple.com/forum.jspa?forumID=1227]. Those will all apply to Snow Leopard as well.
    One other question: you say you're backing up two machines onto one drive. How are you doing this? Time Machine tends not to play well with others... meaning that, since it tries to use every bit of space on the backup drive, trying to use that drive for something else (including a second machine's backup) tends to result in problems. The exception is, I believe, if you have hooked it up to an AirPort base station and are using it like a Time Capsule, in which case Time Machine will expect to share the space with other backups.
    I just tried to repair the disc in disc utility as suggested to someone in another post but it said error - could not unmount disc.
    Was there a backup going on at the time? Was it connected to the computer you were running Disk Utility on, or to a different computer or a base station? You can't repair a drive that is in use or being accessed remotely. If all else fails, connect it to one of your machines and boot that machine from the Mac OS X install disk, then run Disk Utility from there.

  • HT4759 Hi iv added iCloud to my iPhone 5 and doing so I've managed to wipe all contacts photos and now can't use IMessage, I went to backup and chose the wrong backup date, please can someone help me restore my phone back to how it was before I added iClo

    Hi iv added iCloud to my iphone5 and by doing so I've now lost all contacts, photos and also my iMessage please can someone help me to restore my phone back to how it was before doing this? I went to backup and chose wrong backup date and I'm now stuck. This is driving me mad PLEASE someone help??

    As far as I know you can't delete the primary email address for an iCloud account.  It's assigned when the account is created.  But your neighbor wouldn't have been able to get into your iCloud account without your Apple ID and password.  Are you sure the account wasn't still on your phone when you gave it to him?
    You could migrate a copy of your data to a new iCloud account but I would still be concerned that someone else was using my old account, which presumably still has your data in it.
    I'm fairly certain that you're going to have to have iCloud support help you sort this one out as they may have the ability to make changes to an existing account that users can't.  Make an appointment with the genius bar at a nearby Apple store and have them take a look at it.  If necessary, they should be able to contact iCloud support for you.

  • How to recover datafile in Oralcle 10g...? No backups and No archive log

    All,
    I need to recover the datafile 2 which is for undo tablespace and it is in recover state and i need to recover the data files now .
    But the bad thing is We dont have backup at all and we dont have archive logs (Archive log disabled in the database)...
    In this situation how can i recover the datafile ...?
    SQL> select a.file#,a.name,a.status from v$datafile a,v$tablespace b where a.ts#=b.ts#;
    FILE# NAME STATUS
    1 /export/home/oracle/flexcube/product/10.2.0/db_1/oradata/bwfcc73/system01.dbf SYSTEM
    *2 /export/home/oracle/logs/bw/undotbs01.dbf RECOVER*
    3 /export/home/oracle/flexcube/product/10.2.0/db_1/oradata/bwfcc73/sysaux01.dbf ONLINE
    4 /export/home/oracle/datafiles/bw/bwfcc73.dbf ONLINE
    5 /export/home/oracle/datafiles/bw/bwfcc73_01.dbf ONLINE
    SQL> archive log list;
    Database log mode No Archive Mode
    Automatic archival Disabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 4940
    Current log sequence 4942

    Hi,
    First of all you must Open a ticket with oracle Support and explore the options
    You can use this note to fix it:
    RECOVERING FROM A LOST DATAFILE IN A UNDO TABLESPACE [ID 1013221.6]
    If you is Unable to Drop Undo tablespace Since Undo Segment is in Needs Recovery
    You can Upload the following trace file while opening the ticket
    SQL>Alter session set tracefile_identifier='corrupt';
    SQL>Alter system dump undo header "<new of undo segment in recover status>";
    Go to udump
    ls -lrt *corrupt*
    Upload this trace file
    Also upload the alert log fileRegards,
    Levi Pereira
    Edited by: Levi Pereira on Nov 29, 2011 1:58 PM

  • How to Recover database from old backup and full archive log file

    Hi Oracle expert!
    I met problem when restore my oracle database.
    In my case:
    - My database version: 10.2.0.2
    - I have a database full backup (01-Nov)
    - I have all Archived log file from (01-Nov -> 05-Nov)
    - My database drop in 05-Nov with disk error (no datafile, no redo..).
    - I have no any RMAN backup from (01-Nov -> 05-Nov)
    How can i restore my database to 05-Nov?
    Thanks

    user10280724 wrote:
    Hi Chinar.
    When i used RMAN flow as your step, but i met the problem!
    - After recover database i select sequence#, applied from v$archived_log;
    --> it apply newest archived log that i had.
    - but when I select Data from table created between 01-Nov to 05-Nov, it not found!
    Not the same way the step:
    SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL?
    It apply newest the same archived log i had table created between 01-Nov to 05-Nov.
    How can i do with RMAN to recover my table?That is not possible,if your all available archive logs applied using rman or through sqlplus(recover database using backup controlfile until cancel) and one of these logs contain your table then there are not any problems.So there are not any difference between recovery using rman and user managed(using sqlplus),but there main matter is applying all archive logs.So first check through rman list copy of archivelog all or list backup of archivelog all and identify there in rman repository is any information or not about these logs.

  • Icloud with firefox and the auto-log-in

    Hi there, I use the firefox browser with my windows 7 PC
    and I have the problem, the the auto-logg in won´t work anymore.
    Therefore I used the "keep me logged in" option at the start-up off icloud, but it won´t work... Any ideas?
    Thanks and happy easter, Christoph

    "Remember me" options are stored in cookies. First try removing the cookies for the site and then log in and see if it remembers you the next time you visit the site. Details of how to do that are shown in the [[deleting cookies]] article.
    If that does not work, the file that stores cookies may be corrupt and you can try deleting the file to see if that resolves the problem.
    # Open your profile folder, for details of how to find it see the [[profiles]] article
    # Close Firefox
    # Delete or rename cookies.sqlite
    # Re-start Firefox and see if it will remember login details

  • Can I turn off iCloud backup and keep my old backup?

    Basically I am sick of being asked for money for more storage space. I cannot seem to get my iPhone backup under the 5gb free space, so the only option I see is to turn off iCloud backup. Can I do this without deleting the old (original) backup?

    No.  When you turn it off it removes your existing backup.  You'll have to back up to your computer using iTunes (after turning off iCloud backup it will automatically back up when you sync).

  • Differential backup and tlog backup

    Hi,
    What is the advantage of doing a differential backup along with transactional log backup? For instance, if I'm planning on doing a weekly full backup and daily transactional log backups what does doing an differential backup get me? Does it make restoring
    faster? Is it better to have that differential in case one of the transactional log backups are corrupt? 
    Please advise.
    Thanks,
    Phil

    What is the advantage of doing a differential backup along with transactional log backup? For instance, if I'm planning on doing a weekly full backup and daily transactional log backups what does doing an differential backup get me? Does it make restoring
    faster
    Phil,
    The best use of Differential backup is to reduce the RTO. It does not have any much special meaning. There is no disadvantage as such apart from disk getting filled with too many diff backups.
    It makes restoring faster in sense that you have to restore fewer numbers of backup and this decreases time to bring DB online when disaster strikes.
     Is it better to have that differential in case one of the transactional log backups are corrupt?
    If transaction log is corrupt there are chances that differential backup could also be corrupt. Your question does not have actual meaning. I guess you wanted to ask can we skip transaction log backup and restore latest Diff backup. Well you can as long
    as it is not corrupt.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Backup and restore full and transaction log in nonrecovery mode failed due to LSN

    In SQL 2012 SP1 enterprise, when taking a full backup and followed up a transaction log backup immediately, the transaction log backup starts with an earlier LSN than the ending LSN of the full backup. As a result, I cannot restore
    the transaction log backup after the full backup both as nonrecovery on another machine. I was trying to make the two machine in sync for mirroring purpose. An example is as follows.
    full backup:       first 1121000022679500037, last 1121000022681200001
    transaction log: first 1121000022679000001, last 1121000022682000001
    --- SQL Scripts used  
    BACKUP DATABASE xxx  TO DISK = xxx WITH FORMAT
    go
    backup log  xxx to disk = xxx
    --- When restore, I tried the
    restore log BarraOneArchive  from disk=xxx  WITH STOPATMARK  = 'lsn:1121000022682000001', NORECOVERY
    Also tried StopBeforeMark, did not work either. Complained about the LSN too early to apply to the database

    I think that what I am saying is correct .I said in sync mirroring ( i was not talking about witness) if network goes for few minutes or some longer time may be 20 mins ( more than that is reare scenario IS team has backup for that) logs on Principal will
    continue to grow as they wont be able to commit because there connection with mirror is gone so commit from mirror is not coming.After network comes online Mirror will replay all logs and will soon try to come up with principal
    Books Online says this: This is achieved by waiting to commit a transaction on the principal database, until the principal server receives a message from the mirror server stating that it has hardened the transaction's log to disk. That is,
    if the remote server would go away in a way so that the primary does not notice, transactions would not commit and the primary would also be stalled.
    In practice it does not work that way. When a timeout expires, the principal will consider the mirror to be gone, and Books Online says about this case
    If the mirror server instance goes down, the principal server instance is unaffected and runs exposed (that is without mirroring the data). In this section, BOL does not discussion transaction logs, but it appear reasonable that the log records are
    retained so that the mirror can resync once it is back.
    In Async Mirroring Transaction log is sent to Mirror but it does not waits for Acknowledgement from mirror and commits the transaction.
    But I would expect that the principal still gets acknowledgement that the log records have been consumed, or else your mirroring could start failing f you backup the log too frequently. That is, I would not expect any major difference between sync and async
    mirroring in this regard. (Where it matters is when you fail over. With async mirroring, you are prepared to accept some data loss in case of a failover.)
    These are theories that could be fairly easily tested if you have a mirroring environment set up in a lab, but I don't.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Backup  and Log reduction scheduling in background

    Hi Experts,
    We need to schedule backup in weakly and monthly automatically. this is to  replace new backup in weakly and monthly.
    Weakly is deferential backup and monthly is full backup. and also we need log reduction automatically when it will reach more than 1GB.
    please help me for this.
    Thanks in Advance
    Thanks
    J Jana

    Hello J Jana,
    You just have to select a data/time and select the available actions.
    Check the following website for further information:
    Setting Up the DBA Planning Calendar (MS SQL Server) (SAP Library - BC R/3 Database Guide: MS SQL Server)
    About the log shrink, we don't recommend to run shrinks.
    Regards,
    Eduardo

  • Backup and Log that keep the same size

    Hi guys, just a quick question...but once that I ran a backup, the log file should become zero or not? I mean, I ran a backup and before my log file ( I'm getting crazy with it) was 153 GB, after the backup is...153 GB...!?
    Any thoughts...

    The select return NOTHING, the DBCCOPENTRAN(datawarehose) returns incorrect syntax, I shrinked the log file and now is Filesize 1.00, UsedSpace 0.29, FreeSpace 0.71, Perc 70.67
    Now I ran a query before the backup and it took 6.01 min, after the backup it took 3.48 and after the shrink log 3.48 again.
    It seems that the performance is improved but I need to test with select more incisive.
    Query should be DBCC OPENTRAN(datawarehose) anyways as you said database is in simple recovery no need of full backup it would have no affect on Log shrinking. You can always shrink log when when query returns nothing it means nothing is holding back the
    query.
    Most important thing dont shrink logs it would cause performance issue because when log grows spave has to be zeroed out first before information can be written which can take time and thus can delay query. You should preallocate log file enough space to
    grow before hand instead of being reactive with shrink and then again grow.
    if your issue is solved close thread by marking the answer
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

Maybe you are looking for