How to find all ORA error code and the message in Oracle10g?

Does anyone knows how to list all ORA error code and message in SQL Plus or find a full list of ORA error code in documentation?

If you want ALL Oracle ORA error codes in single page or even downloadable (html or pdf format) then check following post.
http://www.oratraining.com/blog/2010/08/complete-list-of-all-oracle-ora-errors/
Regards,
Tushar
Edited by: oratraining on Aug 18, 2010 12:20 AM

Similar Messages

  • I downloaded a trial of photoshop.  It runs for a minute or so, then a message displays saying that photoshop has stopped.  No error codes, just the message. I have exhausted the "try this" stuff that I can find.  Any other ideas would be appreciated.

    I downloaded a trial of photoshop.  It runs for a minute or so, then a message displays saying that photoshop has stopped.  No error codes, just the message. I have exhausted the "try this" stuff that I can find.  Any other ideas would be appreciated.  I would also like to know what some alternative applications might be.  This trial does not give me confidence in Adobe's product.

    I saw a similar question deeper into the forum right after I posted.  I followed the fix steps and it took care of the problem.
    Thanks for getting back to me.  I am good to go.

  • How to find last accessed/updated tables and the query text?

    I am using :
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    How to find last accessed/updated tables and the query text?
    Regards
    LEE1212

    Check DBA_TBALES view there you find one date column that indicate last update
    One option is as follows:
    (1) Turn the auditing on: AUDIT_TRAIL = true in init.ora
    (2) Restart the instance if its running.
    (3) Audit the table:
         AUDIT INSERT,SELECT,DELETE,UPDATE on TableName
         by ACCESS WHENEVER SUCCESSFUL
    (4) Get the desired information using :
         SELECT OBJ_NAME,ACTION_NAME ,to_char(timestamp,'dd/mm/yyyy , HH:MM:SS')
         from sys.dba_audit_object.
    Cheer,
    Virag Sharma
    http://virag.sharma.googlepages.com/
    http://viragsharma.blogspot.com/
    Message was edited by:
    virag_sh

  • My ipod touch is not list as a device on itunes.  When I tried do update itunes, I get a ox8007054f error code and the update will not complete.

    My ipod touch is not listed as a device when connected to my computer.  As suggested I attempted to download the latest of itunes.  I got an
    ox8007054f error code and the down load will not complete.  I have also tried to restore my computer to an earlier setting, but it will
    not accept the change.

    Have you looked at this completed previos discussion. It discusses 0x8007054F.
    Re: Error message when trying to install iTunes

  • Ok so I cant open my Itunes due to Windows Error 2 and the message says to uninstall and re-install Itunes but I'm pretty sure that would wipe the library right? Is there any way to fix the problem and keep my library?

    Ok so I cant open my Itunes due to Windows Error 2 and the message says to uninstall and re-install Itunes but I'm pretty sure that would wipe the library right? Is there any way to fix the problem and keep my library?

    Hi neffn!
    I have an article for you that can help you go through that process of uninstalling and reinstalling iTunes. If you have Windows 7, you will want to see this article:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    and if you are using Windows XP, you will want to reference this article:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/ht1925
    Note that, as it says in those articles:
    iTunes Store purchases or songs imported from CDs are saved in your My Music folder by default and are not deleted by removing iTunes. While it is highly unlikely that you will lose any contents of your iTunes Library when following these steps, it is always a good idea to ensure that your iTunes library is backed up. If you're unsure how to backup, see iTunes: Back up your iTunes library by copying to an external hard drive.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How to be notified for all ORA- Errors recorded in the alert.log file

    based on Note:405396.1, I Changed the Matches Warning from the default value ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9] to ORA-* in order to receive an warning alert for all ORA- errors.
    but I just recieved the alert like the following:
    Metric=Generic Alert Log Error
    Time/Line Number=Mon Feb 25 23:52:21 2008/21234
    Timestamp=Feb 26, 2008 12:06:03 AM EST
    Severity=Warning
    Message=ORA-error stack (1654, 1654, 1654) logged in /opt/oracle/admin/PRD/bdump/alert_PRD.log.
    Notification Rule Name=Alert Log Error
    Notification Rule Owner=SYSMAN
    as you can see, the message only indicate the ORA-1654, nothing else.
    How to set in 10g grid control to get the details alert that in the alert log like:
    "ORA-1654: unable to extend index ADM.RC_BP_STATUS by 1024 in tablespace PSINDEX"
    I can't believe Oracle 10g Grid control only provide the ORA- number without details

    Go to your database target.
    On the home tab, on the left hand side under Diagnostic Summary, you'll see a clickable date link next to where it says 'Alert Log'. Click on that.
    next click on Generic Alert Log Error Monitoring Configuration (its at the bottom)
    In the alert thresholds put:
    ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9]
    I believe that will pick anything up but experiment, its only perl.
    If you want to test this use the DBMS_System.ksdwrt package but I would advise you only do so on a test database. If you've never heard of it, google it. Its a way of writing to your alert log.
    Make sure you have your emails sent to long format as well.

  • Operations Manager 2012 R2 : how to find all my rules, monitors and alerts (all in one custom MP)

    How do I find all the rules, alerts, monitors and whatever in a give custom Management Pack?
    All the bits and pieces I have created I have stored in a MP called "1 - MYDOMAIN CUSTOM"
    Now suppose I want to review all my customisations. How do I do it? I had hoped that it would appear in a scope somewhere...
    CarolChi

    Many thanks
    1) I can't find this: in the Authoring Console I have
    management pack templates, distributed applications, groups, management pack objects
    In Management Pack Objects I have Attributes, Monitors, Rules, ... but no where can I find ALL the customisation I have done.
    2) Where can I find an example of powershell?
    3, 4) Where do I get the override explorer. I was hoping not to have to use other tools.
    5) I read that the Efffective Configuration Tool works with older versions of OpsMgr - is this true?
    6) Again can you help with a link to the MP Viewer Tool?
    CarolChi

  • How do find all database slog size and mdf file size ?

    hi experts,
    could you share query to find all databases log file size and mdf file (includes ndf files ) and total db size ? in MB and GB
    I have a task to kae the dbs size  around 300 dbs
    ========               ============     =============        = ===        =====
    DB_Name    Log_file_size           mdf_file_size         Total_db_size           MB              
    GB
    =========              ===========               ============       ============     
    Thanks,
    Vijay

    Use this ViJay
    set nocount on
    Declare @Counter int
    Declare @Sql nvarchar(1000)
    Declare @DB varchar(100)
    Declare @Status varchar(25)
    Declare @CaptureDate datetime
    Set @Status = ''
    Set @Counter = 1
    Set @CaptureDate = getdate()
    Create Table #Size
    SizeId int identity,
    Name varchar(100),
    Size int,
    FileName varchar(1000),
    FileSizeMB numeric(14,4),
    UsedSpaceMB numeric(14,4),
    UnusedSpaceMB numeric(14,4)
    Create Table #DB
    Dbid int identity,
    Name varchar(100)
    Create Table #Status
    (status sql_Variant)
    Insert Into #DB
    Select Name
    From Sys.Databases
    While @Counter <=(Select Max(dbid) From #Db)
    Begin
    Set @DB =
    Select Name
    From #Db
    Where @Counter = DbId
    Set @Sql = 'SELECT DATABASEPROPERTYEX('''+@DB+''', ''Status'')'
    Insert Into #Status
    Exec (@sql)
    Set @Status = (Select convert(varchar(25),status) From #Status)
    If (@Status)= 'ONLINE'
    Begin
    Set @Sql =
    'Use ['+@DB+']
    Insert Into #Size
    Select '''+@DB+''',size, FileName ,
    convert(numeric(10,2),round(size/128.,2)),
    convert(numeric(10,2),round(fileproperty( name,''SpaceUsed'')/128.,2)),
    convert(numeric(10,2),round((size-fileproperty( name,''SpaceUsed''))/128.,2))
    From sysfiles'
    Exec (@Sql)
    End
    Else
    Begin
    Set @SQL =
    'Insert Into #Size (Name, FileName)
    select '''+@DB+''','+''''+@Status+''''
    Exec(@SQL)
    End
    Delete From #Status
    Set @Counter = @Counter +1
    Continue
    End
    Select Name, Size, FileName, FileSizeMB, UsedSpaceMB, UnUsedSpaceMB,right(rtrim(filename),3) as type, @CaptureDate as Capturedate
    From #Size
    drop table #db
    drop table #status
    drop table #size
    set nocount off
    Andre Porter

  • How to Find unused programs / T-codes for the past three months

    How to find the unused programs / transaction codes for the past three months,
    I tried with the ST03 Transaction but it gives only the Tcodes, program used in last one monthu2026
    Regards,
    Purshoth

    This depends on the data retention time (in days) maintained in your system. In ST03, on the right hand side, check "Collector" tab, under that "Performance Database" and then "Reorganization" which will give you the details retention times  (in days).
    Also please check the link http://inet.tamko.com:8081/saphelp/helpdata/EN/c4/3a68d5505211d189550000e829fbbd/frameset.htm for more details.
    Thank You.

  • Using Outlook 2011 on new Macbook, I am getting error code 50 The message could not be sent because it has unresolved recipients."  Can anyone suggest how to resolve this?  Thank you!

    I have used Outlook since it came out and am using it on new Macbook Air.  Today, I started getting this message. 
    thank you!
    Gary

    It sounds to me like some of the addressees in an email message you're tryijng to send are not legitimate.  Perhaps you're trying to use Apple's Contacts address book instead of Outlook's.  Check each outgoing address in the message.

  • List of ORA-* error codes

    Hey,
    Anyonde knows where can i find a list of all ORA-* error codes?
    tks

    Hey,
    I work with an application, developed on a technology called 'NS-DK' (don't bother to google it, is very hard to find out anything about it ...)
    Every time the database returns an error, the aplication immediately shuts de database local connection, and uses the NS-DK libraryes to decode the message.
    However, after a upgrade to a more recent version of NS-DK, the Oracle errors are not being decoded correctly, and NS-DK support are not being very helpfull in solving the issue, so we are trying to develop a simple patch to temporarily solve the problem.
    Reconnect to database to decode the errors is out of question, since it implicates lots of 'codding hours'.
    Call Windows executables is not possible too, since the application runs over a 'pillow', without privileges to execute anything.
    That's why i need the file. :)
    tks

  • How to find all Custom tables (transp) that have a custom transaction code?

    My client has asked us to provide a list of all Z (custom) tables and the associated transaction codes for maintaining them.
    I know I can manually do this with a Z* search in se11 and then do a where used on each table to find out if a view (transaction code) exists for the table - BUT THIS WOULD TAKE HOURS IF NOT DAYS TO DO AND BE LIABLE FOR HUMAN ERROR.
    Does anyone know the way we could code a search for this information (ABAP) and know what tables to use?
    Thanks.
    Scott

    Hi
    You can search in table TSTCP for custom tables that have a maintainance view and a transaction associated, which is a call to SM30. To do this, just select the table with TCODE starting with 'Z' and PARAM starting with '/*SM30'.
    But you can also have some Z tables updated by an module pool program. This is more complex to find, because you don't know if you simply have the field used in the screen for some other use in a transaction, or if it is in that screen just to update the table. In this case, you need to analyze each screen.But I hope the first tip help you to solve your problem.

  • How to find all open POs and there SUM

    How to find all open POs and there SUM
    Please help.
    Thanks,
    vihar9

    Have you tried looking at the tables, standard reports, or the PO display transaction?  Have you asked your functional analyst or development team lead? This is not a forum to post a requirement and get your job done for you...

  • I get error code -8058 when attempting to copy and paste in Finder, I get error code -8058 when attempting to copy and paste in Finder

    I get "error code -8058" when attempting to copy and paste in Finder, I get error code -8058 when attempting to copy and paste in Finder. "Alt +Drag" works. Any ideas?

    Have a look at the 'More Like This' to the right - seem to be some solutions offered: >>>>>>>>>>>>>>>>>

  • Where can find Oracle error code and message?

    Where can find Oracle error code and message?

    http://otn.oracle.com/pls/db92/db92.to_toc?pathname=server.920%2Fa96525%2Ftoc.htm&remark=docindex
    That would be the "Error Messages" manual.

Maybe you are looking for

  • Hardly any of my YouTube subscriptions work with my Apple TV using the latest software (24Aug2011).

    Since the recent 4.3.3? update on my Apple TV Gen 2 I've noticed most of my youtube suscription channels display the channel name in the list but their channels are empty when I select them and some just display 3 random videos i.e. not the latest th

  • Idoc - codcmt01 throwing an error.

    Hi all, I am trying an IDOC to IDOC scenario where CODCMT01 is sent from my R3 system to XI and back to my R3 system. When I am trying to trigger my IDOC from WE19, it says IDOC sent to external system. But, when I check in the transaction SM58, I fi

  • LR vs. Aperture

    I've just started playing with the demo that is now available and I'm looking for reviews/and or opinions on LR vs. Aperture. I posted in an older thread how I'm considering LR and is there any conversion software. For now the easiest approach for me

  • How do I add/delete programs that open on startup?

    how do I add/delete programs that open on startup?

  • Web Intelligence navigation somewho fuzzy

    Hi folks, If I navigate in a web Intelligence report, after a few operations, like drill down, drill up, cut slice and dice or filter the items are pretty much tossed arround and Iwon't get it ordered any more. Any one haveing the same experience ? A