Siebel Database disk failure

Dear Members,
We have a major disk failure on our development environment's data base server.
It seems to be, the data base has got corrupted.But our Siebel server is installed on a different machine. I have the backup of the repository .dat file with me.
We do not have the full backup of this DB server as this is a DEV environment. In our Client's Organization, as per policy no DEV environment are included in backup process.
Once our DBA re-install the DB. What all the steps we need to follow to make the environment as earlier.
As per my knowledge, I am planning to do the following things.
1) Create the SBL_DATA and SBL_INDX table spaces.
2) Execute grantusr.sql script.
So after these things, what I need to do.
Please suggest.
Regards
Vamshi

Hi Vamshi,
This is a very serious issue and probably you may try the following approach:
1. Install the Siebel Database and select new database.
2. Once installed add a developer user on the database and execute the grantusr.sql
3. In the database execute an update statement and update all the Object Locked columns and Object Locked By columns with value as 'Y' and developers' row_id respectively.
4. In the Developer's Local DBF file lock all the projects and tell him to do a check-in.
I am not sure whether the above will work well for you as I have tried this only once and that too in a proto environment. Also the developer should be having a reasonably recent DBF.
Please update if this approach works for you.
With Regards,
Tanmay Jain

Similar Messages

  • NEED TO RECOVER A DATABASE USING RMAN with CONTROL FILE AND NO RMAN CATALOG, DISK FAILURE..

    Hello All,
    The disk failure caused our production data on the disk to be resotred with the backup data available and recovered through RMAN with cotrolfile , and no catalog DB is configured.
    I had the restored the spfile and control file then recovered the database,
    startup nomount;
    RESTORE SPFILE FROM ' path '  ;
    Shutdown immediate;
    startup nomount
    Restore controfile from autobackup;
    restore database;
    [AT POINT , A MESSAGE PROMPTED LIKE " failur of restored command - some targets not found"  (thinking may be few archives are not found, i proceeded to incomeplete recovery of DB) ]
    recover database;
    Finished reocvery .
    Now in the Grid control i see that 60 blocks of a particular datafile are corrupted and needs recovery. Do i need to get the data file resotred again and recover it or any simple way to recover this data file
    When i perform the block recovery , it says recovery failed and when i run the data file recovery it succeeds. Please provide you inputs to recover the database as it is production BI database and pretty critical to our client.
    Thanks for your valuable time in advance.
    Regards,
    Ran G.

    These is a common problem if the object are created due to NOLOGGIN option. If you check most of the object which are facing block corruption is indexes .
    Use the below query to check the objects :
    It will map each block from v$database_block_corruption to either a segment or if the block is free.
    $ sqlplus / as sysdba
    set pagesize 2000
    set linesize 250
    SELECT e.owner, e.segment_type, e.segment_name, e.partition_name, c.file#
    , greatest(e.block_id, c.block#) corr_start_block#
    , least(e.block_id+e.blocks-1, c.block#+c.blocks-1) corr_end_block#
    , least(e.block_id+e.blocks-1, c.block#+c.blocks-1)
    - greatest(e.block_id, c.block#) + 1 blocks_corrupted
    , null description
    FROM dba_extents e, v$database_block_corruption c
    WHERE e.file_id = c.file#
    AND e.block_id <= c.block# + c.blocks - 1
    AND e.block_id + e.blocks - 1 >= c.block#
    UNION
    SELECT s.owner, s.segment_type, s.segment_name, s.partition_name, c.file#
    , header_block corr_start_block#
    , header_block corr_end_block#
    , 1 blocks_corrupted
    , 'Segment Header' description
    FROM dba_segments s, v$database_block_corruption c
    WHERE s.header_file = c.file#
    AND s.header_block between c.block# and c.block# + c.blocks - 1
    UNION
    SELECT null owner, null segment_type, null segment_name, null partition_name, c.file#
    , greatest(f.block_id, c.block#) corr_start_block#
    , least(f.block_id+f.blocks-1, c.block#+c.blocks-1) corr_end_block#
    , least(f.block_id+f.blocks-1, c.block#+c.blocks-1)
    - greatest(f.block_id, c.block#) + 1 blocks_corrupted
    , 'Free Block' description
    FROM dba_free_space f, v$database_block_corruption c
    WHERE f.file_id = c.file#
    AND f.block_id <= c.block# + c.blocks - 1
    AND f.block_id + f.blocks - 1 >= c.block#
    order by file#, corr_start_block#;
    Below oracle support note will help you :
    ORA-1578 / ORA-26040 Corrupt blocks by NOLOGGING - Error explanation and solution (Doc ID 794505.1)
    The Gains and Pains of Nologging Operations (Doc ID 290161.1)
    SQL> select d.NAME as DBF_NAME, t.NAME as TS_NAME, d.UNRECOVERABLE_CHANGE# as NOLOG_CHNG#, to_char(d.UNRECOVERABLE_TIME, 'Dy DD-Mon-YYYY HH24:MI:SS') as NOLOG_TIME from V$DATAFILE d join V$TABLESPACE t on d.TS# = t.TS# order by t.NAME;
    Thanks,
    gssdba.wordpress.com

  • ODBC failure at siebel database configuration

    Hi all,
    I am installing siebel 7.8.2 in my system. I am using oracle 10g...
    I have installed siebel gateway name server .
    After siebel server installation and configuration,
    I was checking for ODBC connectivity as given in manual but i am getting the following error:
    Cannot validate username/password combination.
    HY000: [DATA direct] [ODBC Oracle Driver][Oracle] Ora-12538: TNS: no such protocol adapter
    further details are:
    I have installed Oracle 10g application server(both oracleasinfra and oracleasmidtier)... my oracle_home is oracleasinfra... and my running listener is also infrastructure listener... and my siebel database where i have run grantusr.sql script is also database which is in oracleasinfra...
    Please help me out?

    Hi all,
    I am installing siebel 7.8.2 in my system. I am using oracle 10g...
    I have installed siebel gateway name server .
    After siebel server installation and configuration,
    I was checking for ODBC connectivity as given in manual but i am getting the following error:
    Cannot validate username/password combination.
    HY000: [DATA direct] [ODBC Oracle Driver][Oracle] Ora-12538: TNS: no such protocol adapter
    further details are:
    I have installed Oracle 10g application server(both oracleasinfra and oracleasmidtier)... my oracle_home is oracleasinfra... and my running listener is also infrastructure listener... and my siebel database where i have run grantusr.sql script is also database which is in oracleasinfra...
    Please help me out?

  • Odbc failure for Siebel database server configuration

    Hi all,
    I am installing siebel 7.8.2 in my system. I am using oracle 10g...
    I have installed siebel gateway name server .
    After siebel server installation and configuration,
    I was checking for ODBC connectivity as given in manual but i am getting the following error:
    Cannot validate username/password combination.
    HY000: [DATA direct] [ODBC Oracle Driver][Oracle] Ora-12538: TNS: no such protocol adapter
    further details are:
    I have installed Oracle 10g application server(both oracleasinfra and oracleasmidtier)... my oracle_home is oracleasinfra... and my running listener is also infrastructure listener... and my siebel database where i have run grantusr.sql script is also database which is in oracleasinfra...
    Please help me out?

    Hi Manuel Dias,
    I believe those information would be easily found out through SQL Server 2005 references or guides.  There may not have any special needs for B1 database.
    Thanks,
    Gordon

  • Problem in recovery from RMAN backup in case of disk failure

    Hi
    I have Oracle 9.2.0.1.0 on Windows. Full Hot RMAN backup of database is scheduled on daily basis. I am taking backup on disks. And then i do manually copy them on tapes. If any disk failure occurs than can i recover database completely in this scenario. If tried restoing that backup on different machine as given below
    set ORACLE_SID=<name>
    rman target sys/<pwd>@ORACLE_SID nocatalog
    startup nomount
    restore spfile
    create pfile from spfile
    startup nomount pfile
    alter database mount
    restore database
    Everything worked fine till above steps. Now i will execute last step.
    recover database
    Here it gives error:-RMAN-06054: media recovery requesting unknown log: thread 1 scn 264750
    Still i typed
    alter database open resetlogs
    Now i can open my database, But is it recovered completely? Or there is loss of some data? Why it is giving this error?
    Thanks in advance. Waiting for reply.

    I can understand the confusion with this whole concept.
    What I meant by all archivelogs is all the archivelogs that were backed up with the backup itself. Again, it is essential to ensure that you archive the current redo log AFTER the backup is performed and then back those archivelogs too. Good thing is, RMAN will take care of this for you if you backup the archivelogs with the BACKUP DATABASE command and/or backup the archivelogs AFTER you run the BACKUP DATABASE command.
    Once you've mounted the controlfile and CATALOG the archivelogs, you can go into SQL*Plus and issue the following query:
    select SEQUENCE#, FIRST_CHANGE#, NEXT_CHANGE# from v$archived_log
    order by FIRST_TIME;This will tell you what archivelog is the latest. Logs generated during the backup may also provide the necessary information. Performing Disaster Recovery should help to understand the full process.
    The ONLINELOG directory in FRA is only populated if you've configured your redo logs to be stored there. However, you are on 9i...right? If so 9i doesn't utilize a FRA.
    HTH
    Edited by: ebrian on Oct 3, 2008 1:08 PM

  • What is the correct way to restore the catalog after a disk failure?

    I am running the latest Itunes on Vista. The disk failed on my old computer and I have a backup of the catalog file. The music files are on external storage (NAS). I've been searching for instructions on how to restore Itunes.
    The catalog is about 1 week out of sync with the music files because I added some music in between backups of the catalog file and the disk failure.
    In a perfect world, I'd like to restore the catalog with playlists and the album art.
    Are there instructions to accomplish this or do I need to rebuild the catalog from the music files and recode my playlists?

    Firstly I don’t have a NAS drive so what I say applies to and external HD, but it should be similar.
    When you say catalogue file, I guess you mean the iTunes database files – iTunes Library.itl and iTunes Music Library.xml. The xml file is just used to allow other programs access to the library but can be useful because you can rebuild the itl file from it.
    If you want your art work, you need a folder in the iTunes folder called Album Artwork.
    So ideally you would like to be able to recover your old iTunes folder from backup.
    If I understand you correctly, you had all your music on a NAS drive and the library files on your internal drive. Were all the music files/folders located the iTunes Music folder on the NAS drive? I will assume you have, it is much harder to get things working if they were not.
    I guess you now have your NAS drive mapped into your new computer so you can see it as a drive letter.
    So I hope this will work for you…
    With iTunes closed, drag the iTunes folder from it’s current location to your desktop. I think the iTunes folder is in Music in Vista.
    Now copy your backup iTunes folder into Music.
    Now start iTunes and got to Edit>Preferences>Advanced>General and set the location of your iTunes Music folder to your folder on the NAS drive.
    If you can see your music as it was when you did the backup, you can use Add Folder to Library to add the folder containing your music. Don’t worry, this shouldn’t create duplicates but it will add any tracks not currently in your library.
    If you don’t have the iTunes folder, the procedure is similar except that instead of dragging the whole iTunes folder out to the desk top, just drag iTunes Library.itl and replace it with the backup. You won’t get your artwork if you just do this.

  • Multiple disk failures within two months

    Hi,
    We have six fiber disks and six scsi disks on our Sun V880, solaris 9. Within the last two months we have two scsi disk failures and four fiber disk failures. We replaced the disks. To avoid possible future problems, Sun suggested us to replace the FCAL disk backplane and cables, and I am not sure whether this is a good way to go. Thanks for your input!

    StorageReview use to have an excellent drive reliability database. MLII and DM9, anything prior to MaxLine III or DM10 were not that good, but had been since. Unfortunately, outside the few enterprise MaxLine Pro or DM11, Seagate has gutted their line and trying to turn Maxtor into low end consumer... while the 7200.10 series has problems of its own.

  • Toshiba Satellite L650-07U, Hard disk failure and replacement

    Hi all,
    I have Toshiba Satellite L650-07U Laptop, Model: PSK1EC-0700Q with 4GB RAM, 650GB HD, Windows 7 Home Premium installed. At the time of first use, i made Recovery DVDs which took 4 blank DVDs using Recovery media creator.
    From 2 weeks it is giving problem, at start its slowdown with every application,  then suddenly it started Hard disk failure error and ask to backup important files. From that instant i did all my backup save in another portable Hard drive.
    I had hiren boot CD, and ran RAM test and found it OK, and then run Hard Disk test and found few bad sectors at few certain point, As 650GB Hard disk was taking alot time of time for checking bad sectors, so i stopped that application.
    First I tried Recovery DVDs to restore Windows, but it failed as Laptop DVD-Writer was unable to boot from those created DVDs (DVDs are OK as had checked it on Desktop computer DVD-ROM), Laptop DVD-Writer is also working as I test few more bootable CDs and it booted perfectly, but it is not booting from Recovery DVDs.
    Than i tried to restore from Recovery partition using Factory restore settings, it erases all data and reinstall new and fresh copy of Windows 7 Home Premium. It works fine for few hours than again pops up Hard Disk Failure message again and again. I searched here in Toshiba Forum and have found similar problem with other members and finally decided that it need to replace Hard Disk with new one. As It is now two and a half month old, thats why i need to buy new Hard Disk for my Laptop.
    I checked all partitions of drive using Hiren Boot CD, and had found that there are four default partitions in Toshiba original laptop drive,
    One hidden partition of 1.5 GB
    One hidden partition of almost 21 GB
    One hidden partition of almost 12 GB
    One partition of 561 GB, which was the original partition where windows 7 was installed along with all of my Data.
    Now I want to replace faulty drive with a new one and have a lot of question in my mind which I need to share with you guys.
    At the time of first use I installed Windows 7 64 bit edition, and made Recovery DVDs, and at second time of restore to factory setting I had installed Windows 7 32 bit. I have confusion about recovery DVDs (which is not booting from default DVD-Writer of Laptop), either it has 64 Bit recovery data or 32 bit? Or have both 64 and 32 bit Data.
    Toshiba restore to factory setting without using any recovery DVD/USB is the best possible way to restore Windows 7, How can I make same recover hidden partitions from original/faulty hard drives to new hard drive partitions? Is this possible and how?
    On Default hard drive there was one partition of 561GB instead of two or more partitions. Is this possible to split partitions in new hard drives instead of one big partition?
    As Recovery DVDs are not able to boot from laptop default DVD-Writer, is it possible to open those DVDs on another System and copy tem in USB drive and use it for booting? If it is possible than please show me the steps for making bootable USB from these Recovery DVDs.
    Thanks,
    masterleous
    Solved!
    Go to Solution.

    Satellite L650-07U (PSK1EC-07U00Q)
    This site is for US computers. I doubt you'll get your questions for that Canadian model answered here.
    There appear to be two recovery partitions. Maybe one for 32- and one for 64-bit Windows. Or maybe one is for English and the other for French.
    Your User's Manual isn't much help either. You probably need to ask Toshiba tech support in Canada.
    About all I have to offer is this: Be wary of drives with advanced-format technology. See my message about that.
    -Jerry

  • After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version"

    After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version".  Any help will be greatly appreciated.

    Sorry,
    Yes, the error message is exactly like that  ("Database error: failured to persist version")
    No photos will import at all.  I use USB to import from iPhone 5s or iPad 2. 
    About the difference?  iPhoto and Photos .  Are there two softwares?
    I also will like to merge and/or synchronize all my photos I had saved to iCloud backups, Macbook Pro,  iPhone 5s and iPad hard drives using iPhoto.  It's call iPhoto library.  At one point I turned off streaming. 
    Thanks again Larry HN.

  • IMac 27'' mid 2011 hard disk failure with FileVault 2

    Hi,
    Recently I had had some troubles with my iMac and everything is pointing out to the hard disk.
    2 weeks ago I rebooted the iMac and i lost all my data because of a hard disk failure. The disk just got corrupted according to what i could see. From there, i had a lot of troubles trying to reinstall the last version of OS X (10.8). I indeed formated the disk and i even securely erased it. When I tried to reinstall it from external HD or from a USB key i usually (not always) got error in the final steps of installation. However, if i use the Recovery partition to install from Internet i ain't got no errors.
    With OS X already installed, i also tried to encrypt the disk using FileVault 2 and i got an error again. This time, when 2 hours left to finish the encryption. Specifically this error: https://discussions.apple.com/thread/4218952?start=0&tstart=0 (Trying to encrypt but it always fails). It seems to be a common error which a lot of people is suffering, but i still don't know if my case is a hardware problem or, on the other hand, a software error.
    I carried the iMac to the tech support in my city and they discarded a hardware problem. They gave format to the disk and installed OS X with no problem, so they told me to check if the iMac keep spitting some error or just it has any anomalous behavior. Actually it seems to run fine, no errors yet excepting FileVault 2, which is generating the same error.
    I have always used FileVault without any kind problem (in all my macs, including this one), so could it be a Mountain Lion issue?

    Back up all data immediately as your boot drive may be failing.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CSeq "I/O error" | tail | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command.
    Normally the window will be empty. If you get output like this:
    kernel[0] <Debug>: disk0s2: I/O error
    the boot drive is failing, or there's some other hardware fault in the storage subsystem.

  • Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation it gives me an input/output error and stops. Any tips?

    Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation and after having selected both my destination and source drives, the operation begins but soon fails due to input/output error. If I try to create an image of the drive it gives me the same error message. Any help would be much appreciated.

    Disk Utility only creates a image of the drive, so it's no help getting exactly what you want, which is your files. If the file structure is messed up or the drive is failing then it's no help.
    If you have a external boot drive and you can't access the internal non-booting drive though the typical Finder and windows to transfer your files via drag and drop methods, then you need to install Data Rescue on the external boot drive and it will do as best as it can to recover your files. (works on non-encrypted/non-Filevaulted drives only)
    .Create a data recovery/undelete external boot drive
    Are you sure you have hard drive failure, or that OS X isn't merely not booting?
    Because if the drive is working physically, then there is a host of fixes
    ..Step by Step to fix your Mac
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • Music Files Deleted After Hard Disk Failure and First Sync After Hard Disk

    Hi,
    I recently had a hard disk failure and lost all of the data on my hard drive. I replaced the hard drive and reinstalled all of the software including iTunes. I am running Windows XP Home. The first time I plugged my iPod Nano into my computer after the hard drive replacement it synced to iTunes and since iTunes had no music files it deleted all of the music files on my Nano. How do I get them back and why on earth would iTunes do such a stupid thing??? My Nano contained many songs that I bought from iTunes and I want to get them back. I have found some third party software that will undelete the deleted files but it costs $69. I don't feel that I should have to pay to correct a defective feature in iTunes. Does Apple have an undelete utility? Can I redownload the songs that I purchased from iTunes?

    *The first time I plugged my iPod Nano into my computer after the hard drive replacement it synced to iTunes*
    When you connected did you get a message that your iPod was linked to another library, and then press Erase and Sync? When an iPod is set to update automatically and you connect to a computer with an empty iTunes and accept the message above it will erase the originals completely (as you have discovered). Also as you've seen, none of the recovery programs are particularly cheap so you have to decide if in your particular circumstances it's worth it to get your songs back. It may be if you have a lot of purchased tracks which you will have to pay to download again. If they came primarily from your CDs then it's most likely not as you can re-rip them.
    *Can I redownload the songs that I purchased from iTunes?*
    If you didn't make a back-up of your purchases to restore from then I'm sorry to say that the policy on lost purchases is that you have to pay to download them again:
    "Once a Product is purchased and you receive the Product, it is your responsibility not to lose, destroy, or damage the Product, and Apple shall be without liability to you in the event of any loss, destruction, or damage." iTunes Store: Purchased content can be downloaded only once
    You could try contacting the iTunes Music Store Customer Service and you might be able to persuade them to sanction a second free download. There have been occasional reports in the iTunes forum of this happening, however just be aware that they are not under any obligation to do so. If you click on any of the links on this page you'll find a space at the bottom to email your query: iTMS Customer Service

  • Satellite A215-S7414 Hard Disk Failure

    Hi. I purchased my laptop 16 months ago and this is the third time I have had hard Disk Failure. The first two times were in the first year and I received a new harddrive after sending it in to Depot for repair. Here we are the Third time and now Im outta warranty and apparently outta luck. Here are my many questions, first of all I didnt have the opportunity to back anything up, so if I were to replace the Hdd on my own, does that mean I would also have to purchase a new Vista package? Also, I have a Western Digital External harddrive that Im not using.....would that be of any assistance to me in trying to recover anything from the laptop?
    Everyone tells me it is cheaper to just get a new one, but that isnt practical and I dont want to just trash a laptop that is only 16 months old.
    Please help
    Thank you
    Model #PSAFGU0IU002

    I'll try to answer the questions you've asked.  First, you don't need to buy a new Vista package.  You should call Toshiba customer service at (800) 457-7777 and order a set of recovery disks for your notebook.  They will want the serial number and a credit card to cover the shipping and handling ($19.95 standard, $24.95 overnight).  The recovery disks will restore the system to 'as-shipped' condition with all of the appropriate drivers and utilties.  You can purchase a replacement drive reasonably from any number of sources.  Replacing the hard drive is straightforward.  You would remove the cover from the bottom, slide the drive out and transfer the hard drive 'caddy' to the new drive.  Slip it in, boot from the recovery disks and away you go.  You could install the old drive in an external USB housing and see if you can recover anything from it.  I can't think of a role for your current external drive other than as additional storage.

  • G72 Hard Disk Failure and Replacement

    I have had a HP g72 laptop for just over two years. Within the first year, right before the warranty expired, I had a charging issue that was resolved under warranty. Last year, I began to get warnings on startup that I had an imminent hard disk failure. I backed up most of the important things on my computer and kept using. Finally, it seems that my hard drive has failed for good. I have tried to restart my computer about 10 times and everytime I get the same message: insert boot disk and press any key. I am contemplating replacing the hard drive instead of the whole computer, but I am not sure what I need to do. Also, if this is such a problem, why hasn't HP done anything to fix it. It has been so frustrating with my HP laptops that I am considering going to another company. HELP!

    Hard drives fail. That is why backup is so critical. HP does not even make hard drives so I am not sure what they could do to fix the general issue that hard drives are about the most fragile piece of technology that most people encounter.
    You can get a replacement hard drive for under $75. This one would be good:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16822145455
    Here is the Manual:
    Manual
    Hard drive replacement instructions start on page 4-8.
    Did you make recovery disks? If not we can direct you to a place to download a Windows 7 image to use with your Key Code to replace your software.

  • A10 Hard disk failure and replacement - How do I use Recovery Disks?

    I have a Satellite Pro A10 which has suffered a hard disk failure. I have replaced the hard disk drive (with a non-toshiba drive) but cannot load the operating sysytem etc from the recovery disks supplied with the computer when new. When starting the computer up with recovery disk No 1 in the CD drive I get the message "Invalid system disk, Replace the disk and then press any key" Any suggestions as to the remedy would be most welcome.

    Hello Tony
    Please check at first if your new HDD is properly recognized by BIOS. It yes you should prepare the HDD for installation. I recommend you to use some tool and make a partition on new HDD. If you want you can format it before you start the installations procedure.
    I am pretty sure that after that the recovery installation can be done successfully.
    Bye

Maybe you are looking for

  • Scrip to update Sharepoint Online content type

    I have a content type "TestContentType" with three columns: Document Type Category Sub-category This content type is used on 18 document libraries, in 3 site collections. The Category column needs to have a "description" added which currently has no

  • Iphoto 9.5.3 deleted all my photos

    iphoto 9.5.3 deleted all my photos today and I can't find them anywhere on the hard drive

  • Counting the number of case..endcase in a report

    Hello Experts, I am working in a report which has to calculate the sy-tabix of CASE and it's corresponding ENDCASE sy-tabix  of any submitted program.i tried it and populated 2 internal with the sy-tabix of all the cases and endcases of the program.

  • How to calculate Interest?

    We have a unique requirement. We invest in a product which pays a particular rate of interest up to certain balance and a different interest rate beyond that balance. For example If our Investment is upto 10Million, the bank pays 0.1%. Any investment

  • Best Way for login???

    I was just wondering what everyone thought would be the best way for a secure login with 4 different access levels. It's going to do just how it sounds, different levels see/have different access to different functions and components in the program.