
ORA-01403: no data found for Select into - Stack Overflow
Jan 17, 2014 · I am getting ORA-01403: no data found exception for the following query. What are the possibilities of this error? SELECT trim (name) INTO fullname FROM ( SELECT n.name …
Why do I have ORA-00904 even when the column is present?
Apr 20, 2011 · ORA-00904-invalid identifier errors are frequently caused by case-sensitivity issues. Normally, Oracle tables and columns are not case sensitive and cannot contain …
oracle database - Getting the error: "ORA-20999: Failed to parse …
ORA-20999: Parsing returned query results in "ORA-20999: Failed to parse SQL query! <p>ORA-06550: line 3, column 25: ORA-00936: missing expression</p>". If I try without any bind …
import - Why do I get ORA-39001: invalid argument value when I …
May 5, 2016 · Why do I get ORA-39001: invalid argument value when I try to impdp in Oracle 12c? Asked 9 years, 2 months ago Modified 9 years, 2 months ago Viewed 76k times
ORA-12170: TNS:Connect timeout occurred - Stack Overflow
May 31, 2014 · I was trying to connect to the database here in my laptop using Oracle Toad but I kept on having this error: ORA-12170: TNS:Connect timeout occurred What are the possible …
SQL Error: ORA-00942 table or view does not exist
SQL Error: ORA-00942 table or view does not exist Asked 12 years, 2 months ago Modified 1 year, 8 months ago Viewed 513k times
SQL Error: ORA-12899: value too large for column
SQL Error: ORA-12899: value too large for column Asked 14 years, 7 months ago Modified 2 years, 6 months ago Viewed 153k times
ORA-06502: PL/SQL: numeric or value error: character string buffer …
ORA-06502: PL/SQL: numeric or value error: character string buffer too small Asked 11 years, 10 months ago Modified 5 years ago Viewed 736k times
ORA-30926: unable to get a stable set of rows in the source tables
ORA-30926: unable to get a stable set of rows in the source tables Cause: A stable set of rows could not be got because of large dml activity or a non-deterministic where clause. The merge …
How to solve : SQL Error: ORA-00604: error occurred at recursive …
May 27, 2015 · When I'm trying to drop table then I'm getting error SQL Error: ORA-00604: error occurred at recursive SQL level 2 ORA-01422: exact fetch returns more than requested ...