About 10,000,000 results
Open links in new tab
  1. Why do I have ORA-00904 even when the column is present?

    Apr 20, 2011 · 5 It is because one of the DBs the column was created with " which makes its name case-sensitive. Oracle Table Column Name : GoodRec Hive cannot recognize case …

  2. SQL Error: ORA-00942 table or view does not exist

    The result will be "ORA-00942: table or view does not exist" even though user2 does have insert and select privileges on user1.customer table and is correctly prefixing the table with the …

  3. sql - ORA-12560: TNS:protocol adaptor error - Stack Overflow

    -2 In my case, (ORA-12560: TNS protocol adapter error)Issue cause of database connection issue like database, user name and password. Once you got the issue. Initially you have to …

  4. stored procedures - Oracle Error ORA-06512 - Stack Overflow

    Jul 10, 2015 · oracle-database stored-procedures plsql ora-06512 edited Oct 19, 2011 at 4:32 Ernesto Campohermoso 7,441 1 42 51

  5. ORA-03113: end-of-file on communication channel after long …

    Dec 17, 2015 · 19 ORA-03113: end-of-file on communication channel Is the database letting you know that the network connection is no more. This could be because: A network issue - faulty …

  6. ORA-06502: PL/SQL: numeric or value error: character string buffer …

    ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 13 06502. 00000 - "PL/SQL: numeric or value error%s" FIXED by changing how I declared the …

  7. oracle11g - ORA-01034: ORACLE not available ORA-27101: shared …

    ORA-01034 and ORA-27101 normally indicate that the database instance you're attempting to connect to is shut down and that you're not connected as a user who has permission to start it …

  8. sql - ORA-00904: invalid identifier - Stack Overflow

    May 17, 2011 · More informations about your ERROR ORA-00904: string: invalid identifier Cause: The column name entered is either missing or invalid. Action: Enter a valid column name. A …

  9. sql - ORA-12801: error signaled in parallel query server P004 and …

    Apr 11, 2015 · Saying ORA-12801 is caused by no enough processors to support parallel query. ORA-01555 error relates to insufficient undo storage or a too small value for the …

  10. 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 …