JavaScript is turned off in your web browser. Turn it on to take full advantage of this site, then refresh the page.
Menu
Home
Contact
Loading
ORA-00001
ORA-00017
ORA-00018
ORA-00019
ORA-00020
ORA-00021
ORA-00022
ORA-00023
ORA-00028
ORA-00029
ORA-00030
ORA-00031
ORA-00032
ORA-00033
ORA-00034
ORA-00035
ORA-00036
ORA-00037
ORA-00038
ORA-00050
Search results
Most viewed
ORA-00904 string: invalid identifier
ORA-06512 at string line string
ORA-06513 PL/SQL: index for PL/SQL table out of range for host language array
ORA-06504 PL/SQL: Return types of Result Set variables or query do not match
ORA-01722 invalid number.
ORA-06502 PL/SQL: numeric or value error string
ORA-00031 session marked for kill
ORA-00913 too many values
ORA-06519 active autonomous transaction detected and rolled back
ORA-00030 User session ID does not exist.
Last comments
ORA-06508: 2 solutions to resolve this Oracle error:- The stored procedure may have been dropped. Recreate it.- The stored procedure may h...
ORA-06503: Functions must always return a value.2 solutions :- Re-writing the function to include a RETURN statement.- If you don't want ...
ORA-00023: 2 solutions to correct this issue:- If the session has an open network connection or a very large context area, you can try closin...
ORA-06502: 2 examples:Example 1:declare v_my_number number(2);begin v_my_number := 100;end; You...
ORA-00904: To resolve this Oracle error, you must rewrite your SQL to include a valid column name. To be a valid column name the following c...
ORA-06511: Try closing the cursor, then you can re-open it. Here is the syntax for a CLOSE cursor statement:CLOSE <cursor...
ORA-06512: Example:declare v_my_number number(2);begin v_my_number := 100;end; ...
Last viewed
ORA-26018 Column string in table string does not exist
ORA-30150 Invalid argument passed to OCIFile function
ORA-29929 missing SCAN Keyword
ORA-02100 PCC: out of memory (i.e., could not allocate)
ORA-06504 PL/SQL: Return types of Result Set variables or query do not match
ORA-07548 sftopn: Maximum number of files already open.
ORA-06201 TWOTASK: connect failed, cant attach to mailbox
ORA-22631 attribute [string] is is not well-formed or does not match the type
ORA-00314 log string of thread string, expected sequence# string doesnt match string
ORA-00036 maximum number of recursive SQL levels (string) exceeded
Copyright © 2009-2012
OracleRef
Site created with framework
WebSite-PHP