Oracle Database Support Articles
|
Information Technology Infrastructure Library, also known as ITIL has recently undergone a refresh and has repositioned itself to creation of business value rather than focussing on the day to day execution of the processes. The major difference between ITIL V3 and ITIL V2 is that the new version has adopted an integrated service lifecycle approach to ITSM as opposed to a focus of the delivery and support concepts.
|
|
Oracle Rep-159 is an internal error generated by oracle reports. Oracle Rep-159 is generated in multiple situations which cannot be documented in detail, but a few of the situations that I have run into are listed below..
|
|
ORA-01555, Snapshot too old error in oracle indicates that something else other than your current process is creating the issue. Oracle typically creates a read consistent view of the table so that it looks the same at the start and end of a sql operation. ORA-01555 indicates something has overwritten the undo area that keeps the data to maintain such a view.
|
|
ORA-6502 mostly occurs during execution of code in an oracle database due to a bug in the SQL or PL/SQL code. The primary reason this oracle error occurs is when you try to assign a value to a numeric variable but the value is larger than the variable can handle. ORA-06502 oracle error also occurs if you are trying to assign a non-numeric value to a numeric variable
|
|
ORA-01031 is generated by oracle in most cases when the user lacks privileges to perform the particular operation. In generic cases, ORA-01031 error is thrown when the user is unable to create an object like table, view procedure etc., due to an incorrect setup in the security layer. In some cases ORA-01031 can also happen during instance startup.
|
|
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>
|
| Results 1 - 5 of 31 |