Why r we not use tablespce begin backup with read only tablespace

why r we not use tablespce begin backup with read only tablespace

Please learn English prior to posting. The schools in India are not that bad!
Please RTFM.
Please stop asking doc questions at lightning speed.
Please go figure
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Why I could not use "find my iPhone" with my Mac.?

    I can not open the icon of "find my iPhone" on my Mac..

    yes, I just can open a moment ago, thank you, but why let lost trace my iPhone while it stolen? any other way let me can find back the trace record? thanks!
    Apple Support Communities Updates <[email protected]> 於 2014年12月15日 下午10:12 寫道:
    You received a reply
    Barry Hemphill <https://discussions.apple.com/people/Barry+Hemphill?ac_cid=op123456> has replied to your question. You can view the full discussion <https://discussions.apple.com/message/27291392?ac_cid=op123456#27291392> in Apple Support Communities.
    why I could not use "find my iPhone" with my Mac.? <https://discussions.apple.com/message/27291392?ac_cid=op123456#27291392>
    Sign in to iCloud:
    https://www.icloud.com <https://www.icloud.com/>
    Then click on "find my." Find my iPhone must be turned on on the phone.
    Barry
    Correct Answer <https://discussions.apple.com/email/thread/6725298/correct/27291392> Helpful Answer <https://discussions.apple.com/email/thread/6725298/helpful/27291392>
    Use the buttons above to tell Barry Hemphill and the rest of the community if this reply solved your question or helped you get closer to finding a solution.
    To reply to Barry Hemphill, go to the discussion <https://discussions.apple.com/message/27291392?ac_cid=op123456#27291392> in Apple Support Communities.
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile <https://discussions.apple.com/user-preferences!input.jspa>.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved <http://www.apple.com/legal/> | Privacy Policy <http://www.apple.com/legal/privacy/> | Terms of Use <https://discussions.apple.com/docs/DOC-5952> | Apple Support <http://www.apple.com/support/>

  • Why can I not use a secon screen with PSE12, as it was possible up to PSE10?

    Why can I not use a secon screen with PSE12, as it was possible up to PSE10?

    Go to the editor preferences>general and turn on Allow Floating Documents in Expert Mode and see if that helps.

  • Data warehouse backups and read only tablespaces

    Hi all,
    I am working on a data warehouse database with following specs:
    Version: Oracle 10.2.0.3 Enterprise
    OS: Solaris
    App: Data warehouse
    We use RMAN to take 'level 0' & 'level 1' backups. We have block change tracking enabled and RMAN backups up data files and archive logs straight to tape.
    I am exploring ways of reducing the 'level 0' backups and was specifically focussing on using read-only tablespaces for this purpose.
    I have often seen it mentioned that a best practice in D/Ws is to store the old static partitions of fact tables in read only tablespaces so as to reduce the backup size.
    In case you have already implemented such a scheme, I would like to know how you have implemented it.
    I am thinking of the following mechanism:
    -- Start using backups at tablespace level rather than 'level 0' at database level.
    -- Record the latest SCNs of all datafiles prior to back up.
    -- If the latest SCN has not changed since last backup and the tablespace is in read only mode then
    -- Check if a backup copy of the tablespace has been done within the recovery window and is accessible.
    -- If the copy exists then don't backup that tablespace, else backup the tablespace.
    -- If the tablespace is read/write then back it up.
    I haven't delved into the low level details, but this seems to be lot of work. So just wanted to know from you if there's any ready made feature which makes all this easier.
    Many thanks in advance.

    Thank you so much for your help.
    Backup optimization was indeed the thing I was looking for. To be honest I had done a bit of RTFM, but I didn't check the advanced user guide.
    Although my specific question has been answered, it would be interesting to know what other things other people are implementing to reduce backups etc.
    I am also thinking of following options:
    -- Turn on index monitoring to get rid of unused indexes.
    -- Stop the backups of 'index' tablespaces.
    -- Archive off old data.
    Any other ideas for reducing DW backup size?
    Many thanks.

  • I want to use ZFS filesystem compression on a history database with read-only tablespaces.  What is the best way to get the datafiles compressed?

    I have 5 history databases that total about 2.2 Terabytes. They use about 15 filesystems, but I can start with 2 that are isolated to only one database.  I have asked for ZFS compression to be set on the filesystems, but since these are read-only tablespaces, I do not think any compression will happen.  Can I simply offline, copy and rename the files from one filesystem to the other to make the compression happen?

    just rsync the files to a compressed Zpool. do this using shadow migration, and you only loose access to the data for a few seconds.
    1) make new dataset with compression
    2) enable shadow migration between the new and old
    3) change the database to use the new location
    4) watch as data is automatically copied and compressed :-)
    the the down side, you need extra space to pull the off.

  • Why I can not use IPod camera-connector with IPod touch ?

    please help !

    Because Apple didn't make the hardware compatible. No one here is going to have any other answers. I would point out that there are apparently differences in the docking port, either hardware or software. Older third party docks, as an example, don't work properly or at all with the newer iPods. I suspect it's related to authentication/DRM issues for movie rentals. This could be related but we'll probably never know.
    +But why????????+
    Because Steve said so!

  • Why i can not use whatsapp in ipad with cellular

    i want to use whatsapp in ipad mini cellular, any body can help me

    Simply because whatsapp doesn't support iPad. And never it will....

  • Why index is not used by this table

    Dear all,
    Currently I'm facing problem with tuning one sql statement.
    It shows that full table scan in ZTLTBC_FILTER cost 15:19.
    But in table ZTLTBC_FILTER, it have index with field
    index 1    MANDT INT_NAME FNAME VALUE
    index 2    MANDT EXEC_ID COUNTER
    index 3    MANDT INT_NAME VALUE
    the last statistic date for these index is three months before
    Could you please help to find out the reason why index is not used?  statistics are old or small distinct value for field INT_NAME?
    How to solve this full table scan problem?
    Thanks & Regards,
    Chris
    sql statement
    SELECT T_00."MANDT",T_00."EXEC_ID",T_00."COUNTER",T_00."FNAME",T_00."INT_NAME",T_00."VALUE"
    FROM "ZTLTBC_FILTER" T_00
    WHERE T_00."MANDT"=:A0 AND T_00."INT_NAME"=:A1 AND EXISTS
    (SELECT T_100."INT_NAME"
    FROM "ZTLTBC_MIRR_BUFF" T_100
    WHERE T_100."MANDT"=:A2 AND T_100."INT_NAME"=:A3 AND T_100."EXEC_ID"=T_00."EXEC_ID" AND
    T_100."COUNTER"=T_00."COUNTER")
    | Id  | Operation            | Name               | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT     |                    |       |       |       |   176K(100)|          |
    |*  1 |  HASH JOIN RIGHT SEMI|                    |  9958K|  1111M|   598M|   176K  (2)| 00:17:53 |
    |*  2 |   INDEX RANGE SCAN   | ZTLTBC_MIRR_BUFF~0 |  9958K|   484M|       |  6265   (1)| 00:00:39 |
    |*  3 |   TABLE ACCESS FULL  | ZTLTBC_FILTER      |    13M|   822M|       |   150K  (2)| 00:15:19 |
       1 - access("T_100"."EXEC_ID"="T_00"."EXEC_ID" AND "T_100"."COUNTER"="T_00"."COUNTER")
       2 - access("T_100"."MANDT"=:A2 AND "T_100"."INT_NAME"=:A3)
       3 - filter(("T_00"."INT_NAME"=:A1 AND "T_00"."MANDT"=:A0))

    Hello Bret,
    I'm using oracle 11.2
    Thanks & Regards,
    Chris

  • Why exceptions are not using in BAPI

    Hi,
    I would like to know why exceptions are not using in STANDARD bapi.Is there any reason for this.
    Please explain me clearly
    Thanks in advance
    Thanks and Regards,
    Venkat

    Hi,
      If the exception is being handled by the caller, meaning that the exception is listed in the EXCEPTIONS section of the
    funciton call, then the program will handle it gracefully and continue processing,if it is not in this section of the
    funciton call, and it is raised inside the funciton module,
    it will issue an ABAP dump and end. This is true for
    foreground processing as well as background processing.
    https://forums.sdn.sap.com/click.jspa?searchID=12141509&messageID=5433799
    Regards
    Kiran Sure

  • Why Interceptors are not used in Entity beans?

    Why Interceptors are not used in Entity beans?
    Interceptors can be used in MDB, Session bean but not in Entity bean....why so?
    Thanks,
    Rahul.

    Hi,
    why batch updations are not prefered in entity beansPlease refer the specification of ejb and find out what the entity bean is meant for.In short the emtity bean represents the object state which can be persisted.
    Talking regarding the batch updations does not make sense , also the entity bean represents the row of the table mapped to the Object(java Object).
    Regards
    Vicky

  • Why can I not use the channel name, which is obtained from the function of DAQmx Task, as the input of the channel name for the function of Get Channel Information of DAQ?

    Why can I not use the channel name, which is obtained from the function of DAQmx Task, as the input of the channel name for the function of Get Channel Information of DAQ?

    Not a lot of details here, but my guess is this isn't working for you because you are wiring in the task to the Active Channels Property and not the actual Channel Name. I have attatched a screenshot of what I believe you are trying to do. The Task has 2 channels in it, so I need to index off one of the channels and wire it into the active channels input of the Channel Property node. Then I can read information about that channel
    Attachments:
    channel_name.JPG ‏69 KB

  • In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks

    In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks
    And please help me can type Laos font in it like andrio phone.

    Hi Cozumel,
    Thanks for posting. I'm sorry you're having problems with your bills. I can take a look at this for you. Drop me an email with your account details and a link to this thread for reference. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • I have just upgraded my account why can i not use it, it keeps redirecting me

    I have just upgraded my account why can i not use it, it keeps redirecting me

    Hi;
    You upgraded your FormsCentral account?  Can you explain what you mean that you cannot use it, what is happening, when and where are you being redirected?  Did you use the same email address for the upgrade as you used to sign into this forum?  We see a lot of cases where users sign into FormsCentral with one email address but then use a different during the upgrade process.  Check and see if you have another email you might have used for the upgrade.
    Thanks,
    Josh

  • To transfer the data Cross the systems why we are not using BAPI Method?

    Hello All,
    To transfer the data Cross the systems why we are not using BAPI Method? why we are using only ALE/IDoc's?

    Hi Naveen,
       Listing down those I know -
       1. Master data is expected to be changed/created less frequestly.
       2. Transactional data is expected to be chnaged/created more frequestly.
       3. Transactions to create/change/display master data do no have message control integration, since you are not supposed to print/fax/mail master data to your partners.
       4. Distribution of master data in generally supposed to happen within Enterprise boundry and typically you will have one central server maintaining master data which will be distributed to multiple downstream operation system (Some thing where MDM fits). So ideally when distributing master data using ALE you will be sending it to multiple systems.
       5. Distributing transactional data PO/SO etc is same as sending fax/print which fits with the requirement of message control.
    Hope this helps,
    Regards,
    Sanjeev

  • Why i can not use the ink 650 in the 3515 hp eprint,some body out there to help me out please...

    why i can not use the ink 650 in the 3515 hp eprint?somebody out there to help me please??

    Hi @ronjhay ,
    Thank you for taking the time out of your day to ask that question on the HP Forums today!
    I am having a bit of trouble understanding exactly what it is that you are asking, I apologize. Are you trying to use the number 650 ink cartridge in the printer? And it isn't fitting and you are asking why it isn't?
    Please clarify. Look forward to hearing back from you!
    I worked for HP.

Maybe you are looking for

  • IPhone 3gs wont turn back on once it goes into sleep mode!

    2 days ago my iPhone 3gs (OS 6.0.1) has gone completely wacko on me and i'm completely frustrated!   I have my phone set to have the screen shut off after 5 minutes.  Usually, to just reaccess the phone I just simply hit the home button.  Now, if I l

  • Serial number not accepted after reinstall

    As the the useless live chat sent me here I will ask, but I can not see how 'peer help' can assist where live chat can not. And yes, I am very annoyed with live chat. I have been using PSE3 for a number of years, but since reformatting my PC and rein

  • Upgrading to Failsafe 3.x

    Hi, I want to upgrade our Oracle 7.3.4 database (with the old version of Oracle Failsafe) to a Oracle 8.1.6 with Oracle Failsafe 3.x . Who can answer the following questions: 1. in what order should I upgrade, first Failsafe then the database or the

  • Boot Camp 2.1

    HEY. I just saw that there where an update to boot camp, to version 2.1. But when the Apple Software update. Had download it. It just failed. And it said that i should download it manually, and try again. I did that, but again an error came up, it sa

  • Moving to australia - should I wait until i get there to buy an Ipad

    Any advantage to waiting until I get to Australia to buy an Ipad?