What files are needed for backup

Hello all,
Our database stopped working because of a mistake and we've lost lots of our control files and configuration files.
On the other hand there are 5 oracle_homes in our system! So we decided to uninstall Oracle and install a clean version and restore our data, tables, triggers, functions and ... to it.
We have many rman level 0 and 1 backups since 2 months ago and the size of each level 0 backup is around 1.8 GB.
But I am new to Oracle, so please let me know which files I need to keep from our current Oracle before uninstalling it and how I can restore backups to the new oracle (probably I will install it in a new drive not in D:/ again and with a new SID maybe). Also please let me know which version I should install? (Desktop Class or Server Class) We have some applications on our own laptops which connect to server and retrieve/insert data from/into oracle database on the server.
Our current database does not mount and open because of the problems I mentioned above.
Our server is: Windows Server 2008
Oracle Version: 11g
The scrips the we used to create rman backups are:
echo database backup, level 1
echo %DATE%
echo %TIME%
set datetimef=%date:~-4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2%_%time:~6,2%
echo %datetimef%
rman target / @F:\backup1.txt LOG F:\database-backup\rman-logs\%datetimef%.txt
copy F:\database-backup\rman-logs\%datetimef%.txt F:\database-backup\rman-logs\current-log.txt
and
echo database backup, level 0
echo %DATE%
echo %TIME%
set datetimef=%date:~-4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2%_%time:~6,2%
echo %datetimef%
rman target / @F:\backup0.txt LOG F:\database-backup\rman-logs\%datetimef%.txt
copy F:\database-backup\rman-logs\%datetimef%.txt F:\database-backup\rman-logs\current-log.txt
Thanks

RMAN's BACKUP command supports backing up the following types of files:
Database files, including datafiles, control files, and the server parameter file (SPFILE)
Archived redo logs
Other backups created by RMAN, including such as datafile and control file image copies, and backup sets containing SPFILEs, control files, datafiles and archived logs
Check
http://web.njit.edu/info/limpid/DOC/backup.102/b14192/bkup001.htm

Similar Messages

  • Which files are needed for connection to database in 11gR2?

    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?

    881656 wrote:
    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?sqlnet.ora is used to configure the actions of sqlnet on whatever machine. Some of the config parms available to it apply only to the server side, some apply only to the client side, some apply to both.
    tnsnames.ora is used by client processes to resolve a connect alias to a specicific host, port, and service. It is used ONLY by the client side of tns. You see it on host machines because those machines can also run client processes.
    host file. Oracle doesn't know what this file is. Oracle doesn't give a flying fig about this file. It is used by the standard network software in the OS to resolve a name to an IP address. The only reason you even see it discussed in the Oracle world is because Oracle TNS sits on top of the standard OSI network stack, and uses it. Thus, if your tnsnames file has an entry like:
    houston =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = vmlnx01)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = houston)
    #==========tns will never know or care where vmlnx01 is. The request will be packaged and sent to the standard network stack with a request to "route this package to vmlnx01, wherever that is.". The OS network stack will then resolve 'vmlnx01' to an ip address, by one of several possible methods. ONE of those methods is to look it up in the local hosts file.

  • What project files are needed for development?

    Hello,
    I have a new WebHelp project that is nearing completion. Our
    Web developers are anxious to build the help into their
    application, but I'm not sure what files they need or do not need?
    Do I just turn over all files to them, or some subset?
    Thanks!
    Charlie

    Hi Charlie
    Assuming you are using RoboHelp HTML properly with all files
    located on your C drive, you should notice that inside your project
    folder are some sub folders. One should be named
    !SSL!. Inside THAT folder should be a folder named
    WebHelp. You need to supply *ALL* the files (and folders)
    that you find inside this folder.
    Hopefully this helps... Rick

  • How to find what archivelogs are needed for recovery

    From Hemants sir's blog:
    http://hemantoracledba.blogspot.com/2010/03/misinterpreting-restore-database.html
    "You can query V$ARCHIVED_LOG for FIRST_CHANGE# and FIRST_TIME besides SEQUENCE#. That way, you can match SCN (FIRST_CHANGE#), Time and Sequence to determine which ArchiveLogs are need. The RMAN LIST BACKUP command shows you the Checkpoint SCN for all datafiles in a backup, so you need ArchiveLogs from the point of the earliest Checkpoint SCN in that backup set."
    How can i find the earliest checkpoint SCN from the backupsets?
    Any queries to find the earliest SCN in backupset(RC views)?
    Edited by: user9097501 on Aug 10, 2010 6:38 AM

    If i have to refresh the database from the backup of 9-AUG so the earliest SCN from where recovery would be needed is 60279026593 ?
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43210 Incr 0 13.25G DISK 03:55:03 25-DEC-2009 15:52
    List of Datafiles in backup set 43210
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 46646244284 25-DEC-2009 11:57 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43210
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:55:03 25-DEC-2009 15:51 YES FORCLONE
    List of Backup Pieces for backup set 43210 Copy #1
    BP Key Pc# Status Piece Name
    51423 1 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_1.bak
    51424 2 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_2.bak
    51425 3 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_3.bak
    51426 4 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_4.bak
    51427 5 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_5.bak
    51428 6 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_6.bak
    51429 7 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_7.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43367 Incr 0 15.33G DISK 03:39:25 19-FEB-2010 23:43
    List of Datafiles in backup set 43367
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 49260361949 19-FEB-2010 20:03 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43367
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:39:25 19-FEB-2010 23:42 YES FORCLONE
    List of Backup Pieces for backup set 43367 Copy #1
    BP Key Pc# Status Piece Name
    51819 1 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_1.bak
    51820 2 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_2.bak
    51821 3 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_3.bak
    51822 4 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_4.bak
    51823 5 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_5.bak
    51824 6 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_6.bak
    51825 7 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_7.bak
    51826 8 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_8.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43518 Incr 0 13.70G DISK 04:26:50 03-APR-2010 12:12
    List of Datafiles in backup set 43518
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51275194891 03-APR-2010 07:46 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43518
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:26:50 03-APR-2010 12:12 YES FORCLONE
    List of Backup Pieces for backup set 43518 Copy #1
    BP Key Pc# Status Piece Name
    52481 1 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_1.bak
    52482 2 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_2.bak
    52483 3 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_3.bak
    52484 4 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_4.bak
    52485 5 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_5.bak
    52486 6 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_6.bak
    52487 7 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_7.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43599 Incr 0 16.56G DISK 04:36:51 11-APR-2010 03:35
    List of Datafiles in backup set 43599
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51583056741 10-APR-2010 22:58 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43599
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:36:51 11-APR-2010 03:35 YES FORCLONE
    List of Backup Pieces for backup set 43599 Copy #1
    BP Key Pc# Status Piece Name
    52841 1 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_1.bak
    52842 2 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_2.bak
    52843 3 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_3.bak
    52844 4 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_4.bak
    52845 5 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_5.bak
    52846 6 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_6.bak
    52847 7 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_7.bak
    52848 8 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_8.bak
    52849 9 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_9.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43637 Incr 0 16.37G DISK 05:13:41 18-APR-2010 04:09
    Keep: LOGS Until: FOREVER
    List of Datafiles in backup set 43637
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51953576598 17-APR-2010 22:56 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43637
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 05:13:41 18-APR-2010 04:09 YES FORCLONE_17APR
    List of Backup Pieces for backup set 43637 Copy #1
    BP Key Pc# Status Piece Name
    53112 1 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_1.bak
    53113 2 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_2.bak
    53114 3 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_3.bak
    53115 4 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_4.bak
    53116 5 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_5.bak
    53117 6 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_6.bak
    53118 7 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_7.bak
    53119 8 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_8.bak
    53120 9 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_9.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43773 Incr 0 18.31G DISK 03:45:59 27-JUN-2010 16:23
    List of Datafiles in backup set 43773
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 58235899541 27-JUN-2010 12:37 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43773
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:45:59 27-JUN-2010 16:23 YES FOR_DUP
    List of Backup Pieces for backup set 43773 Copy #1
    BP Key Pc# Status Piece Name
    53784 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_1.bak
    53785 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_2.bak
    53786 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_3.bak
    53787 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_4.bak
    53788 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_5.bak
    53789 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_6.bak
    53790 7 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_7.bak
    53791 8 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_8.bak
    53792 9 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_9.bak
    53793 10 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_10.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43964 Incr 0 10.59G DISK 03:17:50 05-AUG-2010 03:05
    List of Datafiles in backup set 43964
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 60108165915 04-AUG-2010 23:47 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43964
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:17:50 05-AUG-2010 03:05 YES FOR_DUP
    List of Backup Pieces for backup set 43964 Copy #1
    BP Key Pc# Status Piece Name
    54470 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100804_44966_1.bak
    54471 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_2.bak
    54472 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_3.bak
    54473 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_4.bak
    54474 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_5.bak
    54475 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_6.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    44020 Incr 0 19.75G DISK 04:13:42 09-AUG-2010 03:15
    List of Datafiles in backup set 44020
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 60279026593 08-AUG-2010 23:01 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 44020
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:13:42 09-AUG-2010 03:15 YES FOR_DUP
    List of Backup Pieces for backup set 44020 Copy #1
    BP Key Pc# Status Piece Name
    54990 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_1.bak
    54991 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_2.bak
    54992 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_3.bak
    54993 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_4.bak
    54994 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_5.bak
    54995 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_6.bak
    54996 7 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_7.bak
    54997 8 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_8.bak
    54998 9 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_9.bak
    54999 10 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_10.bak
    RMAN>

  • What patches are needed for OCS R1 singlebox Windows installation

    Hi there,
    I'm trying to install OCS R1 on Windows 2000 server and I wanted to know if I need any patch to perform the installation.
    I'm following the Note 221812.1 and according to it I have created email accounts as mailadmin (System Administrator) and now I should apply the patch 2606325, but I don't know if this is required for Windows. It probably is, because I skip this step and test the mail system by sending mails between the accounts already created and I get a message which says that: an error has occurred at attempting to send the message.
    I don't know if this is due to the fact that I haven't applied the patch or due to something else...
    I would appreciate any help.
    Best regards,
    Jorge

    I tried to check out that note of yours, i think it no longer exists, the same goes for the patch number.
    Anyway from my linux install as far as the installation goes, there was no need for patches ocs installs without them. However if you want to use something like workflow for files, then you need a few patches.
    Firstly you need to patch which is applied after your workflow installation - i cannot rememeber its number, but you should find it in eithr the files admin guide or files release notes for 9.0.3.
    In addition to that, when you install workflow, you also need to add a few languages, which if you do not with result in your workflow/files integration failing.

  • What authorization are need for T-code se37

    Hi,
    i create a user with following roles:
    SAP_BC_USER_ADMIN
    SAP_J2EE_ADMIN
    SAP_MT_SYSTEM_TEST
    SAP_SLD_ADMINISTRATOR
    But when i logon with this user, and run se37, a warning message will show as following:
    "You are not authorized to use transaction SE37".
    Then, what other roles, not SAP_ALL,  do i need to assign to the user for SE37.
    Thanks & Best Regards,
    Johnney.

    hi,
       You can check authorization object name from tcode SU53.
    Regards
    Gagan

  • What claims are needed for search?

    We have a SP 2013 search system where it searches a different sharepoint farm. Before with NTLM, we were able to get those results.  After implementing single sign on with Ping Federate, we are unable to get search results from that other
    system. We suspected at first that we needed the group memberships to be added to the claims, which we tried. But still nothing. Does anyone know what claims would be needed in this scenario? We currently get primarysid, upn, windowsaccountname, and now Groups.

    Hi Scott,
    You may check if "Windows authentication" has enabled for your web application for this issue, here are some useful posts about this topic, you can take a look.
    "If you are using claims-based authentication, make sure that Windows authentication is enabled on any Web applications to be crawled."
    http://sharepoint.stackexchange.com/questions/59635/crawler-authentication-in-sharepoint-2013-for-sts-based-external-website
    https://technet.microsoft.com/en-us/library/jj219577.aspx?f=255&MSPPError=-2147217396#PlanCrawlerAuth
    http://blogs.technet.com/b/saantil/archive/2013/06/03/sharepoint-2013-in-claims-authentication-through-pingfederate-6-6-crawl-issue.aspx
    For a better assistance for PingFederate product, you may want to post on the web site below,
    https://ping.force.com/Support/PingIdentityAnswersHome
    http://sharepoint.stackexchange.com/questions/53680/windows-authentication-and-trusted-identity-provider-user-mapping-to-a-single
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • What settings are needed for Flip 4 Mac to change frame size?

    I just installed Flip 4 Mac Studio Pro so that I can make wmv files in different sizes. It works in 340x240 and 480x360, but freezes up when I choose the preset 384x288. Are there other settings that need to be changed to make this work. I thought this version of Flip would allow me to do most anything.
    I'm exporting a short 4 min sequence from FCP using Quicktime conversion.

    This will give you the instructions on how to set it up step by step.
    http://community.virginmedia.com/t5/Email/Setting-up-access-to-Virgin-Media-NTLW ORLD-email-on-iPhone-or/td-p/883445

  • What rights are needed for remote control

    I have a user that I want to allow remote control rights for a group of
    classroom PC's. What rights do I need to give her and where do I apply
    them? I have read TIDS that tell me I have to give rights at each
    workstation object which I find hard to believe as its so time consuming!
    Thanks in advance
    Hazel

    > On Thu, 27 Jan 2005 19:38:56 GMT, [email protected] wrote:
    >
    > > I have read TIDS that tell me I have to give rights at each
    > > workstation object which I find hard to believe as its so time
    consuming!
    >
    > depends.. if you have not eDir that's the case..
    >
    > but take a look at tools zenworks remote operators... which will help
    you a
    > lot in this case...
    > --
    >
    > Marcus Breiden
    I have edirectory and imported workstations etc .. running zen 4.1 .. I
    just cant seem to figure out how to give this user rights to remote
    control only one classroom.
    Hazel
    >
    > Please change -- to - to mail me.
    > The content of this mail is my private and personal opinion.
    > http://www.edu-magic.net

  • How do I determine what xtras are needed?

    From the searching I have done it appears that xtras equired are mostly trial-and-error.
    Is there an efficient way to determine what xtras are needed for each lindividual movie?
    My programs are divided into a series of sequential movies.  At the end of each movie
    there is a goto statement to launch the next movie.  Does that require me to determine
    xtras for each separate movie? 
    In a perfect world there would be a way for Director to search a  folder for and present an aggregate list of all xtras required for that set of movies.
    If no such method exists, what is the recommended hunt and peck system?

    Thanks for the response, rduane.  But I refer to the procedures as a bit random for the reasons you mentioned in your explanation.  For example, you stated that, "Director will normally add all of the Xtras that you need to each movie as you build it".  And, yes, I know that it does add some automatically.  But, if Director really does "add all of the xtras that you need to each movie as it is built", how could I ever jump to one that is missing a needed xtra?  If it needs it, why wasn't it added when it was built?
    So, that's the reason I mentioned "trial and error", and "hunt and peck".  The system is not reliable in its handling of xtras, or which ones are needed where.  I am familiar with workarounds such as going to each movie and selecting Modify>Movies>Xtras to see which ones Director has added,  But that is all it tells you.  It does not tell you if it has added all the xtras "needed".  And when the error message comes up, it does name the missing xtra, but not which movie needs it.  So, one has to go find the named xtra and copy it over to the Xtras folder. 
    At least, that's what I do to fix it.  But I asked the question because I wanted to know if Xtras handling itself is unreliable, or if I'm doing something incorrectly.
    Dewey-+

  • What Equipment is Needed for CCNP Security Lab

    Hello,
    Im Looking to find out what Devices are needed for a ccnp security home lab. I keep hearing that 2 5510's are a must for labbing. The downside Is the Prices avg $800 each on the low end. I also saw some ppl had an ips in their lab. Im looking to find out what is 100% needed. I alredy have a lab in place used for my ccnp r&s.
    Thanks                  

    I would also say that two ASAs is a must to practice with them. But in my opinion, 2 5505 SecPlus are enough. What are the differences to the 5510? You configure subinterfaces instead of vlan-interfaces. But that's something you know from R/S. And the failover is only stateless, but failover in general also works. Sof if you find these ASAs for less money, take them. IPS is probably the topic where most CCNP Security students are least familar with. So owning a sensor would also help.
    And don't forget that the bigger CCIE-Training vendors have complete labs for rent with all you need for CCNP Sec preparation. That could also save some money.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • What technical components are needed for integration of SAP BI and BO?

    Hello,
    What technical components are needed for integration of SAP BI and BO?

    Hi,
    you need to setup a BOBJ server (eg. BusinessObjects Enterprise XI 3.1 or BO Edge 3.1) and then install the BusinessObjects integration Kit for SAP on the same machine your BOBJ server runs.
    In order to build reports you can either use Crystal Reports (eg Install Crystal Report Designer 2008 V1 if you have an XI 3.1 server installed), WebIntelligence (Install the Business Objects XI 3.1 Client Tools in order to be able to build universes), BusinessObjects Voyager or XCelsius. Please note that you have to always install the BOBJ integration Kit for SAP (should be the same version as your server and client installation) on your clients AFTER you installed one or more of the above client tools.
    Please take again a look at the following link for more detailed information (from Ingo) on this:
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Stratos

  • What Files are Saved during a Time Machine Backup??

    Hi,
    When I carry out a time machine backup, what files are saved?
    I have just plugged in my external hard drive to carry out a back up and its 56GB!, my last TM backup was only 2 weeks ago and I haven't downloaded that much data!
    Many Thanks
    Chris

    Sorry, that wasn't typed very well!!
    The TM backup is 56GB
    ;o)

  • What permission is needed for a login to access the restored database(backup from different server)

    what permission is needed for a login to access the restored database(backup from different server)
    frequently reach the situation, when vendor restores a database, but he cannot access it unless I remap or add his login to the restored database. What permssion can grant the vendor so that he can but only can access the database he restored, not all other
    databases.

    Hi George,
    According to your description, When you move a database from one server that is running SQL Server to another server that is running SQL Server, a mismatch may occur between the security identification numbers (SIDs) of the logins in the master database
    and the users in the user database. As other post, you can use the sp_change_users_login stored procedure to map SQL Server logins. Also , you can use the following statement after doing the restore database. It will
     fix the mis-mapped SID inside the restored DB.
    ALTER USER <username> WITH LOGIN = <username>
    For more information, you can review the following article.
    http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/do-you-still-use-sp_change_users_login/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • I have filled a backup drive with 1 terabyte and my computer is running very slow. what files are safe to delete to free up space?

    what files are safe to put in the trash without messing up programs?

    It would be wise to move your large libraries like your iPhoto, Aperture, Lightroom etc, iTunes, iMoves to an external HD. That will free up HD space. After you have relocated those libraries move the copies on the internal HD to the trash and empty the trash. This is the smartest and safest method. Apple explains how to move these libraries in:
    iPhoto: How to move the Library to an EHD
    iTunes: How to move the library to an EHD
    iMovie: How to move the Library to an EHD

Maybe you are looking for

  • How to execute procedure in SQL Worksheet ?

    Hi, anybody know, how I can execute procedure here? I try EXEC sec_roles, EXEC security_admin.sec_roles, EXECUTE - there is a SQL statement error. When I use CALL - there is no such procedure (I have execute previleges). Although in SQLPlus EXEC work

  • How do you transfer music from a different itunes library to my iPhone? (4s)

    I am using two iTunes, one from home and one from work. My home base is my home computer. I have a lot of songs in my work computer that I would like to transfer to my Iphone yet cannot seem to do so. Any help?

  • Is it possible to set a default for "Time Span"?

    AME seems to default to the Time Span to "Work Area" when rendering AE compositions. Is there any method, either in the app or by preference file hackery, to change this default to "Entire Composition?" Coming from rendering in AE, this is a major pr

  • Can you set log level

    Does weblogic supply any way of setting the level of log messages that actually get written out to the log. So that if can turn off all my debug messages (e.g. LogServicesDef log, log.info(), log.debug()) in production. I'm currently doing this with

  • Delete Source Table from Repository

    Hi: I created a custom folder (XXCUSTOM) in the Informatica repository and in the Sources subfolder I imported a standard EBS table. I now know that the same standard table exists in the Sources subfolder for a SDE folder. So, I went to the custom fo