What data is on datablock

oracle 9i
linux redhat 32 bit
Hi,
I have block corruption in my database. I did't get an error but when I query v$backup_corruption i get :
SELECT distinct 'Data Block# '|| block# || ' of Data File '
|| name || ' is corrupted.'
FROM v$backup_corruption a, v$datafile b
WHERE a.file# = b.file#;
Data Block# 120963 of Data File /u06/oradata/willow/medium_data_31.dbf is corrupted.
I tried dbms_repair and it did'nt work. How can I see if there is data on that block.
the database startup no prob.
Please help

798188 wrote:
oracle 9i
linux redhat 32 bit
Hi,
I have block corruption in my database. I did't get an error but when I query v$backup_corruption i get :
SELECT distinct 'Data Block# '|| block# || ' of Data File '
|| name || ' is corrupted.'
FROM v$backup_corruption a, v$datafile b
WHERE a.file# = b.file#;
Data Block# 120963 of Data File /u06/oradata/willow/medium_data_31.dbf is corrupted.
I tried dbms_repair and it did'nt work. How can I see if there is data on that block.
the database startup no prob.
Please helpWhy don't you perform block media recovery and recover the corrupted block?
http://kamranagayev.wordpress.com/2010/03/18/rman-video-tutorial-series-performing-block-media-recovery-with-rman/

Similar Messages

  • What date will the Ipod Touch 5 come out?

    I know it will be out in october but what date? I sold my Ipod Touch 4 the other day and I would like to know how long I have to wait.

    All Apple has said:
    The new iPod touch, starting at $299 (U.S.), is available for pre-order at the Apple Online Store on September 14 and arrives in Apple Retail Stores in October.
    The new iPod touch, starting at $299 (U.S.), is available for pre-order at the Apple Online Store on September 14 and arrives in Apple Retail Stores in October.

  • My I Phone is a 4 s, and I came with 5 mb of I cloud storage, my phone won't back up because I needed more storage or delete data. What data am I supposed to deleted? I have dumped everything off my phone, so I'm not sure what it is trying to back up.

    I have an i phone 4s, It comes with 5 mb of free i cloud back up. It has not been able to back up, due to not enough storage, it saying I need to delete data, what data? I have dumped everything so I am confused.. I buckled an bought 10 more mb and it is backing up right now for like another 23 hours...what exactly is it backing up since I dumped all pics,and texts messages? How can I prevent this in the future? oh I only have like 2 mb of music onn there as well..and it was saying I still had 5 mb avaliable to use on the cloud last night..I'm so confused...

    Is it saying that there is not enough free space to backup to your computer?  If so, make sure you have enough available hard drive space to back up your iPhone.  If you do, a backup file on your computer is corrupted.  The best way to resolve this problem is:
    NOTE: This method will erase any and all backups iTunes has made of your iPhone from your computer. It should not erase the data on your iPhone, just the backup files that iTunes creates on your computer.
    Launch iTunes, Go to iTunes>Preferences, then click on the Devices tab, select all of the backups made of your iPhone.  Then click "Delete Backup...".

  • How or where can I get information on what data and/or sites my data is downloaded from?

    My monthly cycle just turned over on 10/19. On 10/25 I  got notice that I had already downloaded 75% of my monthly allowance. I am having a hard time believing I have already downloaded 3GB of data. I want to see what was downloaded and where it came from. How can I get that information? Thanks to any and all who can enlighten me.

    SuzyQ wrote:
    What kind of phone do you have?  Instructions and menu items vary from device to device... but you should be able to go to Settings (on the phone), Data Use, and split out the mobile and the wifi data, and view which apps are using the data, and how much they are using.
    That's almost funny, since doing that on my phone shows at least one app using data during the current cycle that has been disabled for 2 years; since I purchased the phone.  I have NEVER used Zappos, and it has been disabled since the beginning, and yet it has used data during the current cycle?  Verizon needs to open it's books and allow customers to actually see WHAT data they are being charged for, NOT just the time (which is not accurate anyway) and amount.  Otherwise, there is no way to verify that we are being ripped off and overcharged for data.  Period.

  • What data type is used for storing password,

    What data type is used for storing pass word in oracle db, i mean if user inputs some thing from forms it should be in Encrypted form in db, please any help??
    Thank you
    Hina

    Data type is VARCHAR2:
    SQL> desc dba_users;
    Name                                      Null?    Type
    USERNAME                                  NOT NULL VARCHAR2(30)
    USER_ID                                   NOT NULL NUMBER
    PASSWORD                                           VARCHAR2(30)
    ACCOUNT_STATUS                            NOT NULL VARCHAR2(32)
    LOCK_DATE                                          DATE
    EXPIRY_DATE                                        DATE
    DEFAULT_TABLESPACE                        NOT NULL VARCHAR2(30)
    TEMPORARY_TABLESPACE                      NOT NULL VARCHAR2(30)
    CREATED                                   NOT NULL DATE
    PROFILE                                   NOT NULL VARCHAR2(30)
    INITIAL_RSRC_CONSUMER_GROUP                        VARCHAR2(30)
    EXTERNAL_NAME                                      VARCHAR2(4000)
    PASSWORD_VERSIONS                                  VARCHAR2(8)
    EDITIONS_ENABLED                                   VARCHAR2(1)
    AUTHENTICATION_TYPE                                VARCHAR2(8)You can use SQL function ORA_HASH to hash password: http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/functions124.htm#SQLRF06313.

  • What data does SNMP return and what is the best way to explore it?

    Hi All
    I have some queries about using SNMP on Cisco devices.
    1. What is the best way to get an idea of what data MIBs can return?
    I have entered the commmand "show snmp mib". However, the number of MIBs generated is huge!
    2. Can you enter a command on the Cisco device itself that returns snmp data?
    e.g. if I want to see what data a MIB entry returns, can I interrogate it on the Cisco device itself rather than having to rely on network management software?
    The reason I ask is that we are currently looking for Network Management Software. However, I have no idea what data SNMP can return, therefore don't know if what the Management Software offers is comprehensive or not.
    Any suggestions on how best to get an idea the data SNMP can generate plus any other suggestions are very welcome!
    Thanks
    John

    Generally speaking, snmp can query about any parameter of the system. An enterprise class device has almost all conceivable parameters instrumented thus. A device's inventory (chassis, cards, ports, power supplies, software image, etc.) and the state of its interfaces and traffic they are carrying are among the primary ones.
    You can query a device's snmp variables remotely "by hand" using an open source distribution of a tool like snmpwalk. You need to know what you're looking for - i.e., the exact oid (object ID) string or else you get a long reply like you alluded to. It also helps to have the actual MIB you are querying against locally so that the output you get will be human-readable. Otherwise you'll get long numeric strings (the snmp oid) followed by alphanumeric values which may or may not make sense at first glance depending on the oid being queried. A MIB's purpose is to add that abstraction layer / interpretation to make the output more useful to the operator.
    The purpose of an NMS (very generally speaking) is to give an even higher layer of abstraction to organize the querying and reporting of all these various data into a useful system with dashboards, graphs, reports etc.

  • What data sturcture I should use?

    I want to implement a table like this:
    dest     Cost      Next hop
    B     4     B
    C     6     B
    D     5     D
    E     3     D
    Opertaions on the table would be:
    1.inset a row
    2.update a row
    3.sort based on dest and Next hop
    Could someone give me an idea that what data sturcture i should use and why?

    I want to implement a table like this:
    dest     Cost      Next hop
    B     4     B
    C     6     B
    D     5     D
    E     3     D
    Opertaions on the table would be:
    1.inset a row
    2.update a row
    3.sort based on dest and Next hop
    Could someone give me an idea that what data
    sturcture i should use and why?JTable.
    It is designed to store tabular data, and supports insertion, deletion, and is not difficult to modify for sorting.
    See the Java tutorial at http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I want to add image in column is it possible then how to add image in data base what data type we need to do

    I want to add image in column is it possible then how to add image in data base  what data type we need to give we required any casting  please show me one example
    jitendra

    Hi again,
    Several points that can help more:
    1. If you are working with Dot.Net, then I highly recommend read the first link that you got! This is nice and simple coding. Another option is this link which is even better in my opinion:
    http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images-from-SQL-server-database-using-aspnet.aspx
    2. As i mention above both link use the column's type image. There are several other option of working with Files. In most of my applications architecture I find that it is better to use a column which let us use any type of file and not an image column.
    In choosing the right column's type for your needs basically your fist question should be if if you want to store your data inside relational database environment or outside relational environment. It is a good idea to look for blogs on this issue. Next
    if you chose to store your data inside then you need to chose the right column type according to your server version. I highly recommend to look for blogs on the differences between those column's types: IMAGE, 
    Check those links:
    To BLOB or Not To BLOB: Large Object Storage in a Database or a Filesystem
    http://research.microsoft.com/apps/pubs/default.aspx?id=64525
    FILESTREAM feature of SQL Server 2008
    http://msdn.microsoft.com/library/hh461480
    FileTables feature of SQL Server 2012
    http://technet.microsoft.com/en-us/library/ff929144.aspx
    Compare Options for Storing Blobs (SQL Server)
    http://technet.microsoft.com/en-us/library/hh403405.aspx
    Binary Large Object (Blob) Data (SQL Server)
    http://technet.microsoft.com/en-us/library/bb895234.aspx
    Managing BLOBs using SQL Server FileStream via EF and WCF streaming
    * Very nice tutorial!
    http://petermeinl.wordpress.com/2012/02/20/managing-blobs-using-sql-server-filestream-via-ef-and-wcf-streaming/
    [Personal Site] [Blog] [Facebook]

  • Message Column in Individual Approval View of Manager- What data is shown??

    Hello Guru's,
    We have implemented Time Management, and in that Manager can approve the record working times.
    In that we have Individual Approval views and in that table we have Message Column.
    My question is :
    What for we use the Message Column, since in our landscape we don't see any data.
    Please help me what data is showed and why is it not populating in our case.
    Thanks,
    Pramod

    Hi,
    Thanks for the reply.
    But what we observed is that message column in both collective approval and individual approval screen are not working the same way.
    As you said the message column is used for showing the status or warning message.
    But the problem is as said before the message column is in addition.
    To be more clear In record working time when an employee records the time in the Day view in the details he/she have option to give some notes. That notes is shown in Individual view but the message column in Manager individual approval screen is blank
    In the collective approval screen the message column we are using to show the manager whether he/she entered entered more hours than planned hours.
    Any Other inputs are appreciated.
    Thanks,
    Pramod

  • What data do I need to remove as I am getting alerts that my start-up disk is almost full?

    What data do I need to remove from my laptop as I am getting alerts that my start-up disk is almost full.  I have been deleting emails (I still have 4000+ in my inbox).
    Also, I have been unable to download software updates nor been able to download more photos from my iPhone because there is too much on my hard drive.  I don't know what to delete.  I have no books or movies on laptop.
    Thanks-----this is my maiden attempt for online discussion support.

    Read here  >  Freeing space on your Mac OS X startup disk
    And here >  Freeing Up Hard Disk Space - Mac Guides
    For iTunes you can back up your library...
    iTunes: Back up your iTunes library by copying to an external hard drive
    Or burn iTunes media to CD/DVD's >  How to back up your media in iTunes

  • I want to know on what date will be on sale on osx mountain lion

    I want to know when you will be on sale this software to buy, does anyone know on what date will be exactly? that mentioned in the apple page it would be this month and has not gone on sale

    pedrobaca wrote:
    ? that mentioned in the apple page it would be this month and has not gone on sale
    The month isn't over yet. They could release on July 31st and still be within their announced time period. We'll just have to wait and see.

  • Display as is having what data type?

    Hi Friends,
    I have an item in page and i have selected that item as display as. Then what data type it contains by default.
    Regards

    Hi,
    It can be of any type and it will accept all the data types, because this item is not related to the table.
    Since this item type will be of Static text with session state substitutions and it doesnt matter of any datatypes.
    What is the necessary of this question???
    Regards,
    Mini
    Mark Answers Promptly

  • What data is stored to the cloud from my I mac

    How do I know what data is stored to the cloud from my imac.

    By default, a Mac stores in iCloud the data of iCloud-compatible applications, always that "Documents & Data" is turned on in System Preferences > iCloud. Also, you can store mails, contacts, calendars, reminders and notes, always that you have activated them in System Preferences > iCloud.
    You choose what to store. If you want to check what's stored, open System Preferences > iCloud > Manage

  • What date's data is most recently collected

    Hi
    In a 12.1 Audit Vault database, how can i query what date's data is most recently collected from target database?
    Audit Vault is collecting 2 months of audit data from target database and it didn't finish yet. How can i see the how much of the data is collected by AV.
    Thanks.

    thanks again,
    as i said there is 500GB audit data on aud$ and this is being a big problem.
    collector didn't manage to finish a full read of aud$ yet (experienced snapshot too old and some other problems) and everytime we restart it, it writes the complete data again.
    now i realized that on audit vault, for some dates, data was inserted 2/3 times from target database. ( when compared avsys.event_log of AV and sys.aud$ of target database)
    so i decided to empty data on AV and restart the collector.
    Now question is what is the quickest way to delete all data on AV?
    Thanks

  • HT201694 My dad & I both have iPhone 5s. He no longer uses his & my screen is cracked. If I switch our SIM cards, what data will be lost? It is important for me to save/transfer all photos, video, & *especially* text messages.

    My dad & I both have iPhone 5s. He no longer uses his & my screen is cracked. If I switch our SIM cards, what data will be lost? It is important for me to save/transfer all photos, video, & *especially* all text messages. When the SIM cards are swapped between phones, will any of these things be lost/deleted?

    helloitsm wrote:
    Thank you! I would prefer not to wipe his phone. My cracked screen iPhone still works, so I would ideally like to put his SIM card in my phone for occasional use. As mentioned, he is not using his iPhone anymore for phone calls, but would like to maintain access to photos, video, and all texts. As I use an iPhone for calls, trading the cracked screen is ideal. If I am able to switch them without losing data, I will, but am afraid to do so if there is a chance that any data will be erased. (I'm not sure if the photos, video, and -namely- texts are saved to the actual SIM card. Can text messages be backed up?
    iPhone do not store anything on the sim.
    Photos should be saved on computer like any other digital camera.
    You can restore the backup for your dad as well as for yourself while swapping phones.

Maybe you are looking for

  • Itunes Network Connection Timed Out

    I tried everything, uninstall itunes, reinstall itunes, reboot modem .Had no problems ever until now. Nothing has changed except the version of itunes. My kids computer (which is right next to mine) goes onto itunes with no problems. i dont have anyt

  • The value for The value for the useBean invalid?

    I get following error when I try to test application in iexplorer. org.apache.jasper.JasperException: /guestBookLogin.jsp(12,0) The value for the useBean class attribute com.deitel.jhtp6.jsp.beans.GuestBean is invalid. I got this code from a case stu

  • How do I synchronise my To Do Items between my MacBook Pro iCal and my iPhone?

    How do I synchronise my To Do Items between my MacBook Pro iCal and my iPhone?

  • Can't open ARW files

    I bought a Sony Cybershot DSC RX100, which was launched in July, and I just can't open the ARW.files (Sony RAW files). My Sofware is completely updated. Any ideas?

  • LTE calls drop when iMessages come in over wifi

    Have only had Verizon since my iPhone 5 purchase (~3.5 weeks).  Get about 3 bars of LTE in the house, and have WIFI.  Tonight, I had a crazy experience of about 5 dropped calls one right after another. (With 3 bars still always visible).  I was getti