Archiving into only one destination

Hi Friends,
OS : OEL 5
DB : 10.2.0.1
when i enabled archivelog mode, by default its going to flash_recovery_area.
I enabled log_archive_dest parameter and i observed that now i am having two archives generated (one in flash recovery area and another in the path i provided with the above parameter)
I tried with disabling the db_recovery_file_dest parameter, but it is effecting RMAN backup and other features.
Anyone please tell me how i can have archives in only one location, i mean i dont want in flash recovery area but in customized path.
thanks in advance

Pavan,
Aman and doc are 100% right; i.e. we can use log_archive_dest_n (not log_archive_dest because it is deprecated in 10g) with/without DB_RECOVERY_FILE_DEST no issue, because below is the test demo on 10g on windows xp (i do'nt think that i would act different on linux/OEL)
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Girish Sharma>net start oracleserviceorcl
The OracleServiceORCL service is starting.................
The OracleServiceORCL service was started successfully.
C:\Documents and Settings\Girish Sharma>sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 3 09:00:12 2009
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Enter user-name: sys/******** as sysdba
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> show parameter DB_RECOVERY_FILE_DEST
NAME                                 TYPE        VALUE
db_recovery_file_dest                string      C:\oracle\product\10.2.0\flash
                                                 _recovery_area
db_recovery_file_dest_size           big integer 2G
SQL> show parameter ARCHIVE
NAME                                 TYPE        VALUE
archive_lag_target                   integer     0
log_archive_config                   string
log_archive_dest                     string
log_archive_dest_1                   string      LOCATION=C:\oracle\product\10.
                                                 2.0\flash_recovery_area\ORCL
log_archive_dest_10                  string
log_archive_dest_2                   string
log_archive_dest_3                   string
log_archive_dest_4                   string
log_archive_dest_5                   string
log_archive_dest_6                   string
NAME                                 TYPE        VALUE
log_archive_dest_7                   string
log_archive_dest_8                   string
log_archive_dest_9                   string
log_archive_dest_state_1             string      enable
log_archive_dest_state_10            string      enable
log_archive_dest_state_2             string      enable
log_archive_dest_state_3             string      enable
log_archive_dest_state_4             string      enable
log_archive_dest_state_5             string      enable
log_archive_dest_state_6             string      enable
log_archive_dest_state_7             string      enable
NAME                                 TYPE        VALUE
log_archive_dest_state_8             string      enable
log_archive_dest_state_9             string      enable
log_archive_duplex_dest              string
log_archive_format                   string      log%t_%s_%r.arc
log_archive_local_first              boolean     TRUE
log_archive_max_processes            integer     2
log_archive_min_succeed_dest         integer     1
log_archive_start                    boolean     FALSE
log_archive_trace                    integer     0
remote_archive_enable                string      true
standby_archive_dest                 string      %ORACLE_HOME%\RDBMS
SQL> alter system set log_archive_dest_2='LOCATION=D:\orcl\archdest2' scope=both;
System altered.
SQL> alter system switch logfile;
System altered.
SQL> --Upto Here all is fine.  I got the archived log file at D:\orcl\archdest2
SQL> alter system set DB_RECOVERY_FILE_DEST='' scope=both;
System altered.
SQL> alter system set log_archive_dest_1='LOCATION=D:\orcl\archdest1' scope=both;
System altered.
SQL> alter system switch logfile;
System altered.
SQL> --Upto Here also all is fine.  I got the archived log file at D:\orcl\archdest2 and D:\orcl\archdes1, but not at FRA.
SQL> show parameter DB_RECOVERY_FILE_DEST
NAME                                 TYPE        VALUE
db_recovery_file_dest                string
db_recovery_file_dest_size           big integer 2G
SQL> show parameter ARCHIVE
NAME                                 TYPE        VALUE
archive_lag_target                   integer     0
log_archive_config                   string
log_archive_dest                     string
log_archive_dest_1                   string      LOCATION=D:\orcl\archdest1
log_archive_dest_10                  string
log_archive_dest_2                   string      LOCATION=D:\orcl\archdest2
log_archive_dest_3                   string
log_archive_dest_4                   string
log_archive_dest_5                   string
log_archive_dest_6                   string
log_archive_dest_7                   string
NAME                                 TYPE        VALUE
log_archive_dest_8                   string
log_archive_dest_9                   string
log_archive_dest_state_1             string      enable
log_archive_dest_state_10            string      enable
log_archive_dest_state_2             string      enable
log_archive_dest_state_3             string      enable
log_archive_dest_state_4             string      enable
log_archive_dest_state_5             string      enable
log_archive_dest_state_6             string      enable
log_archive_dest_state_7             string      enable
log_archive_dest_state_8             string      enable
NAME                                 TYPE        VALUE
log_archive_dest_state_9             string      enable
log_archive_duplex_dest              string
log_archive_format                   string      log%t_%s_%r.arc
log_archive_local_first              boolean     TRUE
log_archive_max_processes            integer     2
log_archive_min_succeed_dest         integer     1
log_archive_start                    boolean     FALSE
log_archive_trace                    integer     0
remote_archive_enable                string      true
standby_archive_dest                 string      %ORACLE_HOME%\RDBMS
SQL>Rest can be approved by Aman and/or more experienced fellow forum members.
Regards
Girish Sharma

Similar Messages

  • I have 3 iTunes accounts and want to merge them into only one of them. I also have money on all 3 accounts

    I have 3 iTunes accounts and want to merge them into only one of them. I also have money on each account. Not sure how to go about this.

    You cannot merge the accounts.
    Sorry.

  • Why I cannot enter an "Activity Type" for a trip with only one destination?

    Hello experts,
    Doing a travel expense the user must specify the type of activity (u201CAu201D, u201COu201D or u201CSu201D) that the trip expense is involved, but this option itu2019s only available when the trip has more than one destination (inside the table u201CAdditional Destinationsu201D):
    [Screen Shot # 1|http://img145.imageshack.us/img145/1789/acttype.jpg]
    [Screen Shot # 2|http://img404.imageshack.us/img404/8812/ptk05.jpg]
    When I make a travel expense report, the field activity does not
    appear, only on additional destination. Why cannot I enter an activity
    type for the first destination, only for additional destination?
    I think that the system should allow to enter an activity on general
    trip data.
    Thanks on advance
    Edited by: Luiz Victor Santos on Apr 20, 2010 10:55 PM

    Hi,
    Sorry I gave you the customizing entry for transaction PR05 and not for TRIP.
    So, go there :
    Tx FITVFELD.
    --> Your Trip Provision Variant. --> Trip Schema --> Travel Manager (Travel Expenses Only) --> General Trip Data --> Trip Itinerary 
    The Field "Trip Activity Type - PTK05_N-KZTKT " should have the parameters "Field Is Visible" and "Field ready for input" checked.
    As you can see, the entry point is in "Trip itinerary" Subscreen and not in "General Trip Data Subscreen".
    This means that unfortunately the Trip Activity Type is not available in the subscreen General Trip Data.
    If I do like this in my test system, in the TRIP tx I can see that the field Activity Type appears also in the subscreen "Mileage and Per Diem Reimbursement". So If I enter my activity type here, then it populates the value in my first destination (in Trip Itinerary) even if I have only one destination.
    Hope this help ;o)
    Regards,
    Christophe

  • Hi, I'd like to merge 2 iTunes accounts into only one !

    I have one account for my iPhone and nother one for my iPad.
    In fact I'd like to have only one account instead of 2 and merging all apps I've bought on the 2 accounts into One...
    Is it possible ?
    Thks for your answers...
    Vincent

    No you don't have to lose everything...
    Choose the appleid you use the most for your iCloud account...
    Apple has made sure that we are able to log in through the itunes, AppStore, iBooks, even FaceTime and iMessage through other accounts...
    So you go to settings/AppStore and log out of your first appleid, log in through your second one
    And you can download any old app that you had on the account, you can even buy new apps...
    When you update your apps, even apps bought with your second account will show in your update list...
    You'll be asked to enter the password of the second appleid to update, and it will update it effortlessly for you...
    Don't worry until we get the option to merge, you can still use all your apps and books and songs... :)
    Any other question feel free to ask me...

  • Problem Logging into only one of many computers

    1. I have two desktop computers. One is hard wired to a linksys router and works great. The other desktop that has a problem logging into my email account. See (5) below. 2. First you must know that I also have an apple mac that is connected via the Router and it also works fine running OSX. 3. I have a Dell Laptop running Vista connected via the Router that runs fine. 4. Have another Dell Laptop running Win 7 is connected via the Router that runs fine. 5. I have this desktop running Win XP pro that is my problem. This is how the problem goes: I get to what appears to the correct login page; Type in the correct user and PW info; execute by clicking on the correct button; Nothing happens; I try several other ways; I click on the "signin" box at the extreme top right and nothing happens; I click on another box that ask for my location and a new window appears asking for my addres and zip code. I eventually get to the email. Now at this moment I look at the top of this my current window and I see that my location is shown and I am signed into verizon to write to you. There is a block that reads "signout". What is going on?

    And one more small detail.  After I have this problem there's a crash file in ~Library/Preferences called 'com.apple.iLifeAssetManagement.crqash.plist'.  It's cryptic, but it says:
    bplist00“_AssetManagmentCrashDetailsKey_AssetManagmentCrashCheckerKey°’
    _&AssetManagementAgentProcessInfoDateKey_3AssetManagementAgentProcessInfoProcess IdentifierKey_0AssetManagementAgentProcessInfoSupportsDeleteKey_7AssetManagement AgentProcessInfoSupportsSharedStreamsKey_0AssetManagementAgentProcessInfoExecuta blePathKey3A∑Ëô¿U∞y—                    _i/Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAge nt.app/Contents/MacOS/PhotoStreamAgent÷_&AssetManagementAgentProcessInfoDateKey_ 3AssetManagementAgentProcessInfoProcessIdentifierKey_0AssetManagementAgentProces sInfoSupportsDeleteKey_<AssetManagementAgentProcessInfoSupportsSharedStreamsVide oKey_7AssetManagementAgentProcessInfoSupportsSharedStreamsKey_0AssetManagementAg entProcessInfoExecutablePathKey3A∏Ü“@Ôx          î                              _i/Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStre amAgent.app/Contents/MacOS/PhotoStreamAgent
    π

  • Two VRFs into Only One

    Hi all, this is my post, I need to integrate two VRFs, that is, a Banking corporation will expand its operations and will integrate with a financial group. These two, are customers of the same service provider, and represent each a different VRF. Now I need to integrate them into one. The Question...How can I do to solve the problem of same LAN Subnets..?...Same WAN Subnes..?..Do I need to necessarily change the IP scheme of one of the two VRFs before I can proceed with the integartion?

    Hector,
    This is no different from merging two networks outside of the VRF context. You either need to renumber the overlapping networks or use NAT (or even double NAT in some cases).
    Regards

  • Best method to handle the content of several files into only one ?

    Hi all,
    I am currently looking for the best solution to handle several file contents into a unique file, like a sort of archive. The goal is to develop a desktop application based on an API providing file encryption/decryption into a "box". I need to have a single file because I want to make it easy to travel on network, removable medias, etc. I found some solutions but lets say I'm starting from scratch, I don't want to influence your answers.
    So, for you, what is the best solution ?
    Look forward to getting your help

    BalusC wrote:
    Indeed, check the java.util.zip API. http://www.google.com/search?q=java.util.zip+api+javase+site:sun.com
    Also see http://java.sun.com/developer/technicalArticles/Programming/compression/
    Lots of sample code.

  • Merging multiple lines into only one separeted by \n

    Hello,
    I have a query that returns some lines as result, instead of return lines, I want to return just one line separated by \n...
    For example:
    select 'name 1' as name from dual
    union
    select 'name 2' as name from dual
    union
    select 'name 3' as name from dual
    The query above returns:
    name1
    name2
    name3
    What I need is:
    name1\nname2\nname3
    How could I solve this?
    Thanks

    in 10g,
    SQL> WITH T
      2       AS (SELECT 'name 1' AS NAME FROM DUAL
      3           UNION
      4           SELECT 'name 2' AS NAME FROM DUAL
      5           UNION
      6           SELECT 'name 3' AS NAME FROM DUAL)
      7  SELECT REGEXP_REPLACE ( SYS_CONNECT_BY_PATH ( NAME, '\n'), '^\\n') AS new_name
      8    FROM (SELECT NAME, ROW_NUMBER () OVER (ORDER BY NAME) rn FROM T)
      9   WHERE CONNECT_BY_ISLEAF = 1
    10  START WITH rn = 1
    11  CONNECT BY rn = PRIOR rn + 1;
    NEW_NAME
    name 1\nname 2\nname 3
    SQL> in 11g,
    SQL> WITH T
      2       AS (SELECT 'name 1' AS NAME FROM DUAL
      3           UNION
      4           SELECT 'name 2' AS NAME FROM DUAL
      5           UNION
      6           SELECT 'name 3' AS NAME FROM DUAL)
      7  SELECT listagg ( NAME, '\n') WITHIN GROUP (ORDER BY NAME) as new_name
      8    FROM T;
    NEW_NAME
    name 1\nname 2\nname 3
    SQL>

  • Removing background noise on only one of two tracks

    Hello and thank you in advanced for your help. I am new to STP but well versed in FCP. I've recently discovered the wonderful feature of removing background noise in my video clips.
    I'm having trouble with one instance though: I have footage shot with a microphone into only one channel of the camera. In FCP, I highlight that channel of audio and "send to" STP just as I have other clips. This time, however, no matter what I seem to try, both left and right audio channels show up in STP and I can't seem to separate them in order to remove the hiss from only one channel.
    If I proceed as normal and select a portion of the hiss to set as "noise print" I can only select both tracks, not only the track I want. Probably a matter of a simple button, but I don't know STP well enough and the manual was no help. Anyway, continuing with the process to "reduce noise" and adjusting the parameters I hear almost no difference when turning the filter on and off.
    I'm not sure if I've explained my scenario the best, but I'd appreciate some assistance.
    Thank you!
    Eric P

    Eric,
    Make sure the stereo file is open in the Editor as an Audio file. Click inside the editor window area and move your mouse pointer up to the top of the left channel's window border. If done correctly a tiny "L" will appear. This lets you know you can select the left channel, or portions of it.
    Do the same for the right channel. However instead of moving the mouse pointer to the top area of the window, move it to the bottom of the Right channel's pane. Look for the tiny 'R."
    Proceed as normal: Set a noise print, adjust parameters, and process. You'll find only the selected channel will be processed.
    -paul.

  • Two copies archive logs with only one defined

    Hi,
    On a 11g database, I have only got flash_recovery_area defined. When switched into archive log mode, I have expected only one copy of archive logs produced in the defined USE_DB_RECOVERY_FILE_DEST location, but there is another copy generated as well under $ORACLE_HOME/dbs directory. How to explain that? and how to DISABLE the second copy to be produced?
    Thanks for any help
    Zhuang Li
    PS: more info
    In spfile:
    orcl.__java_pool_size=50331648
    orcl.__large_pool_size=16777216
    orcl.__oracle_base='/usr/oracle11g'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=1828716544
    orcl.__sga_target=1056964608
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=654311424
    orcl.__streams_pool_size=0
    *.audit_file_dest='/usr/oracle11g/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_file_record_keep_time=30
    *.control_files='/db/orcl1/control0^@^@C^AC"^@^@^@^@^@^C^@^@^@^@^@^@^A^D{^S^@^@1.ctl','/db/orcl1/control02.ctl',
    '/db/orcl1/control03.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='orcl'
    *.db_recovery_file_dest='/usr/oracle11g/flash_recovery_area'
    *.db_recovery_file_dest_size=6442450944
    *.diagnostic_dest='/usr/oracle11g'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.job_queue_processes=5
    *.open_cursors=300
    *.pga_aggregate_target=1824522240
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_max_size=1258291200#internally adjusted
    *.sga_target^@^@C^AC"^@^@^@^@^@^D^@^@^@^@^@^@^A^DCS^@^@=1056964608
    *.undo_tablespace='UNDOTBS1'
    ==============================
    SQL> select destination from V$ARCHIVE_DEST;
    DESTINATION
    /usr/oracle11g/R1/dbs/arch
    USE_DB_RECOVERY_FILE_DEST
    10 rows selected.
    SQL> SQL> archive log lis
    SP2-0718: illegal ARCHIVE LOG option
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 2549
    Next log sequence to archive 2551
    Current log sequence 2551
    SQL>
    ===================
    SQL> show parameter archive
    NAME TYPE VALUE
    archive_lag_target integer 0
    log_archive_config string
    log_archive_dest string
    log_archive_dest_1 string
    log_archive_dest_10 string
    log_archive_dest_2 string
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable
    log_archive_duplex_dest string
    log_archive_format string %t_%s_%r.dbf
    log_archive_local_first boolean TRUE
    log_archive_max_processes integer 4
    log_archive_min_succeed_dest integer 1
    log_archive_start boolean FALSE
    log_archive_trace integer 0
    standby_archive_dest string ?/dbs/arch

    This is the way 11g install sets up the archive destination intially after creating the database using DBA.
    What you can do is to go to the Recovery Settings in Enterprise Manager. You would notice that Archive Log Destination number 1 is set to usr/oracle11g/R1/dbs/arch while number 10 is set to USE_DB_RECOVERY_FILE_DEST
    Remove the entry for Number 1 (leave it blank). Apply the settings. This will force Oracle to only log to flash_recovery_area.
    <br>
    Oracle Database FAQs
    </br>

  • Importing m2t into iMovie with only one conversion

    Ok, so m2t files have been beaten to death in these forums, but I'm still puzzled. Here's my situation. I have a Canon HV20 and only replay the tape once to avoid wear and save time (really?). So I capture to m2ts. Fine. Now I'd like to be able to use these in iMovie with only one conversion. I can convert the stream to a framed (QT) format like AIC. But I'd like to do this just once. Meaning, when I convert clip.m2t to clip.mov I'd like to drag this to iMovie and have iMovie just "copy" an not import/convert. Can I convert to a format where I can just drag to the media folder in the given iMovie project?
    For those watching. My toolchain is
    1. rewind the tape
    2. capture with HDVsplit (win), DVHScap (mac), or whatever
    3. split/clip the m2t files with HDVsplit (win) or MPEGstremclip (mac/win), or HDVxDV (mac) and leave as m2t
    4. convert the m2t clips I want in my movie to QT+AIC
    5. import these QT+AIC .mov clips into iMovie
    6. edit
    I'd like to optimize 4 and 5. (And by the way, someone should port HDVsplit to mac.)
    Thanks,
    WL

    Matti Haveri wrote:
    MPEG Streamclip allows you to export as QuickTime with Apple Intermediate Codec (also QT Player can do this but I prefer MPEG Streamclip for these tasks). I think you should set the resolution to 1440x1080 because that's what iMovie uses internally for 1080i.
    I did a quick test and iMovie seems to accept such AIC-encoded .mov files directly to its Media folder. But run some tests through your complete workflow before trusting this will work!
    Ok this was helpful. If I take 1440x1080 QT/AIC output from MPEGstreamclip, I can efficiently copy the file in the project. Works like a charm and looks great in iMovie. (I can also now take the 1920x1080 QT/AIC output from streamclip and do the same; not sure what change there. I did a test on a 1:24 length mpeg-2 stream. The 1440x1080 with and without deinterlacing were 700MB and 600MB respectively, while the 1920x1080 is at 800MB. So it makes sense to do 1440x1080 since iMovie handles it fine.)
    In summary (hope this helps someone), here's what I do:
    0a. Macbook with iMovie HD
    0b. LaCie macos formated external drive drive (hfs+)
    0c. Canon HV20 filmed at 1080i (not sure what do with the 24p cinemode)
    1. use DVHScap (mac) to capture the stream from the HV20. This gives file.m2t, for example. This can be viewed with VLC, for example. (on windows use HDVsplit to capture). Copy the m2t file to the external drive.
    2. now use MPEGstreamclip to disect the m2t file. use the 'i' and 'o' to mark inputs and outputs and then "save as". Save this as file_clip.ts for example. The .ts is the same as an .m2t file, so save it as either.
    3. now you should have 1 or more file_clip.ts depending on how many times you do step 1 and 2.
    4. use MPEGstreamclip in batch mode to take the file_clip.ts or m2t files and "export to Quicktime". Select Apple Intermediate Codec as the type compression type. Yank the quality up to 100%. Select 1400x1080 (4:3) as the frame size and click "deinterlace video" (my opinion on the deinterlacing). Save the movie on the external drive as file_clip.mov.
    5. now start a new iMovie HD project and save the project to the external drive. Quit iMovie. open-apple-click on the myproject.iMovieProject to "show package contents". After this you can move your file_clip.mov files to the media directory under this package. A move is best since copy does an actual copy. Move just moves a pointer.
    6. start up iMovie and view the trash can when prompted ("Some stray files were found in the project...."). Now drag the trash files to the clips area in iMovie.
    7. now edit.
    This is a nice approach for a couple of reasons. The .m2t files are great storage formats. The conversion from mpeg-2 stream (m2t) to a framed format like QT+AIC (mov) is done +only once+. And the quality is maintained. Also, I can do this all to an external harddrive, which is nice since I'm limited on my macbook.
    I don't have HD gear. Currently I archive SD DV to tape and to big harddisks. In the future I would like to continue to archive HD content in its native compressed (non-AIC) form. Obviously this works via DVHScap, right?
    Yes. The m2t files are a great archival format. The 1:25 long clip above was only 275MB while the framed formats were 3 times that. The stream saves differences so it's a lot more efficient (but you don't have frames for editing). VLC is also quick as quick for viewing these. DVHScap never drops any packets (mpeg-2) when capture (for me at least). HDVsplit is also great, but only for windows. HDVxDX also worked like a charm.
    Well anyway, thanks for the chatter.
    Nate

  • How do I capture tape-based media to my external hard drive?  There is only one firewire 800 port on the back of my I mac.  The manual says to import tape footage directly into fcpx, but then I lose my external hard drive.   thanks for your help.

    In FCP X How do I capture tape-based media (hdv clips)- which I want to import-to my external hard drive?  There is only one firewire 800 port on the back of my I mac.  The FCPX manual says to import tape footage directly into final cut, which works, but then I lose  my external hard drive    Do I  have to import it into an event, then copy it over to an external hard drive?  On Larry Jordan's tutorial, he has 3 external hard drives that show up on his monitor WHILE he imports his tape based media.  How is that done?  I can only get either the camera to appear OR my external hard drive.   thanks for your help.

    Thanks for your response, but that doesn't solve the problem.  Yes, the LaCie hard drive has 2 firewire ports-
    I have always done what you suggest (works fine in FCP7), but in FCPX when I do that the camcorder icon
    does not appear.  It only shows up when I DIRECTLY import the footage via firewire.  ????

  • I bought a MAC for the first time and plugged my Itouch into it to download my music on it, but is says The iPod "Rick's IPOD" is synced with another iTunes library. An iPod can be synced with only one iTunes library at a time. What should I do?

    I bought a MAC for the first time and plugged my Itouch into it to download my music on it, but is says The iPod “Rick's IPOD” is synced with another iTunes library. An iPod can be synced with only one iTunes library at a time. What should I do?

    Same as you would if you bought a pc; copy everything from your old computer to your new one.  Then you can just sync everything from the new computer, as you did with the old one.

  • How to change read only folders into normal ones...i can't get any filed from my harddrive

    how to change read only folders into normal ones...i can't get any filed from my hard drive..it shows read only

    Which HDD are you referring to, an external one, or the internal SSD?
    If external, which format is it in?

  • HT4060 iPad will not charge if hooked by USB to pc or plugged into wall.  How do I know if the problem is with iPad, cable or power adapter.  I have a 12, 10 and 5W adapters no success with any.  Only one lightening cable so can't swap cables.

    iPad will not charge if hooked by USB to pc or plugged into wall.  How do I know if the problem is with iPad, cable or power adapter.  I have a 12, 10 and 5W adapters no success with any.  Only one lightening cable so can't swap cables.

    I'm sorry but this is too funny to pass up. 

Maybe you are looking for

  • Why can't i upgrade my laptop with Mavericks?

    I'm trying to download Mavericks but my laptop is having none of it.  Have I missed something? Is it just for desktops? or is it living upto its name? or is it a typical mac upgrade ie meaning downgrade?

  • Why Can't I create a new folder in yahoo email? (I can if I use Internet Explorer)

    I still use yahoo email a lot. I am also a big fan of firefox. But today I noticed a problem. I wanted to move an email to a new folder but I can't get yahoo to give me a prompt so that I can put in a folder name. Also I wanted to print an email an e

  • How to get the name of the attachment in Sender Mail Adaper?

    hi mates, I've scenario a where in I need to pick up a mail with an attachment and change its extension and send it to target system using file adapter. I'm able to pick up the mail with attachment using sender mail adapter but not able to get the na

  • Taxcode v1 does not exist for jurisdiction code

    Dear Guru's, I am getting the above error msg while posting the invoice, even after maintaining the jurisdiction code for the above tax code in customisation. I am getting these things while working with taxinj in 4.7 IDES. any puts ? regds, Channa

  • New Mac Pro & PP CC 2014 "Not Responding" when exporting....

    OK, this is a weird issue. Short Version: Project exports fine on PC Premiere Pro CC 2014 stops responding on new Mac Pro just after clicking "Queue" Premiere Pro CC 2014 renders the sequence fine when I click on "Export" Details: I have a week old 4