copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
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 check connection details, after check the oracle service and further more
ORA-03113 while executing a sql query - Stack Overflow I have a 400 line sql query which is throwing exception withing 30 seconds ORA-03113: end-of-file on communication channel Below are things to note: I have set the timeout as 10 mins There is one
sql - Oracle ORA-00600 - Stack Overflow ORA-00600 basically means you've crash the oracle server (not the instance, just the server servicing your request) There will almost always be a trace file in your bdump location
SQL Error: ORA-01861: literal does not match format string 01861 ORA-01861: literal does not match format string This happens because you have tried to enter a literal with a format string, but the length of the format string was not the same length as the literal You can overcome this issue by carrying out following alteration
ORA-28000: the account is locked error getting frequently ORA-28000: the account is locked Is this a DB Issue ? Whenever I unlock the user account using the alter SQL query, that is ALTER USER username ACCOUNT UNLOCK, it will be temporarily OK Then after sometime the same account gets locked again The database is using oracle XE version Does anybody else have the same issue?
ORA-28040: No matching authentication protocol exception Cannot create PoolableConnectionFactory (ORA-28040: No matching authentication protocol) Caused by: java sql SQLException: ORA-28040: No matching authentication protocol According to internet suggestion I also tried editing my * ora file but it is not working I added following snippet in sqlnet ora file : SQLNET ALLOWED_LOGON_VERSION=10