Database not going up

hi every one,
i have oracle 9i release 2 running on server 2003.
there is problem
the database in mounted but not opened. the following message comes
when i startup
ORA-01122: database file 43 failed verification check
ORA-01110: data file 43: 'D:\ORACLE\ORADATA\MALIK\UNDOTBS21.ORA'
ORA-01200: actual file size of 517120 is smaller than correct size of 518400
blocks
the database is in archive log mode. we r not using RMAN.
plz help me bcz its production database.
rehan-ORACLE DBA
faisalbad pakistan

Can you explain us what did you do before this error? I think that you've block corruption
ORA-01200: actual file size of string is smaller than correct size of string blocks
Cause: The size of the file as returned by the operating system is smaller than the size of the file as indicated in the file header and the control file. Somehow the file has been truncated. Maybe it is the result of a half completed copy.
Action: Restore a good copy of the data file and do recovery as needed.

Similar Messages

  • Invalid record not going into E$ table

    Hi,
    I am using Oracle as source and target but source and target table is on different database.lets say
    base table EMP_SRC table --> ABC database
    fact table EMP_TRG table --> XYZ database
    and some dimension table are also in XYZ Database. and all FK constraint are there in fact table.
    I created one interface in which on source dataset i drag base table and dimension table for lookup and join the code columns with base table code and on target side i am populating keys and measures value correspondence the  base table data which matched with dim table.
    I am using KM
    LKM SQL to SQL
    IKM SQL incremental update
    Option:
    Flow control : true
    CKM SQL
    when i run the Interface it is getting successful with valid records but in base table there is some invalid record also which is not going into E$ table
    why it is happening ? did I miss something ? Please help me
    Thanks.

    I am doing little modification here
    BASE_DATA:
    RSN_CODE
    QUANTITY
    DATA_DIM:
    ID_RSN (PK)
    RSN_CODE
    your join need to be BASE_DATA.RSN_CODE = DATA_DIM.RSN_CODE(+)
    your target table will have as mapping
    TGT_DIM:
    ID_RSN (PK): DATA_DIM.ID_RSN
    QUANTITY: BASE_DATA.QUANTITY
    Now
    Base_Data
    RSN_CODE       Quantity
    1A                    120
    1B                    260
    1C                     130
    1E                    300
    DATA_DIM
    ID_RSN          RSN_CODE
    1                    1A
    2                     1B
    3                    1C
    4                    1D
    ------------------------------OK--------------------------
    After execution
    TGT_DIM
    ID_RSN          QUANTITY
    1                    120
    2                    260
    3                    130
    and in E$ table
    ODI_ROW_ID    :    F                   
    ODI_ERR_MESS  :   ODI-15066: The column ID_RSN cannot be null.
    ODI_CHECK_DATE  :   24-JUL-13
    RSN_CODE   :    (null)
    Quantity       : 300
    ---------------------OK----------------------------------
    but I want in E$ table consist following result
    ODI_ROW_ID    :    F                   
    ODI_ERR_MESS  :   ODI-15066: The column ID_RSN cannot be null.
    ODI_CHECK_DATE  :   24-JUL-13
    RSN_CODE   :    1E  
      Quantity       : 300
    Thanks

  • Oracle Database Not Starting Up Properly

    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. I kinda figured that I wouldn't run into the exact same issue on Oracle VM. I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still here. I didn't find anything in this forum about the database not starting up, so I'm wondering if others are running into the same problem and how to resolve the issue. Thanks a bunch for your help.

    keithrust wrote:
    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. Hmmm, doing it several time, and never seen such issue. Which "known issue" and by who are you talking about ?
    I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still hereI'm sure, you miss something somewhere in the config. Right now, you're on supported configuration, you could either raise a SR to the support, or get help from your peer on Oracle Database General forum.
    Ah, but it's not a Windows issue. On a non-VM Windows box the database starts just fine all the time. Again, this is a known issue acknowledged by Oracle on the VMware side, I'm just surprised it exists on the Oracle VM side.Again, give more details about this "known issue". Never heard about that, eventhough I've been around for years.
    I was afraid you were going to ask that. I'll have to search for it again, but I think you can do the same as well....Well, I doubt you could find a Metalink note about Oracle on VMWare. So far, Oracle has always refused to support database on OS virtualized on VMWare (or any VM software other than Oracle VM). Based on that, you could be sure, your "known issue" is not an issue on Oracle VM.
    If you want more help, again, give more details about your issue.
    Nicolas.

  • Outgoing audio. Was not going on Skype after ios7 download.went to settings--privacy--microphone--on--and the problem was resolved.

    Outgoing audio. Was not going on Skype after ios7 download.went to settings--privacy--microphone--on--and the problem was resolved.

    Hello:>
    I created a function "APEX_030200.wwv_flow_epg_include_mod_local" as a sys user, then I dropped it.>
    You can't have 'created' this function ! The function is installed by the APEX installer. This function needs to exist in the database for APEX to function correctly. Install the function described below into your database
    CREATE OR REPLACE function APEX_030200.wwv_flow_epg_include_mod_local(
        procedure_name in varchar2)
    return boolean
    is
    begin
        return false; -- remove this statement when you modify this function
        -- Administrator note: the procedure_name input parameter may be in the format:
        --    procedure
        --    schema.procedure
        --    package.procedure
        --    schema.package.procedure
        -- If the expected input parameter is a procedure name only, the IN list code shown below
        -- can be modified to itemize the expected procedure names. Otherwise you must parse the
        -- procedure_name parameter and replace the simple code below with code that will evaluate
        -- all of the cases listed above.
        if upper(procedure_name) in (
              '') then
            return TRUE;
        else
            return FALSE;
        end if;
    end wwv_flow_epg_include_mod_local;
    /Varad

  • RMAN saying database not started??

    Hi there,
    If I log into my database through OEM, it connects fine.
    Through Unix, I set my SID and type in:
    rman target /
    It connects me to rman but says: connected to target database (not started)
    I then try and run a crosscheck archivelog all and it says this:
    Erro message stack....
    failure of crosscheck command
    automatic channel allocation initialization failed
    could not obtain a fully authorized session
    ORACLE not available
    shared memory realm does not exist
    Linux Error: No such file or directory.
    Any thoughta on what is going on here?
    Thanks in advance!

    herb:oradbp2 ~$ id
    uid=500(herb) gid=501(dba) groups=501(dba)
    herb:oradbp2 ~$ env | sort
    _=/bin/env
    DISPLAY=oradbp2.lilydale:33
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/herb
    HOSTNAME=oradbp2.lilydale
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US
    LD_ASSUME_KERNEL=2.4.19
    LD_LIBRARY_PATH=:/d01/app/oracle/9ise/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=herb
    LS_COLORS=no=00:fi=00:di=00;33:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/herb
    ORACLE_BASE=/d01/app/oracle
    ORACLE_HOME=/d01/app/oracle/9ise
    ORACLE_SID=LSDB
    PATH=/d01/app/oracle/9ise/bin:/d01/app/oracle/9ise/OPatch:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/herb/bin
    PWD=/home/herb
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:10.1.6.200 50766 22
    SSH_CONNECTION=::ffff:10.1.6.200 50766 ::ffff:10.1.0.193 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    USER=herb
    herb:oradbp2 ~$ ps -ef | grep -i pmon
    herb 1934 1 0 2010 ? 00:02:32 ora_pmon_lsdb
    herb 3984 3359 0 11:06 pts/1 00:00:00 grep -i pmon
    herb:oradbp2 ~$ ls -l $ORACLE_HOME/dbs
    total 18960
    lrwxrwxrwx 1 herb dba 53 Dec 4 2008 initanalyzer.ora -> /d01/app/oracle/admin/analyzer/pfile/initanalyzer.ora
    lrwxrwxrwx 1 herb dba 49 Nov 12 2008 initcit1p1.ora -> /d01/app/oracle/admin/cit1p1/pfile/initcit1p1.ora
    lrwxrwxrwx 1 herb dba 45 Oct 25 2008 initlsdb.ora -> /d01/app/oracle/admin/lsdb/pfile/initlsdb.ora
    lrwxrwxrwx 1 herb dba 45 Nov 22 2008 initpvsp.ora -> /d01/app/oracle/admin/pvsp/pfile/initpvsp.ora
    lrwxrwxrwx 1 herb dba 43 Nov 12 2008 initrep.ora -> /d01/app/oracle/admin/rep/pfile/initrep.ora
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkANALYZER
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkCIT1P1
    -rw-rw---- 1 herb dba 24 Dec 9 2008 lkKRON43
    -rw-rw---- 1 herb dba 24 May 18 2010 lkLSDB
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkPVSP
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkREP
    -rwSr----- 1 herb dba 2048 Dec 4 2008 orapwanalyzer
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwcit1p1
    -rwSr----- 1 herb dba 2048 Nov 25 2008 orapwkron43
    -rwSr----- 1 herb dba 1536 Oct 25 2008 orapwlsdb
    -rwSr----- 1 herb dba 2048 Nov 22 2008 orapwpvsp
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwrep
    -rw-rw---- 1 herb dba 4718592 Mar 10 2009 p1k9ipga_1_1
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_analyzer.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_cit1p1.f
    -rw-rw---- 1 herb dba 1679360 Dec 9 2008 snapcf_kron43.f
    -rw-rw---- 1 herb dba 6397952 Jan 16 18:27 snapcf_lsdb.f
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_pvsp.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_rep.f
    -rw-rw---- 1 herb dba 2560 Oct 25 2008 spfilelsdb.ora.bak

  • Database not available Backupserver instance not available

    Hi all
    I'm new to SAP Sybase ASE i installed a ECC6 with SYBASE database15 while starting the server the DB is not going to up and i could not find any proper solution and i'm attaching the logs please help to clear the issue.
    Regards,
    Chidananda.

    Hi Chidananda,
    According to your attaching files, ASE instance and backup server instance were running on the machine....
    Why don't you check first the ASE process using showserver command as below with sapadmin user or sybase admin user.
    #showserver
    if dataserver(ASE) and backup server are running on the machine you can see the process as a result of showserver command.
    1.if there is a dataserver process you can check the connection to the DB instance with R3trans as below.
    #R3trans -d
    This is R3trans version 6.24 (release 742 - 11.08.14 - 17:21:00).
    unicode enabled version
    R3trans finished (0000).
    2.if there is no dataserver process, restart the SAP instance or DB instance using stopsap/startsap
    #startsap or startsap db
    Checking syb Database
    Database is running
    Regards,
    sang-wook

  • How can I print Essbase database notes information in Financial reports?

    How can I print Essbase database notes information in Financial reports? As a requirements, I need to print certain database information in reports such as application refresh date/time and data source - from where my database is updated from.
    Edited by: 872346 on Jul 13, 2011 1:50 PM

    Unfortunately, none of those text functions are going to pull the database note. Hardly anything does other than the add-in.
    Maybe the OP could stick that information into an LRO? Then he could use CellText to get the info out.
    Regards,
    Cameron Lackpour

  • Payment Term from Vendor is not going to Freight PO

    Hello All,
    I am not MM consulting but I need to solve a problem.
    As we know when I save a shipment cost document SAP creates a automatically PO for carrier as the configuration.
    I have the payment terms registered in the Vendor Master (Carrier) but when I save my ship cost document and the system creates the PO the payment terms it is not appearing in the PO and consequently is not going to MIRO.
    How should I do to take the Vendor Payment Term to the Freight PO?
    Thanks
    Marcos

    Hi,
       Ensure that the payment terms is maintained in the purchasing view in MK02 for the same purchasing organization.
       If its maintained, the same will be displayed in the automatic PO as well. If its not copied, please create a normal PO in ME21N and check whether the payment term is displayed in header - Delivery / Invoice tab.
       If you are in old release, refer the note: 358506 - Auto Service PO Creation - Passing Values into the Function
       If you are using TM system, refer the note: 1897588 - Payment terms not copied from Vendor master to PO
        If the notes are not valid, then you may check for OSS notes or raise an OSS ticket to SAP.
    Regards,
    AKPT

  • Videos Not Going On Macbook Pro

    I got a macbook pro in March before I left for vacation. I've been working on putting pictures and videos from a hard drive(I think lol) on to the macbook pro, but the problem is the videos won't go. Pictures go fine. is there a way to get videos to go on it. videos from ipod touch, and iphone go on fine. just on the hard drive not going on. Not a big deal, just hoping to get some of my videos on it for a project. If I can't I'll just use pictures and make a slideshow that way and use my other program on regular computer for videos

    I just purchased a 13" Mid 2012 MB Pro, first time on YouTube, the videos would not play, google "Adobe Flash", download and install the player and you should be good.

  • My iTunes says I owe $5.25 for songs that I have already paid for and am not going to pay for again but I want to get some apps from the store and now there's a hold on my account. Who do I talk to get the hold taken off

    I explained it most in my question but I am getting charged double for songs that I have already paid for and am not going to pay for twice because that is messed up. But I want to get some apps from the store and it wont let me because of $5.25. Who can I talk to about resolving this issue?

    You're right, it would have been covered under warranty. But because of the user damage, chances are there's a 200-something dollar fee . If you explain to them that it had a defect previously, they might replace it for you at no charge. **MIGHT**. But they would have to believe that it had a defect previously.

  • How can I delete the billing info on my phone? My card is expired and I'm not going to use another one

    How can I delete the billing info on my phone? My card is expired and I'm not going to use another one

    Tap on your id in Settings > iTunes & App Store and tap on 'View Apple ID' on the popup and log into your account  - that should give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/kb/HT1918
    You might not get the 'none' option if you owe iTunes anything or if you have any pre-orders/subscriptions due : http://support.apple.com/kb/TS5366

  • How can i reset my app store setting? i have signed in and out with my own apple id but i used a different one at first and that one is not going away

    How can i reset my app store setting?
    I have signed in and out with my own apple id but i used a different one at first a few years ago and that one is not going away how do i change it to my own apple id?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID. Your only option is to delete the content and buy it again with the new Apple ID.

  • Workitem not going to a particular user id

    Hi,
    I am having a workflow container element APPROVERLIST which stores the ids of the users to whom a particular workitem should go. But for a particular user id , the workitem is not going to that person, rather it is going to some other user ids. I checked  if that id has been substituted but that is not the case.
    Are there some other areas where I can check exception?
    thanks in advance.
    Abhishek

    Dear all,
    I have checked all the above scenarios.
    There is no excluded agent existing . The bindings are correct. Let me describe the scenario little bit more in detail.
    APPROVERLIST is a workflow container element ( multiline ). This container element is populated in a particular task. This task fetches the user ids from a table and stores it here.
    In the next task which is a foreground task, in the "agents" APPROVERLIST is mentioned against EXPRESSION , so this workitem will go to all the users who are in APPROVERLIST.
    Agent assignment is maintained correctly. Its not working for one particular id. Is there any place to check this outside the workflow design?
    Also I checked the user id, it is existing.
    regards,
    Abhishek

  • WHEN Illustrator is likely to be adding "rotate view" tool, (like they have in Photoshop) or are they NOT GOING TO?!

    Hi everyone, I am trying to find out WHEN Illustrator is likely to be adding "rotate view" tool, (like they have in Photoshop) or if they are not going to do this at all.
    I hope someone from Adobe Illustrator reads these forums and responds. There is an existing thread that has no official response from Adobe, and it has literally tens of thousands of views!? Please Adobe Illustrator, can you give people the official response they need so they can plan their workflow.
    Apparently Affinity Designer is going to be adding a Rotate View Tool shortly and their app is only $50 one-off payment too, so perhaps you ought to respond before other people start making the switch? The rotate view tool is something illustrators really need, we already have it in Manga Studio, and it makes life so much easier. You can't really draw on a CINTIQ in vector form without it, at least not as well as you should be able to.
    Can you please update your paying customers so we can make an informed decision.
    Look forward to receiving a response.

    Tell Apple
    Apple - iTunes - Feedback

  • Emails from the organization are not going through ePrint

    Hi,
    I've been having some issues with the ePrint feature that's configured in one of the printers that we have in our office. The printer is a HP LaserJet 200 color MFP M276nw. Every other client from other email addresses such as Hotmail, Gmail or any other address are able to send emails to our ePrint address and are able to print on it successfully. However, all the emails that are being sent from within our organization are not going through. We get an unsuccesful delivery message from the Exchange server stating that 
    The server has tried to deliver this message, without success, and has stopped trying. Please try sending this message again. If the problem continues, contact your helpdesk
    We had checked with our Exchange administrators and they have advised that the email is trying to be sent, but in the destination it is being rejected. How can I get this issue to be addressed?

    Hello praveen_haridas,
    Welcome to the HP Support forums.  I understand that your corporate emails are failing when trying to send an email to the Laserjet 200 MFP 276nw printer's ePrint email address.
    Are you getting any messages about the failed messages in your ePrintCenter/HP Connected account?  If so what does the message state about the failed job?
    Thank you.  
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for

  • ITunes won't sync my photo events properly

    I have recently organized all my photos in iphoto by event and when I connect my iphone 4 or ipad 2 to itunes the albums are scattered and separated. As an example, in iphoto I have one album for my wallpapers but when I go into itunes to select that

  • Can a 6300 with no SIM connect to the Internet via...

    Hello, I have a Nokia 6300 and I would like to be able to connect it via USB lead to my PC and use the PC's internet connection rather than the normal GPRS connection. The hard bit is that I want to do this without having a SIM card in the phone. I'm

  • Diffrnce btwn copy cntrl item catgr(vtfa) n asgnmnt item categories(vov4)

    Dear All Gurus, This is my copy control screen(VTFA) Copying control: Sales document to billing document Target billing type          ZJF2 Job Work Invoice From SalesDoc Type     ZJOR Job Work Order ALES     ALE Third Party TAD     Service TADC     C

  • I cant use my finger or pen on touchscreen.

    I can use my touchpad/mouse, but when i try to use my touchscreen to draw or other things with my finger or pen, it doesnt work. If I click outside the box/layer and drag into it, it will work. How can I fix this?  If it helps, I have a lenovo twist

  • Kernel-headers problem

    Hi guys, I am currently trying to compile the User Mode Linux inside my Arch box. I think my problem is related to the lack of the file /usr/include/linux/threads.h. I know that this file is a header provided by some legacy kernel-threads package. My