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-01722 invalid number.
ORA-06502 PL/SQL: numeric or value error string
ORA-06504 PL/SQL: Return types of Result Set variables or query do not match
ORA-00031 session marked for kill
ORA-06513 PL/SQL: index for PL/SQL table out of range for host language array
ORA-00030 User session ID does not exist.
ORA-00913 too many values
ORA-00907 missing right parenthesis
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-30154 The memory address given as buffer for OCIFileRead/Write is invalid
ORA-29364 plan directive string, string already exists
ORA-16939 Could not start up "string" as primary
ORA-19205 Attribute ’string’ qualifies a non-scalar value in the select list
ORA-22919 dangling REF error or lock object failed for no wait request
ORA-13414 could not update the table containing the GeoImage
ORA-00913 too many values
ORA-14252 invalid ALTER TABLE MODIFY PARTITION option for a Hash partition
ORA-22810 cannot modify object attributes with REF dereferencing
ORA-19020 invalid dereference of XMLType columns
Copyright © 2009-2012
OracleRef
Site created with framework
WebSite-PHP